[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] f0361846653adff9ab02bd61603bd986e89b7ec0
[INFO] testing hashisato/rsa-cryption-rust against 1.94.0 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhashisato%2Frsa-cryption-rust" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/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-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hashisato/rsa-cryption-rust on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "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" "+1.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 872dd8c58ecf098d88ddb8f50cb65d84a5a444d96398fc646c39e74c0ebf6bc7
[INFO] running `Command { std: "docker" "start" "-a" "872dd8c58ecf098d88ddb8f50cb65d84a5a444d96398fc646c39e74c0ebf6bc7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "872dd8c58ecf098d88ddb8f50cb65d84a5a444d96398fc646c39e74c0ebf6bc7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "872dd8c58ecf098d88ddb8f50cb65d84a5a444d96398fc646c39e74c0ebf6bc7", kill_on_drop: false }`
[INFO] [stdout] 872dd8c58ecf098d88ddb8f50cb65d84a5a444d96398fc646c39e74c0ebf6bc7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5d1b4054c8fdc2b40bcc2fb55d789d0d20a2f67b3ef15f1ff676c7204959b7f0
[INFO] running `Command { std: "docker" "start" "-a" "5d1b4054c8fdc2b40bcc2fb55d789d0d20a2f67b3ef15f1ff676c7204959b7f0", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling num-bigint-dig v0.8.4
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling pkcs1 v0.7.5
[INFO] [stderr]    Compiling rand v0.8.5
[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 10.87s
[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 3`
[INFO] running `Command { std: "docker" "inspect" "5d1b4054c8fdc2b40bcc2fb55d789d0d20a2f67b3ef15f1ff676c7204959b7f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d1b4054c8fdc2b40bcc2fb55d789d0d20a2f67b3ef15f1ff676c7204959b7f0", kill_on_drop: false }`
[INFO] [stdout] 5d1b4054c8fdc2b40bcc2fb55d789d0d20a2f67b3ef15f1ff676c7204959b7f0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ec2bf00a8a903ff32463d533582163c77d417810103b3ac37673b4463cc013b8
[INFO] running `Command { std: "docker" "start" "-a" "ec2bf00a8a903ff32463d533582163c77d417810103b3ac37673b4463cc013b8", 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.54s
[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 3`
[INFO] running `Command { std: "docker" "inspect" "ec2bf00a8a903ff32463d533582163c77d417810103b3ac37673b4463cc013b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ec2bf00a8a903ff32463d533582163c77d417810103b3ac37673b4463cc013b8", kill_on_drop: false }`
[INFO] [stdout] ec2bf00a8a903ff32463d533582163c77d417810103b3ac37673b4463cc013b8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 19ba55fdbf3d38b159691540ecf04e9cb3cf6b6d7d507eea6681b656744b3e4f
[INFO] running `Command { std: "docker" "start" "-a" "19ba55fdbf3d38b159691540ecf04e9cb3cf6b6d7d507eea6681b656744b3e4f", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[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 3`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rsa_encryption_decryption-06efb06ed73344dc)
[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-b8aba60c7d588946)
[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_cryption.rs - rsa_cryption::rsa_console_cryption (line 30) ... FAILED
[INFO] [stdout] test src/rsa_server_client.rs - rsa_server_client (line 14) ... 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_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] 31 | rsa_console_cryption();
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout] 30 + 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_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] 18 |     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] 16 + mod rsa_server_client;
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout] 16 + 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] 20 |     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] 16 + mod rsa_server_client;
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout] 16 + 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_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] 36 | rsa_console_signature();
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout] 35 + 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.28s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] all doctests ran in 0.45s; merged doctests compilation took 0.16s
[INFO] running `Command { std: "docker" "inspect" "19ba55fdbf3d38b159691540ecf04e9cb3cf6b6d7d507eea6681b656744b3e4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19ba55fdbf3d38b159691540ecf04e9cb3cf6b6d7d507eea6681b656744b3e4f", kill_on_drop: false }`
[INFO] [stdout] 19ba55fdbf3d38b159691540ecf04e9cb3cf6b6d7d507eea6681b656744b3e4f
