main cron Update .travis.yml

gabriel-arc authored GitHub committed

Cron job event #87 failed

  • Ran for
AMD64
Shell
Git

Windows builds are in early access stage. Please head to the Travis CI Community forum to get help or post ideas.

Raw log
Scroll to End of Log
worker_info
1Worker information
2hostname: d4afc31c-d2e5-40e3-923e-d39f586e4960@1.worker-com-65f46c97fb-vn7xc.gce-production-1
3version: v6.2.24 https://github.com/travis-ci/worker/tree/ee57d650a7692c1ac03f74ac073d0fd150c9f030
4instance: travis-job-b4f8b3ee-26be-434a-a413-8f418df0e448 travis-ci-windows-1809-containers-1592789344-0a98f2fd (via amqp)
5startup: 6.479057292s
6Secret environment variables are not obfuscated on Windows, please refer to our documentation: https://docs.travis-ci.com/user/best-practices-security
70.03s0.03s2.43sDisabling Windows Defender
8$ powershell -Command Set-MpPreference -DisableArchiveScanning \$true
9$ powershell -Command Set-MpPreference -DisableRealtimeMonitoring \$true
10$ powershell -Command Set-MpPreference -DisableBehaviorMonitoring \$true
110.13s
git.checkout
120.10s0.85s$ git clone --depth=50 --branch=main https://github.com/GbArc/devtest1.git GbArc/devtest1
13/c/Users/travis/.travis/job_stages: line 113: /c/Users/travis/.ssh/known_hosts: No such file or directory
14Cloning into 'GbArc/devtest1'...
15$ cd GbArc/devtest1
16$ git checkout -qf 31e1411188c7b4656ec06d3077b3bc297d142d19
180.08s
19Setting environment variables from repository settings
20$ export ENV_LANGUAGE_USED=[secure]
22$ bash -c 'echo $BASH_VERSION'
234.4.23(1)-release
250.77s$ docker version
26Client: Docker Engine - Enterprise
27 Version: 19.03.5
28 API version: 1.40
29 Go version: go1.12.12
30 Git commit: 2ee0c57608
31 Built: 11/13/2019 08:00:16
32 OS/Arch: windows/amd64
33 Experimental: false
35Server: Docker Engine - Enterprise
36 Engine:
37 Version: 19.03.5
38 API version: 1.40 (minimum version 1.24)
39 Go version: go1.12.12
40 Git commit: 2ee0c57608
41 Built: 11/13/2019 07:58:51
42 OS/Arch: windows/amd64
43 Experimental: false
44The command "docker version" exited with 0.
450.22s$ docker images
46REPOSITORY TAG IMAGE ID CREATED SIZE
47mcr.microsoft.com/windows/servercore 1809 36aed4b73b9c 3 years ago 4.98GB
48mcr.microsoft.com/windows/nanoserver 1809 96b4b0f16026 3 years ago 251MB
49The command "docker images" exited with 0.
500.16s$ winpty docker run -it mcr.microsoft.com/windows/nanoserver env
51The command "winpty docker run -it mcr.microsoft.com/windows/nanoserver env" exited with 1.
520.14s$ winpty docker pull ruby:3.0.0
53The command "winpty docker pull ruby:3.0.0" exited with 1.
540.12s$ winpty docker run -it ruby:3.0.0 env
55The command "winpty docker run -it ruby:3.0.0 env" exited with 1.
58Done. Your build exited with 1.
59stdin is not a tty
60stdin is not a tty
61stdin is not a tty
Top