[INFO] crate rstoken 0.0.0 is already in cache [INFO] extracting crate rstoken 0.0.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/rstoken/0.0.0 [INFO] extracting crate rstoken 0.0.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/rstoken/0.0.0 [INFO] validating manifest of rstoken-0.0.0 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 rstoken-0.0.0 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 rstoken-0.0.0 [INFO] finished frobbing rstoken-0.0.0 [INFO] frobbed toml for rstoken-0.0.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/rstoken/0.0.0/Cargo.toml [INFO] started frobbing rstoken-0.0.0 [INFO] finished frobbing rstoken-0.0.0 [INFO] frobbed toml for rstoken-0.0.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/rstoken/0.0.0/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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing rstoken-0.0.0 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/rstoken/0.0.0:/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.37.0" "build" "--frozen"` [INFO] [stdout] d2bb1c9c104869324056171e4bab60f6d1fff58d727239721c0c3904c2ef7537 [INFO] running `"docker" "start" "-a" "d2bb1c9c104869324056171e4bab60f6d1fff58d727239721c0c3904c2ef7537"` [INFO] [stderr] Compiling serde-xml-rs v0.3.1 [INFO] [stderr] Compiling rstoken v0.0.0 (/opt/crater/workdir) [INFO] [stderr] warning: the item `Iterator` is imported redundantly [INFO] [stderr] --> src/tokens/generate.rs:65:9 [INFO] [stderr] | [INFO] [stderr] 65 | use std::iter::Iterator; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `BATCH_MAC_IV` [INFO] [stderr] --> src/tokens/crypto/ivs.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / pub const BATCH_MAC_IV: IV = IV([ [INFO] [stderr] 6 | | 0x2b, 0x7e, 0x15, 0x16, 0x28, 0xae, 0xd2, 0xa6, [INFO] [stderr] 7 | | 0xab, 0xf7, 0x15, 0x88, 0x09, 0xcf, 0x4f, 0x3c [INFO] [stderr] 8 | | ]); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `BATCH_ENC_IV` [INFO] [stderr] --> src/tokens/crypto/ivs.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / pub const BATCH_ENC_IV: IV = IV([ [INFO] [stderr] 11 | | 0x32, 0x43, 0xf6, 0xa8, 0x88, 0x5a, 0x30, 0x8d, [INFO] [stderr] 12 | | 0x31, 0x31, 0x98, 0xa2, 0xe0, 0x37, 0x07, 0x34 [INFO] [stderr] 13 | | ]); [INFO] [stderr] | |___^ [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `TOKEN_MAC_IV` [INFO] [stderr] --> src/tokens/crypto/ivs.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / pub const TOKEN_MAC_IV: IV = IV([ [INFO] [stderr] 16 | | 0x1b, 0xb6, 0x7a, 0xe8, 0x58, 0x4c, 0xaa, 0x73, [INFO] [stderr] 17 | | 0xb2, 0x57, 0x42, 0xd7, 0x07, 0x8b, 0x83, 0xb8 [INFO] [stderr] 18 | | ]); [INFO] [stderr] | |___^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Password` [INFO] [stderr] --> src/tokens/crypto/mod.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | Password(String), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.35s [INFO] running `"docker" "inspect" "d2bb1c9c104869324056171e4bab60f6d1fff58d727239721c0c3904c2ef7537"` [INFO] running `"docker" "rm" "-f" "d2bb1c9c104869324056171e4bab60f6d1fff58d727239721c0c3904c2ef7537"` [INFO] [stdout] d2bb1c9c104869324056171e4bab60f6d1fff58d727239721c0c3904c2ef7537 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/rstoken/0.0.0:/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.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 1ef79d07a878c5c81f57d682c96480fa2b591effee20cb0fbfb10d06ca410086 [INFO] running `"docker" "start" "-a" "1ef79d07a878c5c81f57d682c96480fa2b591effee20cb0fbfb10d06ca410086"` [INFO] [stderr] Compiling rstoken v0.0.0 (/opt/crater/workdir) [INFO] [stderr] warning: the item `Iterator` is imported redundantly [INFO] [stderr] --> src/tokens/generate.rs:65:9 [INFO] [stderr] | [INFO] [stderr] 65 | use std::iter::Iterator; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `BATCH_MAC_IV` [INFO] [stderr] --> src/tokens/crypto/ivs.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / pub const BATCH_MAC_IV: IV = IV([ [INFO] [stderr] 6 | | 0x2b, 0x7e, 0x15, 0x16, 0x28, 0xae, 0xd2, 0xa6, [INFO] [stderr] 7 | | 0xab, 0xf7, 0x15, 0x88, 0x09, 0xcf, 0x4f, 0x3c [INFO] [stderr] 8 | | ]); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `BATCH_ENC_IV` [INFO] [stderr] --> src/tokens/crypto/ivs.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / pub const BATCH_ENC_IV: IV = IV([ [INFO] [stderr] 11 | | 0x32, 0x43, 0xf6, 0xa8, 0x88, 0x5a, 0x30, 0x8d, [INFO] [stderr] 12 | | 0x31, 0x31, 0x98, 0xa2, 0xe0, 0x37, 0x07, 0x34 [INFO] [stderr] 13 | | ]); [INFO] [stderr] | |___^ [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `TOKEN_MAC_IV` [INFO] [stderr] --> src/tokens/crypto/ivs.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / pub const TOKEN_MAC_IV: IV = IV([ [INFO] [stderr] 16 | | 0x1b, 0xb6, 0x7a, 0xe8, 0x58, 0x4c, 0xaa, 0x73, [INFO] [stderr] 17 | | 0xb2, 0x57, 0x42, 0xd7, 0x07, 0x8b, 0x83, 0xb8 [INFO] [stderr] 18 | | ]); [INFO] [stderr] | |___^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Password` [INFO] [stderr] --> src/tokens/crypto/mod.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | Password(String), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.04s [INFO] running `"docker" "inspect" "1ef79d07a878c5c81f57d682c96480fa2b591effee20cb0fbfb10d06ca410086"` [INFO] running `"docker" "rm" "-f" "1ef79d07a878c5c81f57d682c96480fa2b591effee20cb0fbfb10d06ca410086"` [INFO] [stdout] 1ef79d07a878c5c81f57d682c96480fa2b591effee20cb0fbfb10d06ca410086 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/rstoken/0.0.0:/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.37.0" "test" "--frozen"` [INFO] [stdout] 3fc08d0eb231b418d3843f4e1736f78b8d6605ca1c4b2452c479c5d6c117b6b3 [INFO] running `"docker" "start" "-a" "3fc08d0eb231b418d3843f4e1736f78b8d6605ca1c4b2452c479c5d6c117b6b3"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/rstoken-ee3857f358738f7a [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test tokens::generate::bcd::tests::wiki ... ok [INFO] [stdout] test tokens::xml::tests::parse_xml_succeeds ... ok [INFO] [stdout] test tokens::generate::tests::generate_now ... ok [INFO] [stdout] test tokens::generate::tests::generate ... 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 rstoken [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" "3fc08d0eb231b418d3843f4e1736f78b8d6605ca1c4b2452c479c5d6c117b6b3"` [INFO] running `"docker" "rm" "-f" "3fc08d0eb231b418d3843f4e1736f78b8d6605ca1c4b2452c479c5d6c117b6b3"` [INFO] [stdout] 3fc08d0eb231b418d3843f4e1736f78b8d6605ca1c4b2452c479c5d6c117b6b3