[INFO] cloning repository steshaw/rust-app-example [INFO] running `"git" "clone" "--bare" "git://github.com/steshaw/rust-app-example.git" "work/cache/sources/gh/steshaw/rust-app-example"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/steshaw/rust-app-example'... [INFO] running `"git" "clone" "work/cache/sources/gh/steshaw/rust-app-example" "work/ex/beta-1.37-6/sources/1.36.0/gh/steshaw/rust-app-example"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/steshaw/rust-app-example'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/steshaw/rust-app-example" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/steshaw/rust-app-example"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/steshaw/rust-app-example'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 556be31e8a9959ebe72a3d8b06ea4dfb8fb54535 [INFO] sha for GitHub repo steshaw/rust-app-example: 556be31e8a9959ebe72a3d8b06ea4dfb8fb54535 [INFO] validating manifest of steshaw/rust-app-example on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of steshaw/rust-app-example on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing steshaw/rust-app-example [INFO] finished frobbing steshaw/rust-app-example [INFO] frobbed toml for steshaw/rust-app-example written to work/ex/beta-1.37-6/sources/1.36.0/gh/steshaw/rust-app-example/Cargo.toml [INFO] started frobbing steshaw/rust-app-example [INFO] finished frobbing steshaw/rust-app-example [INFO] frobbed toml for steshaw/rust-app-example written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/steshaw/rust-app-example/Cargo.toml [INFO] crate steshaw/rust-app-example already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing steshaw/rust-app-example against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/steshaw/rust-app-example:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 606022f7cebde7df98411f554d4814f1270c21a9354b95992d7ee298e4d8b1ca [INFO] running `"docker" "start" "-a" "606022f7cebde7df98411f554d4814f1270c21a9354b95992d7ee298e4d8b1ca"` [INFO] [stderr] warning: unused manifest key: package.licence [INFO] [stderr] warning: unused manifest key: package.licence-file [INFO] [stderr] Compiling rust-app-example v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.63s [INFO] running `"docker" "inspect" "606022f7cebde7df98411f554d4814f1270c21a9354b95992d7ee298e4d8b1ca"` [INFO] running `"docker" "rm" "-f" "606022f7cebde7df98411f554d4814f1270c21a9354b95992d7ee298e4d8b1ca"` [INFO] [stdout] 606022f7cebde7df98411f554d4814f1270c21a9354b95992d7ee298e4d8b1ca [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/steshaw/rust-app-example:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] c6c02b6ad63a117cdd7890c25cbad376f8803e5f47e3c51a61cf08108e4f0236 [INFO] running `"docker" "start" "-a" "c6c02b6ad63a117cdd7890c25cbad376f8803e5f47e3c51a61cf08108e4f0236"` [INFO] [stderr] warning: unused manifest key: package.licence [INFO] [stderr] warning: unused manifest key: package.licence-file [INFO] [stderr] Compiling rust-app-example v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.86s [INFO] running `"docker" "inspect" "c6c02b6ad63a117cdd7890c25cbad376f8803e5f47e3c51a61cf08108e4f0236"` [INFO] running `"docker" "rm" "-f" "c6c02b6ad63a117cdd7890c25cbad376f8803e5f47e3c51a61cf08108e4f0236"` [INFO] [stdout] c6c02b6ad63a117cdd7890c25cbad376f8803e5f47e3c51a61cf08108e4f0236 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/steshaw/rust-app-example:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] 0d6d337b29115e49d9ce182dd4db02d5c935db609a2ae5c44e62baba0f27c8ba [INFO] running `"docker" "start" "-a" "0d6d337b29115e49d9ce182dd4db02d5c935db609a2ae5c44e62baba0f27c8ba"` [INFO] [stderr] warning: unused manifest key: package.licence [INFO] [stderr] warning: unused manifest key: package.licence-file [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_app_example-3c091f2891e0e1a8 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "0d6d337b29115e49d9ce182dd4db02d5c935db609a2ae5c44e62baba0f27c8ba"` [INFO] running `"docker" "rm" "-f" "0d6d337b29115e49d9ce182dd4db02d5c935db609a2ae5c44e62baba0f27c8ba"` [INFO] [stdout] 0d6d337b29115e49d9ce182dd4db02d5c935db609a2ae5c44e62baba0f27c8ba