AMD64
Node.js: 6
Git
Raw log
Scroll to End of Log
worker_info
1Worker information
2hostname: 74168f2d-d9fd-41e6-ad80-d5895874eaac@1.worker-com-6455bd697b-qvxst.macstadium-prod-2
3version: v6.2.0 https://github.com/travis-ci/worker/tree/5e5476e01646095f48eec13196fdb3faf8f5cbf7
4instance: de7ff020-fe1f-4f49-a7d8-91b60e362fa1 travis-ci-macos10.13-xcode9.4.1-19-1576204381 (via amqp)
5startup: 1m20.301381842s
60.54s0.01s0.02s
system_info
7Build system information
8Build language: node_js
9Build id: 260094753
10Job id: 594355906
11Runtime kernel version: 17.7.0
12travis-build version: dcbd738d
13Build image provisioning date and time
14Fri Dec 13 04:54:58 GMT 2019
15Operating System Details
16ProductName: Mac OS X
17ProductVersion: 10.13.6
18BuildVersion: 17G65
19Git version
20git version 2.24.1
21bash version
22GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin17)
23Copyright (C) 2007 Free Software Foundation, Inc.
24GCC version
25Apple LLVM version 9.1.0 (clang-902.0.39.2)
26Target: x86_64-apple-darwin17.7.0
27Thread model: posix
28InstalledDir: /Applications/Xcode-9.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
29LLVM version
30Apple LLVM version 9.1.0 (clang-902.0.39.2)
31Target: x86_64-apple-darwin17.7.0
32Thread model: posix
33InstalledDir: /Applications/Xcode-9.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
34Pre-installed Ruby versions
35ruby-2.6.3
36Pre-installed Node.js versions
37v10.17.0
38v12.13.0
39v12.13.1
40v13.0.1
41v4.9.1
42v6.17.1
43v8.16.2
44mvn -version
45Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
46Maven home: /usr/local/Cellar/maven/3.6.3/libexec
47Java version: 13.0.1, vendor: Oracle Corporation, runtime: /Library/Java/JavaVirtualMachines/openjdk-13.0.1.jdk/Contents/Home
48Default locale: en_US, platform encoding: UTF-8
49OS name: "mac os x", version: "10.13.6", arch: "x86_64", family: "mac"
510.01s0.01s0.49s0.01s0.01s0.01s0.01s0.01s0.10s0.04s0.05s0.01s0.04s0.01s0.29s0.15s0.01s0.01s0.02s0.01s4.09s
521.01s0.05s0.01s0.01s0.01s0.01s0.01s0.01s0.01s0.01s0.01s0.01s0.01s0.01s0.01s
git.checkout
530.53s$ git clone --depth=50 --branch=test2 https://github.com/smokodon/test.git smokodon/test
54Cloning into 'smokodon/test'...
55remote: Enumerating objects: 146, done.
56remote: Counting objects: 100% (146/146), done.
57remote: Compressing objects: 100% (56/56), done.
58remote: Total 146 (delta 46), reused 142 (delta 42), pack-reused 0
59Receiving objects: 100% (146/146), 14.04 KiB | 958.00 KiB/s, done.
60Resolving deltas: 100% (46/46), done.
61$ cd smokodon/test
62$ git checkout -qf 548e91cd809ac107c08505238ac69056344bb517
640.02s
nvm.install
654.03s$ nvm install 6
66Downloading and installing node v6.17.1...
67Downloading https://nodejs.org/dist/v6.17.1/node-v6.17.1-darwin-x64.tar.xz...
68Computing checksum with sha256sum
69Checksums matched!
70Now using node v6.17.1 (npm v3.10.10)
cache.1
72Setting up build cache
73$ export CASHER_DIR=${TRAVIS_HOME}/.casher
740.13s$ Installing caching utilities
750.01s3.29sattempting to download cache archive
76fetching test2/cache--osx-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--node-6.tgz
77fetching test2/cache-osx-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--node-6.tgz
78fetching test2/cache--node-6.tgz
79fetching master/cache--osx-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--node-6.tgz
80fetching master/cache-osx-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--node-6.tgz
81fetching master/cache--node-6.tgz
82could not download cache
cache.npm
850.01s2.63sadding /Users/travis/build/smokodon/test/node_modules to cache
86creating directory /Users/travis/build/smokodon/test/node_modules
87$ node --version
88v6.17.1
89$ npm --version
903.10.10
91$ nvm --version
920.39.3
before_install.1
940.01s$ node -v
95v6.17.1
before_install.2
962.78s$ npm show npm engines
97{ node: '^14.17.0 || ^16.13.0 || >=18.0.0' }
980.01s$ echo Witam
99Witam
100The command "echo Witam" exited with 0.
cache.2
101store build cache
1020.01s2.66schanges detected, packing new archive
103uploading test2/cache--osx-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855--node-6.tgz
104cache uploaded
107Done. Your build exited with 0.
Top