[INFO] crate keygraph-rs 0.2.5 is already in cache [INFO] testing keygraph-rs-0.2.5 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate keygraph-rs 0.2.5 into work/builds/worker-5/source [INFO] validating manifest of crates.io crate keygraph-rs 0.2.5 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate keygraph-rs 0.2.5 [INFO] finished tweaking crates.io crate keygraph-rs 0.2.5 [INFO] tweaked toml for crates.io crate keygraph-rs 0.2.5 written to work/builds/worker-5/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 62256185fd4f0db5665180f82f8dd0f8fb8d6c639f6ed63a0f61750f99a1ff7a [INFO] running `"docker" "start" "-a" "62256185fd4f0db5665180f82f8dd0f8fb8d6c639f6ed63a0f61750f99a1ff7a"` [INFO] [stderr] Compiling keygraph-rs v0.2.5 (/opt/rustwide/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.61s [INFO] running `"docker" "inspect" "62256185fd4f0db5665180f82f8dd0f8fb8d6c639f6ed63a0f61750f99a1ff7a"` [INFO] running `"docker" "rm" "-f" "62256185fd4f0db5665180f82f8dd0f8fb8d6c639f6ed63a0f61750f99a1ff7a"` [INFO] [stdout] 62256185fd4f0db5665180f82f8dd0f8fb8d6c639f6ed63a0f61750f99a1ff7a [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 3ccf6d8c7bef2dc5b57fbe9dc471ef1061823aaa4d8740028c5e7105092e9551 [INFO] running `"docker" "start" "-a" "3ccf6d8c7bef2dc5b57fbe9dc471ef1061823aaa4d8740028c5e7105092e9551"` [INFO] [stderr] Compiling keygraph-rs v0.2.5 (/opt/rustwide/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.63s [INFO] running `"docker" "inspect" "3ccf6d8c7bef2dc5b57fbe9dc471ef1061823aaa4d8740028c5e7105092e9551"` [INFO] running `"docker" "rm" "-f" "3ccf6d8c7bef2dc5b57fbe9dc471ef1061823aaa4d8740028c5e7105092e9551"` [INFO] [stdout] 3ccf6d8c7bef2dc5b57fbe9dc471ef1061823aaa4d8740028c5e7105092e9551 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] e4991744a9402577c2b26ab906af7d59a21ae34a51f8b4212bf63e7e75f0ec67 [INFO] running `"docker" "start" "-a" "e4991744a9402577c2b26ab906af7d59a21ae34a51f8b4212bf63e7e75f0ec67"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/keygraph_rs-484ea37f20d9449b [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] [stderr] Running /opt/rustwide/target/debug/deps/graph_tests-6ea89af23a919bd3 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test_qwerty_us ... ok [INFO] [stdout] test test_qwerty_uk ... ok [INFO] [stdout] test test_dvorak ... 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" "e4991744a9402577c2b26ab906af7d59a21ae34a51f8b4212bf63e7e75f0ec67"` [INFO] running `"docker" "rm" "-f" "e4991744a9402577c2b26ab906af7d59a21ae34a51f8b4212bf63e7e75f0ec67"` [INFO] [stdout] e4991744a9402577c2b26ab906af7d59a21ae34a51f8b4212bf63e7e75f0ec67