[INFO] crate cargo-travis 0.0.11 is already in cache [INFO] testing cargo-travis-0.0.11 against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] extracting crate cargo-travis 0.0.11 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate cargo-travis 0.0.11 on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "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-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=forbid" "-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" "+28742a1146f10a4f09369baad027a464acb7a766" "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] fd854cb27047ac8eb3993755681266057533fb1653f95b000b2ea4e76f46e2b7 [INFO] running `"docker" "start" "-a" "fd854cb27047ac8eb3993755681266057533fb1653f95b000b2ea4e76f46e2b7"` [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling crossbeam-utils v0.5.0 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling flate2 v1.0.14 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling crates-io v0.20.0 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling cargo v0.32.0 [INFO] [stderr] Compiling stb_truetype v0.2.8 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling ordered-float v0.5.2 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling rusttype v0.4.3 [INFO] [stderr] Compiling badge v0.2.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-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] 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] 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/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/cargo_coverage-8ddedb816bd070c6.cargo_coverage.axxsudsh-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_coverage-8ddedb816bd070c6.cargo_coverage.axxsudsh-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_coverage-8ddedb816bd070c6.cargo_coverage.axxsudsh-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_coverage-8ddedb816bd070c6.cargo_coverage.axxsudsh-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_coverage-8ddedb816bd070c6.cargo_coverage.axxsudsh-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_coverage-8ddedb816bd070c6.cargo_coverage.axxsudsh-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_coverage-8ddedb816bd070c6.cargo_coverage.axxsudsh-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_coverage-8ddedb816bd070c6.cargo_coverage.axxsudsh-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_coverage-8ddedb816bd070c6.cargo_coverage.axxsudsh-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_coverage-8ddedb816bd070c6.cargo_coverage.axxsudsh-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_coverage-8ddedb816bd070c6.cargo_coverage.axxsudsh-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_coverage-8ddedb816bd070c6.cargo_coverage.axxsudsh-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_coverage-8ddedb816bd070c6.cargo_coverage.axxsudsh-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_coverage-8ddedb816bd070c6.cargo_coverage.axxsudsh-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_coverage-8ddedb816bd070c6.cargo_coverage.axxsudsh-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/cargo_coverage-8ddedb816bd070c6.cargo_coverage.axxsudsh-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/cargo_coverage-8ddedb816bd070c6" "/opt/rustwide/target/debug/deps/cargo_coverage-8ddedb816bd070c6.2ujg9xcutzt1g3dl.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-fa17b033810ba467/out/build" "-L" "/opt/rustwide/target/debug/build/libnghttp2-sys-cdd03e0262dea233/out/i/lib" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-a654ef4be0df1013/out" "-L" "/opt/rustwide/target/debug/build/libgit2-sys-7968fc91481ba38c/out/build" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/target/debug/build/libssh2-sys-990d77df819f5be9/out/build" "-L" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-da7440e9ffc9bae2.rlib" "/opt/rustwide/target/debug/deps/libregex-968aa111634235c8.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-73b9a414549369b7.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-4a3485cc8b2de090.rlib" "/opt/rustwide/target/debug/deps/libucd_util-2cad64ef0548d015.rlib" "/opt/rustwide/target/debug/deps/libthread_local-54c5a590687748e9.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-37a3566ce068430c.rlib" "/opt/rustwide/target/debug/deps/liblog-bd3d795ce9bbd9ff.rlib" "/opt/rustwide/target/debug/deps/libdocopt-a1691d32fddd8efa.rlib" "/opt/rustwide/target/debug/deps/libstrsim-90f4ba5d5cc63d09.rlib" "/opt/rustwide/target/debug/deps/libcargo_travis-352218312a518fec.rlib" "/opt/rustwide/target/debug/deps/libfs_extra-c0777187b8777e99.rlib" "/opt/rustwide/target/debug/deps/libbadge-4d42e78695410e55.rlib" "/opt/rustwide/target/debug/deps/librusttype-3b40aa339ee1a00a.rlib" "/opt/rustwide/target/debug/deps/libordered_float-fa42525e58c9bd26.rlib" "/opt/rustwide/target/debug/deps/libunreachable-02cdd8ee8e09c192.rlib" "/opt/rustwide/target/debug/deps/libvoid-8d21ee6398244ad9.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-9db42f54d151e0f2.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-9f97a4fd61bd1e10.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-dbf78f8b743e7146.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-6fc08eb20cae025e.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-a6189ba0625da37e.rlib" "/opt/rustwide/target/debug/deps/libnodrop-4799f8455f03f6cd.rlib" "/opt/rustwide/target/debug/deps/libbase64-80141c82648d554a.rlib" "/opt/rustwide/target/debug/deps/libsafemem-ff9181dc87f16682.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-7b8e532639ee0fad.rlib" "/opt/rustwide/target/debug/deps/libcargo-c9d9865971c1e435.rlib" "/opt/rustwide/target/debug/deps/libcrypto_hash-03bff3aa33c2ada5.rlib" "/opt/rustwide/target/debug/deps/libopenssl-8403299fb0c82125.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-5db987c387d031ae.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-080c2a464daeac24.rlib" "/opt/rustwide/target/debug/deps/libtoml-fb3de7d593b06e86.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-ccddc316a849d2dd.rlib" "/opt/rustwide/target/debug/deps/libtempfile-6456aeb5d7ed313f.rlib" "/opt/rustwide/target/debug/deps/librand-35f3fd6b129f1368.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-cca8b2451a4e04a3.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-bc80430b8a7c0f1e.rlib" "/opt/rustwide/target/debug/deps/librand_core-9c9e87cdf4519e3b.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-1515ef92041a5c6a.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-7e92f31f59db608c.rlib" "/opt/rustwide/target/debug/deps/libtar-b40fab6e6c507ba2.rlib" "/opt/rustwide/target/debug/deps/libshell_escape-0feae8597033647a.rlib" "/opt/rustwide/target/debug/deps/libserde_ignored-8d583496e9857cec.rlib" "/opt/rustwide/target/debug/deps/libsemver-c3d901ddeda3e256.rlib" "/opt/rustwide/target/debug/deps/libsemver_parser-29e0db7194edeca5.rlib" "/opt/rustwide/target/debug/deps/librustfix-996f35276b49a8cc.rlib" "/opt/rustwide/target/debug/deps/libopener-376b1db2db746307.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-0a6c1de049e73e29.rlib" "/opt/rustwide/target/debug/deps/liblazycell-d3fb111d259be947.rlib" "/opt/rustwide/target/debug/deps/libjobserver-c334876c6e4b11b1.rlib" "/opt/rustwide/target/debug/deps/libignore-4ceffd1b675ca8ec.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-f9f8c153eaca94d1.rlib" "/opt/rustwide/target/debug/deps/libsame_file-a5d17aca75c021d9.rlib" "/opt/rustwide/target/debug/deps/libglobset-caea4401293ea0fc.rlib" "/opt/rustwide/target/debug/deps/libregex-5673d2c692486c34.rlib" "/opt/rustwide/target/debug/deps/libthread_local-99a05dc3a68e4d67.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-895f7b6116abae12.rlib" "/opt/rustwide/target/debug/deps/libfnv-5eb3a865ee06cdd3.rlib" "/opt/rustwide/target/debug/deps/libbstr-a84a13e69a5ea767.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-171112384f1bc6b1.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e6743c7b9c8d789f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-70dfe7a76eefc75e.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-339b675ddd6c173a.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-b10a16722c3354ed.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-81e71b56f2a8a8f3.rlib" "/opt/rustwide/target/debug/deps/libhome-6215d2602effb0fd.rlib" "/opt/rustwide/target/debug/deps/libhex-70bb459cbe1f0506.rlib" "/opt/rustwide/target/debug/deps/libglob-f977203299bd076e.rlib" "/opt/rustwide/target/debug/deps/libgit2-3e6492ef056f3f4e.rlib" "/opt/rustwide/target/debug/deps/liblog-e05329b9ca199b2b.rlib" "/opt/rustwide/target/debug/deps/liblibgit2_sys-44a1538601a2a778.rlib" "/opt/rustwide/target/debug/deps/liblibssh2_sys-7a99f4e37ac82906.rlib" "/opt/rustwide/target/debug/deps/libfs2-586d20fa9e828a22.rlib" "/opt/rustwide/target/debug/deps/libflate2-eedc750759604429.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-44139759fb691fcf.rlib" "/opt/rustwide/target/debug/deps/libadler32-f0be7fc42b62f0a5.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-fcd520c127a579f7.rlib" "/opt/rustwide/target/debug/deps/libfiletime-584c376c27731be6.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-ced43da8dba1dd3e.rlib" "/opt/rustwide/target/debug/deps/libcrates_io-0d805278e674fbd6.rlib" "/opt/rustwide/target/debug/deps/liburl-85f5b3d67989c8bb.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-e56e189c1cd50c76.rlib" "/opt/rustwide/target/debug/deps/libidna-63ecf49c816f6752.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-fb934dbb15c42074.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-079a3bb21ce585fc.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-5e81168a03bf27b8.rlib" "/opt/rustwide/target/debug/deps/libmatches-9b2fa40a52aed94f.rlib" "/opt/rustwide/target/debug/deps/libserde_json-08f8f70dde2ed857.rlib" "/opt/rustwide/target/debug/deps/libryu-12d8e5edf3ac1d84.rlib" "/opt/rustwide/target/debug/deps/libitoa-82fd069fb6d22506.rlib" "/opt/rustwide/target/debug/deps/libserde-cf32b830db1053d2.rlib" "/opt/rustwide/target/debug/deps/libfailure-9ef6c01214ab8a65.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-b51bf9b784e25759.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-792efb1ece1c5863.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-ddd1f5c7601919b4.rlib" "/opt/rustwide/target/debug/deps/libcurl-aee3a13a39fe75e8.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-332a45b303812d11.rlib" "/opt/rustwide/target/debug/deps/libsocket2-6dbce7870e8ddde1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7bfa6ddb9b2ff1d3.rlib" "/opt/rustwide/target/debug/deps/libcurl_sys-cf80d2b2f8f1d5aa.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-e8f7d27711638db6.rlib" "/opt/rustwide/target/debug/deps/liblibz_sys-e782906c658a465a.rlib" "/opt/rustwide/target/debug/deps/liblibnghttp2_sys-d491276ba5356431.rlib" "/opt/rustwide/target/debug/deps/libclap-4f2b3147b0d95bd1.rlib" "/opt/rustwide/target/debug/deps/libvec_map-0124ff4ac8afcced.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-08e331ec82d34bf5.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-f4037b7b6be902d1.rlib" "/opt/rustwide/target/debug/deps/libstrsim-b32b1c93e6d2d890.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c5180c3dc5cc8193.rlib" "/opt/rustwide/target/debug/deps/libansi_term-0d3bacace01cab89.rlib" "/opt/rustwide/target/debug/deps/libbytesize-054ed0453565427b.rlib" "/opt/rustwide/target/debug/deps/libatty-69617a5d40e30f17.rlib" "/opt/rustwide/target/debug/deps/liblibc-7f3b8e4c2db2a8d8.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1dac1a412c98f50d.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b7841fd014bf83a1.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-338c0763450dca22.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5f2e5d11836e0967.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-81a9070bd3553adf.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-e297830377b95af4.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-b38b87f2dd197fa0.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-601015f2e15e7e26.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-439f3a589bd88586.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-57ab7e6ac23ce11f.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3aec7f88778e912a.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-b6806800b307d4b9.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-e49d7651b12f7563.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-e8266574e26adcc3.rlib" "-Wl,-Bdynamic" "-lz" "-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" "fd854cb27047ac8eb3993755681266057533fb1653f95b000b2ea4e76f46e2b7"` [INFO] running `"docker" "rm" "-f" "fd854cb27047ac8eb3993755681266057533fb1653f95b000b2ea4e76f46e2b7"` [INFO] [stdout] fd854cb27047ac8eb3993755681266057533fb1653f95b000b2ea4e76f46e2b7