[INFO] cloning repository https://github.com/jfbilodeau/jwks-client [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jfbilodeau/jwks-client" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjfbilodeau%2Fjwks-client", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjfbilodeau%2Fjwks-client'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bc8ace0e76bdb92da6cbc7aa70d2d40d8e7b4065 [INFO] testing jfbilodeau/jwks-client against 1.64.0 for beta-1.65-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjfbilodeau%2Fjwks-client" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jfbilodeau/jwks-client on toolchain 1.64.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.64.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jfbilodeau/jwks-client [INFO] finished tweaking git repo https://github.com/jfbilodeau/jwks-client [INFO] tweaked toml for git repo https://github.com/jfbilodeau/jwks-client written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/jfbilodeau/jwks-client already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.64.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded async-stream v0.3.1 [INFO] [stderr] Downloaded async-stream-impl v0.3.1 [INFO] [stderr] Downloaded tokio-test v0.4.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+1.64.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1ec204c31a635351ef7f7aff2d44e01002c7628757c4de90ce4279631138a474 [INFO] running `Command { std: "docker" "start" "-a" "1ec204c31a635351ef7f7aff2d44e01002c7628757c4de90ce4279631138a474", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1ec204c31a635351ef7f7aff2d44e01002c7628757c4de90ce4279631138a474", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ec204c31a635351ef7f7aff2d44e01002c7628757c4de90ce4279631138a474", kill_on_drop: false }` [INFO] [stdout] 1ec204c31a635351ef7f7aff2d44e01002c7628757c4de90ce4279631138a474 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+1.64.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] df9aa2d57dfb08f3d81592d1c80cb2e8127fdda967d0105a6debbf5e7985bad5 [INFO] running `Command { std: "docker" "start" "-a" "df9aa2d57dfb08f3d81592d1c80cb2e8127fdda967d0105a6debbf5e7985bad5", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.70 [INFO] [stderr] Compiling libc v0.2.94 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling pin-project-lite v0.2.6 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling futures-core v0.3.14 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling openssl v0.10.33 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling futures-sink v0.3.14 [INFO] [stderr] Compiling futures-task v0.3.14 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling httparse v1.4.0 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling slab v0.4.3 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling httpdate v1.0.0 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling ipnet v2.3.0 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling regex-syntax v0.6.23 [INFO] [stderr] Compiling base64 v0.11.0 [INFO] [stderr] Compiling tokio v1.5.0 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling unicode-bidi v0.3.5 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling futures-channel v0.3.14 [INFO] [stderr] Compiling tinyvec v1.2.0 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling futures-util v0.3.14 [INFO] [stderr] Compiling http v0.2.4 [INFO] [stderr] Compiling tracing v0.1.25 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling mio v0.7.11 [INFO] [stderr] Compiling socket2 v0.4.0 [INFO] [stderr] Compiling openssl-sys v0.9.61 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling unicode-normalization v0.1.17 [INFO] [stderr] Compiling regex v1.4.6 [INFO] [stderr] Compiling http-body v0.4.1 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling url v2.2.1 [INFO] [stderr] Compiling tokio-macros v1.1.0 [INFO] [stderr] Compiling pin-project-internal v1.0.7 [INFO] [stderr] Compiling pin-project v1.0.7 [INFO] [stderr] Compiling tokio-util v0.6.6 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling h2 v0.3.2 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling hyper v0.14.7 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.3 [INFO] [stderr] Compiling jwks-client v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 46.66s [INFO] running `Command { std: "docker" "inspect" "df9aa2d57dfb08f3d81592d1c80cb2e8127fdda967d0105a6debbf5e7985bad5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df9aa2d57dfb08f3d81592d1c80cb2e8127fdda967d0105a6debbf5e7985bad5", kill_on_drop: false }` [INFO] [stdout] df9aa2d57dfb08f3d81592d1c80cb2e8127fdda967d0105a6debbf5e7985bad5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+1.64.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c9faa3f87ba4888dc7ca5d4966426f6fd4cade567cee21c773a3c9a5667f6522 [INFO] running `Command { std: "docker" "start" "-a" "c9faa3f87ba4888dc7ca5d4966426f6fd4cade567cee21c773a3c9a5667f6522", kill_on_drop: false }` [INFO] [stderr] Compiling async-stream-impl v0.3.1 [INFO] [stderr] Compiling tokio-stream v0.1.5 [INFO] [stderr] Compiling async-stream v0.3.1 [INFO] [stderr] Compiling tokio-test v0.4.1 [INFO] [stderr] Compiling jwks-client v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustc1Vjixx/symbols.o" "/opt/rustwide/target/debug/deps/jwks_client-8273837d429cb274.jwks_client.53510aee-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/jwks_client-8273837d429cb274.jwks_client.53510aee-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/jwks_client-8273837d429cb274.jwks_client.53510aee-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/jwks_client-8273837d429cb274.jwks_client.53510aee-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/jwks_client-8273837d429cb274.jwks_client.53510aee-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/jwks_client-8273837d429cb274.jwks_client.53510aee-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/jwks_client-8273837d429cb274.jwks_client.53510aee-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/jwks_client-8273837d429cb274.jwks_client.53510aee-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/jwks_client-8273837d429cb274.jwks_client.53510aee-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/jwks_client-8273837d429cb274.jwks_client.53510aee-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/jwks_client-8273837d429cb274.jwks_client.53510aee-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/jwks_client-8273837d429cb274.jwks_client.53510aee-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/jwks_client-8273837d429cb274.jwks_client.53510aee-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/jwks_client-8273837d429cb274.jwks_client.53510aee-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/jwks_client-8273837d429cb274.jwks_client.53510aee-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/jwks_client-8273837d429cb274.jwks_client.53510aee-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/jwks_client-8273837d429cb274.54s130i8kl7sdzgj.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/ring-c482eb30267a9939/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtokio_test-acdc01689a9019d3.rlib" "/opt/rustwide/target/debug/deps/libtokio_stream-59ab321300d2f484.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f8abcd39963be1a9.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-fc81604f9f272244.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-ecd0ecec0bda740b.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-715ffe8b3e8b2eb5.rlib" "/opt/rustwide/target/debug/deps/libring-507762af4b672861.rlib" "/opt/rustwide/target/debug/deps/libspin-15e2b298632ae730.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-66b049c031e63ea2.rlib" "/opt/rustwide/target/debug/deps/libreqwest-5ab468717a7e79b5.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-c3e773f20870615e.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-3d0999fce0fd6e1d.rlib" "/opt/rustwide/target/debug/deps/libipnet-041f895be1070278.rlib" "/opt/rustwide/target/debug/deps/libtokio_native_tls-802345b38b2d1556.rlib" "/opt/rustwide/target/debug/deps/libmime-bc311254bc5f0d65.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-8128856a1e688049.rlib" "/opt/rustwide/target/debug/deps/libbase64-2e1af1b02e9f8645.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-b18f166b22e6ccb3.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-6eeb36733ee216da.rlib" "/opt/rustwide/target/debug/deps/libopenssl-35798d511e19db22.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-9a4245777b63a5f2.rlib" "/opt/rustwide/target/debug/deps/libbitflags-2e8e1ed7a49a4dc3.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-a4a8dd05816b0c8b.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-f3c4a19a0cd02c31.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-c3e427124a9a49e9.rlib" "/opt/rustwide/target/debug/deps/libhyper-b39ffd3a36a43534.rlib" "/opt/rustwide/target/debug/deps/libwant-1d9dcf96b7dfce36.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-c58479352fcede3e.rlib" "/opt/rustwide/target/debug/deps/libsocket2-a3c86ab5b8e3ba5f.rlib" "/opt/rustwide/target/debug/deps/libh2-4a65d34bd8d8d7b3.rlib" "/opt/rustwide/target/debug/deps/libindexmap-ac0e3017d1df5688.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-8e508ab1089024c9.rlib" "/opt/rustwide/target/debug/deps/libslab-b1b8e7b5b97dca37.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-503fc68e70c806c4.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-e26f5072ce58fd35.rlib" "/opt/rustwide/target/debug/deps/libhttparse-9e301759401da25d.rlib" "/opt/rustwide/target/debug/deps/libtower_service-1bee647f0a5a017f.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-42cb2ea115516bd5.rlib" "/opt/rustwide/target/debug/deps/libpin_project-60369bbcf94154d2.rlib" "/opt/rustwide/target/debug/deps/libtracing-d7e10f30749b75ec.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-083fd9a98e2e618b.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-33c2acfa1078057e.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-9f10722f80bf9b00.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-342a969255d88135.rlib" "/opt/rustwide/target/debug/deps/libtokio-5a84acbb5732e299.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-73e0eaab210fc47d.rlib" "/opt/rustwide/target/debug/deps/libmio-fa026685c408195e.rlib" "/opt/rustwide/target/debug/deps/liblibc-bbfd44751cc111f6.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-21d33e2090227eec.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-a535a34ec6d3346e.rlib" "/opt/rustwide/target/debug/deps/liblog-c810c1d86b7b0850.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-fa0d38a03582caa4.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-654bd5d24676b656.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-3a8cd441589d8bb8.rlib" "/opt/rustwide/target/debug/deps/liburl-13971dbde1307c8b.rlib" "/opt/rustwide/target/debug/deps/libidna-0beb12d5713b476e.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-84bdfb400cc4a5f2.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-d5284aa0ac406698.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-4cc6df68db96dfb7.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-54b53aa8d7472c09.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-9e60399cf240b6c5.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-c65fab93e9e86882.rlib" "/opt/rustwide/target/debug/deps/libmatches-11fd7a1d5e992a24.rlib" "/opt/rustwide/target/debug/deps/libhttp-b3fa9d013875ea9c.rlib" "/opt/rustwide/target/debug/deps/libbytes-944ddaafa28a3a8a.rlib" "/opt/rustwide/target/debug/deps/libfnv-71e351bcfdf9d7c4.rlib" "/opt/rustwide/target/debug/deps/libregex-d357897ab08c29cc.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-389349be2adf1743.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-9a51f98a4e79ea6b.rlib" "/opt/rustwide/target/debug/deps/libmemchr-3cd311c236c35c6a.rlib" "/opt/rustwide/target/debug/deps/libbase64-0165148348652bd2.rlib" "/opt/rustwide/target/debug/deps/libserde_json-0895e510794b17a7.rlib" "/opt/rustwide/target/debug/deps/libryu-c0a89e7a3fc5ae23.rlib" "/opt/rustwide/target/debug/deps/libitoa-37d2902aa6b29b5d.rlib" "/opt/rustwide/target/debug/deps/libserde-17d34c83ca7588ff.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5670385a2fe8b60b.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fd56ba6dbf7aaecc.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-b8acf8e5c2e85baa.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-1706edefffdca0a2.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-f483302e0b13708e.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-725b0718fc18e1ed.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-de685fcf2157e6fb.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-f613ac3eda05b9ff.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-3de98a7d049af6a1.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c12183655bdce152.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-0fc7beea925de7e3.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8c34825485bf59dc.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-ba5f7e926e729d81.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-643de0950163a839.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-539ea2f72ef89687.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-871432094bb4c885.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-ef1a8ee61f2e39bf.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-f1646747442c1c7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ff283b4bf550fa1c.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/jwks_client-8273837d429cb274" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `jwks-client` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "c9faa3f87ba4888dc7ca5d4966426f6fd4cade567cee21c773a3c9a5667f6522", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9faa3f87ba4888dc7ca5d4966426f6fd4cade567cee21c773a3c9a5667f6522", kill_on_drop: false }` [INFO] [stdout] c9faa3f87ba4888dc7ca5d4966426f6fd4cade567cee21c773a3c9a5667f6522