[INFO] fetching crate jwt_hmac 0.2.0...
[INFO] testing jwt_hmac-0.2.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate jwt_hmac 0.2.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate jwt_hmac 0.2.0
[INFO] finished tweaking crates.io crate jwt_hmac 0.2.0
[INFO] tweaked toml for crates.io crate jwt_hmac 0.2.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate jwt_hmac 0.2.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--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]      Locking 25 packages to latest compatible versions
[INFO] [stderr]       Adding base64-url v1.4.13 (available: v3.0.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c655e603367d6fa2e9f5168dd24c8f9dc7a2ebbff3e681add4ea6229e380f55a
[INFO] running `Command { std: "docker" "start" "-a" "c655e603367d6fa2e9f5168dd24c8f9dc7a2ebbff3e681add4ea6229e380f55a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c655e603367d6fa2e9f5168dd24c8f9dc7a2ebbff3e681add4ea6229e380f55a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c655e603367d6fa2e9f5168dd24c8f9dc7a2ebbff3e681add4ea6229e380f55a", kill_on_drop: false }`
[INFO] [stdout] c655e603367d6fa2e9f5168dd24c8f9dc7a2ebbff3e681add4ea6229e380f55a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6e9fa265db50f069f725acd560fce587a1f6783ca4c5c1f8d81fa51d8fa6891a
[INFO] running `Command { std: "docker" "start" "-a" "6e9fa265db50f069f725acd560fce587a1f6783ca4c5c1f8d81fa51d8fa6891a", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling base64-url v1.4.13
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling jwt_hmac v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.21s
[INFO] running `Command { std: "docker" "inspect" "6e9fa265db50f069f725acd560fce587a1f6783ca4c5c1f8d81fa51d8fa6891a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e9fa265db50f069f725acd560fce587a1f6783ca4c5c1f8d81fa51d8fa6891a", kill_on_drop: false }`
[INFO] [stdout] 6e9fa265db50f069f725acd560fce587a1f6783ca4c5c1f8d81fa51d8fa6891a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c71e690e2d5a9bf9fdd3f8a02bfde4c64c3fa31f416da1eb40109df1e7a79592
[INFO] running `Command { std: "docker" "start" "-a" "c71e690e2d5a9bf9fdd3f8a02bfde4c64c3fa31f416da1eb40109df1e7a79592", kill_on_drop: false }`
[INFO] [stderr]    Compiling jwt_hmac v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.83s
[INFO] running `Command { std: "docker" "inspect" "c71e690e2d5a9bf9fdd3f8a02bfde4c64c3fa31f416da1eb40109df1e7a79592", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c71e690e2d5a9bf9fdd3f8a02bfde4c64c3fa31f416da1eb40109df1e7a79592", kill_on_drop: false }`
[INFO] [stdout] c71e690e2d5a9bf9fdd3f8a02bfde4c64c3fa31f416da1eb40109df1e7a79592
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] fe7b4678f7c680d2181b79632a5c3679d889664cfdb465e616371a8c4cd37430
[INFO] running `Command { std: "docker" "start" "-a" "fe7b4678f7c680d2181b79632a5c3679d889664cfdb465e616371a8c4cd37430", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/jwt_hmac-e3358f349545c3ef)
[INFO] [stderr]    Doc-tests jwt_hmac
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test tests::can_create ... ok
[INFO] [stdout] test tests::can_parse ... ok
[INFO] [stdout] test tests::recognizes_bad_checksum ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/lib.rs - parse (line 91) ... FAILED
[INFO] [stdout] test src/lib.rs - create (line 138) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - parse (line 91) stdout ----
[INFO] [stdout] error[E0254]: the name `jwt_hmac` is defined multiple times
[INFO] [stdout]  --> src/lib.rs:93:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | extern crate r#jwt_hmac;
[INFO] [stdout]   | ------------------------ previous import of the extern crate `jwt_hmac` here
[INFO] [stdout] 4 | use jwt_hmac;
[INFO] [stdout]   |     ^^^^^^^^ `jwt_hmac` reimported here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `jwt_hmac` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0254`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - create (line 138) stdout ----
[INFO] [stdout] error[E0254]: the name `jwt_hmac` is defined multiple times
[INFO] [stdout]  --> src/lib.rs:140:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | extern crate r#jwt_hmac;
[INFO] [stdout]   | ------------------------ previous import of the extern crate `jwt_hmac` here
[INFO] [stdout] 4 | use jwt_hmac;
[INFO] [stdout]   |     ^^^^^^^^ `jwt_hmac` reimported here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `jwt_hmac` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0254`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - create (line 138)
[INFO] [stdout]     src/lib.rs - parse (line 91)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "fe7b4678f7c680d2181b79632a5c3679d889664cfdb465e616371a8c4cd37430", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fe7b4678f7c680d2181b79632a5c3679d889664cfdb465e616371a8c4cd37430", kill_on_drop: false }`
[INFO] [stdout] fe7b4678f7c680d2181b79632a5c3679d889664cfdb465e616371a8c4cd37430
