main cron Update .travis.yml

gabriel-arc authored GitHub committed

Cron job event #89.1 failed

  • Ran for
AMD64
no language set
Git
Raw log
Scroll to End of Log
worker_info
1Worker information
2hostname: ce009108-14e2-40f9-9a97-9a81f88a98ba@1.worker-com-76d7c77ffb-65gzp.gce-production-1
3version: v6.2.24 https://github.com/travis-ci/worker/tree/ee57d650a7692c1ac03f74ac073d0fd150c9f030
4instance: travis-job-d64c9a63-df3e-4925-bb4a-621814c4d228 travis-ci-windows-1809-containers-1592789344-0a98f2fd (via amqp)
5startup: 6.41169048s
6Secret environment variables are not obfuscated on Windows, please refer to our documentation: https://docs.travis-ci.com/user/best-practices-security
70.04s0.06s2.34sDisabling Windows Defender
8$ powershell -Command Set-MpPreference -DisableArchiveScanning \$true
9$ powershell -Command Set-MpPreference -DisableRealtimeMonitoring \$true
10$ powershell -Command Set-MpPreference -DisableBehaviorMonitoring \$true
110.19s
git.checkout
120.13s0.86s$ 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
251.15s$ 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.34s$ 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.29s$ 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.13s$ winpty docker pull ruby:3.0.0
53The command "winpty docker pull ruby:3.0.0" exited with 1.
540.21s$ 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