[INFO] fetching crate rusotp 0.5.0...
[INFO] checking rusotp-0.5.0 against master#377656d3dd3f9c23a9c8713e163f4365a5261a84 for pr-146470-3
[INFO] extracting crate rusotp 0.5.0 into /workspace/builds/worker-7-tc1/source
[INFO] removed /workspace/builds/worker-7-tc1/source/.cargo/config.toml
[INFO] started tweaking crates.io crate rusotp 0.5.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate rusotp 0.5.0
[INFO] tweaked toml for crates.io crate rusotp 0.5.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rusotp 0.5.0 on toolchain 377656d3dd3f9c23a9c8713e163f4365a5261a84
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rusotp 0.5.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" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded numtoa v0.2.4
[INFO] [stderr]   Downloaded inline-c-macro v0.1.7
[INFO] [stderr]   Downloaded base32ct v0.3.0
[INFO] [stderr]   Downloaded assert_cmd v1.0.8
[INFO] [stderr]   Downloaded target-lexicon v0.11.2
[INFO] [stderr]   Downloaded qrcode v0.14.1
[INFO] [stderr]   Downloaded termion v4.0.5
[INFO] [stderr]   Downloaded cbindgen v0.29.2
[INFO] [stderr]   Downloaded inline-c v0.1.8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b3cabdb6453265507bd986ce692b9c1714cf46ee4b0a401f07351b288aebc561
[INFO] running `Command { std: "docker" "start" "-a" "b3cabdb6453265507bd986ce692b9c1714cf46ee4b0a401f07351b288aebc561", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b3cabdb6453265507bd986ce692b9c1714cf46ee4b0a401f07351b288aebc561", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b3cabdb6453265507bd986ce692b9c1714cf46ee4b0a401f07351b288aebc561", kill_on_drop: false }`
[INFO] [stdout] b3cabdb6453265507bd986ce692b9c1714cf46ee4b0a401f07351b288aebc561
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1898b297c7f095eb9f81176bd2dbbccb68c6bab9d4dee210ad67d11db8e23670
[INFO] running `Command { std: "docker" "start" "-a" "1898b297c7f095eb9f81176bd2dbbccb68c6bab9d4dee210ad67d11db8e23670", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]    Compiling libc v0.2.173
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling anstyle-query v1.1.3
[INFO] [stderr]    Compiling built v0.7.7
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking crc32fast v1.5.0
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]    Compiling serde_spanned v1.0.3
[INFO] [stderr]     Checking weezl v0.1.10
[INFO] [stderr]     Checking flate2 v1.1.5
[INFO] [stderr]    Compiling anstream v0.6.19
[INFO] [stderr]    Compiling cbindgen v0.29.2
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]     Checking bitstream-io v2.6.0
[INFO] [stderr]     Checking pxfm v0.1.25
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]    Compiling clap_builder v4.5.40
[INFO] [stderr]     Checking rgb v0.8.52
[INFO] [stderr]     Checking predicates-core v1.0.9
[INFO] [stderr]     Checking gif v0.13.3
[INFO] [stderr]     Checking exr v1.73.0
[INFO] [stderr]     Checking png v0.18.0
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]    Compiling syn v2.0.103
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]     Checking float-cmp v0.9.0
[INFO] [stderr]     Checking normalize-line-endings v0.3.0
[INFO] [stderr]     Checking termtree v0.5.1
[INFO] [stderr]    Compiling target-lexicon v0.11.2
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]     Checking predicates-tree v1.0.12
[INFO] [stderr]     Checking bstr v0.2.17
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking criterion-plot v0.6.0
[INFO] [stderr]     Checking tempfile v3.20.0
[INFO] [stderr]     Checking cc v1.2.27
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking base32ct v0.3.0
[INFO] [stderr]     Checking numtoa v0.2.4
[INFO] [stderr]    Compiling toml v0.9.8
[INFO] [stderr]     Checking termion v4.0.5
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]     Checking moxcms v0.7.9
[INFO] [stderr]    Compiling clap v4.5.40
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking predicates v2.1.5
[INFO] [stderr]     Checking assert_cmd v1.0.8
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]     Checking fax v0.2.6
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]     Checking tiff v0.10.3
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking av1-grain v0.2.5
[INFO] [stderr]    Compiling pest v2.8.1
[INFO] [stderr]    Compiling semver-parser v0.10.3
[INFO] [stderr]    Compiling semver v0.11.0
[INFO] [stderr]    Compiling rustc_version v0.3.3
[INFO] [stderr]     Checking serde_json v1.0.140
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]    Compiling inline-c-macro v0.1.7
[INFO] [stderr]    Compiling inline-c v0.1.8
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking criterion v0.7.0
[INFO] [stderr]     Checking ravif v0.11.20
[INFO] [stderr]     Checking image v0.25.8
[INFO] [stderr]    Compiling rusotp v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: rusotp@0.5.0: Generated C++ header at "contrib/rusotp.hpp"
[INFO] [stderr] warning: rusotp@0.5.0: Shared object dir: /opt/rustwide/workdir/target/debug
[INFO] [stderr] warning: rusotp@0.5.0: Library name: librusotp.so
[INFO] [stderr] warning: rusotp@0.5.0: Target OS: linux
[INFO] [stderr]     Checking qrcode v0.14.1
[INFO] [stdout] warning: unused import: `generate_qr_code_string`
[INFO] [stdout]  --> examples/hotp_provisioning_uri.rs:8:38
[INFO] [stdout]   |
[INFO] [stdout] 8 | use rusotp::{generate_qr_code_image, generate_qr_code_string, Secret, HOTP};
[INFO] [stdout]   |                                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.47s
[INFO] running `Command { std: "docker" "inspect" "1898b297c7f095eb9f81176bd2dbbccb68c6bab9d4dee210ad67d11db8e23670", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1898b297c7f095eb9f81176bd2dbbccb68c6bab9d4dee210ad67d11db8e23670", kill_on_drop: false }`
[INFO] [stdout] 1898b297c7f095eb9f81176bd2dbbccb68c6bab9d4dee210ad67d11db8e23670
