[INFO] updating cached repository imishinist/imcc [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/imishinist/imcc [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/imishinist/imcc" "work/ex/beta-1.37-6/sources/1.36.0/gh/imishinist/imcc"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/imishinist/imcc'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/imishinist/imcc" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/imishinist/imcc"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/imishinist/imcc'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a88ec4f84da2148b3e0edfea91de30514850cb9c [INFO] sha for GitHub repo imishinist/imcc: a88ec4f84da2148b3e0edfea91de30514850cb9c [INFO] validating manifest of imishinist/imcc 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 imishinist/imcc 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 imishinist/imcc [INFO] finished frobbing imishinist/imcc [INFO] frobbed toml for imishinist/imcc written to work/ex/beta-1.37-6/sources/1.36.0/gh/imishinist/imcc/Cargo.toml [INFO] started frobbing imishinist/imcc [INFO] finished frobbing imishinist/imcc [INFO] frobbed toml for imishinist/imcc written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/imishinist/imcc/Cargo.toml [INFO] crate imishinist/imcc 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 imishinist/imcc 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-5/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/imishinist/imcc:/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] a9afff7fc074d606023f00a8442b78d77f11fb0228024a1a488a1384b0b656b7 [INFO] running `"docker" "start" "-a" "a9afff7fc074d606023f00a8442b78d77f11fb0228024a1a488a1384b0b656b7"` [INFO] [stderr] Compiling imcc v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.73s [INFO] running `"docker" "inspect" "a9afff7fc074d606023f00a8442b78d77f11fb0228024a1a488a1384b0b656b7"` [INFO] running `"docker" "rm" "-f" "a9afff7fc074d606023f00a8442b78d77f11fb0228024a1a488a1384b0b656b7"` [INFO] [stdout] a9afff7fc074d606023f00a8442b78d77f11fb0228024a1a488a1384b0b656b7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/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/imishinist/imcc:/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] 08780585917ae6cc31633eb4d868ed830a7d2298d9183e624cb7044b2d88e17b [INFO] running `"docker" "start" "-a" "08780585917ae6cc31633eb4d868ed830a7d2298d9183e624cb7044b2d88e17b"` [INFO] [stderr] Compiling imcc v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.95s [INFO] running `"docker" "inspect" "08780585917ae6cc31633eb4d868ed830a7d2298d9183e624cb7044b2d88e17b"` [INFO] running `"docker" "rm" "-f" "08780585917ae6cc31633eb4d868ed830a7d2298d9183e624cb7044b2d88e17b"` [INFO] [stdout] 08780585917ae6cc31633eb4d868ed830a7d2298d9183e624cb7044b2d88e17b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/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/imishinist/imcc:/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] ea29cba4db2fcd64d85b44f096fc47f2d747e1a487515562cebbaaea49759000 [INFO] running `"docker" "start" "-a" "ea29cba4db2fcd64d85b44f096fc47f2d747e1a487515562cebbaaea49759000"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/imcc-ee52c576fafe0c80 [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" "ea29cba4db2fcd64d85b44f096fc47f2d747e1a487515562cebbaaea49759000"` [INFO] running `"docker" "rm" "-f" "ea29cba4db2fcd64d85b44f096fc47f2d747e1a487515562cebbaaea49759000"` [INFO] [stdout] ea29cba4db2fcd64d85b44f096fc47f2d747e1a487515562cebbaaea49759000