[INFO] updating cached repository https://github.com/roblabla/cargo-travis [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 58ad269a9acc2c25d286f3910be6e13fd7ec0a18 [INFO] testing roblabla/cargo-travis against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Froblabla%2Fcargo-travis" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/roblabla/cargo-travis on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/roblabla/cargo-travis [INFO] finished tweaking git repo https://github.com/roblabla/cargo-travis [INFO] tweaked toml for git repo https://github.com/roblabla/cargo-travis written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/roblabla/cargo-travis already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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-2019-09-28" "build" "--frozen"` [INFO] [stdout] 6fecc1a80fccdc50257bdbea1d4d441e799126b96c64815936d503f6eb654863 [INFO] running `"docker" "start" "-a" "6fecc1a80fccdc50257bdbea1d4d441e799126b96c64815936d503f6eb654863"` [INFO] [stderr] Compiling home v0.3.0 [INFO] [stderr] Compiling libnghttp2-sys v0.1.1 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling curl-sys v0.4.16 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling ordered-float v0.5.2 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling libssh2-sys v0.2.11 [INFO] [stderr] Compiling socket2 v0.3.8 [INFO] [stderr] Compiling atty v0.2.6 [INFO] [stderr] Compiling filetime v0.2.4 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling serde_ignored v0.0.4 [INFO] [stderr] Compiling fs2 v0.4.2 [INFO] [stderr] Compiling toml v0.4.5 [INFO] [stderr] Compiling serde_json v1.0.33 [INFO] [stderr] Compiling miniz-sys v0.1.11 [INFO] [stderr] Compiling syn v0.15.24 [INFO] [stderr] Compiling openssl v0.10.16 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling tar v0.4.20 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling jobserver v0.1.12 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling regex v0.2.5 [INFO] [stderr] Compiling rusttype v0.4.3 [INFO] [stderr] Compiling flate2 v1.0.6 [INFO] [stderr] Compiling rand v0.6.4 [INFO] [stderr] Compiling badge v0.2.0 [INFO] [stderr] Compiling tempfile v3.0.5 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling globset v0.4.1 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling docopt v1.0.2 [INFO] [stderr] Compiling crypto-hash v0.3.3 [INFO] [stderr] Compiling ignore v0.4.3 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling backtrace v0.3.4 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling opener v0.3.2 [INFO] [stderr] Compiling rustfix v0.4.4 [INFO] [stderr] Compiling libgit2-sys v0.7.11 [INFO] [stderr] Compiling curl v0.4.19 [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] error: could not compile `cargo`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name cargo /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cargo-0.32.0/src/cargo/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=0793c43f921621b8 -C extra-filename=-0793c43f921621b8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern atty=/opt/rustwide/target/debug/deps/libatty-4523e371508fcbba.rmeta --extern bytesize=/opt/rustwide/target/debug/deps/libbytesize-0149f81f75a6dd97.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-23c7b4b7d9081092.rmeta --extern crates_io=/opt/rustwide/target/debug/deps/libcrates_io-ecec6fa6322dddc7.rmeta --extern crossbeam_utils=/opt/rustwide/target/debug/deps/libcrossbeam_utils-538c43d5faa40e7f.rmeta --extern crypto_hash=/opt/rustwide/target/debug/deps/libcrypto_hash-de351cc5fd5e786a.rmeta --extern curl=/opt/rustwide/target/debug/deps/libcurl-41210ae9c3eb668c.rmeta --extern curl_sys=/opt/rustwide/target/debug/deps/libcurl_sys-3f797c20a15aaebe.rmeta --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-0c67f4b92285c454.rmeta --extern failure=/opt/rustwide/target/debug/deps/libfailure-96c734314c864207.rmeta --extern filetime=/opt/rustwide/target/debug/deps/libfiletime-92f61e2127ef43e2.rmeta --extern flate2=/opt/rustwide/target/debug/deps/libflate2-6a29dc616f0e6a19.rmeta --extern fs2=/opt/rustwide/target/debug/deps/libfs2-2c434420df07e958.rmeta --extern git2=/opt/rustwide/target/debug/deps/libgit2-f492c897ea2d3fd3.rmeta --extern git2_curl=/opt/rustwide/target/debug/deps/libgit2_curl-760bd42463e0c3ef.rmeta --extern glob=/opt/rustwide/target/debug/deps/libglob-a652de60583b21ed.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-ae2f110ebcc6e0d1.rmeta --extern home=/opt/rustwide/target/debug/deps/libhome-4c5faea4780fb7de.rmeta --extern ignore=/opt/rustwide/target/debug/deps/libignore-71bb64aac70070a4.rmeta --extern jobserver=/opt/rustwide/target/debug/deps/libjobserver-1fbf20734da86ca1.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-eb1111419c63443a.rmeta --extern lazycell=/opt/rustwide/target/debug/deps/liblazycell-6c632e643bbac11a.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-8e7afe12f077b640.rmeta --extern libgit2_sys=/opt/rustwide/target/debug/deps/liblibgit2_sys-6c27216d4a3ee1ec.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-8f912843d1e0918b.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-395f063fdf317e9a.rmeta --extern opener=/opt/rustwide/target/debug/deps/libopener-f5b3210394754298.rmeta --extern rustc_workspace_hack=/opt/rustwide/target/debug/deps/librustc_workspace_hack-ede98908eeba3e87.rmeta --extern rustfix=/opt/rustwide/target/debug/deps/librustfix-069a1ac312d91b2f.rmeta --extern same_file=/opt/rustwide/target/debug/deps/libsame_file-df471b876b1b2b17.rmeta --extern semver=/opt/rustwide/target/debug/deps/libsemver-86a259a4b88f0d72.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-11e1714955719dfe.rmeta --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-5d6d33f897308308.so --extern serde_ignored=/opt/rustwide/target/debug/deps/libserde_ignored-4304c2c05c0e20c3.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-753b173d31d293b0.rmeta --extern shell_escape=/opt/rustwide/target/debug/deps/libshell_escape-c4b63d1846d2d195.rmeta --extern tar=/opt/rustwide/target/debug/deps/libtar-ed8d4096585189c2.rmeta --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-b5dcb3068751eba7.rmeta --extern termcolor=/opt/rustwide/target/debug/deps/libtermcolor-6ad15c1749c57b3b.rmeta --extern toml=/opt/rustwide/target/debug/deps/libtoml-34ffdd06aba53708.rmeta --extern unicode_width=/opt/rustwide/target/debug/deps/libunicode_width-d9f8e4799bf0265c.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-ce345ff2e3c4a664.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/curl-sys-9f04b80bdf525db3/out/build -L native=/opt/rustwide/target/debug/build/libnghttp2-sys-e3474047d85bcadb/out/i/lib -L native=/usr/lib/x86_64-linux-gnu -L native=/opt/rustwide/target/debug/build/backtrace-sys-427337b1f86f4796/out/.libs -L native=/opt/rustwide/target/debug/build/miniz-sys-5b7a2c9a891af61c/out -L native=/opt/rustwide/target/debug/build/libgit2-sys-d9be0286c4e0be2c/out/build -L native=/opt/rustwide/target/debug/build/libssh2-sys-e01eb2bff843accf/out/build` (signal: 9, SIGKILL: kill) [INFO] running `"docker" "inspect" "6fecc1a80fccdc50257bdbea1d4d441e799126b96c64815936d503f6eb654863"` [INFO] running `"docker" "rm" "-f" "6fecc1a80fccdc50257bdbea1d4d441e799126b96c64815936d503f6eb654863"` [INFO] [stdout] 6fecc1a80fccdc50257bdbea1d4d441e799126b96c64815936d503f6eb654863