[INFO] crate keygraph-rs 0.2.5 is already in cache [INFO] extracting crate keygraph-rs 0.2.5 into work/ex/beta-1.37-6/sources/1.36.0/reg/keygraph-rs/0.2.5 [INFO] extracting crate keygraph-rs 0.2.5 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/keygraph-rs/0.2.5 [INFO] validating manifest of keygraph-rs-0.2.5 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 keygraph-rs-0.2.5 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 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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/reg/keygraph-rs/0.2.5/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 keygraph-rs-0.2.5 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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-07-23" "build" "--frozen"` [INFO] [stdout] 2f3c13b3e41187b4f8e6e2ebc998ca36a6eeaba670b3b29d087b5d89a02478ee [INFO] running `"docker" "start" "-a" "2f3c13b3e41187b4f8e6e2ebc998ca36a6eeaba670b3b29d087b5d89a02478ee"` [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] Finished dev [unoptimized + debuginfo] target(s) in 0.82s [INFO] running `"docker" "inspect" "2f3c13b3e41187b4f8e6e2ebc998ca36a6eeaba670b3b29d087b5d89a02478ee"` [INFO] running `"docker" "rm" "-f" "2f3c13b3e41187b4f8e6e2ebc998ca36a6eeaba670b3b29d087b5d89a02478ee"` [INFO] [stdout] 2f3c13b3e41187b4f8e6e2ebc998ca36a6eeaba670b3b29d087b5d89a02478ee [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] b2e81cf2d63460a6efdf540afb9d51a9bca9f68e85cc96bda86f11a920f03aba [INFO] running `"docker" "start" "-a" "b2e81cf2d63460a6efdf540afb9d51a9bca9f68e85cc96bda86f11a920f03aba"` [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] Finished dev [unoptimized + debuginfo] target(s) in 1.33s [INFO] running `"docker" "inspect" "b2e81cf2d63460a6efdf540afb9d51a9bca9f68e85cc96bda86f11a920f03aba"` [INFO] running `"docker" "rm" "-f" "b2e81cf2d63460a6efdf540afb9d51a9bca9f68e85cc96bda86f11a920f03aba"` [INFO] [stdout] b2e81cf2d63460a6efdf540afb9d51a9bca9f68e85cc96bda86f11a920f03aba [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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-07-23" "test" "--frozen"` [INFO] [stdout] cff17d6e5e4b07621988f294e7b61d0b5193e692c03c41e276c388eaf66542ed [INFO] running `"docker" "start" "-a" "cff17d6e5e4b07621988f294e7b61d0b5193e692c03c41e276c388eaf66542ed"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/keygraph_rs-9a5dad6d6b5a5b20 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test is_shifted_test ... ok [INFO] [stderr] Running /opt/crater/target/debug/deps/graph_tests-323d89880faf009e [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] [stdout] test test_qwerty_uk ... ok [INFO] [stdout] test test_keyboard_contents ... ok [INFO] [stdout] test test_dvorak ... ok [INFO] [stdout] test test_qwerty_us ... 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" "cff17d6e5e4b07621988f294e7b61d0b5193e692c03c41e276c388eaf66542ed"` [INFO] running `"docker" "rm" "-f" "cff17d6e5e4b07621988f294e7b61d0b5193e692c03c41e276c388eaf66542ed"` [INFO] [stdout] cff17d6e5e4b07621988f294e7b61d0b5193e692c03c41e276c388eaf66542ed