Push event #90 failed

  • Ran for
  • New branch build
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: 7d0c5d06-f719-47bb-8375-71eccd1cbbb3@1.worker-com-65f46c97fb-k29cr.gce-production-1
3version: v6.2.24 https://github.com/travis-ci/worker/tree/ee57d650a7692c1ac03f74ac073d0fd150c9f030
4instance: travis-job-7c0ff3b7-b74b-4532-a13f-4d1ba286d5cc travis-ci-windows-1809-containers-1592789344-0a98f2fd (via amqp)
5startup: 6.506193086s
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.23sDisabling 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.11s0.77s$ git clone --depth=50 --branch=GbArc-patch-2 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 0577e87cef154a151d9e125210ed1a76e4ce09e5
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.81s$ 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.18s$ 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.18s$ 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.12s$ 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