[INFO] cloning repository https://github.com/Shuumatsu/gotrue-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Shuumatsu/gotrue-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShuumatsu%2Fgotrue-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShuumatsu%2Fgotrue-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c39cf3f290d0569135ec12c51db5f7e6a9b3a8ab [INFO] checking Shuumatsu/gotrue-rs against master#9e293ae9f8abecb0be5105787d181518c9012a19 for pr-146440-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShuumatsu%2Fgotrue-rs" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Shuumatsu/gotrue-rs [INFO] finished tweaking git repo https://github.com/Shuumatsu/gotrue-rs [INFO] tweaked toml for git repo https://github.com/Shuumatsu/gotrue-rs written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Shuumatsu/gotrue-rs on toolchain 9e293ae9f8abecb0be5105787d181518c9012a19 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9e293ae9f8abecb0be5105787d181518c9012a19" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Shuumatsu/gotrue-rs 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" "+9e293ae9f8abecb0be5105787d181518c9012a19" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+9e293ae9f8abecb0be5105787d181518c9012a19" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 53b3d94298feca27212ebec9acdc671fcb2471fc681dd318cdaca5f28cc281ce [INFO] running `Command { std: "docker" "start" "-a" "53b3d94298feca27212ebec9acdc671fcb2471fc681dd318cdaca5f28cc281ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "53b3d94298feca27212ebec9acdc671fcb2471fc681dd318cdaca5f28cc281ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "53b3d94298feca27212ebec9acdc671fcb2471fc681dd318cdaca5f28cc281ce", kill_on_drop: false }` [INFO] [stdout] 53b3d94298feca27212ebec9acdc671fcb2471fc681dd318cdaca5f28cc281ce [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid" "-e" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+9e293ae9f8abecb0be5105787d181518c9012a19" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fa6bd5e7f1f2aa6541bdcf5877f8130b8409ccc128eeb299b66447ad854e3ea7 [INFO] running `Command { std: "docker" "start" "-a" "fa6bd5e7f1f2aa6541bdcf5877f8130b8409ccc128eeb299b66447ad854e3ea7", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling serde v1.0.188 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling serde_json v1.0.107 [INFO] [stderr] Checking iana-time-zone v0.1.57 [INFO] [stderr] Checking ryu v1.0.15 [INFO] [stderr] Checking itoa v1.0.9 [INFO] [stderr] Checking uuid v1.4.1 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling syn v2.0.38 [INFO] [stderr] Compiling serde_derive v1.0.188 [INFO] [stderr] Checking chrono v0.4.31 [INFO] [stderr] Checking gotrue-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: enum `FlowType` is never used [INFO] [stdout] --> src/lib.rs:25:6 [INFO] [stdout] | [INFO] [stdout] 25 | enum FlowType { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ClientOptions` is never constructed [INFO] [stdout] --> src/lib.rs:31:8 [INFO] [stdout] | [INFO] [stdout] 31 | struct ClientOptions { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `instance_id` and `storage_key` are never read [INFO] [stdout] --> src/lib.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 46 | pub struct GoTrueClient { [INFO] [stdout] | ------------ fields in this struct [INFO] [stdout] 47 | instance_id: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 48 | [INFO] [stdout] 49 | storage_key: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Identity` is never constructed [INFO] [stdout] --> src/identity.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | struct Identity { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `GoTrueMetaSecurity` is never constructed [INFO] [stdout] --> src/security.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | struct GoTrueMetaSecurity { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `SecurityEmbed` is never constructed [INFO] [stdout] --> src/security.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | struct SecurityEmbed { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Session` is never constructed [INFO] [stdout] --> src/session.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 6 | struct Session { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `FlowType` is never used [INFO] [stdout] --> src/lib.rs:25:6 [INFO] [stdout] | [INFO] [stdout] 25 | enum FlowType { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ClientOptions` is never constructed [INFO] [stdout] --> src/lib.rs:31:8 [INFO] [stdout] | [INFO] [stdout] 31 | struct ClientOptions { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `instance_id` and `storage_key` are never read [INFO] [stdout] --> src/lib.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 46 | pub struct GoTrueClient { [INFO] [stdout] | ------------ fields in this struct [INFO] [stdout] 47 | instance_id: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 48 | [INFO] [stdout] 49 | storage_key: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Identity` is never constructed [INFO] [stdout] --> src/identity.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | struct Identity { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `GoTrueMetaSecurity` is never constructed [INFO] [stdout] --> src/security.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | struct GoTrueMetaSecurity { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `SecurityEmbed` is never constructed [INFO] [stdout] --> src/security.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | struct SecurityEmbed { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Session` is never constructed [INFO] [stdout] --> src/session.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 6 | struct Session { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.14s [INFO] running `Command { std: "docker" "inspect" "fa6bd5e7f1f2aa6541bdcf5877f8130b8409ccc128eeb299b66447ad854e3ea7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa6bd5e7f1f2aa6541bdcf5877f8130b8409ccc128eeb299b66447ad854e3ea7", kill_on_drop: false }` [INFO] [stdout] fa6bd5e7f1f2aa6541bdcf5877f8130b8409ccc128eeb299b66447ad854e3ea7