[INFO] fetching crate rust-crypto-hatter-fork 0.2.36... [INFO] checking rust-crypto-hatter-fork-0.2.36 against master#ff1737bb00913444173658b4e0b274fd79aabf66 for pr-132712-1 [INFO] extracting crate rust-crypto-hatter-fork 0.2.36 into /workspace/builds/worker-2-tc1/source [INFO] validating manifest of crates.io crate rust-crypto-hatter-fork 0.2.36 on toolchain ff1737bb00913444173658b4e0b274fd79aabf66 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rust-crypto-hatter-fork 0.2.36 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate rust-crypto-hatter-fork 0.2.36 [INFO] tweaked toml for crates.io crate rust-crypto-hatter-fork 0.2.36 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate crates.io crate rust-crypto-hatter-fork 0.2.36 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 862ce2788a60424614ed970f7c6b52c364afc471dcf5f660d6981cce645459f5 [INFO] running `Command { std: "docker" "start" "-a" "862ce2788a60424614ed970f7c6b52c364afc471dcf5f660d6981cce645459f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "862ce2788a60424614ed970f7c6b52c364afc471dcf5f660d6981cce645459f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "862ce2788a60424614ed970f7c6b52c364afc471dcf5f660d6981cce645459f5", kill_on_drop: false }` [INFO] [stdout] 862ce2788a60424614ed970f7c6b52c364afc471dcf5f660d6981cce645459f5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9e6b5ea5dc69870c9d8e0a6abbe352d43131364866778438aec99751e9604e3f [INFO] running `Command { std: "docker" "start" "-a" "9e6b5ea5dc69870c9d8e0a6abbe352d43131364866778438aec99751e9604e3f", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Compiling libc v0.2.164 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Checking base64 v0.21.7 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Compiling rust-crypto-hatter-fork v0.2.36 (/opt/rustwide/workdir) [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking time v0.1.45 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stdout] error[E0433]: failed to resolve: you might be missing crate `serialize` [INFO] [stdout] --> src/aes_gcm.rs:91:9 [INFO] [stdout] | [INFO] [stdout] 91 | use serialize::hex::FromHex; [INFO] [stdout] | ^^^^^^^^^ you might be missing crate `serialize` [INFO] [stdout] | [INFO] [stdout] help: consider importing the `serialize` crate [INFO] [stdout] --> src/lib.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 + extern crate serialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: you might be missing crate `serialize` [INFO] [stdout] --> src/blake2b.rs:395:9 [INFO] [stdout] | [INFO] [stdout] 395 | use serialize::hex::FromHex; [INFO] [stdout] | ^^^^^^^^^ you might be missing crate `serialize` [INFO] [stdout] | [INFO] [stdout] help: consider importing the `serialize` crate [INFO] [stdout] --> src/lib.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 + extern crate serialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: you might be missing crate `serialize` [INFO] [stdout] --> src/hc128.rs:185:9 [INFO] [stdout] | [INFO] [stdout] 185 | use serialize::hex::{FromHex}; [INFO] [stdout] | ^^^^^^^^^ you might be missing crate `serialize` [INFO] [stdout] | [INFO] [stdout] help: consider importing the `serialize` crate [INFO] [stdout] --> src/lib.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 + extern crate serialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: you might be missing crate `serialize` [INFO] [stdout] --> src/sha3.rs:462:9 [INFO] [stdout] | [INFO] [stdout] 462 | use serialize::hex::{FromHex, ToHex}; [INFO] [stdout] | ^^^^^^^^^ you might be missing crate `serialize` [INFO] [stdout] | [INFO] [stdout] help: consider importing the `serialize` crate [INFO] [stdout] --> src/lib.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 + extern crate serialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: you might be missing crate `serialize` [INFO] [stdout] --> src/sosemanuk.rs:2334:9 [INFO] [stdout] | [INFO] [stdout] 2334 | use serialize::hex::{FromHex}; [INFO] [stdout] | ^^^^^^^^^ you might be missing crate `serialize` [INFO] [stdout] | [INFO] [stdout] help: consider importing the `serialize` crate [INFO] [stdout] --> src/lib.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 + extern crate serialize; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&str` in the current scope [INFO] [stdout] --> src/aes_gcm.rs:94:17 [INFO] [stdout] | [INFO] [stdout] 94 | raw_hex.from_hex().ok().unwrap() [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&'static str` in the current scope [INFO] [stdout] --> src/blake2b.rs:446:60 [INFO] [stdout] | [INFO] [stdout] 443 | output: "786a02f742015903c6c6fd852552d272\ [INFO] [stdout] | _________________________- [INFO] [stdout] 444 | | 912f4740e15847618a86e217f71f5419\ [INFO] [stdout] 445 | | d25e1031afee585313896444934eb04b\ [INFO] [stdout] 446 | | 903a685b1448b755d56f701afe9be2ce".from_hex().unwrap(), [INFO] [stdout] | | -^^^^^^^^ method not found in `&str` [INFO] [stdout] | |___________________________________________________________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&'static str` in the current scope [INFO] [stdout] --> src/blake2b.rs:454:60 [INFO] [stdout] | [INFO] [stdout] 451 | output: "a8add4bdddfd93e4877d2746e62817b1\ [INFO] [stdout] | _________________________- [INFO] [stdout] 452 | | 16364a1fa7bc148d95090bc7333b3673\ [INFO] [stdout] 453 | | f82401cf7aa2e4cb1ecd90296e3f14cb\ [INFO] [stdout] 454 | | 5413f8ed77be73045b13914cdcd6a918".from_hex().unwrap(), [INFO] [stdout] | | -^^^^^^^^ method not found in `&str` [INFO] [stdout] | |___________________________________________________________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&'static str` in the current scope [INFO] [stdout] --> src/hc128.rs:191:54 [INFO] [stdout] | [INFO] [stdout] 191 | let key = "00000000000000000000000000000000".from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&'static str` in the current scope [INFO] [stdout] --> src/hc128.rs:192:56 [INFO] [stdout] | [INFO] [stdout] 192 | let nonce = "00000000000000000000000000000000".from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&str` in the current scope [INFO] [stdout] --> src/hc128.rs:196:51 [INFO] [stdout] | [INFO] [stdout] 196 | let expected_output = expected_output_hex.from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&'static str` in the current scope [INFO] [stdout] --> src/hc128.rs:208:54 [INFO] [stdout] | [INFO] [stdout] 208 | let key = "0558ABFE51A4F74A9DF04396E93C8FE2".from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&'static str` in the current scope [INFO] [stdout] --> src/hc128.rs:209:56 [INFO] [stdout] | [INFO] [stdout] 209 | let nonce = "167DE44BB21980E74EB51C83EA51B81F".from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&str` in the current scope [INFO] [stdout] --> src/hc128.rs:213:51 [INFO] [stdout] | [INFO] [stdout] 213 | let expected_output = expected_output_hex.from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&'static str` in the current scope [INFO] [stdout] --> src/hc128.rs:226:54 [INFO] [stdout] | [INFO] [stdout] 226 | let key = "0A5DB00356A9FC4FA2F5489BEE4194E7".from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&'static str` in the current scope [INFO] [stdout] --> src/hc128.rs:227:56 [INFO] [stdout] | [INFO] [stdout] 227 | let nonce = "1F86ED54BB2289F057BE258CF35AC128".from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&str` in the current scope [INFO] [stdout] --> src/hc128.rs:231:51 [INFO] [stdout] | [INFO] [stdout] 231 | let expected_output = expected_output_hex.from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&'static str` in the current scope [INFO] [stdout] --> src/hc128.rs:244:54 [INFO] [stdout] | [INFO] [stdout] 244 | let key = "0F62B5085BAE0154A7FA4DA0F34699EC".from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&'static str` in the current scope [INFO] [stdout] --> src/hc128.rs:245:56 [INFO] [stdout] | [INFO] [stdout] 245 | let nonce = "288FF65DC42B92F960C72E95FC63CA31".from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&str` in the current scope [INFO] [stdout] --> src/hc128.rs:249:51 [INFO] [stdout] | [INFO] [stdout] 249 | let expected_output = expected_output_hex.from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&'static str` in the current scope [INFO] [stdout] --> src/sha3.rs:472:31 [INFO] [stdout] | [INFO] [stdout] 472 | sh.input(&t.input.from_hex().unwrap()); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_hex` found for struct `Vec` in the current scope [INFO] [stdout] --> src/sha3.rs:477:37 [INFO] [stdout] | [INFO] [stdout] 477 | println!("{}", &out_str.to_hex()); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ToHex` which provides `to_hex` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 460 + use util_hex::ToHex; [INFO] [stdout] | [INFO] [stdout] help: there is a method `to_vec` with a similar name [INFO] [stdout] | [INFO] [stdout] 477 | println!("{}", &out_str.to_vec()); [INFO] [stdout] | ~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_hex` found for struct `Vec` in the current scope [INFO] [stdout] --> src/sha3.rs:478:30 [INFO] [stdout] | [INFO] [stdout] 478 | assert!(&out_str.to_hex() == t.output_str); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ToHex` which provides `to_hex` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 460 + use util_hex::ToHex; [INFO] [stdout] | [INFO] [stdout] help: there is a method `to_vec` with a similar name [INFO] [stdout] | [INFO] [stdout] 478 | assert!(&out_str.to_vec() == t.output_str); [INFO] [stdout] | ~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&'static str` in the current scope [INFO] [stdout] --> src/sha3.rs:489:35 [INFO] [stdout] | [INFO] [stdout] 489 | sh.input(&t.input.from_hex().unwrap()[len - left..take + len - left]); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_hex` found for struct `Vec` in the current scope [INFO] [stdout] --> src/sha3.rs:497:30 [INFO] [stdout] | [INFO] [stdout] 497 | assert!(&out_str.to_hex() == t.output_str); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `ToHex` which provides `to_hex` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 460 + use util_hex::ToHex; [INFO] [stdout] | [INFO] [stdout] help: there is a method `to_vec` with a similar name [INFO] [stdout] | [INFO] [stdout] 497 | assert!(&out_str.to_vec() == t.output_str); [INFO] [stdout] | ~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&'static str` in the current scope [INFO] [stdout] --> src/sosemanuk.rs:2340:86 [INFO] [stdout] | [INFO] [stdout] 2340 | let key = "8000000000000000000000000000000000000000000000000000000000000000".from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&'static str` in the current scope [INFO] [stdout] --> src/sosemanuk.rs:2341:56 [INFO] [stdout] | [INFO] [stdout] 2341 | let nonce = "00000000000000000000000000000000".from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&str` in the current scope [INFO] [stdout] --> src/sosemanuk.rs:2345:51 [INFO] [stdout] | [INFO] [stdout] 2345 | let expected_output = expected_output_hex.from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&'static str` in the current scope [INFO] [stdout] --> src/sosemanuk.rs:2357:54 [INFO] [stdout] | [INFO] [stdout] 2357 | let key = "3F3F3F3F3F3F3F3F3F3F3F3F3F3F3F3F".from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&'static str` in the current scope [INFO] [stdout] --> src/sosemanuk.rs:2358:56 [INFO] [stdout] | [INFO] [stdout] 2358 | let nonce = "00000000000000000000000000000000".from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&str` in the current scope [INFO] [stdout] --> src/sosemanuk.rs:2362:51 [INFO] [stdout] | [INFO] [stdout] 2362 | let expected_output = expected_output_hex.from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&'static str` in the current scope [INFO] [stdout] --> src/sosemanuk.rs:2374:86 [INFO] [stdout] | [INFO] [stdout] 2374 | let key = "5A5A5A5A5A5A5A5A5A5A5A5A5A5A5A5A5A5A5A5A5A5A5A5A5A5A5A5A5A5A5A5A".from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&'static str` in the current scope [INFO] [stdout] --> src/sosemanuk.rs:2375:56 [INFO] [stdout] | [INFO] [stdout] 2375 | let nonce = "00000000000000000000000000000000".from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&str` in the current scope [INFO] [stdout] --> src/sosemanuk.rs:2379:51 [INFO] [stdout] | [INFO] [stdout] 2379 | let expected_output = expected_output_hex.from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&'static str` in the current scope [INFO] [stdout] --> src/sosemanuk.rs:2391:82 [INFO] [stdout] | [INFO] [stdout] 2391 | let key = "8788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9FA0A1A2A3A4".from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&'static str` in the current scope [INFO] [stdout] --> src/sosemanuk.rs:2392:56 [INFO] [stdout] | [INFO] [stdout] 2392 | let nonce = "00000000000000000000000000000000".from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&str` in the current scope [INFO] [stdout] --> src/sosemanuk.rs:2396:51 [INFO] [stdout] | [INFO] [stdout] 2396 | let expected_output = expected_output_hex.from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&'static str` in the current scope [INFO] [stdout] --> src/sosemanuk.rs:2408:86 [INFO] [stdout] | [INFO] [stdout] 2408 | let key = "CFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEE".from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&'static str` in the current scope [INFO] [stdout] --> src/sosemanuk.rs:2409:56 [INFO] [stdout] | [INFO] [stdout] 2409 | let nonce = "00000000000000000000000000000000".from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&str` in the current scope [INFO] [stdout] --> src/sosemanuk.rs:2413:51 [INFO] [stdout] | [INFO] [stdout] 2413 | let expected_output = expected_output_hex.from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&'static str` in the current scope [INFO] [stdout] --> src/sosemanuk.rs:2425:86 [INFO] [stdout] | [INFO] [stdout] 2425 | let key = "0F62B5085BAE0154A7FA4DA0F34699EC3F92E5388BDE3184D72A7DD02376C91C".from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&'static str` in the current scope [INFO] [stdout] --> src/sosemanuk.rs:2426:56 [INFO] [stdout] | [INFO] [stdout] 2426 | let nonce = "288FF65DC42B92F960C72E95FC63CA31".from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&str` in the current scope [INFO] [stdout] --> src/sosemanuk.rs:2430:51 [INFO] [stdout] | [INFO] [stdout] 2430 | let expected_output = expected_output_hex.from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&'static str` in the current scope [INFO] [stdout] --> src/sosemanuk.rs:2444:32 [INFO] [stdout] | [INFO] [stdout] 2444 | let key = "A7C083FEB7".from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&'static str` in the current scope [INFO] [stdout] --> src/sosemanuk.rs:2445:56 [INFO] [stdout] | [INFO] [stdout] 2445 | let nonce = "00112233445566778899AABBCCDDEEFF".from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&str` in the current scope [INFO] [stdout] --> src/sosemanuk.rs:2449:51 [INFO] [stdout] | [INFO] [stdout] 2449 | let expected_output = expected_output_hex.from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&'static str` in the current scope [INFO] [stdout] --> src/sosemanuk.rs:2461:54 [INFO] [stdout] | [INFO] [stdout] 2461 | let key = "00112233445566778899AABBCCDDEEFF".from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&'static str` in the current scope [INFO] [stdout] --> src/sosemanuk.rs:2462:56 [INFO] [stdout] | [INFO] [stdout] 2462 | let nonce = "8899AABBCCDDEEFF0011223344556677".from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `from_hex` found for reference `&str` in the current scope [INFO] [stdout] --> src/sosemanuk.rs:2466:51 [INFO] [stdout] | [INFO] [stdout] 2466 | let expected_output = expected_output_hex.from_hex().unwrap(); [INFO] [stdout] | ^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rust-crypto-hatter-fork` (lib test) due to 49 previous errors [INFO] running `Command { std: "docker" "inspect" "9e6b5ea5dc69870c9d8e0a6abbe352d43131364866778438aec99751e9604e3f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e6b5ea5dc69870c9d8e0a6abbe352d43131364866778438aec99751e9604e3f", kill_on_drop: false }` [INFO] [stdout] 9e6b5ea5dc69870c9d8e0a6abbe352d43131364866778438aec99751e9604e3f