[INFO] cloning repository rust-embedded/cross [INFO] running `"git" "clone" "--bare" "git://github.com/rust-embedded/cross.git" "work/cache/sources/gh/rust-embedded/cross"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/rust-embedded/cross'... [INFO] running `"git" "clone" "work/cache/sources/gh/rust-embedded/cross" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/rust-embedded/cross"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/rust-embedded/cross'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/rust-embedded/cross" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/rust-embedded/cross"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/rust-embedded/cross'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 540dc4f5a1ca8d6d95bbf4da66ce763a2352d36f [INFO] sha for GitHub repo rust-embedded/cross: 540dc4f5a1ca8d6d95bbf4da66ce763a2352d36f [INFO] validating manifest of rust-embedded/cross on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rust-embedded/cross on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rust-embedded/cross [INFO] finished frobbing rust-embedded/cross [INFO] frobbed toml for rust-embedded/cross written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/rust-embedded/cross/Cargo.toml [INFO] started frobbing rust-embedded/cross [INFO] finished frobbing rust-embedded/cross [INFO] frobbed toml for rust-embedded/cross written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/rust-embedded/cross/Cargo.toml [INFO] crate rust-embedded/cross already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing rust-embedded/cross against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/rust-embedded/cross:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] cbfa089ff70d1075b585b27f8bc705337cb34c867b5ffee225727664cf4851bf [INFO] running `"docker" "start" "-a" "cbfa089ff70d1075b585b27f8bc705337cb34c867b5ffee225727664cf4851bf"` [INFO] [stderr] Compiling cross v0.1.15-dev (/opt/crater/workdir) [INFO] [stderr] Compiling backtrace-sys v0.1.23 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling error-chain v0.12.0 [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/docker.rs:80:20 [INFO] [stderr] | [INFO] [stderr] 80 | let home_dir = env::home_dir().ok_or_else(|| "couldn't get home directory. Is $HOME not set?")?; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.59s [INFO] running `"docker" "inspect" "cbfa089ff70d1075b585b27f8bc705337cb34c867b5ffee225727664cf4851bf"` [INFO] running `"docker" "rm" "-f" "cbfa089ff70d1075b585b27f8bc705337cb34c867b5ffee225727664cf4851bf"` [INFO] [stdout] cbfa089ff70d1075b585b27f8bc705337cb34c867b5ffee225727664cf4851bf [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/rust-embedded/cross:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 594be9d08e8a28366022bccde2f4c2e45e51ee04e23b59d6799d1165966a5110 [INFO] running `"docker" "start" "-a" "594be9d08e8a28366022bccde2f4c2e45e51ee04e23b59d6799d1165966a5110"` [INFO] [stderr] Compiling cross v0.1.15-dev (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/docker.rs:80:20 [INFO] [stderr] | [INFO] [stderr] 80 | let home_dir = env::home_dir().ok_or_else(|| "couldn't get home directory. Is $HOME not set?")?; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.94s [INFO] running `"docker" "inspect" "594be9d08e8a28366022bccde2f4c2e45e51ee04e23b59d6799d1165966a5110"` [INFO] running `"docker" "rm" "-f" "594be9d08e8a28366022bccde2f4c2e45e51ee04e23b59d6799d1165966a5110"` [INFO] [stdout] 594be9d08e8a28366022bccde2f4c2e45e51ee04e23b59d6799d1165966a5110 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/rust-embedded/cross:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 74cda859aa1b5c99312e2ef06b3d2c9705714f79bdcd3408c97fa18a66e86fa9 [INFO] running `"docker" "start" "-a" "74cda859aa1b5c99312e2ef06b3d2c9705714f79bdcd3408c97fa18a66e86fa9"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running /opt/crater/target/debug/deps/cross-bb5ca9522a328cf3 [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" "74cda859aa1b5c99312e2ef06b3d2c9705714f79bdcd3408c97fa18a66e86fa9"` [INFO] running `"docker" "rm" "-f" "74cda859aa1b5c99312e2ef06b3d2c9705714f79bdcd3408c97fa18a66e86fa9"` [INFO] [stdout] 74cda859aa1b5c99312e2ef06b3d2c9705714f79bdcd3408c97fa18a66e86fa9