[INFO] fetching crate lancelot 0.10.0...
[INFO] checking lancelot-0.10.0 against ba28ff76f353a722f31c4f3dd2ac4e437d36411b for pr-160780
[INFO] extracting crate lancelot 0.10.0 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate lancelot 0.10.0
[INFO] finished tweaking crates.io crate lancelot 0.10.0
[INFO] tweaked toml for crates.io crate lancelot 0.10.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate lancelot 0.10.0 on toolchain ba28ff76f353a722f31c4f3dd2ac4e437d36411b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ba28ff76f353a722f31c4f3dd2ac4e437d36411b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate lancelot 0.10.0 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" "+ba28ff76f353a722f31c4f3dd2ac4e437d36411b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded unicorn-engine v2.1.5
[INFO] [stderr]   Downloaded ruzstd v0.7.3
[INFO] [stderr]   Downloaded scroll_derive v0.13.1
[INFO] [stderr]   Downloaded scroll v0.13.0
[INFO] [stderr]   Downloaded dynasmrt v1.2.3
[INFO] [stderr]   Downloaded inflate v0.4.5
[INFO] [stderr]   Downloaded dynasm v1.2.3
[INFO] [stderr]   Downloaded goblin v0.10.7
[INFO] [stderr]   Downloaded fern v0.7.1
[INFO] [stderr]   Downloaded zydis v4.1.1
[INFO] [stderr]   Downloaded lancelot-flirt v0.10.0
[INFO] [stderr]   Downloaded unicorn-engine-sys v2.1.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2982fe267b3da0b3b5316c346016a435d299ae6b7c8bdb3aec37624c9ad457dc
[INFO] running `Command { std: "docker" "start" "2982fe267b3da0b3b5316c346016a435d299ae6b7c8bdb3aec37624c9ad457dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2982fe267b3da0b3b5316c346016a435d299ae6b7c8bdb3aec37624c9ad457dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2982fe267b3da0b3b5316c346016a435d299ae6b7c8bdb3aec37624c9ad457dc" "/opt/rustwide/cargo-home/bin/cargo" "+ba28ff76f353a722f31c4f3dd2ac4e437d36411b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2982fe267b3da0b3b5316c346016a435d299ae6b7c8bdb3aec37624c9ad457dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2982fe267b3da0b3b5316c346016a435d299ae6b7c8bdb3aec37624c9ad457dc" "/opt/rustwide/cargo-home/bin/cargo" "+ba28ff76f353a722f31c4f3dd2ac4e437d36411b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling cc v1.2.66
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling anyhow v1.0.103
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]    Compiling zerocopy v0.8.54
[INFO] [stderr]    Compiling bindgen v0.71.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling rustc-hash v2.1.3
[INFO] [stderr]    Compiling crossbeam-deque v0.8.7
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]     Checking regex-automata v0.4.15
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]     Checking object v0.37.3
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]     Checking rustc-demangle v0.1.28
[INFO] [stderr]     Checking twox-hash v1.6.3
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]     Checking inflate v0.4.5
[INFO] [stderr]     Checking ruzstd v0.7.3
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking clap v3.2.25
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]     Checking rayon-core v1.13.0
[INFO] [stderr]     Checking bitvec v1.1.1
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking fern v0.7.1
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]     Checking plain v0.2.3
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]    Compiling zydis v4.1.1
[INFO] [stderr]     Checking bytes v1.12.1
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking memmap2 v0.5.10
[INFO] [stderr]     Checking widestring v1.2.1
[INFO] [stderr]     Checking ansi_term v0.12.1
[INFO] [stderr]     Checking smol_str v0.3.6
[INFO] [stderr]     Checking regex v1.13.0
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]     Checking better-panic v0.3.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.54
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling scroll_derive v0.13.1
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking scroll v0.13.0
[INFO] [stderr]     Checking goblin v0.10.7
[INFO] [stderr]    Compiling dynasm v1.2.3
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking lancelot-flirt v0.10.0
[INFO] [stderr]     Checking prost v0.13.5
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]    Compiling unicorn-engine-sys v2.1.5
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]     Checking lancelot v0.10.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking dynasmrt v1.2.3
[INFO] [stderr]     Checking unicorn-engine v2.1.5
[INFO] [stdout] warning: variant `CRYPTOPP_OAEP` should have an upper camel case name
[INFO] [stdout]   --> src/rsrc.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 43 |     CRYPTOPP_OAEP,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CryptoppOaep`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/test.rs:289:38
[INFO] [stdout]     |
[INFO] [stdout] 289 |     pub fn uc_from_shellcode64(code: &[u8]) -> Uc {
[INFO] [stdout]     |                                      ^^^^^     ^^ the same lifetime is hidden here
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 289 |     pub fn uc_from_shellcode64(code: &[u8]) -> Uc<'_> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 24s
[INFO] running `Command { std: "docker" "inspect" "2982fe267b3da0b3b5316c346016a435d299ae6b7c8bdb3aec37624c9ad457dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2982fe267b3da0b3b5316c346016a435d299ae6b7c8bdb3aec37624c9ad457dc", kill_on_drop: false }`
[INFO] [stdout] 2982fe267b3da0b3b5316c346016a435d299ae6b7c8bdb3aec37624c9ad457dc
