[INFO] updating cached repository gyaresu/rust_lessons [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/gyaresu/rust_lessons [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/gyaresu/rust_lessons" "work/ex/beta-1.38-1/sources/1.37.0/gh/gyaresu/rust_lessons"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/gyaresu/rust_lessons'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/gyaresu/rust_lessons" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/gyaresu/rust_lessons"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/gyaresu/rust_lessons'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 001ba4d4e2808064e24bc002888321be4e5893c4 [INFO] sha for GitHub repo gyaresu/rust_lessons: 001ba4d4e2808064e24bc002888321be4e5893c4 [INFO] validating manifest of gyaresu/rust_lessons 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 gyaresu/rust_lessons 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 gyaresu/rust_lessons [INFO] finished frobbing gyaresu/rust_lessons [INFO] frobbed toml for gyaresu/rust_lessons written to work/ex/beta-1.38-1/sources/1.37.0/gh/gyaresu/rust_lessons/Cargo.toml [INFO] started frobbing gyaresu/rust_lessons [INFO] finished frobbing gyaresu/rust_lessons [INFO] frobbed toml for gyaresu/rust_lessons written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/gyaresu/rust_lessons/Cargo.toml [INFO] crate gyaresu/rust_lessons 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 gyaresu/rust_lessons 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-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/gyaresu/rust_lessons:/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] 7da410ec73dd784d12c0caba2859ee7ecb72112041426408e096995d82b7a070 [INFO] running `"docker" "start" "-a" "7da410ec73dd784d12c0caba2859ee7ecb72112041426408e096995d82b7a070"` [INFO] [stderr] Compiling rust_lessons v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.37s [INFO] running `"docker" "inspect" "7da410ec73dd784d12c0caba2859ee7ecb72112041426408e096995d82b7a070"` [INFO] running `"docker" "rm" "-f" "7da410ec73dd784d12c0caba2859ee7ecb72112041426408e096995d82b7a070"` [INFO] [stdout] 7da410ec73dd784d12c0caba2859ee7ecb72112041426408e096995d82b7a070 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/gyaresu/rust_lessons:/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] f2c977202d725530a5b46635c01c7cb292e395049b5c39a950349e20aad9521e [INFO] running `"docker" "start" "-a" "f2c977202d725530a5b46635c01c7cb292e395049b5c39a950349e20aad9521e"` [INFO] [stderr] Compiling rust_lessons v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.48s [INFO] running `"docker" "inspect" "f2c977202d725530a5b46635c01c7cb292e395049b5c39a950349e20aad9521e"` [INFO] running `"docker" "rm" "-f" "f2c977202d725530a5b46635c01c7cb292e395049b5c39a950349e20aad9521e"` [INFO] [stdout] f2c977202d725530a5b46635c01c7cb292e395049b5c39a950349e20aad9521e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/gyaresu/rust_lessons:/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] 910c1ed35182ef44b38c8aa953b878f7c3a7e8620ddc364bd0a8b81cd6b55b09 [INFO] running `"docker" "start" "-a" "910c1ed35182ef44b38c8aa953b878f7c3a7e8620ddc364bd0a8b81cd6b55b09"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_lessons-c6a580624e50bbe0 [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" "910c1ed35182ef44b38c8aa953b878f7c3a7e8620ddc364bd0a8b81cd6b55b09"` [INFO] running `"docker" "rm" "-f" "910c1ed35182ef44b38c8aa953b878f7c3a7e8620ddc364bd0a8b81cd6b55b09"` [INFO] [stdout] 910c1ed35182ef44b38c8aa953b878f7c3a7e8620ddc364bd0a8b81cd6b55b09