[INFO] cloning repository benbrunton/brush [INFO] running `"git" "clone" "--bare" "git://github.com/benbrunton/brush.git" "work/cache/sources/gh/benbrunton/brush"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/benbrunton/brush'... [INFO] running `"git" "clone" "work/cache/sources/gh/benbrunton/brush" "work/ex/beta-1.37-6/sources/1.36.0/gh/benbrunton/brush"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/benbrunton/brush'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/benbrunton/brush" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/benbrunton/brush"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/benbrunton/brush'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] fa87595a994fee5d56e50e78520e37892baa6576 [INFO] sha for GitHub repo benbrunton/brush: fa87595a994fee5d56e50e78520e37892baa6576 [INFO] validating manifest of benbrunton/brush 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 benbrunton/brush 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 benbrunton/brush [INFO] finished frobbing benbrunton/brush [INFO] frobbed toml for benbrunton/brush written to work/ex/beta-1.37-6/sources/1.36.0/gh/benbrunton/brush/Cargo.toml [INFO] started frobbing benbrunton/brush [INFO] finished frobbing benbrunton/brush [INFO] frobbed toml for benbrunton/brush written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/benbrunton/brush/Cargo.toml [INFO] crate benbrunton/brush 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 benbrunton/brush against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/benbrunton/brush:/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.36.0" "build" "--frozen"` [INFO] [stdout] e70eacef1b928b6ca43b2977d66d3059f82c5fc6df367324e58125431bcb9d01 [INFO] running `"docker" "start" "-a" "e70eacef1b928b6ca43b2977d66d3059f82c5fc6df367324e58125431bcb9d01"` [INFO] [stderr] Compiling brush v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.93s [INFO] running `"docker" "inspect" "e70eacef1b928b6ca43b2977d66d3059f82c5fc6df367324e58125431bcb9d01"` [INFO] running `"docker" "rm" "-f" "e70eacef1b928b6ca43b2977d66d3059f82c5fc6df367324e58125431bcb9d01"` [INFO] [stdout] e70eacef1b928b6ca43b2977d66d3059f82c5fc6df367324e58125431bcb9d01 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/benbrunton/brush:/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.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] c33705b743b3df3aa186a9f24af8d0684695a6a47cce699de6578a4429f49ec2 [INFO] running `"docker" "start" "-a" "c33705b743b3df3aa186a9f24af8d0684695a6a47cce699de6578a4429f49ec2"` [INFO] [stderr] Compiling brush v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.62s [INFO] running `"docker" "inspect" "c33705b743b3df3aa186a9f24af8d0684695a6a47cce699de6578a4429f49ec2"` [INFO] running `"docker" "rm" "-f" "c33705b743b3df3aa186a9f24af8d0684695a6a47cce699de6578a4429f49ec2"` [INFO] [stdout] c33705b743b3df3aa186a9f24af8d0684695a6a47cce699de6578a4429f49ec2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/benbrunton/brush:/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.36.0" "test" "--frozen"` [INFO] [stdout] e59b5d94b38c455b968c70dd00eb45a246e385c0b90ee30535f8ab83e24fade5 [INFO] running `"docker" "start" "-a" "e59b5d94b38c455b968c70dd00eb45a246e385c0b90ee30535f8ab83e24fade5"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/brush-74905fc327edbe0a [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" "e59b5d94b38c455b968c70dd00eb45a246e385c0b90ee30535f8ab83e24fade5"` [INFO] running `"docker" "rm" "-f" "e59b5d94b38c455b968c70dd00eb45a246e385c0b90ee30535f8ab83e24fade5"` [INFO] [stdout] e59b5d94b38c455b968c70dd00eb45a246e385c0b90ee30535f8ab83e24fade5