[INFO] cloning repository https://github.com/GordonSmith/rust-auth
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/GordonSmith/rust-auth" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGordonSmith%2Frust-auth", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGordonSmith%2Frust-auth'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 78e9e6e611587b66868d06f8487daeb27a03d22f
[INFO] building GordonSmith/rust-auth against try#334963c956d25708feab489a3816ae63f639355d for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGordonSmith%2Frust-auth" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/GordonSmith/rust-auth on toolchain 334963c956d25708feab489a3816ae63f639355d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/GordonSmith/rust-auth
[INFO] finished tweaking git repo https://github.com/GordonSmith/rust-auth
[INFO] tweaked toml for git repo https://github.com/GordonSmith/rust-auth written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/GordonSmith/rust-auth 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" "+334963c956d25708feab489a3816ae63f639355d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 37 packages to latest compatible versions
[INFO] [stderr]     Updating anyhow v1.0.70 -> v1.0.95
[INFO] [stderr]     Updating base16ct v0.1.1 -> v0.2.0
[INFO] [stderr]     Updating coarsetime v0.1.23 -> v0.1.35
[INFO] [stderr]     Updating const-oid v0.9.1 -> v0.9.6
[INFO] [stderr]     Updating crypto-bigint v0.4.9 -> v0.5.5
[INFO] [stderr]       Adding der v0.7.9
[INFO] [stderr]     Updating digest v0.10.6 -> v0.10.7
[INFO] [stderr]     Updating ecdsa v0.15.1 -> v0.16.9
[INFO] [stderr]     Updating elliptic-curve v0.12.3 -> v0.13.8
[INFO] [stderr]     Updating ff v0.12.1 -> v0.13.0
[INFO] [stderr]     Updating generic-array v0.14.4 -> v0.14.7
[INFO] [stderr]     Updating group v0.12.1 -> v0.13.0
[INFO] [stderr]     Updating hmac-sha1-compact v1.1.3 -> v1.1.5
[INFO] [stderr]     Updating hmac-sha256 v1.1.6 -> v1.1.8
[INFO] [stderr]     Updating hmac-sha512 v1.1.4 -> v1.1.6
[INFO] [stderr]     Updating jwt-simple v0.11.4 -> v0.11.9 (available: v0.12.11)
[INFO] [stderr]     Updating k256 v0.12.0 -> v0.13.4
[INFO] [stderr]       Adding memchr v2.7.4
[INFO] [stderr]     Updating once_cell v1.17.0 -> v1.20.2
[INFO] [stderr]     Updating p256 v0.12.0 -> v0.13.2
[INFO] [stderr]     Updating p384 v0.12.0 -> v0.13.0
[INFO] [stderr]       Adding pem-rfc7468 v0.7.0
[INFO] [stderr]       Adding pkcs8 v0.10.2
[INFO] [stderr]     Updating primeorder v0.12.1 -> v0.13.6
[INFO] [stderr]     Updating proc-macro2 v1.0.56 -> v1.0.92
[INFO] [stderr]     Updating quote v1.0.26 -> v1.0.38
[INFO] [stderr]     Updating rfc6979 v0.3.1 -> v0.4.0
[INFO] [stderr]     Updating sec1 v0.3.0 -> v0.7.3
[INFO] [stderr]     Updating serde v1.0.159 -> v1.0.217
[INFO] [stderr]     Updating serde_derive v1.0.159 -> v1.0.217
[INFO] [stderr]     Updating serde_json v1.0.95 -> v1.0.135
[INFO] [stderr]       Adding spki v0.7.3
[INFO] [stderr]     Updating syn v2.0.13 -> v2.0.95
[INFO] [stderr]     Updating thiserror v1.0.38 -> v1.0.69
[INFO] [stderr]     Updating thiserror-impl v1.0.38 -> v1.0.69
[INFO] [stderr]       Adding wasix v0.12.21
[INFO] [stderr]     Updating zeroize v1.5.7 -> v1.8.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2205e0b7f35e1905c9f12969dd98265166bdb6610dae2d6ed74054c2ca9892ac
[INFO] running `Command { std: "docker" "start" "-a" "2205e0b7f35e1905c9f12969dd98265166bdb6610dae2d6ed74054c2ca9892ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2205e0b7f35e1905c9f12969dd98265166bdb6610dae2d6ed74054c2ca9892ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2205e0b7f35e1905c9f12969dd98265166bdb6610dae2d6ed74054c2ca9892ac", kill_on_drop: false }`
[INFO] [stdout] 2205e0b7f35e1905c9f12969dd98265166bdb6610dae2d6ed74054c2ca9892ac
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5d30a5dd22e778e2895e87ab0832824b283fa0b2a42f5ac827feb2aacecf712a
[INFO] running `Command { std: "docker" "start" "-a" "5d30a5dd22e778e2895e87ab0832824b283fa0b2a42f5ac827feb2aacecf712a", kill_on_drop: false }`
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling libc v0.2.116
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling subtle v2.4.0
[INFO] [stderr]    Compiling getrandom v0.2.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling base64ct v1.5.3
[INFO] [stderr]    Compiling unicode-ident v1.0.2
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]    Compiling libm v0.2.1
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling matches v0.1.8
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling cpufeatures v0.2.5
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling itoa v0.4.7
[INFO] [stderr]    Compiling tinyvec v1.1.1
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling num-bigint-dig v0.8.2
[INFO] [stderr]    Compiling serde_json v1.0.135
[INFO] [stderr]    Compiling bytes v1.4.0
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling pem-rfc7468 v0.6.0
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling der v0.7.9
[INFO] [stderr]    Compiling num-iter v0.1.42
[INFO] [stderr]    Compiling der v0.6.1
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling unicode-bidi v0.3.4
[INFO] [stderr]    Compiling itoa v1.0.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.17
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling http v0.2.3
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling cpuid-bool v0.1.2
[INFO] [stderr]    Compiling ct-codecs v1.1.1
[INFO] [stderr]    Compiling num_threads v0.1.3
[INFO] [stderr]    Compiling syn v2.0.95
[INFO] [stderr]    Compiling ff v0.13.0
[INFO] [stderr]    Compiling rand_chacha v0.3.0
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling ed25519-compact v2.0.4
[INFO] [stderr]    Compiling coarsetime v0.1.35
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling hmac-sha1-compact v1.1.5
[INFO] [stderr]    Compiling binstring v0.1.1
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling spki v0.6.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling idna v0.2.2
[INFO] [stderr]    Compiling pkcs8 v0.9.0
[INFO] [stderr]    Compiling base64 v0.21.0
[INFO] [stderr]    Compiling pkcs1 v0.4.1
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.9.3
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling signature v2.0.0
[INFO] [stderr]    Compiling sha2 v0.10.6
[INFO] [stderr]    Compiling signature v1.6.4
[INFO] [stderr]    Compiling hmac-sha256 v1.1.8
[INFO] [stderr]    Compiling hmac-sha512 v1.1.6
[INFO] [stderr]    Compiling hkdf v0.12.3
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling rsa v0.7.2
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling primeorder v0.13.6
[INFO] [stderr]    Compiling p256 v0.13.2
[INFO] [stderr]    Compiling k256 v0.13.4
[INFO] [stderr]    Compiling p384 v0.13.0
[INFO] [stderr]    Compiling fastly-shared v0.9.2
[INFO] [stderr]    Compiling fastly-sys v0.9.2
[INFO] [stderr]    Compiling fastly-macros v0.9.2
[INFO] [stderr]    Compiling time v0.3.7
[INFO] [stderr]    Compiling serde_urlencoded v0.7.0
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling jwt-simple v0.11.9
[INFO] [stderr]    Compiling fastly v0.9.2
[INFO] [stderr]    Compiling compute-rust-auth v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcKh4sBH/symbols.o" "<10 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtoml-b8a4086d3320c2b6.rlib,libjwt_simple-f83fbe72af0d5cd0.rlib,libed25519_compact-1528cbb489b204a6.rlib,libcoarsetime-b338345337ffbfc1.rlib,librsa-0664a8928049074d.rlib,libpkcs1-33e1944c81efed6f.rlib,libpkcs8-55e3137ff0f7fb8e.rlib,libspki-53361588fa24fce6.rlib,libder-616dee9aa5c93630.rlib,libpem_rfc7468-97555afd0175f676.rlib,libsignature-6711d3bd9e0e4cfa.rlib,libnum_bigint_dig-0c5a357b84509482.rlib,libnum_iter-73c8580c27983642.rlib,libbyteorder-995f0d8369b89739.rlib,libnum_integer-c231255c938aa8a6.rlib,libnum_traits-baf8f8495b91035a.rlib,liblibm-0adcd8e7f19bc295.rlib,libsmallvec-1e90fea9640a9b23.rlib,librand-0da7c9abffcdbd21.rlib,librand_chacha-ce9658d3aaeb090a.rlib,libppv_lite86-88ed22677a4c0286.rlib,libhmac_sha512-3c2f37deb5aba43f.rlib,libp384-fcffde55f2fe81b7.rlib,libk256-0db2dfadd13d51d2.rlib,libonce_cell-f11fc08f457bd5c4.rlib,libp256-7a43f199316b4a8f.rlib,libsha2-bee6b54b07885ef5.rlib,libcpufeatures-45f1c027e5184cd9.rlib,libecdsa-fb4a298a0e028225.rlib,librfc6979-2110a3a5820c7a6c.rlib,libsignature-bebdb4468f37c8e8.rlib,libprimeorder-fb9180fa50e7c02e.rlib,libelliptic_curve-1df1d6f26442c77a.rlib,libsec1-95621083dba85300.rlib,libpkcs8-4c6082e1442af090.rlib,libspki-2fc1663d75dc82f4.rlib,libder-d0df9d3ec1dc34bc.rlib,libpem_rfc7468-113ed8d9fb9d981a.rlib,libbase64ct-3edec28b30e8d2de.rlib,libhkdf-19bf3d0720a7f385.rlib,libhmac-96ba0e764b0f3cf7.rlib,libcrypto_bigint-63d833f7fecd4162.rlib,libbase16ct-b0752502dc7a9a1c.rlib,libgroup-c20152e219612733.rlib,libff-d679020dd5cc95b2.rlib,librand_core-7da9f434c27b0ffe.rlib,libgetrandom-fc6abb4d4ac94b71.rlib,liblibc-1e689ba359e3490a.rlib,libhmac_sha1_compact-d5cfcb5a4cf97592.rlib,libct_codecs-d0f793d62d781fd6.rlib,libhmac_sha256-3a0c865b47948dd0.rlib,libdigest-a1cfcfaba9fd58d4.rlib,libsubtle-255a0f6d8ba80d15.rlib,libconst_oid-5d63b50f42b847e9.rlib,libblock_buffer-f47030a7559afd5d.rlib,libcrypto_common-540954bd5770626e.rlib,libfastly-36f2804191432239.rlib,libserde_urlencoded-5c1c6840e6c2a836.rlib,libserde_json-acfa0175ed297005.rlib,libmemchr-4f0714dc45d95749.rlib,libitoa-3e86378e1c67fddd.rlib,libryu-f3aba87160ed1f5c.rlib,liblazy_static-695bc0f4418864cd.rlib,libspin-bd5c65b66a03de3f.rlib,libmime-2ae9ff56ceb854d4.rlib,libtime-3da146e8eef8b2b6.rlib,libsha2-e265eb9384e1a223.rlib,libcpuid_bool-1000632859c102b2.rlib,libcfg_if-33ef6c02a07f9fec.rlib,libopaque_debug-c0b21531799dfcb1.rlib,libdigest-e3f144da2df6b937.rlib,libblock_buffer-df01ec6968fd835f.rlib,libgeneric_array-f820cf036249d59c.rlib,libtypenum-a8ffc2ee384567eb.rlib,libzeroize-ead98f074a37f829.rlib,libanyhow-c985e57c0ac9efb6.rlib,liburl-b77ad1bcec86f7a3.rlib,libidna-a4d843f7e13bc786.rlib,libunicode_normalization-7dc75ed2a3cd3b0f.rlib,libtinyvec-92738e11be320930.rlib,libtinyvec_macros-cc8e196d6b1e57fc.rlib,libunicode_bidi-908b1a6e40a8cf52.rlib,libform_urlencoded-689ec892f07ab226.rlib,libpercent_encoding-d8e5e041794fd24f.rlib,libmatches-ae807cfe442355e3.rlib,libthiserror-63344999b580a1a7.rlib,libfastly_sys-c4b1b4f72430fddc.rlib,libfastly_shared-cd1269ec2ca533b5.rlib,libbitflags-ee4b6a8effb9c17a.rlib,libhttp-f75e80f1325916a0.rlib,libitoa-3b4277173c45fbe4.rlib,libfnv-2d77ec4f6f971b24.rlib,libbytes-89d7ab79dfdabb18.rlib,libbase64-a28f4e91324a0119.rlib,libserde-ec5108c742c1b12a.rlib}" "/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-d6f1d924b2f4233e.rlib,libpanic_unwind-00eb06e39850f679.rlib,libobject-d0382f11baa011b6.rlib,libmemchr-b7e2e2c1a7e4643d.rlib,libaddr2line-30ced7f1999cfa29.rlib,libgimli-3ee7e14c58e31ebd.rlib,librustc_demangle-a4f649bba77ffcc5.rlib,libstd_detect-c89a3ce7ad7c3dbd.rlib,libhashbrown-e1ce1d3d110c6707.rlib,librustc_std_workspace_alloc-e0604fecbf0f39dc.rlib,libminiz_oxide-0a9c6172f04822cc.rlib,libadler2-14a33f7117abcee7.rlib,libunwind-24c16adbe5e57356.rlib,libcfg_if-d2688d4a5c8e415b.rlib,liblibc-8ff7ba6d97853f27.rlib,liballoc-5c001d095eb077ec.rlib,librustc_std_workspace_core-395a38b8e0851c9b.rlib,libcore-d453bab70303062c.rlib,libcompiler_builtins-dd545221bb4f4734.rlib}" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/compute_rust_auth-fdc6a4aa7439687f" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: undefined symbol: init
[INFO] [stdout]           >>> referenced by lib.rs:56 (src/lib.rs:56)
[INFO] [stdout]           >>>               fastly-36f2804191432239.fastly.e9b992506947d737-cgu.12.rcgu.o:(fastly::init::ha80f8e3ddc0a0924) in archive /opt/rustwide/target/debug/deps/libfastly-36f2804191432239.rlib
[INFO] [stdout]           >>> did you mean: _init
[INFO] [stdout]           >>> defined in: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: new
[INFO] [stdout]           >>> referenced by handle.rs:111 (src/http/body/handle.rs:111)
[INFO] [stdout]           >>>               fastly-36f2804191432239.fastly.e9b992506947d737-cgu.06.rcgu.o:(fastly::http::body::handle::BodyHandle::new::hd0f722cc1244a6c7) in archive /opt/rustwide/target/debug/deps/libfastly-36f2804191432239.rlib
[INFO] [stdout]           >>> referenced by handle.rs:128 (src/http/request/handle.rs:128)
[INFO] [stdout]           >>>               fastly-36f2804191432239.fastly.e9b992506947d737-cgu.06.rcgu.o:(fastly::http::request::handle::RequestHandle::new::ha62bd5404ceea260) in archive /opt/rustwide/target/debug/deps/libfastly-36f2804191432239.rlib
[INFO] [stdout]           >>> referenced by handle.rs:98 (src/http/response/handle.rs:98)
[INFO] [stdout]           >>>               fastly-36f2804191432239.fastly.e9b992506947d737-cgu.04.rcgu.o:(fastly::http::response::handle::ResponseHandle::new::h57ef1a4abfc26b1c) in archive /opt/rustwide/target/debug/deps/libfastly-36f2804191432239.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: header_names_get
[INFO] [stdout]           >>> referenced by handle.rs:159 (src/http/request/handle.rs:159)
[INFO] [stdout]           >>>               fastly-36f2804191432239.fastly.e9b992506947d737-cgu.06.rcgu.o:(fastly::http::request::handle::RequestHandle::get_header_names_impl::_$u7b$$u7b$closure$u7d$$u7d$::hc787c6b1454b4fa5) in archive /opt/rustwide/target/debug/deps/libfastly-36f2804191432239.rlib
[INFO] [stdout]           >>> referenced by handle.rs:129 (src/http/response/handle.rs:129)
[INFO] [stdout]           >>>               fastly-36f2804191432239.fastly.e9b992506947d737-cgu.04.rcgu.o:(fastly::http::response::handle::ResponseHandle::get_header_names_impl::_$u7b$$u7b$closure$u7d$$u7d$::hae4ca65975d57501) in archive /opt/rustwide/target/debug/deps/libfastly-36f2804191432239.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: header_values_get
[INFO] [stdout]           >>> referenced by handle.rs:261 (src/http/request/handle.rs:261)
[INFO] [stdout]           >>>               fastly-36f2804191432239.fastly.e9b992506947d737-cgu.06.rcgu.o:(fastly::http::request::handle::RequestHandle::get_header_values_impl::_$u7b$$u7b$closure$u7d$$u7d$::hdce8530910447730) in archive /opt/rustwide/target/debug/deps/libfastly-36f2804191432239.rlib
[INFO] [stdout]           >>> referenced by handle.rs:233 (src/http/response/handle.rs:233)
[INFO] [stdout]           >>>               fastly-36f2804191432239.fastly.e9b992506947d737-cgu.04.rcgu.o:(fastly::http::response::handle::ResponseHandle::get_header_values_impl::_$u7b$$u7b$closure$u7d$$u7d$::hf4e011164579dec5) in archive /opt/rustwide/target/debug/deps/libfastly-36f2804191432239.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: header_values_set
[INFO] [stdout]           >>> referenced by handle.rs:310 (src/http/request/handle.rs:310)
[INFO] [stdout]           >>>               fastly-36f2804191432239.fastly.e9b992506947d737-cgu.06.rcgu.o:(fastly::http::request::handle::RequestHandle::set_header_values::hdd1ded005eff0c49) in archive /opt/rustwide/target/debug/deps/libfastly-36f2804191432239.rlib
[INFO] [stdout]           >>> referenced by handle.rs:281 (src/http/response/handle.rs:281)
[INFO] [stdout]           >>>               fastly-36f2804191432239.fastly.e9b992506947d737-cgu.04.rcgu.o:(fastly::http::response::handle::ResponseHandle::set_header_values::h0cf4d445c0fa3c10) in archive /opt/rustwide/target/debug/deps/libfastly-36f2804191432239.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: header_insert
[INFO] [stdout]           >>> referenced by handle.rs:363 (src/http/request/handle.rs:363)
[INFO] [stdout]           >>>               fastly-36f2804191432239.fastly.e9b992506947d737-cgu.06.rcgu.o:(fastly::http::request::handle::RequestHandle::insert_header::h7a9e22896cd51e24) in archive /opt/rustwide/target/debug/deps/libfastly-36f2804191432239.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: version_get
[INFO] [stdout]           >>> referenced by handle.rs:416 (src/http/request/handle.rs:416)
[INFO] [stdout]           >>>               fastly-36f2804191432239.fastly.e9b992506947d737-cgu.06.rcgu.o:(fastly::http::request::handle::RequestHandle::get_version::h74eed4a043424d03) in archive /opt/rustwide/target/debug/deps/libfastly-36f2804191432239.rlib
[INFO] [stdout]           >>> referenced by handle.rs:404 (src/http/response/handle.rs:404)
[INFO] [stdout]           >>>               fastly-36f2804191432239.fastly.e9b992506947d737-cgu.04.rcgu.o:(fastly::http::response::handle::ResponseHandle::get_version::ha71d8dd70e200c64) in archive /opt/rustwide/target/debug/deps/libfastly-36f2804191432239.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: version_set
[INFO] [stdout]           >>> referenced by handle.rs:429 (src/http/request/handle.rs:429)
[INFO] [stdout]           >>>               fastly-36f2804191432239.fastly.e9b992506947d737-cgu.06.rcgu.o:(fastly::http::request::handle::RequestHandle::set_version::hee2096e25285572c) in archive /opt/rustwide/target/debug/deps/libfastly-36f2804191432239.rlib
[INFO] [stdout]           >>> referenced by handle.rs:417 (src/http/response/handle.rs:417)
[INFO] [stdout]           >>>               fastly-36f2804191432239.fastly.e9b992506947d737-cgu.04.rcgu.o:(fastly::http::response::handle::ResponseHandle::set_version::hf2964582c7cef1e7) in archive /opt/rustwide/target/debug/deps/libfastly-36f2804191432239.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: method_get
[INFO] [stdout]           >>> referenced by handle.rs:443 (src/http/request/handle.rs:443)
[INFO] [stdout]           >>>               fastly-36f2804191432239.fastly.e9b992506947d737-cgu.06.rcgu.o:(fastly::http::request::handle::RequestHandle::get_method::hb7381a9e98c0b276) in archive /opt/rustwide/target/debug/deps/libfastly-36f2804191432239.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: method_set
[INFO] [stdout]           >>> referenced by handle.rs:498 (src/http/request/handle.rs:498)
[INFO] [stdout]           >>>               fastly-36f2804191432239.fastly.e9b992506947d737-cgu.06.rcgu.o:(fastly::http::request::handle::RequestHandle::set_method::h157a9129039f4dae) in archive /opt/rustwide/target/debug/deps/libfastly-36f2804191432239.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: uri_get
[INFO] [stdout]           >>> referenced by handle.rs:516 (src/http/request/handle.rs:516)
[INFO] [stdout]           >>>               fastly-36f2804191432239.fastly.e9b992506947d737-cgu.06.rcgu.o:(fastly::http::request::handle::RequestHandle::get_url::hb1cf478e7eb0ce9e) in archive /opt/rustwide/target/debug/deps/libfastly-36f2804191432239.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: uri_set
[INFO] [stdout]           >>> referenced by handle.rs:576 (src/http/request/handle.rs:576)
[INFO] [stdout]           >>>               fastly-36f2804191432239.fastly.e9b992506947d737-cgu.06.rcgu.o:(fastly::http::request::handle::RequestHandle::set_url::h144f067645fbe30f) in archive /opt/rustwide/target/debug/deps/libfastly-36f2804191432239.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: cache_override_v2_set
[INFO] [stdout]           >>> referenced by handle.rs:683 (src/http/request/handle.rs:683)
[INFO] [stdout]           >>>               fastly-36f2804191432239.fastly.e9b992506947d737-cgu.06.rcgu.o:(fastly::http::request::handle::RequestHandle::set_cache_override::h4963d13cb81d0a8b) in archive /opt/rustwide/target/debug/deps/libfastly-36f2804191432239.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: auto_decompress_response_set
[INFO] [stdout]           >>> referenced by handle.rs:728 (src/http/request/handle.rs:728)
[INFO] [stdout]           >>>               fastly-36f2804191432239.fastly.e9b992506947d737-cgu.06.rcgu.o:(fastly::http::request::handle::RequestHandle::set_auto_decompress_response::he23b9e5decdd2eb4) in archive /opt/rustwide/target/debug/deps/libfastly-36f2804191432239.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: framing_headers_mode_set
[INFO] [stdout]           >>> referenced by handle.rs:736 (src/http/request/handle.rs:736)
[INFO] [stdout]           >>>               fastly-36f2804191432239.fastly.e9b992506947d737-cgu.06.rcgu.o:(fastly::http::request::handle::RequestHandle::set_framing_headers_mode::h3fb637d636fb1148) in archive /opt/rustwide/target/debug/deps/libfastly-36f2804191432239.rlib
[INFO] [stdout]           >>> referenced by handle.rs:447 (src/http/response/handle.rs:447)
[INFO] [stdout]           >>>               fastly-36f2804191432239.fastly.e9b992506947d737-cgu.04.rcgu.o:(fastly::http::response::handle::ResponseHandle::set_framing_headers_mode::h02800ec9caeb8f57) in archive /opt/rustwide/target/debug/deps/libfastly-36f2804191432239.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: body_downstream_get
[INFO] [stdout]           >>> referenced by handle.rs:762 (src/http/request/handle.rs:762)
[INFO] [stdout]           >>>               fastly-36f2804191432239.fastly.e9b992506947d737-cgu.06.rcgu.o:(fastly::http::request::handle::client_request_and_body::hb3dbbf87185b4f7f) in archive /opt/rustwide/target/debug/deps/libfastly-36f2804191432239.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: status_set
[INFO] [stdout]           >>> referenced by handle.rs:385 (src/http/response/handle.rs:385)
[INFO] [stdout]           >>>               fastly-36f2804191432239.fastly.e9b992506947d737-cgu.04.rcgu.o:(fastly::http::response::handle::ResponseHandle::set_status::he0f59db23a237bc8) in archive /opt/rustwide/target/debug/deps/libfastly-36f2804191432239.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: status_get
[INFO] [stdout]           >>> referenced by handle.rs:394 (src/http/response/handle.rs:394)
[INFO] [stdout]           >>>               fastly-36f2804191432239.fastly.e9b992506947d737-cgu.04.rcgu.o:(fastly::http::response::handle::ResponseHandle::get_status::h54051ac8389eeadd) in archive /opt/rustwide/target/debug/deps/libfastly-36f2804191432239.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: send_downstream
[INFO] [stdout]           >>> referenced by handle.rs:426 (src/http/response/handle.rs:426)
[INFO] [stdout]           >>>               fastly-36f2804191432239.fastly.e9b992506947d737-cgu.04.rcgu.o:(fastly::http::response::handle::ResponseHandle::send_to_client::h130c9f43d83701bb) in archive /opt/rustwide/target/debug/deps/libfastly-36f2804191432239.rlib
[INFO] [stdout]           >>> referenced by handle.rs:436 (src/http/response/handle.rs:436)
[INFO] [stdout]           >>>               fastly-36f2804191432239.fastly.e9b992506947d737-cgu.04.rcgu.o:(fastly::http::response::handle::ResponseHandle::stream_to_client::h8256ca3d8e7013ea) in archive /opt/rustwide/target/debug/deps/libfastly-36f2804191432239.rlib
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `compute-rust-auth` (bin "compute-rust-auth") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "5d30a5dd22e778e2895e87ab0832824b283fa0b2a42f5ac827feb2aacecf712a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d30a5dd22e778e2895e87ab0832824b283fa0b2a42f5ac827feb2aacecf712a", kill_on_drop: false }`
[INFO] [stdout] 5d30a5dd22e778e2895e87ab0832824b283fa0b2a42f5ac827feb2aacecf712a
