[INFO] cloning repository https://github.com/hashisato/rsa-cryption-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hashisato/rsa-cryption-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhashisato%2Frsa-cryption-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhashisato%2Frsa-cryption-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0bf58c937c0e6bdd1c42bd31c2b25a1f3202ad77
[INFO] testing hashisato/rsa-cryption-rust against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhashisato%2Frsa-cryption-rust" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hashisato/rsa-cryption-rust
[INFO] finished tweaking git repo https://github.com/hashisato/rsa-cryption-rust
[INFO] tweaked toml for git repo https://github.com/hashisato/rsa-cryption-rust written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hashisato/rsa-cryption-rust 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] crate git repo https://github.com/hashisato/rsa-cryption-rust 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" "+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] 15ebb2efb2b7b9f702608f1617d1939ca117b1e4af6f1756b03e2b81f7ba07ff
[INFO] running `Command { std: "docker" "start" "-a" "15ebb2efb2b7b9f702608f1617d1939ca117b1e4af6f1756b03e2b81f7ba07ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "15ebb2efb2b7b9f702608f1617d1939ca117b1e4af6f1756b03e2b81f7ba07ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "15ebb2efb2b7b9f702608f1617d1939ca117b1e4af6f1756b03e2b81f7ba07ff", kill_on_drop: false }`
[INFO] [stdout] 15ebb2efb2b7b9f702608f1617d1939ca117b1e4af6f1756b03e2b81f7ba07ff
[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] c6331421ce72f8910cf5786690bb1168abd20670339d6e0793cad9c846b23be8
[INFO] running `Command { std: "docker" "start" "-a" "c6331421ce72f8910cf5786690bb1168abd20670339d6e0793cad9c846b23be8", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling base64ct v1.8.0
[INFO] [stderr]    Compiling num-bigint-dig v0.8.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling pkcs1 v0.7.5
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling rsa v0.9.8
[INFO] [stderr]    Compiling rsa-encryption-decryption v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.60s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "c6331421ce72f8910cf5786690bb1168abd20670339d6e0793cad9c846b23be8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c6331421ce72f8910cf5786690bb1168abd20670339d6e0793cad9c846b23be8", kill_on_drop: false }`
[INFO] [stdout] c6331421ce72f8910cf5786690bb1168abd20670339d6e0793cad9c846b23be8
[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] be352cbdb4e49c9fbd7613d09ff5804eb2a8e188a5dbf05a7c2baea8dc4b8c80
[INFO] running `Command { std: "docker" "start" "-a" "be352cbdb4e49c9fbd7613d09ff5804eb2a8e188a5dbf05a7c2baea8dc4b8c80", kill_on_drop: false }`
[INFO] [stderr]    Compiling rsa-encryption-decryption v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.53s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "be352cbdb4e49c9fbd7613d09ff5804eb2a8e188a5dbf05a7c2baea8dc4b8c80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "be352cbdb4e49c9fbd7613d09ff5804eb2a8e188a5dbf05a7c2baea8dc4b8c80", kill_on_drop: false }`
[INFO] [stdout] be352cbdb4e49c9fbd7613d09ff5804eb2a8e188a5dbf05a7c2baea8dc4b8c80
[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] cb5f4cb3cb08191eaa7892ec6f5d0135960135f07fe68df59c5c146a3447729d
[INFO] running `Command { std: "docker" "start" "-a" "cb5f4cb3cb08191eaa7892ec6f5d0135960135f07fe68df59c5c146a3447729d", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rsa_encryption_decryption-46d9905a515d83b8)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rsa_encryption_decryption-bc7d82deeb37a28a)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests rsa_encryption_decryption
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/rsa_server_client.rs - rsa_server_client (line 14) ... FAILED
[INFO] [stdout] test src/rsa_cryption.rs - rsa_cryption::rsa_console_cryption (line 30) ... FAILED
[INFO] [stdout] test src/rsa_signature.rs - rsa_signature::rsa_console_signature (line 35) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/rsa_server_client.rs - rsa_server_client (line 14) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsa_server_client`
[INFO] [stdout]  --> src/rsa_server_client.rs:18:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     rsa_server_client::rsa_server();
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `rsa_server_client`
[INFO] [stdout]   |
[INFO] [stdout] help: to make use of source file src/rsa_server_client.rs, use `mod rsa_server_client` in this file to declare the module
[INFO] [stdout]   |
[INFO] [stdout] 3 + mod rsa_server_client;
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 3 + use rsa_encryption_decryption::rsa_server_client;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsa_server_client`
[INFO] [stdout]  --> src/rsa_server_client.rs:20:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     rsa_server_client::rsa_client();
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `rsa_server_client`
[INFO] [stdout]   |
[INFO] [stdout] help: to make use of source file src/rsa_server_client.rs, use `mod rsa_server_client` in this file to declare the module
[INFO] [stdout]   |
[INFO] [stdout] 3 + mod rsa_server_client;
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 3 + use rsa_encryption_decryption::rsa_server_client;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/rsa_cryption.rs - rsa_cryption::rsa_console_cryption (line 30) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `rsa_console_cryption` in this scope
[INFO] [stdout]  --> src/rsa_cryption.rs:31:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | rsa_console_cryption();
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use rsa_encryption_decryption::rsa_cryption::rsa_console_cryption;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/rsa_signature.rs - rsa_signature::rsa_console_signature (line 35) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `rsa_console_signature` in this scope
[INFO] [stdout]  --> src/rsa_signature.rs:36:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | rsa_console_signature();
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use rsa_encryption_decryption::rsa_signature::rsa_console_signature;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/rsa_cryption.rs - rsa_cryption::rsa_console_cryption (line 30)
[INFO] [stdout]     src/rsa_server_client.rs - rsa_server_client (line 14)
[INFO] [stdout]     src/rsa_signature.rs - rsa_signature::rsa_console_signature (line 35)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.35s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.49s; merged doctests compilation took 0.14s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "cb5f4cb3cb08191eaa7892ec6f5d0135960135f07fe68df59c5c146a3447729d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cb5f4cb3cb08191eaa7892ec6f5d0135960135f07fe68df59c5c146a3447729d", kill_on_drop: false }`
[INFO] [stdout] cb5f4cb3cb08191eaa7892ec6f5d0135960135f07fe68df59c5c146a3447729d
