[INFO] fetching crate cryptor 0.1.3...
[INFO] testing cryptor-0.1.3 against 1.90.0 for beta-1.91-3
[INFO] extracting crate cryptor 0.1.3 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate cryptor 0.1.3
[INFO] finished tweaking crates.io crate cryptor 0.1.3
[INFO] tweaked toml for crates.io crate cryptor 0.1.3 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate cryptor 0.1.3 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 3 packages to latest compatible versions
[INFO] [stderr]       Adding base64 v0.5.2 (available: v0.22.1)
[INFO] [stderr]       Adding lazy_static v0.2.11 (available: v1.5.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded base64 v0.5.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7837a4af7cd2e79d6fc109993bebd65b79b66baad6da5215597cb33c05194eb1
[INFO] running `Command { std: "docker" "start" "-a" "7837a4af7cd2e79d6fc109993bebd65b79b66baad6da5215597cb33c05194eb1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7837a4af7cd2e79d6fc109993bebd65b79b66baad6da5215597cb33c05194eb1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7837a4af7cd2e79d6fc109993bebd65b79b66baad6da5215597cb33c05194eb1", kill_on_drop: false }`
[INFO] [stdout] 7837a4af7cd2e79d6fc109993bebd65b79b66baad6da5215597cb33c05194eb1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a3cf53cc1e9074fc56f2e22a9c2aaa7e196a33dc7636c4a2517465ac3513a0e6
[INFO] running `Command { std: "docker" "start" "-a" "a3cf53cc1e9074fc56f2e22a9c2aaa7e196a33dc7636c4a2517465ac3513a0e6", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling base64 v0.5.2
[INFO] [stderr]    Compiling lazy_static v0.2.11
[INFO] [stderr]    Compiling cryptor v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
[INFO] running `Command { std: "docker" "inspect" "a3cf53cc1e9074fc56f2e22a9c2aaa7e196a33dc7636c4a2517465ac3513a0e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a3cf53cc1e9074fc56f2e22a9c2aaa7e196a33dc7636c4a2517465ac3513a0e6", kill_on_drop: false }`
[INFO] [stdout] a3cf53cc1e9074fc56f2e22a9c2aaa7e196a33dc7636c4a2517465ac3513a0e6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a18fb744e6a0e38aa967dca8f5e008e0900833d828f26bad2f24591e02b19812
[INFO] running `Command { std: "docker" "start" "-a" "a18fb744e6a0e38aa967dca8f5e008e0900833d828f26bad2f24591e02b19812", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling cryptor v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / lazy_static! {
[INFO] [stdout]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stdout] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stdout] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stdout] ...  |
[INFO] [stdout] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.44s
[INFO] running `Command { std: "docker" "inspect" "a18fb744e6a0e38aa967dca8f5e008e0900833d828f26bad2f24591e02b19812", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a18fb744e6a0e38aa967dca8f5e008e0900833d828f26bad2f24591e02b19812", kill_on_drop: false }`
[INFO] [stdout] a18fb744e6a0e38aa967dca8f5e008e0900833d828f26bad2f24591e02b19812
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 14fcb1a82582b76eae0f106cf5c09a124f531e2ad47c3079fd783e655965e244
[INFO] running `Command { std: "docker" "start" "-a" "14fcb1a82582b76eae0f106cf5c09a124f531e2ad47c3079fd783e655965e244", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stderr]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stderr]    |
[INFO] [stderr]  8 | / lazy_static! {
[INFO] [stderr]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stderr] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stderr] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stderr] ...  |
[INFO] [stderr] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stderr] 15 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stderr]   --> src/cryptor/algorithm/enigma/alphabets.rs:8:1
[INFO] [stderr]    |
[INFO] [stderr]  8 | / lazy_static! {
[INFO] [stderr]  9 | |     pub static ref ALPHABETS: Vec<char>           = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ %=!?,.;:*\"\'`@(){}[]<>#$&~^|¥_...
[INFO] [stderr] 10 | |     pub static ref SUBSTITUTION_TABLE1: Vec<char> = "zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA 0987654321-+\\_/¥|^~&$#><][}{)(...
[INFO] [stderr] 11 | |     pub static ref SUBSTITUTION_TABLE2: Vec<char> = "blsxuvwoqgtpmndzyjrhafekciBLSXUVWOQGTPMNDZYJRHAFEKCI% !=,?;.*:\'\"@`)(}{][><$#~&|^_¥...
[INFO] [stderr] ...  |
[INFO] [stderr] 14 | |     pub static ref PLUGBOARD: Vec<char>           = "%=!?,.;:*\"\'`@(){}[]<>#$&~^|¥/_\\+-1234567890 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijk...
[INFO] [stderr] 15 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `cryptor` (lib) generated 6 warnings (4 duplicates)
[INFO] [stderr] warning: `cryptor` (bin "cryptor") generated 6 warnings (6 duplicates)
[INFO] [stderr] warning: `cryptor` (bin "cryptor" test) generated 6 warnings (6 duplicates)
[INFO] [stderr] warning: `cryptor` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cryptor-4ca536481a8c6300)
[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/cryptor-1953d32819d69aa4)
[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 tests/lib.rs (/opt/rustwide/target/debug/deps/lib-5fe913e6c8e702ac)
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test cryptor_tests::algorithm::base64::base64::base64_tests::decryptable ... ok
[INFO] [stdout] test cryptor_tests::algorithm::base64::base64::base64_tests::encryptable ... ok
[INFO] [stdout] test cryptor_tests::algorithm::enigma::enigma::enigma_tests::encryptable_two_characters ... ok
[INFO] [stdout] test cryptor_tests::algorithm::enigma::enigma::enigma_tests::encryptable ... ok
[INFO] [stdout] test cryptor_tests::algorithm::enigma::plugboard::plugboard_tests::outputable ... ok
[INFO] [stdout] test cryptor_tests::algorithm::enigma::reflector::reflector_tests::reflectable ... ok
[INFO] [stdout] test cryptor_tests::algorithm::enigma::router::router_tests::incrementable ... ok
[INFO] [stdout] test cryptor_tests::algorithm::enigma::router_manager::router_manager_tests::encryptable_from_reflector ... ok
[INFO] [stdout] test cryptor_tests::algorithm::enigma::router_manager::router_manager_tests::encryptable_to_reflector ... ok
[INFO] [stdout] test cryptor_tests::algorithm::enigma::router_manager::router_manager_tests::incrementable ... ok
[INFO] [stdout] test cryptor_tests::algorithm::enigma::router_manager::router_manager_tests::incrementable_digit_up ... ok
[INFO] [stdout] test cryptor_tests::algorithm::enigma::router::router_tests::encryptable ... ok
[INFO] [stdout] test cryptor_tests::cryptor::encrypter_tests::encryptable ... ok
[INFO] [stdout] test cryptor_tests::algorithm::enigma::router_manager::router_manager_tests::encryptable_from_reflector_after_increment ... ok
[INFO] [stdout] test cryptor_tests::cryptor::encrypter_tests::encryptable_two_characters ... ok
[INFO] [stdout] test cryptor_tests::algorithm::enigma::router::router_tests::encryptable_when_position_equal_one ... ok
[INFO] [stdout] test cryptor_tests::algorithm::enigma::router_manager::router_manager_tests::encryptable_to_reflector_after_increment ... ok
[INFO] [stderr]    Doc-tests cryptor
[INFO] [stdout] test cryptor_tests::algorithm::enigma::plugboard::plugboard_tests::inputable ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
[INFO] [stdout] 
[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] running `Command { std: "docker" "inspect" "14fcb1a82582b76eae0f106cf5c09a124f531e2ad47c3079fd783e655965e244", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "14fcb1a82582b76eae0f106cf5c09a124f531e2ad47c3079fd783e655965e244", kill_on_drop: false }`
[INFO] [stdout] 14fcb1a82582b76eae0f106cf5c09a124f531e2ad47c3079fd783e655965e244
