[INFO] crate keygraph-rs 0.2.5 is already in cache [INFO] extracting crate keygraph-rs 0.2.5 into work/ex/beta-1.38-1/sources/1.37.0/reg/keygraph-rs/0.2.5 [INFO] extracting crate keygraph-rs 0.2.5 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/keygraph-rs/0.2.5 [INFO] validating manifest of keygraph-rs-0.2.5 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 keygraph-rs-0.2.5 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 keygraph-rs-0.2.5 [INFO] finished frobbing keygraph-rs-0.2.5 [INFO] frobbed toml for keygraph-rs-0.2.5 written to work/ex/beta-1.38-1/sources/1.37.0/reg/keygraph-rs/0.2.5/Cargo.toml [INFO] started frobbing keygraph-rs-0.2.5 [INFO] finished frobbing keygraph-rs-0.2.5 [INFO] frobbed toml for keygraph-rs-0.2.5 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/keygraph-rs/0.2.5/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 keygraph-rs-0.2.5 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-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/keygraph-rs/0.2.5:/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] 58b4bc97cc192c95c3617677b2a6663b34989175de11c3ca339e8396530e29a6 [INFO] running `"docker" "start" "-a" "58b4bc97cc192c95c3617677b2a6663b34989175de11c3ca339e8396530e29a6"` [INFO] [stderr] Compiling keygraph-rs v0.2.5 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:125:1 [INFO] [stderr] | [INFO] [stderr] 125 | /// Keyboards exported to the user. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 126 | / lazy_static! { [INFO] [stderr] 127 | | pub static ref QWERTY_US: Keyboard = generate_qwerty_us(); [INFO] [stderr] 128 | | pub static ref QWERTY_UK: Keyboard = generate_qwerty_uk(); [INFO] [stderr] 129 | | pub static ref DVORAK: Keyboard = generate_dvorak(); [INFO] [stderr] 130 | | pub static ref STANDARD_NUMPAD: Keyboard = generate_standard_numpad(); [INFO] [stderr] 131 | | pub static ref MAC_NUMPAD: Keyboard = generate_mac_numpad(); [INFO] [stderr] 132 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:126:1 [INFO] [stderr] | [INFO] [stderr] 126 | / lazy_static! { [INFO] [stderr] 127 | | pub static ref QWERTY_US: Keyboard = generate_qwerty_us(); [INFO] [stderr] 128 | | pub static ref QWERTY_UK: Keyboard = generate_qwerty_uk(); [INFO] [stderr] 129 | | pub static ref DVORAK: Keyboard = generate_dvorak(); [INFO] [stderr] 130 | | pub static ref STANDARD_NUMPAD: Keyboard = generate_standard_numpad(); [INFO] [stderr] 131 | | pub static ref MAC_NUMPAD: Keyboard = generate_mac_numpad(); [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:126:1 [INFO] [stderr] | [INFO] [stderr] 126 | / lazy_static! { [INFO] [stderr] 127 | | pub static ref QWERTY_US: Keyboard = generate_qwerty_us(); [INFO] [stderr] 128 | | pub static ref QWERTY_UK: Keyboard = generate_qwerty_uk(); [INFO] [stderr] 129 | | pub static ref DVORAK: Keyboard = generate_dvorak(); [INFO] [stderr] 130 | | pub static ref STANDARD_NUMPAD: Keyboard = generate_standard_numpad(); [INFO] [stderr] 131 | | pub static ref MAC_NUMPAD: Keyboard = generate_mac_numpad(); [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:126:1 [INFO] [stderr] | [INFO] [stderr] 126 | / lazy_static! { [INFO] [stderr] 127 | | pub static ref QWERTY_US: Keyboard = generate_qwerty_us(); [INFO] [stderr] 128 | | pub static ref QWERTY_UK: Keyboard = generate_qwerty_uk(); [INFO] [stderr] 129 | | pub static ref DVORAK: Keyboard = generate_dvorak(); [INFO] [stderr] 130 | | pub static ref STANDARD_NUMPAD: Keyboard = generate_standard_numpad(); [INFO] [stderr] 131 | | pub static ref MAC_NUMPAD: Keyboard = generate_mac_numpad(); [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:126:1 [INFO] [stderr] | [INFO] [stderr] 126 | / lazy_static! { [INFO] [stderr] 127 | | pub static ref QWERTY_US: Keyboard = generate_qwerty_us(); [INFO] [stderr] 128 | | pub static ref QWERTY_UK: Keyboard = generate_qwerty_uk(); [INFO] [stderr] 129 | | pub static ref DVORAK: Keyboard = generate_dvorak(); [INFO] [stderr] 130 | | pub static ref STANDARD_NUMPAD: Keyboard = generate_standard_numpad(); [INFO] [stderr] 131 | | pub static ref MAC_NUMPAD: Keyboard = generate_mac_numpad(); [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:126:1 [INFO] [stderr] | [INFO] [stderr] 126 | / lazy_static! { [INFO] [stderr] 127 | | pub static ref QWERTY_US: Keyboard = generate_qwerty_us(); [INFO] [stderr] 128 | | pub static ref QWERTY_UK: Keyboard = generate_qwerty_uk(); [INFO] [stderr] 129 | | pub static ref DVORAK: Keyboard = generate_dvorak(); [INFO] [stderr] 130 | | pub static ref STANDARD_NUMPAD: Keyboard = generate_standard_numpad(); [INFO] [stderr] 131 | | pub static ref MAC_NUMPAD: Keyboard = generate_mac_numpad(); [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.69s [INFO] running `"docker" "inspect" "58b4bc97cc192c95c3617677b2a6663b34989175de11c3ca339e8396530e29a6"` [INFO] running `"docker" "rm" "-f" "58b4bc97cc192c95c3617677b2a6663b34989175de11c3ca339e8396530e29a6"` [INFO] [stdout] 58b4bc97cc192c95c3617677b2a6663b34989175de11c3ca339e8396530e29a6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/keygraph-rs/0.2.5:/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] 362edc00f3061c4ee222da7686b4b1e247df7fe7d8c36d23c3e93ddad781ba1a [INFO] running `"docker" "start" "-a" "362edc00f3061c4ee222da7686b4b1e247df7fe7d8c36d23c3e93ddad781ba1a"` [INFO] [stderr] Compiling keygraph-rs v0.2.5 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/lib.rs:125:1 [INFO] [stderr] | [INFO] [stderr] 125 | /// Keyboards exported to the user. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 126 | / lazy_static! { [INFO] [stderr] 127 | | pub static ref QWERTY_US: Keyboard = generate_qwerty_us(); [INFO] [stderr] 128 | | pub static ref QWERTY_UK: Keyboard = generate_qwerty_uk(); [INFO] [stderr] 129 | | pub static ref DVORAK: Keyboard = generate_dvorak(); [INFO] [stderr] 130 | | pub static ref STANDARD_NUMPAD: Keyboard = generate_standard_numpad(); [INFO] [stderr] 131 | | pub static ref MAC_NUMPAD: Keyboard = generate_mac_numpad(); [INFO] [stderr] 132 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:126:1 [INFO] [stderr] | [INFO] [stderr] 126 | / lazy_static! { [INFO] [stderr] 127 | | pub static ref QWERTY_US: Keyboard = generate_qwerty_us(); [INFO] [stderr] 128 | | pub static ref QWERTY_UK: Keyboard = generate_qwerty_uk(); [INFO] [stderr] 129 | | pub static ref DVORAK: Keyboard = generate_dvorak(); [INFO] [stderr] 130 | | pub static ref STANDARD_NUMPAD: Keyboard = generate_standard_numpad(); [INFO] [stderr] 131 | | pub static ref MAC_NUMPAD: Keyboard = generate_mac_numpad(); [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:126:1 [INFO] [stderr] | [INFO] [stderr] 126 | / lazy_static! { [INFO] [stderr] 127 | | pub static ref QWERTY_US: Keyboard = generate_qwerty_us(); [INFO] [stderr] 128 | | pub static ref QWERTY_UK: Keyboard = generate_qwerty_uk(); [INFO] [stderr] 129 | | pub static ref DVORAK: Keyboard = generate_dvorak(); [INFO] [stderr] 130 | | pub static ref STANDARD_NUMPAD: Keyboard = generate_standard_numpad(); [INFO] [stderr] 131 | | pub static ref MAC_NUMPAD: Keyboard = generate_mac_numpad(); [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:126:1 [INFO] [stderr] | [INFO] [stderr] 126 | / lazy_static! { [INFO] [stderr] 127 | | pub static ref QWERTY_US: Keyboard = generate_qwerty_us(); [INFO] [stderr] 128 | | pub static ref QWERTY_UK: Keyboard = generate_qwerty_uk(); [INFO] [stderr] 129 | | pub static ref DVORAK: Keyboard = generate_dvorak(); [INFO] [stderr] 130 | | pub static ref STANDARD_NUMPAD: Keyboard = generate_standard_numpad(); [INFO] [stderr] 131 | | pub static ref MAC_NUMPAD: Keyboard = generate_mac_numpad(); [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:126:1 [INFO] [stderr] | [INFO] [stderr] 126 | / lazy_static! { [INFO] [stderr] 127 | | pub static ref QWERTY_US: Keyboard = generate_qwerty_us(); [INFO] [stderr] 128 | | pub static ref QWERTY_UK: Keyboard = generate_qwerty_uk(); [INFO] [stderr] 129 | | pub static ref DVORAK: Keyboard = generate_dvorak(); [INFO] [stderr] 130 | | pub static ref STANDARD_NUMPAD: Keyboard = generate_standard_numpad(); [INFO] [stderr] 131 | | pub static ref MAC_NUMPAD: Keyboard = generate_mac_numpad(); [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:126:1 [INFO] [stderr] | [INFO] [stderr] 126 | / lazy_static! { [INFO] [stderr] 127 | | pub static ref QWERTY_US: Keyboard = generate_qwerty_us(); [INFO] [stderr] 128 | | pub static ref QWERTY_UK: Keyboard = generate_qwerty_uk(); [INFO] [stderr] 129 | | pub static ref DVORAK: Keyboard = generate_dvorak(); [INFO] [stderr] 130 | | pub static ref STANDARD_NUMPAD: Keyboard = generate_standard_numpad(); [INFO] [stderr] 131 | | pub static ref MAC_NUMPAD: Keyboard = generate_mac_numpad(); [INFO] [stderr] 132 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.93s [INFO] running `"docker" "inspect" "362edc00f3061c4ee222da7686b4b1e247df7fe7d8c36d23c3e93ddad781ba1a"` [INFO] running `"docker" "rm" "-f" "362edc00f3061c4ee222da7686b4b1e247df7fe7d8c36d23c3e93ddad781ba1a"` [INFO] [stdout] 362edc00f3061c4ee222da7686b4b1e247df7fe7d8c36d23c3e93ddad781ba1a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/keygraph-rs/0.2.5:/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] fa886f45d52eee628bc111116377e8f974a715d19a5773c74419352928fbd337 [INFO] running `"docker" "start" "-a" "fa886f45d52eee628bc111116377e8f974a715d19a5773c74419352928fbd337"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/keygraph_rs-446b6813292a9f9e [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test is_shifted_test ... ok [INFO] [stdout] test test_add_number_keys ... ok [INFO] [stdout] test test_alphabetics ... 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 4 tests [INFO] [stderr] Running /opt/crater/target/debug/deps/graph_tests-6dd53141be23bb76 [INFO] [stdout] test test_dvorak ... ok [INFO] [stdout] test test_qwerty_uk ... ok [INFO] [stdout] test test_qwerty_us ... ok [INFO] [stdout] test test_keyboard_contents ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests keygraph-rs [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" "fa886f45d52eee628bc111116377e8f974a715d19a5773c74419352928fbd337"` [INFO] running `"docker" "rm" "-f" "fa886f45d52eee628bc111116377e8f974a715d19a5773c74419352928fbd337"` [INFO] [stdout] fa886f45d52eee628bc111116377e8f974a715d19a5773c74419352928fbd337