main cron Update .travis.yml

gabriel-arc authored GitHub committed

Cron job event #97 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: 7faf6623-b07d-42ad-920c-05f33fb376c6@1.worker-com-79cc76c9cc-s8vnj.gce-production-2
3version: v6.2.24-6-g098ca78 https://github.com/travis-ci/worker/tree/098ca78612c4c91c488169d6a2c94fbeee1fb89d
4instance: travis-job-6385d7ae-76a1-438a-ae81-d2b655bb82c2 travis-ci-windows-1809-containers-1592789344-0a98f2fd (via amqp)
5startup: 5.995460941s
6Secret environment variables are not obfuscated on Windows, please refer to our documentation: https://docs.travis-ci.com/user/best-practices-security
70.03s0.04s2.45sDisabling Windows Defender
8$ powershell -Command Set-MpPreference -DisableArchiveScanning \$true
9$ powershell -Command Set-MpPreference -DisableRealtimeMonitoring \$true
10$ powershell -Command Set-MpPreference -DisableBehaviorMonitoring \$true
110.14s
git.checkout
120.12s0.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.03s
19Setting environment variables from repository settings
20$ export ENV_LANGUAGE_USED=[secure]
22$ bash -c 'echo $BASH_VERSION'
234.4.23(1)-release
250.94s$ 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.17s$ docker images
46REPOSITORY TAG IMAGE ID CREATED SIZE
47mcr.microsoft.com/windows/servercore 1809 36aed4b73b9c 4 years ago 4.98GB
48mcr.microsoft.com/windows/nanoserver 1809 96b4b0f16026 4 years ago 251MB
49The command "docker images" exited with 0.
500.17s$ 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.11s$ winpty docker pull ruby:3.0.0
53The command "winpty docker pull ruby:3.0.0" exited with 1.
540.14s$ 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