[INFO] updating cached repository jamuc/rust_fibonacci [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/jamuc/rust_fibonacci [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/jamuc/rust_fibonacci" "work/ex/beta-1.38-1/sources/1.37.0/gh/jamuc/rust_fibonacci"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/jamuc/rust_fibonacci'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jamuc/rust_fibonacci" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jamuc/rust_fibonacci"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jamuc/rust_fibonacci'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 699945cde68f3afa34d5c19e50897c67a12e3961 [INFO] sha for GitHub repo jamuc/rust_fibonacci: 699945cde68f3afa34d5c19e50897c67a12e3961 [INFO] validating manifest of jamuc/rust_fibonacci on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of jamuc/rust_fibonacci on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing jamuc/rust_fibonacci [INFO] finished frobbing jamuc/rust_fibonacci [INFO] frobbed toml for jamuc/rust_fibonacci written to work/ex/beta-1.38-1/sources/1.37.0/gh/jamuc/rust_fibonacci/Cargo.toml [INFO] started frobbing jamuc/rust_fibonacci [INFO] finished frobbing jamuc/rust_fibonacci [INFO] frobbed toml for jamuc/rust_fibonacci written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jamuc/rust_fibonacci/Cargo.toml [INFO] crate jamuc/rust_fibonacci already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing jamuc/rust_fibonacci against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/jamuc/rust_fibonacci:/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 0c7e622584fa17af4cf44b5e8468802288e5ad5cd90ca32bad3c55ea1a267d8b [INFO] running `"docker" "start" "-a" "0c7e622584fa17af4cf44b5e8468802288e5ad5cd90ca32bad3c55ea1a267d8b"` [INFO] [stderr] Compiling fibonacci v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.43s [INFO] running `"docker" "inspect" "0c7e622584fa17af4cf44b5e8468802288e5ad5cd90ca32bad3c55ea1a267d8b"` [INFO] running `"docker" "rm" "-f" "0c7e622584fa17af4cf44b5e8468802288e5ad5cd90ca32bad3c55ea1a267d8b"` [INFO] [stdout] 0c7e622584fa17af4cf44b5e8468802288e5ad5cd90ca32bad3c55ea1a267d8b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/jamuc/rust_fibonacci:/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 85dea679c8064656dd78fde121b19191ea9302b9c3021a733105d8bedf36c712 [INFO] running `"docker" "start" "-a" "85dea679c8064656dd78fde121b19191ea9302b9c3021a733105d8bedf36c712"` [INFO] [stderr] Compiling fibonacci v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.42s [INFO] running `"docker" "inspect" "85dea679c8064656dd78fde121b19191ea9302b9c3021a733105d8bedf36c712"` [INFO] running `"docker" "rm" "-f" "85dea679c8064656dd78fde121b19191ea9302b9c3021a733105d8bedf36c712"` [INFO] [stdout] 85dea679c8064656dd78fde121b19191ea9302b9c3021a733105d8bedf36c712 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/jamuc/rust_fibonacci:/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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 0828badd33973b9648afd2c0df8fd07156c7edaf972109df4eb8a29226143762 [INFO] running `"docker" "start" "-a" "0828badd33973b9648afd2c0df8fd07156c7edaf972109df4eb8a29226143762"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.00s [INFO] [stderr] Running /opt/crater/target/debug/deps/fibonacci-19bbea4c069f7f17 [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" "0828badd33973b9648afd2c0df8fd07156c7edaf972109df4eb8a29226143762"` [INFO] running `"docker" "rm" "-f" "0828badd33973b9648afd2c0df8fd07156c7edaf972109df4eb8a29226143762"` [INFO] [stdout] 0828badd33973b9648afd2c0df8fd07156c7edaf972109df4eb8a29226143762