[INFO] cloning repository https://github.com/tomoima525/auth0-appsync-custom-authorizer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tomoima525/auth0-appsync-custom-authorizer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomoima525%2Fauth0-appsync-custom-authorizer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomoima525%2Fauth0-appsync-custom-authorizer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 98417de28908626978f330d43551a901afcc0fa2
[INFO] checking tomoima525/auth0-appsync-custom-authorizer against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomoima525%2Fauth0-appsync-custom-authorizer" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tomoima525/auth0-appsync-custom-authorizer
[INFO] finished tweaking git repo https://github.com/tomoima525/auth0-appsync-custom-authorizer
[INFO] tweaked toml for git repo https://github.com/tomoima525/auth0-appsync-custom-authorizer written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tomoima525/auth0-appsync-custom-authorizer on toolchain b1f2594eac607c1f051534800237eeedb5590a49
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tomoima525/auth0-appsync-custom-authorizer 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" "+b1f2594eac607c1f051534800237eeedb5590a49" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e3d067b0b81e7fd30e7180c8d2fc28488338bd071b964e853951ff66bfb06ca5
[INFO] running `Command { std: "docker" "start" "-a" "e3d067b0b81e7fd30e7180c8d2fc28488338bd071b964e853951ff66bfb06ca5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e3d067b0b81e7fd30e7180c8d2fc28488338bd071b964e853951ff66bfb06ca5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e3d067b0b81e7fd30e7180c8d2fc28488338bd071b964e853951ff66bfb06ca5", kill_on_drop: false }`
[INFO] [stdout] e3d067b0b81e7fd30e7180c8d2fc28488338bd071b964e853951ff66bfb06ca5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5158ea3bfff8e67b3335f9660a200c71baa4a9c1bcdb99ca3faad46bc666987f
[INFO] running `Command { std: "docker" "start" "-a" "5158ea3bfff8e67b3335f9660a200c71baa4a9c1bcdb99ca3faad46bc666987f", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling proc-macro2 v1.0.43
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling unicode-ident v1.0.4
[INFO] [stderr]    Compiling syn v1.0.100
[INFO] [stderr]    Compiling serde_derive v1.0.144
[INFO] [stderr]    Compiling serde v1.0.144
[INFO] [stderr]     Checking once_cell v1.14.0
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling futures-core v0.3.24
[INFO] [stderr]     Checking itoa v1.0.3
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]     Checking futures-sink v0.3.24
[INFO] [stderr]    Compiling futures-channel v0.3.24
[INFO] [stderr]    Compiling futures-task v0.3.24
[INFO] [stderr]    Compiling futures-util v0.3.24
[INFO] [stderr]     Checking futures-io v0.3.24
[INFO] [stderr]    Compiling serde_json v1.0.85
[INFO] [stderr]    Compiling thiserror v1.0.35
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]     Checking ryu v1.0.11
[INFO] [stderr]    Compiling tokio v1.21.1
[INFO] [stderr]     Checking mio v0.8.4
[INFO] [stderr]     Checking tracing-core v0.1.29
[INFO] [stderr]     Checking socket2 v0.4.7
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling openssl-src v111.22.0+1.1.1q
[INFO] [stderr]     Checking aho-corasick v0.7.19
[INFO] [stderr]    Compiling openssl v0.10.41
[INFO] [stderr]    Compiling ucd-trie v0.1.5
[INFO] [stderr]     Checking regex-syntax v0.6.27
[INFO] [stderr]    Compiling multer v2.0.4
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling openssl-sys v0.9.75
[INFO] [stderr]    Compiling native-tls v0.2.10
[INFO] [stderr]    Compiling async-trait v0.1.57
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]     Checking fastrand v1.8.0
[INFO] [stderr]     Checking percent-encoding v2.2.0
[INFO] [stderr]     Checking spin v0.9.4
[INFO] [stderr]     Checking tower-layer v0.3.1
[INFO] [stderr]     Checking tempfile v3.3.0
[INFO] [stderr]     Checking form_urlencoded v1.1.0
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]     Checking time v0.3.14
[INFO] [stderr]     Checking idna v0.3.0
[INFO] [stderr]     Checking url v2.3.1
[INFO] [stderr]     Checking regex v1.6.0
[INFO] [stderr]     Checking pem v1.1.0
[INFO] [stderr]     Checking thread_local v1.1.4
[INFO] [stderr]     Checking ipnet v2.5.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.15
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling darling_core v0.14.1
[INFO] [stderr]    Compiling futures-macro v0.3.24
[INFO] [stderr]    Compiling thiserror-impl v1.0.35
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.22
[INFO] [stderr]    Compiling async-stream-impl v0.3.3
[INFO] [stderr]    Compiling pin-project-internal v1.0.12
[INFO] [stderr]     Checking async-stream v0.3.3
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling darling_macro v0.14.1
[INFO] [stderr]    Compiling pest v2.3.1
[INFO] [stderr]     Checking tracing v0.1.36
[INFO] [stderr]    Compiling darling v0.14.1
[INFO] [stderr]     Checking simple_asn1 v0.6.2
[INFO] [stderr]     Checking pin-project v1.0.12
[INFO] [stderr]     Checking futures-executor v0.3.24
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking futures v0.3.24
[INFO] [stderr]    Compiling bytes v1.2.1
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]     Checking http v0.2.8
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling async-graphql-value v4.0.13
[INFO] [stderr]     Checking jsonwebtoken v8.1.1
[INFO] [stderr]    Compiling async-graphql-parser v4.0.13
[INFO] [stderr]    Compiling proc-macro-crate v1.2.1
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]    Compiling async-graphql-derive v4.0.13
[INFO] [stderr]     Checking tokio-util v0.7.4
[INFO] [stderr]     Checking tokio-stream v0.1.10
[INFO] [stderr]     Checking h2 v0.3.14
[INFO] [stderr]     Checking hyper v0.14.20
[INFO] [stderr]     Checking async-graphql v4.0.13
[INFO] [stderr]     Checking lambda_runtime_api_client v0.6.0
[INFO] [stderr]     Checking lambda_runtime v0.6.1
[INFO] [stderr]     Checking helpers v0.1.0 (/opt/rustwide/workdir/fn/helpers)
[INFO] [stderr]     Checking starwars v0.1.0 (/opt/rustwide/workdir/models/starwars)
[INFO] [stderr]     Checking gql v0.1.0 (/opt/rustwide/workdir/gql)
[INFO] [stderr]     Checking tokio-native-tls v0.3.0
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.12
[INFO] [stderr]     Checking authorizer v0.1.0 (/opt/rustwide/workdir/fn/authorizer)
[INFO] [stdout] warning: field `request_context` is never read
[INFO] [stdout]   --> fn/authorizer/src/types.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct AppSyncAuthorizerEvent {
[INFO] [stdout]    |            ---------------------- field in this struct
[INFO] [stdout] 28 |     pub authorization_token: String,
[INFO] [stdout] 29 |     pub request_context: RequestContext,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AppSyncAuthorizerEvent` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `request_context` is never read
[INFO] [stdout]   --> fn/authorizer/src/types.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct AppSyncAuthorizerEvent {
[INFO] [stdout]    |            ---------------------- field in this struct
[INFO] [stdout] 28 |     pub authorization_token: String,
[INFO] [stdout] 29 |     pub request_context: RequestContext,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AppSyncAuthorizerEvent` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 49s
[INFO] running `Command { std: "docker" "inspect" "5158ea3bfff8e67b3335f9660a200c71baa4a9c1bcdb99ca3faad46bc666987f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5158ea3bfff8e67b3335f9660a200c71baa4a9c1bcdb99ca3faad46bc666987f", kill_on_drop: false }`
[INFO] [stdout] 5158ea3bfff8e67b3335f9660a200c71baa4a9c1bcdb99ca3faad46bc666987f
