[INFO] updating cached repository msierks/rustcube [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/msierks/rustcube [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/msierks/rustcube" "work/ex/beta-1.37-6/sources/1.36.0/gh/msierks/rustcube"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/msierks/rustcube'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/msierks/rustcube" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/msierks/rustcube"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/msierks/rustcube'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7c2d1fc4f5b5cec92bfa6ae5a6a9a1906ffeff26 [INFO] sha for GitHub repo msierks/rustcube: 7c2d1fc4f5b5cec92bfa6ae5a6a9a1906ffeff26 [INFO] validating manifest of msierks/rustcube 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 msierks/rustcube 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 msierks/rustcube [INFO] finished frobbing msierks/rustcube [INFO] frobbed toml for msierks/rustcube written to work/ex/beta-1.37-6/sources/1.36.0/gh/msierks/rustcube/Cargo.toml [INFO] started frobbing msierks/rustcube [INFO] finished frobbing msierks/rustcube [INFO] frobbed toml for msierks/rustcube written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/msierks/rustcube/Cargo.toml [INFO] crate msierks/rustcube 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 msierks/rustcube 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-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/msierks/rustcube:/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] edbdbabfff62085a025cfed704a7f1cbdf95c329672aeb714adc364e6f0a8672 [INFO] running `"docker" "start" "-a" "edbdbabfff62085a025cfed704a7f1cbdf95c329672aeb714adc364e6f0a8672"` [INFO] [stderr] Compiling x11-dl v2.14.0 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling minifb v0.10.6 [INFO] [stderr] Compiling nix v0.5.1 [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling bytes v0.4.7 [INFO] [stderr] Compiling nix v0.10.0 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling rustyline v1.0.0 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling rustcube v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: variant `PE_TOKEN` should have an upper camel case name [INFO] [stderr] --> src/processor_interface.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | PE_TOKEN = 0x200, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper camel case: `PeToken` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_camel_case_types)] on by default [INFO] [stderr] [INFO] [stderr] warning: variant `PE_FINISH` should have an upper camel case name [INFO] [stderr] --> src/processor_interface.rs:26:9 [INFO] [stderr] | [INFO] [stderr] 26 | PE_FINISH = 0x400, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to upper camel case: `PeFinish` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stderr] --> src/debugger/mod.rs:173:37 [INFO] [stderr] | [INFO] [stderr] 173 | static SIGINT: atomic::AtomicBool = atomic::ATOMIC_BOOL_INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicBool::new(false)` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 31.94s [INFO] running `"docker" "inspect" "edbdbabfff62085a025cfed704a7f1cbdf95c329672aeb714adc364e6f0a8672"` [INFO] running `"docker" "rm" "-f" "edbdbabfff62085a025cfed704a7f1cbdf95c329672aeb714adc364e6f0a8672"` [INFO] [stdout] edbdbabfff62085a025cfed704a7f1cbdf95c329672aeb714adc364e6f0a8672 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/msierks/rustcube:/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] 6e25ddcb0f741d50af556ce0ade5c7ddb85ce9c6fc0be395ac77cb6885ff95ba [INFO] running `"docker" "start" "-a" "6e25ddcb0f741d50af556ce0ade5c7ddb85ce9c6fc0be395ac77cb6885ff95ba"` [INFO] [stderr] Compiling rustcube v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: variant `PE_TOKEN` should have an upper camel case name [INFO] [stderr] --> src/processor_interface.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | PE_TOKEN = 0x200, [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper camel case: `PeToken` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_camel_case_types)] on by default [INFO] [stderr] [INFO] [stderr] warning: variant `PE_FINISH` should have an upper camel case name [INFO] [stderr] --> src/processor_interface.rs:26:9 [INFO] [stderr] | [INFO] [stderr] 26 | PE_FINISH = 0x400, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to upper camel case: `PeFinish` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stderr] --> src/debugger/mod.rs:173:37 [INFO] [stderr] | [INFO] [stderr] 173 | static SIGINT: atomic::AtomicBool = atomic::ATOMIC_BOOL_INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicBool::new(false)` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.33s [INFO] running `"docker" "inspect" "6e25ddcb0f741d50af556ce0ade5c7ddb85ce9c6fc0be395ac77cb6885ff95ba"` [INFO] running `"docker" "rm" "-f" "6e25ddcb0f741d50af556ce0ade5c7ddb85ce9c6fc0be395ac77cb6885ff95ba"` [INFO] [stdout] 6e25ddcb0f741d50af556ce0ade5c7ddb85ce9c6fc0be395ac77cb6885ff95ba [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/msierks/rustcube:/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] 08c6d042da4fc4a405576ec7d42ea3265815b5056fe51e0bae7af81b321a1762 [INFO] running `"docker" "start" "-a" "08c6d042da4fc4a405576ec7d42ea3265815b5056fe51e0bae7af81b321a1762"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/crater/target/debug/deps/rustcube-d7012a60cef80b27 [INFO] [stderr] Running /opt/crater/target/debug/deps/rustcube-2b8b4babcdd0d117 [INFO] [stdout] [INFO] [stderr] Doc-tests rustcube [INFO] [stdout] running 3 tests [INFO] [stdout] test cpu::hid::test::u32_conversion ... ok [INFO] [stdout] test cpu::msr::test::u32_conversion ... ok [INFO] [stdout] test cpu::msr::test::default ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 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] [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" "08c6d042da4fc4a405576ec7d42ea3265815b5056fe51e0bae7af81b321a1762"` [INFO] running `"docker" "rm" "-f" "08c6d042da4fc4a405576ec7d42ea3265815b5056fe51e0bae7af81b321a1762"` [INFO] [stdout] 08c6d042da4fc4a405576ec7d42ea3265815b5056fe51e0bae7af81b321a1762