[INFO] updating cached repository stormogulen/dehex [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/stormogulen/dehex [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/stormogulen/dehex" "work/ex/beta-1.38-1/sources/1.37.0/gh/stormogulen/dehex"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/stormogulen/dehex'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/stormogulen/dehex" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/stormogulen/dehex"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/stormogulen/dehex'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 97a00d7d88b381e11841ace0e0bebd84cfc14b40 [INFO] sha for GitHub repo stormogulen/dehex: 97a00d7d88b381e11841ace0e0bebd84cfc14b40 [INFO] validating manifest of stormogulen/dehex 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 stormogulen/dehex 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 stormogulen/dehex [INFO] finished frobbing stormogulen/dehex [INFO] frobbed toml for stormogulen/dehex written to work/ex/beta-1.38-1/sources/1.37.0/gh/stormogulen/dehex/Cargo.toml [INFO] started frobbing stormogulen/dehex [INFO] finished frobbing stormogulen/dehex [INFO] frobbed toml for stormogulen/dehex written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/stormogulen/dehex/Cargo.toml [INFO] crate stormogulen/dehex 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing stormogulen/dehex against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/stormogulen/dehex:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] bfe706fe600c84b5f66619ac1ded76cb6895ade3ad4a30d39997b333533f2fa4 [INFO] running `"docker" "start" "-a" "bfe706fe600c84b5f66619ac1ded76cb6895ade3ad4a30d39997b333533f2fa4"` [INFO] [stderr] Compiling pretty-hex v0.1.0 [INFO] [stderr] Compiling memmap v0.6.2 [INFO] [stderr] Compiling shared_library v0.1.8 [INFO] [stderr] Compiling x11-dl v2.17.3 [INFO] [stderr] Compiling ordered-float v0.5.0 [INFO] [stderr] Compiling gl_generator v0.8.0 [INFO] [stderr] Compiling tempfile v2.2.0 [INFO] [stderr] Compiling png v0.11.0 [INFO] [stderr] Compiling rayon-core v1.4.0 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling rusttype v0.4.3 [INFO] [stderr] Compiling wayland-client v0.12.5 [INFO] [stderr] Compiling pistoncore-input v0.20.0 [INFO] [stderr] Compiling rayon v1.0.1 [INFO] [stderr] Compiling piston2d-graphics v0.26.0 [INFO] [stderr] Compiling glutin v0.12.2 [INFO] [stderr] Compiling wayland-protocols v0.12.5 [INFO] [stderr] Compiling wayland-kbd v0.13.1 [INFO] [stderr] Compiling pistoncore-window v0.31.0 [INFO] [stderr] Compiling pistoncore-event_loop v0.36.0 [INFO] [stderr] Compiling piston v0.36.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.14 [INFO] [stderr] Compiling wayland-window v0.13.2 [INFO] [stderr] Compiling image v0.18.0 [INFO] [stderr] Compiling winit v0.10.0 [INFO] [stderr] Compiling pistoncore-glutin_window v0.45.3 [INFO] [stderr] Compiling piston2d-opengl_graphics v0.52.0 [INFO] [stderr] Compiling dehex v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: the item `graphics` is imported redundantly [INFO] [stderr] --> src/main.rs:43:13 [INFO] [stderr] | [INFO] [stderr] 7 | extern crate graphics; [INFO] [stderr] | ---------------------- the item `graphics` is already imported here [INFO] [stderr] ... [INFO] [stderr] 43 | use graphics; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `graphics` is imported redundantly [INFO] [stderr] --> src/main.rs:128:13 [INFO] [stderr] | [INFO] [stderr] 7 | extern crate graphics; [INFO] [stderr] | ---------------------- the item `graphics` is already imported here [INFO] [stderr] ... [INFO] [stderr] 128 | use graphics; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `graphics` is imported redundantly [INFO] [stderr] --> src/main.rs:207:13 [INFO] [stderr] | [INFO] [stderr] 7 | extern crate graphics; [INFO] [stderr] | ---------------------- the item `graphics` is already imported here [INFO] [stderr] ... [INFO] [stderr] 207 | use graphics; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 15s [INFO] running `"docker" "inspect" "bfe706fe600c84b5f66619ac1ded76cb6895ade3ad4a30d39997b333533f2fa4"` [INFO] running `"docker" "rm" "-f" "bfe706fe600c84b5f66619ac1ded76cb6895ade3ad4a30d39997b333533f2fa4"` [INFO] [stdout] bfe706fe600c84b5f66619ac1ded76cb6895ade3ad4a30d39997b333533f2fa4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/stormogulen/dehex:/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 6a15cc2e051ecfcc6f715519830fdf6cc16a8c915e7c4f26bea612c79446c0af [INFO] running `"docker" "start" "-a" "6a15cc2e051ecfcc6f715519830fdf6cc16a8c915e7c4f26bea612c79446c0af"` [INFO] [stderr] Compiling dehex v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: the item `graphics` is imported redundantly [INFO] [stderr] --> src/main.rs:43:13 [INFO] [stderr] | [INFO] [stderr] 7 | extern crate graphics; [INFO] [stderr] | ---------------------- the item `graphics` is already imported here [INFO] [stderr] ... [INFO] [stderr] 43 | use graphics; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `graphics` is imported redundantly [INFO] [stderr] --> src/main.rs:128:13 [INFO] [stderr] | [INFO] [stderr] 7 | extern crate graphics; [INFO] [stderr] | ---------------------- the item `graphics` is already imported here [INFO] [stderr] ... [INFO] [stderr] 128 | use graphics; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `graphics` is imported redundantly [INFO] [stderr] --> src/main.rs:207:13 [INFO] [stderr] | [INFO] [stderr] 7 | extern crate graphics; [INFO] [stderr] | ---------------------- the item `graphics` is already imported here [INFO] [stderr] ... [INFO] [stderr] 207 | use graphics; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.19s [INFO] running `"docker" "inspect" "6a15cc2e051ecfcc6f715519830fdf6cc16a8c915e7c4f26bea612c79446c0af"` [INFO] running `"docker" "rm" "-f" "6a15cc2e051ecfcc6f715519830fdf6cc16a8c915e7c4f26bea612c79446c0af"` [INFO] [stdout] 6a15cc2e051ecfcc6f715519830fdf6cc16a8c915e7c4f26bea612c79446c0af [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/stormogulen/dehex:/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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 2ec7d30a26b9f5d1cccb5ea8f90e5b880ce0c32688dba7eb5c77320d5eaf4b2d [INFO] running `"docker" "start" "-a" "2ec7d30a26b9f5d1cccb5ea8f90e5b880ce0c32688dba7eb5c77320d5eaf4b2d"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running /opt/crater/target/debug/deps/dehex-5541cc688fcd1c45 [INFO] [stderr] Running /opt/crater/target/debug/deps/dehex-e86be64ce8e90990 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::exploration ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Doc-tests dehex [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] [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" "2ec7d30a26b9f5d1cccb5ea8f90e5b880ce0c32688dba7eb5c77320d5eaf4b2d"` [INFO] running `"docker" "rm" "-f" "2ec7d30a26b9f5d1cccb5ea8f90e5b880ce0c32688dba7eb5c77320d5eaf4b2d"` [INFO] [stdout] 2ec7d30a26b9f5d1cccb5ea8f90e5b880ce0c32688dba7eb5c77320d5eaf4b2d