main cron Update .travis.yml

gabriel-arc authored GitHub committed

Cron job event #96.1 failed

  • Ran for
AMD64
no language set
Git
Raw log
Scroll to End of Log
worker_info
1Worker information
2hostname: bf032427-7ecd-4bbc-8145-0acecb71768f@1.worker-com-747c684559-fdchd.gce-production-1
3version: deploy_2024.10.02-2-gc32b553 https://github.com/travis-ci/worker/tree/c32b553e81363378d09787f52103ea9bcadf253c
4instance: travis-job-b7dc2cca-dfd0-42a1-ae34-82b845512bb0 travis-ci-windows-1809-containers-1592789344-0a98f2fd (via amqp)
5startup: 5.878898238s
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.07sDisabling Windows Defender
8$ powershell -Command Set-MpPreference -DisableArchiveScanning \$true
9$ powershell -Command Set-MpPreference -DisableRealtimeMonitoring \$true
10$ powershell -Command Set-MpPreference -DisableBehaviorMonitoring \$true
110.12s
git.checkout
120.09s0.68s$ 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.02s
19Setting environment variables from repository settings
20$ export ENV_LANGUAGE_USED=[secure]
22$ bash -c 'echo $BASH_VERSION'
234.4.23(1)-release
250.79s$ 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.21s$ 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.15s$ 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.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