[INFO] cloning repository https://github.com/ibx34/token-gen [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ibx34/token-gen" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fibx34%2Ftoken-gen", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fibx34%2Ftoken-gen'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f3a003e151b0b76170114512522b2c2ef70be868 [INFO] testing ibx34/token-gen against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fibx34%2Ftoken-gen" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ibx34/token-gen on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ibx34/token-gen [INFO] finished tweaking git repo https://github.com/ibx34/token-gen [INFO] tweaked toml for git repo https://github.com/ibx34/token-gen written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/ibx34/token-gen already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 07f72c006ec3f349f6df22c67123e23ea3ccc75e655a2a0e8845cd4ff29c7c4b [INFO] running `Command { std: "docker" "start" "-a" "07f72c006ec3f349f6df22c67123e23ea3ccc75e655a2a0e8845cd4ff29c7c4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "07f72c006ec3f349f6df22c67123e23ea3ccc75e655a2a0e8845cd4ff29c7c4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07f72c006ec3f349f6df22c67123e23ea3ccc75e655a2a0e8845cd4ff29c7c4b", kill_on_drop: false }` [INFO] [stdout] 07f72c006ec3f349f6df22c67123e23ea3ccc75e655a2a0e8845cd4ff29c7c4b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1f5accd0f15a5fd3fddb6ee6ec86ab93bc5803b9207ac7fe5b4baee2f9c224c8 [INFO] running `Command { std: "docker" "start" "-a" "1f5accd0f15a5fd3fddb6ee6ec86ab93bc5803b9207ac7fe5b4baee2f9c224c8", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.94 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling slab v0.4.3 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling pin-project-lite v0.1.12 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling signal-hook-registry v1.3.0 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling tokio-macros v0.2.6 [INFO] [stderr] Compiling tokio v0.2.25 [INFO] [stderr] Compiling rust-token v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function is never used: `encrypt_secret_and_hash` [INFO] [stdout] --> src/tokens/secret.rs:13:8 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn encrypt_secret_and_hash(secret: &str) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `encrypt_secret` [INFO] [stdout] --> src/tokens/secret.rs:21:8 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn encrypt_secret(secret: &str) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `hash_secret` [INFO] [stdout] --> src/tokens/secret.rs:25:8 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn hash_secret(secret: &str) -> String { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `create_with_snowflake` [INFO] [stdout] --> src/tokens/token.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn create_with_snowflake(&mut self, snowflake: i64) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.67s [INFO] running `Command { std: "docker" "inspect" "1f5accd0f15a5fd3fddb6ee6ec86ab93bc5803b9207ac7fe5b4baee2f9c224c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f5accd0f15a5fd3fddb6ee6ec86ab93bc5803b9207ac7fe5b4baee2f9c224c8", kill_on_drop: false }` [INFO] [stdout] 1f5accd0f15a5fd3fddb6ee6ec86ab93bc5803b9207ac7fe5b4baee2f9c224c8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d43c8a75879c700c03452c1891d28048662e4081108bade7a5c6a86df536e7e1 [INFO] running `Command { std: "docker" "start" "-a" "d43c8a75879c700c03452c1891d28048662e4081108bade7a5c6a86df536e7e1", kill_on_drop: false }` [INFO] [stderr] Compiling rust-token v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function is never used: `encrypt_secret_and_hash` [INFO] [stdout] --> src/tokens/secret.rs:13:8 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn encrypt_secret_and_hash(secret: &str) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `encrypt_secret` [INFO] [stdout] --> src/tokens/secret.rs:21:8 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn encrypt_secret(secret: &str) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `hash_secret` [INFO] [stdout] --> src/tokens/secret.rs:25:8 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn hash_secret(secret: &str) -> String { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `create_with_snowflake` [INFO] [stdout] --> src/tokens/token.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn create_with_snowflake(&mut self, snowflake: i64) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.93s [INFO] running `Command { std: "docker" "inspect" "d43c8a75879c700c03452c1891d28048662e4081108bade7a5c6a86df536e7e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d43c8a75879c700c03452c1891d28048662e4081108bade7a5c6a86df536e7e1", kill_on_drop: false }` [INFO] [stdout] d43c8a75879c700c03452c1891d28048662e4081108bade7a5c6a86df536e7e1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9a8c99a6b06edaefabeff395093a78d2f0a1953353a95fb15720759a1c0e16fd [INFO] running `Command { std: "docker" "start" "-a" "9a8c99a6b06edaefabeff395093a78d2f0a1953353a95fb15720759a1c0e16fd", kill_on_drop: false }` [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] warning: function is never used: `encrypt_secret_and_hash` [INFO] [stderr] --> src/tokens/secret.rs:13:8 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn encrypt_secret_and_hash(secret: &str) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `encrypt_secret` [INFO] [stderr] --> src/tokens/secret.rs:21:8 [INFO] [stderr] | [INFO] [stderr] 21 | pub fn encrypt_secret(secret: &str) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `hash_secret` [INFO] [stderr] --> src/tokens/secret.rs:25:8 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn hash_secret(secret: &str) -> String { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `create_with_snowflake` [INFO] [stderr] --> src/tokens/token.rs:30:12 [INFO] [stderr] | [INFO] [stderr] 30 | pub fn create_with_snowflake(&mut self, snowflake: i64) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rust_token-31ef1b60b54c0fff) [INFO] running `Command { std: "docker" "inspect" "9a8c99a6b06edaefabeff395093a78d2f0a1953353a95fb15720759a1c0e16fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a8c99a6b06edaefabeff395093a78d2f0a1953353a95fb15720759a1c0e16fd", kill_on_drop: false }` [INFO] [stdout] 9a8c99a6b06edaefabeff395093a78d2f0a1953353a95fb15720759a1c0e16fd