[INFO] crate cargo-travis 0.0.11 is already in cache [INFO] testing cargo-travis-0.0.11 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate cargo-travis 0.0.11 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate cargo-travis 0.0.11 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate cargo-travis 0.0.11 [INFO] finished tweaking crates.io crate cargo-travis 0.0.11 [INFO] tweaked toml for crates.io crate cargo-travis 0.0.11 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0b55b1b8a826d4e52da0d9cb97e5a503544d8d2e2f4b3f3a5166a96415713320 [INFO] running `"docker" "start" "-a" "0b55b1b8a826d4e52da0d9cb97e5a503544d8d2e2f4b3f3a5166a96415713320"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling curl v0.4.29 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling bytesize v1.0.1 [INFO] [stderr] Compiling crossbeam-utils v0.5.0 [INFO] [stderr] Compiling strsim v0.9.3 [INFO] [stderr] Compiling fs_extra v1.1.0 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling libnghttp2-sys v0.1.4+1.41.0 [INFO] [stderr] Compiling curl-sys v0.4.31+curl-7.70.0 [INFO] [stderr] Compiling libssh2-sys v0.2.17 [INFO] [stderr] Compiling libgit2-sys v0.7.11 [INFO] [stderr] Compiling filetime v0.2.10 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling ordered-float v0.5.2 [INFO] [stderr] Compiling globset v0.4.5 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling crypto-hash v0.3.4 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling tar v0.4.28 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling serde_ignored v0.0.4 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling docopt v1.1.0 [INFO] [stderr] Compiling opener v0.3.2 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling stb_truetype v0.2.8 [INFO] [stderr] Compiling rusttype v0.4.3 [INFO] [stderr] Compiling ignore v0.4.16 [INFO] [stderr] Compiling badge v0.2.0 [INFO] [stderr] Compiling rustfix v0.4.6 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling crates-io v0.20.0 [INFO] [stderr] Compiling git2 v0.7.5 [INFO] [stderr] Compiling git2-curl v0.8.2 [INFO] [stderr] Compiling cargo v0.32.0 [INFO] [stderr] Compiling cargo-travis v0.0.11 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:48:27 [INFO] [stderr] | [INFO] [stderr] 48 | let mut compilation = try!(cargo::ops::compile(ws, &options.compile_opts)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:69:23 [INFO] [stderr] | [INFO] [stderr] 69 | let mut cmd = try!(compilation.target_process(options.kcov_path, pkg)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:90:9 [INFO] [stderr] | [INFO] [stderr] 90 | try!(config.shell().concise(|shell| { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:93:9 [INFO] [stderr] | [INFO] [stderr] 93 | try!(config.shell().verbose(|shell| { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:130:5 [INFO] [stderr] | [INFO] [stderr] 130 | try!(config.shell().concise(|shell| { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:133:5 [INFO] [stderr] | [INFO] [stderr] 133 | try!(config.shell().verbose(|shell| { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:136:5 [INFO] [stderr] | [INFO] [stderr] 136 | try!(cmd.exec()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/bin/cargo-doc-upload.rs:114:28 [INFO] [stderr] | [INFO] [stderr] 114 | let args: Vec<_> = try!(env::args_os() [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/bin/cargo-coveralls.rs:112:5 [INFO] [stderr] | [INFO] [stderr] 112 | try!(config.configure(options.flag_verbose, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/bin/cargo-coveralls.rs:121:9 [INFO] [stderr] | [INFO] [stderr] 121 | try!(Workspace::new(&Path::new(&path), config)) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/bin/cargo-coveralls.rs:123:20 [INFO] [stderr] | [INFO] [stderr] 123 | let root = try!(cargo::util::important_paths::find_root_manifest_for_wd(config.cwd())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/bin/cargo-coveralls.rs:124:9 [INFO] [stderr] | [INFO] [stderr] 124 | try!(Workspace::new(&root, config)) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/bin/cargo-coveralls.rs:141:16 [INFO] [stderr] | [INFO] [stderr] 141 | let spec = try!(Packages::from_flags(options.flag_all, options.flag_exclude, options.flag_package)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/bin/cargo-coveralls.rs:144:28 [INFO] [stderr] | [INFO] [stderr] 144 | let mut build_config = try!(BuildConfig::new(config, options.flag_jobs, &options.flag_target, mode)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/bin/cargo-coveralls.rs:171:15 [INFO] [stderr] | [INFO] [stderr] 171 | let err = try!(cargo_travis::run_coverage(&ws, &ops, &options.arg_args)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/bin/cargo-coveralls.rs:194:28 [INFO] [stderr] | [INFO] [stderr] 194 | let args: Vec<_> = try!(env::args_os() [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/bin/cargo-coverage.rs:115:5 [INFO] [stderr] | [INFO] [stderr] 115 | try!(config.configure(options.flag_verbose, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/bin/cargo-coverage.rs:124:9 [INFO] [stderr] | [INFO] [stderr] 124 | try!(Workspace::new(&Path::new(&path), config)) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/bin/cargo-coverage.rs:126:20 [INFO] [stderr] | [INFO] [stderr] 126 | let root = try!(cargo::util::important_paths::find_root_manifest_for_wd(config.cwd())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/bin/cargo-coverage.rs:127:9 [INFO] [stderr] | [INFO] [stderr] 127 | try!(Workspace::new(&root, config)) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/bin/cargo-coverage.rs:144:16 [INFO] [stderr] | [INFO] [stderr] 144 | let spec = try!(Packages::from_flags(options.flag_all, options.flag_exclude, options.flag_package)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/bin/cargo-coverage.rs:147:28 [INFO] [stderr] | [INFO] [stderr] 147 | let mut build_config = try!(BuildConfig::new(config, options.flag_jobs, &options.flag_target, mode)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/bin/cargo-coverage.rs:171:15 [INFO] [stderr] | [INFO] [stderr] 171 | let err = try!(cargo_travis::run_coverage(&ws, &ops, &options.arg_args)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/bin/cargo-coverage.rs:194:28 [INFO] [stderr] | [INFO] [stderr] 194 | let args: Vec<_> = try!(env::args_os() [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/cargo_coveralls-43bbb805dd22aa3e.cargo_coveralls.de6g3k5u-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_coveralls-43bbb805dd22aa3e.cargo_coveralls.de6g3k5u-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_coveralls-43bbb805dd22aa3e.cargo_coveralls.de6g3k5u-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_coveralls-43bbb805dd22aa3e.cargo_coveralls.de6g3k5u-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_coveralls-43bbb805dd22aa3e.cargo_coveralls.de6g3k5u-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_coveralls-43bbb805dd22aa3e.cargo_coveralls.de6g3k5u-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_coveralls-43bbb805dd22aa3e.cargo_coveralls.de6g3k5u-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_coveralls-43bbb805dd22aa3e.cargo_coveralls.de6g3k5u-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_coveralls-43bbb805dd22aa3e.cargo_coveralls.de6g3k5u-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_coveralls-43bbb805dd22aa3e.cargo_coveralls.de6g3k5u-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_coveralls-43bbb805dd22aa3e.cargo_coveralls.de6g3k5u-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_coveralls-43bbb805dd22aa3e.cargo_coveralls.de6g3k5u-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_coveralls-43bbb805dd22aa3e.cargo_coveralls.de6g3k5u-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_coveralls-43bbb805dd22aa3e.cargo_coveralls.de6g3k5u-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_coveralls-43bbb805dd22aa3e.cargo_coveralls.de6g3k5u-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_coveralls-43bbb805dd22aa3e.cargo_coveralls.de6g3k5u-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/cargo_coveralls-43bbb805dd22aa3e" "/opt/rustwide/target/debug/deps/cargo_coveralls-43bbb805dd22aa3e.508qme96nykicoo6.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/curl-sys-e3ab5afd71ae1e21/out/build" "-L" "/opt/rustwide/target/debug/build/libnghttp2-sys-56e16748b922cc78/out/i/lib" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/target/debug/build/libgit2-sys-e860e80b7c09b0d3/out/build" "-L" "/opt/rustwide/target/debug/build/libssh2-sys-934f9475961dbd11/out/build" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-a5b151e7fc8acf8c.rlib" "/opt/rustwide/target/debug/deps/libregex-6cad3429391fd829.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-7892513b60c771f1.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-43f5652db6007dc5.rlib" "/opt/rustwide/target/debug/deps/libucd_util-1f813f73804b0485.rlib" "/opt/rustwide/target/debug/deps/libthread_local-c818e360ff3bdad8.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-d32113057ff2e86f.rlib" "/opt/rustwide/target/debug/deps/liblog-38f6b2d55fcb84f2.rlib" "/opt/rustwide/target/debug/deps/libdocopt-267175b6a464a542.rlib" "/opt/rustwide/target/debug/deps/libstrsim-eeaedf4af35f1306.rlib" "/opt/rustwide/target/debug/deps/libcargo_travis-60095f16e4f00e8e.rlib" "/opt/rustwide/target/debug/deps/libfs_extra-5898d6c1b6ce4c1a.rlib" "/opt/rustwide/target/debug/deps/libbadge-30f8240ab79797be.rlib" "/opt/rustwide/target/debug/deps/librusttype-7a13ec7dd6166fd9.rlib" "/opt/rustwide/target/debug/deps/libordered_float-aed8e76cf65d9525.rlib" "/opt/rustwide/target/debug/deps/libunreachable-52b2d6386dab8ec7.rlib" "/opt/rustwide/target/debug/deps/libvoid-6034f9c135881af0.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-4bcc2b9762e7da3a.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-447df9d8850f95e5.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-c6da54f3701a87e8.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-8fe2d3302079d48f.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-5500f61fd4f09f05.rlib" "/opt/rustwide/target/debug/deps/libnodrop-fbdee1536146624a.rlib" "/opt/rustwide/target/debug/deps/libbase64-62bdec14725f845c.rlib" "/opt/rustwide/target/debug/deps/libsafemem-10950a3c2a916211.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-78580fbf595daae7.rlib" "/opt/rustwide/target/debug/deps/libcargo-53a93235a5466e30.rlib" "/opt/rustwide/target/debug/deps/libcrypto_hash-e3bdd0297dfe6b46.rlib" "/opt/rustwide/target/debug/deps/libopenssl-2321300549aae26b.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-c2facec67db8b77a.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-7ea43f3a18a72e4d.rlib" "/opt/rustwide/target/debug/deps/libtoml-93b91a3815eb6d03.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-b0aa0fca5eab8966.rlib" "/opt/rustwide/target/debug/deps/libtempfile-f9811910d52ec4ea.rlib" "/opt/rustwide/target/debug/deps/librand-0bd510cc29def9c8.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-cbc353f939835b14.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-89ee3c0039048a85.rlib" "/opt/rustwide/target/debug/deps/librand_core-60ac4ba9e620f645.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-69c095bce0e5b2ab.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-22b0b4e808fb54a1.rlib" "/opt/rustwide/target/debug/deps/libtar-ca3a0ed02641e289.rlib" "/opt/rustwide/target/debug/deps/libshell_escape-fe178e79497ef14f.rlib" "/opt/rustwide/target/debug/deps/libserde_ignored-e3ad0c08ba9fc33c.rlib" "/opt/rustwide/target/debug/deps/libsemver-8ae26534bb09339d.rlib" "/opt/rustwide/target/debug/deps/libsemver_parser-283e973b1f1adfc1.rlib" "/opt/rustwide/target/debug/deps/librustfix-5129b27c83d42df2.rlib" "/opt/rustwide/target/debug/deps/libopener-214acd762de20710.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-210e4113cdbae879.rlib" "/opt/rustwide/target/debug/deps/liblazycell-8af75650e0be4a4b.rlib" "/opt/rustwide/target/debug/deps/libjobserver-752e1ae80dc65c02.rlib" "/opt/rustwide/target/debug/deps/libignore-ff292af88ed71725.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-76f5c6d637dd14b0.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-b60c3dbb1d2112ec.rlib" "/opt/rustwide/target/debug/deps/libsame_file-cfe40c7e1063fdbf.rlib" "/opt/rustwide/target/debug/deps/libglobset-a26d0bf8672de616.rlib" "/opt/rustwide/target/debug/deps/libregex-9d7abde785476cae.rlib" "/opt/rustwide/target/debug/deps/libthread_local-8d83e4901f0f282f.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-54fdda16b5257135.rlib" "/opt/rustwide/target/debug/deps/libfnv-d46cc828847a1306.rlib" "/opt/rustwide/target/debug/deps/libbstr-55883d94003cc8ab.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-0b4c429c60f353ff.rlib" "/opt/rustwide/target/debug/deps/libmemchr-f8260b06e2dd8573.rlib" "/opt/rustwide/target/debug/deps/libhome-e9c6c55f71ee6078.rlib" "/opt/rustwide/target/debug/deps/libhex-98b7dad590581454.rlib" "/opt/rustwide/target/debug/deps/libglob-3b54178588ab8838.rlib" "/opt/rustwide/target/debug/deps/libgit2-96f95eb528e2e0d9.rlib" "/opt/rustwide/target/debug/deps/liblog-3d65ebee37a7b6c8.rlib" "/opt/rustwide/target/debug/deps/liblibgit2_sys-07d9ea470d071855.rlib" "/opt/rustwide/target/debug/deps/liblibssh2_sys-8868cff520050c59.rlib" "/opt/rustwide/target/debug/deps/libfs2-6ce2a5856c03bce4.rlib" "/opt/rustwide/target/debug/deps/libflate2-d91d98dcfd1567b7.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-6eca02b8afa79989.rlib" "/opt/rustwide/target/debug/deps/libadler32-f244741275b1e8cf.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-10e48aefe5c8c7a8.rlib" "/opt/rustwide/target/debug/deps/libfiletime-8d70de096ba030b4.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-a66f7fb3c3f1e0ac.rlib" "/opt/rustwide/target/debug/deps/libcrates_io-d0d1490c82758889.rlib" "/opt/rustwide/target/debug/deps/liburl-8fcd65f1306150c3.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-d4cc324235a66d36.rlib" "/opt/rustwide/target/debug/deps/libidna-d4994925bf4430c7.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-467beec5965936c6.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-0ffc8bb136e2289a.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-879207079127f333.rlib" "/opt/rustwide/target/debug/deps/libmatches-6c7348f3fc3f1329.rlib" "/opt/rustwide/target/debug/deps/libserde_json-59ae5c95e8811e77.rlib" "/opt/rustwide/target/debug/deps/libryu-e41edf2aeea0eb4e.rlib" "/opt/rustwide/target/debug/deps/libitoa-b97c5d72b295aa2e.rlib" "/opt/rustwide/target/debug/deps/libserde-5398d4946eb4d19d.rlib" "/opt/rustwide/target/debug/deps/libfailure-03593cff0cd6a2e5.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-2603cfdb11ebad36.rlib" "/opt/rustwide/target/debug/deps/libobject-28d15ce18808e2c6.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-ecb9f5e624d94a20.rlib" "/opt/rustwide/target/debug/deps/libgimli-9c3a14f143e50336.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-96825a490c3cad52.rlib" "/opt/rustwide/target/debug/deps/libcurl-aa7a5ba80bb37259.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-6e2ecc9f0689ff98.rlib" "/opt/rustwide/target/debug/deps/libsocket2-416269e2f83ca334.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "/opt/rustwide/target/debug/deps/libcurl_sys-06f6ed8d19306bee.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-365e7e6ef929d020.rlib" "/opt/rustwide/target/debug/deps/liblibz_sys-57d7e5e21051c9a4.rlib" "/opt/rustwide/target/debug/deps/liblibnghttp2_sys-9b23a2c263d232e4.rlib" "/opt/rustwide/target/debug/deps/libclap-7405bb46f1060ba2.rlib" "/opt/rustwide/target/debug/deps/libvec_map-2ea354767dfdcf76.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-7ce917c1e40e3b24.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-f2de9f6717fae86f.rlib" "/opt/rustwide/target/debug/deps/libstrsim-7ef4ee0940d816f7.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.rlib" "/opt/rustwide/target/debug/deps/libansi_term-5f50d48905eb9d7a.rlib" "/opt/rustwide/target/debug/deps/libbytesize-b83cbc641068b4f2.rlib" "/opt/rustwide/target/debug/deps/libatty-732074f349571b64.rlib" "/opt/rustwide/target/debug/deps/liblibc-2e17c5c99334ee98.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lz" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stderr] compilation terminated. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 8 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `cargo-travis`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: 8 warnings emitted [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "0b55b1b8a826d4e52da0d9cb97e5a503544d8d2e2f4b3f3a5166a96415713320"` [INFO] running `"docker" "rm" "-f" "0b55b1b8a826d4e52da0d9cb97e5a503544d8d2e2f4b3f3a5166a96415713320"` [INFO] [stdout] 0b55b1b8a826d4e52da0d9cb97e5a503544d8d2e2f4b3f3a5166a96415713320