[INFO] fetching crate cosmian_crypto_base 2.1.2...
[INFO] checking cosmian_crypto_base-2.1.2 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate cosmian_crypto_base 2.1.2 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate cosmian_crypto_base 2.1.2 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config
[INFO] started tweaking crates.io crate cosmian_crypto_base 2.1.2
[INFO] finished tweaking crates.io crate cosmian_crypto_base 2.1.2
[INFO] tweaked toml for crates.io crate cosmian_crypto_base 2.1.2 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ghash v0.4.4
[INFO] [stderr]   Downloaded cupid v0.6.1
[INFO] [stderr]   Downloaded polyval v0.5.3
[INFO] [stderr]   Downloaded rand_hc v0.3.2
[INFO] [stderr]   Downloaded aes-gcm v0.9.4
[INFO] [stderr]   Downloaded cosmian_crypto_core v2.0.0
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f2ed18f0141d6a590d0351c75fb8e5b79d1a67fdbfddce98a41245943326b930
[INFO] running `Command { std: "docker" "start" "-a" "f2ed18f0141d6a590d0351c75fb8e5b79d1a67fdbfddce98a41245943326b930", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f2ed18f0141d6a590d0351c75fb8e5b79d1a67fdbfddce98a41245943326b930", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f2ed18f0141d6a590d0351c75fb8e5b79d1a67fdbfddce98a41245943326b930", kill_on_drop: false }`
[INFO] [stdout] f2ed18f0141d6a590d0351c75fb8e5b79d1a67fdbfddce98a41245943326b930
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 99c68c1ef1fbf7f794832e563a755f9200a093dd0c052237108f2781d28f1108
[INFO] running `Command { std: "docker" "start" "-a" "99c68c1ef1fbf7f794832e563a755f9200a093dd0c052237108f2781d28f1108", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]     Checking subtle v2.4.1
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling rustix v0.38.32
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling syn v2.0.57
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling os_str_bytes v6.6.1
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling libloading v0.8.3
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling either v1.10.0
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling textwrap v0.16.1
[INFO] [stderr]    Compiling bindgen v0.60.1
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling clang-sys v1.7.0
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling gcc v0.3.55
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]     Checking zeroize v1.7.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling clap v3.2.25
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking getrandom v0.1.16
[INFO] [stderr]    Compiling cupid v0.6.1
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand_hc v0.3.2
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]     Checking rand_distr v0.4.3
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling env_logger v0.9.3
[INFO] [stderr]     Checking thiserror v1.0.58
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking serde v1.0.197
[INFO] [stderr]    Compiling cosmian_crypto_base v2.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking universal-hash v0.4.1
[INFO] [stderr]     Checking cipher v0.3.0
[INFO] [stderr]     Checking inout v0.1.3
[INFO] [stderr]     Checking aead v0.4.3
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking polyval v0.5.3
[INFO] [stderr]     Checking curve25519-dalek v3.2.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking ctr v0.8.0
[INFO] [stderr]     Checking aes v0.7.5
[INFO] [stderr]     Checking ghash v0.4.4
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking aes-gcm v0.9.4
[INFO] [stderr]     Checking cosmian_crypto_core v2.0.0
[INFO] [stdout] warning: the item `TryFrom` is imported redundantly
[INFO] [stdout]   --> src/asymmetric/ristretto/kem.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use std::convert::TryFrom;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `TryFrom` is already defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `TryFrom` is imported redundantly
[INFO] [stdout]  --> src/asymmetric/ristretto/mod.rs:9:11
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::{convert::TryFrom, fmt::Display, ops::DerefMut, sync::Mutex};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `TryFrom` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `TryFrom` is imported redundantly
[INFO] [stdout]   --> src/brc_c_prf_hi.rs:12:16
[INFO] [stdout]    |
[INFO] [stdout] 12 | use std::{cmp, convert::TryFrom};
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `TryFrom` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `retry_panic`
[INFO] [stdout]    --> src/distributions.rs:112:9
[INFO] [stdout]     |
[INFO] [stdout] 112 |     use retry_panic::retry_panic;
[INFO] [stdout]     |         ^^^^^^^^^^^ use of undeclared crate or module `retry_panic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `TryFrom` is imported redundantly
[INFO] [stdout]   --> src/asymmetric/ristretto/kem.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use std::convert::TryFrom;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `TryFrom` is already defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `TryFrom` is imported redundantly
[INFO] [stdout]  --> src/asymmetric/ristretto/mod.rs:9:11
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::{convert::TryFrom, fmt::Display, ops::DerefMut, sync::Mutex};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `TryFrom` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `TryFrom` is imported redundantly
[INFO] [stdout]    --> src/asymmetric/ristretto/mod.rs:122:9
[INFO] [stdout]     |
[INFO] [stdout] 122 |     use std::convert::TryFrom;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item `TryFrom` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `TryFrom` is imported redundantly
[INFO] [stdout]   --> src/brc_c_prf_hi.rs:12:16
[INFO] [stdout]    |
[INFO] [stdout] 12 | use std::{cmp, convert::TryFrom};
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:129:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `TryFrom` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `RngCore` is imported redundantly
[INFO] [stdout]    --> src/brc_c_prf_hi.rs:375:28
[INFO] [stdout]     |
[INFO] [stdout] 375 |     use rand::{prelude::*, RngCore, SeedableRng};
[INFO] [stdout]     |                ----------  ^^^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the item `RngCore` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `SeedableRng` is imported redundantly
[INFO] [stdout]    --> src/brc_c_prf_hi.rs:375:37
[INFO] [stdout]     |
[INFO] [stdout] 375 |     use rand::{prelude::*, RngCore, SeedableRng};
[INFO] [stdout]     |                ----------           ^^^^^^^^^^^
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the item `SeedableRng` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HcX25519AesCrypto` is never constructed
[INFO] [stdout]   --> src/hybrid_crypto/mod.rs:68:8
[INFO] [stdout]    |
[INFO] [stdout] 68 | struct HcX25519AesCrypto;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 4 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error; 6 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cosmian_crypto_base` (lib test) due to 2 previous errors; 6 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "99c68c1ef1fbf7f794832e563a755f9200a093dd0c052237108f2781d28f1108", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "99c68c1ef1fbf7f794832e563a755f9200a093dd0c052237108f2781d28f1108", kill_on_drop: false }`
[INFO] [stdout] 99c68c1ef1fbf7f794832e563a755f9200a093dd0c052237108f2781d28f1108
