[INFO] updating cached repository harindaka/rust-build-script-example [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/harindaka/rust-build-script-example [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/harindaka/rust-build-script-example" "work/ex/beta-1.37-6/sources/1.36.0/gh/harindaka/rust-build-script-example"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/harindaka/rust-build-script-example'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/harindaka/rust-build-script-example" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/harindaka/rust-build-script-example"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/harindaka/rust-build-script-example'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a73b0f77c995da7e9f6e26ca788f4db5b1756595 [INFO] sha for GitHub repo harindaka/rust-build-script-example: a73b0f77c995da7e9f6e26ca788f4db5b1756595 [INFO] validating manifest of harindaka/rust-build-script-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 harindaka/rust-build-script-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 harindaka/rust-build-script-example [INFO] finished frobbing harindaka/rust-build-script-example [INFO] frobbed toml for harindaka/rust-build-script-example written to work/ex/beta-1.37-6/sources/1.36.0/gh/harindaka/rust-build-script-example/Cargo.toml [INFO] started frobbing harindaka/rust-build-script-example [INFO] finished frobbing harindaka/rust-build-script-example [INFO] frobbed toml for harindaka/rust-build-script-example written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/harindaka/rust-build-script-example/Cargo.toml [INFO] crate harindaka/rust-build-script-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 harindaka/rust-build-script-example 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-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/harindaka/rust-build-script-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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 4dcfd9ac525a9b6df90967adce4a60bbf32637694f7b068f2d8860d705eb2d67 [INFO] running `"docker" "start" "-a" "4dcfd9ac525a9b6df90967adce4a60bbf32637694f7b068f2d8860d705eb2d67"` [INFO] [stderr] Compiling build_script_file_gen v0.6.0 [INFO] [stderr] Compiling rust-build-script-example v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.62s [INFO] running `"docker" "inspect" "4dcfd9ac525a9b6df90967adce4a60bbf32637694f7b068f2d8860d705eb2d67"` [INFO] running `"docker" "rm" "-f" "4dcfd9ac525a9b6df90967adce4a60bbf32637694f7b068f2d8860d705eb2d67"` [INFO] [stdout] 4dcfd9ac525a9b6df90967adce4a60bbf32637694f7b068f2d8860d705eb2d67 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/harindaka/rust-build-script-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" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] ab4f625b72fa956b9088079eee63b4f65515068c0c5f526249631ac83d5e77bd [INFO] running `"docker" "start" "-a" "ab4f625b72fa956b9088079eee63b4f65515068c0c5f526249631ac83d5e77bd"` [INFO] [stderr] Compiling rust-build-script-example v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.44s [INFO] running `"docker" "inspect" "ab4f625b72fa956b9088079eee63b4f65515068c0c5f526249631ac83d5e77bd"` [INFO] running `"docker" "rm" "-f" "ab4f625b72fa956b9088079eee63b4f65515068c0c5f526249631ac83d5e77bd"` [INFO] [stdout] ab4f625b72fa956b9088079eee63b4f65515068c0c5f526249631ac83d5e77bd [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/harindaka/rust-build-script-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" "+1.36.0" "test" "--frozen"` [INFO] [stdout] 85ad530d89276e7c17650f68544fc82ccaec6e97d2ae7c3beda1405671415d8a [INFO] running `"docker" "start" "-a" "85ad530d89276e7c17650f68544fc82ccaec6e97d2ae7c3beda1405671415d8a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_build_script_example-977604850fee093f [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" "85ad530d89276e7c17650f68544fc82ccaec6e97d2ae7c3beda1405671415d8a"` [INFO] running `"docker" "rm" "-f" "85ad530d89276e7c17650f68544fc82ccaec6e97d2ae7c3beda1405671415d8a"` [INFO] [stdout] 85ad530d89276e7c17650f68544fc82ccaec6e97d2ae7c3beda1405671415d8a