[INFO] cloning repository https://github.com/ereslibre/policy-fetcher [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ereslibre/policy-fetcher" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fereslibre%2Fpolicy-fetcher", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fereslibre%2Fpolicy-fetcher'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0524ae98f065a59739cb7f49a8cc84177626dfd9 [INFO] testing ereslibre/policy-fetcher against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fereslibre%2Fpolicy-fetcher" "/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/ereslibre/policy-fetcher on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ereslibre/policy-fetcher [INFO] finished tweaking git repo https://github.com/ereslibre/policy-fetcher [INFO] tweaked toml for git repo https://github.com/ereslibre/policy-fetcher written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/krustlet/oci-distribution` [INFO] [stderr] Updating git repository `https://github.com/sigstore/sigstore-rs` [INFO] [stderr] Updating git repository `https://github.com/Devolutions/picky-rs.git` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 256c866d5e38551d6d401a47e6a33e326f1b8012aa072d7ecddc7c1e707c2c56 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "256c866d5e38551d6d401a47e6a33e326f1b8012aa072d7ecddc7c1e707c2c56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "256c866d5e38551d6d401a47e6a33e326f1b8012aa072d7ecddc7c1e707c2c56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "256c866d5e38551d6d401a47e6a33e326f1b8012aa072d7ecddc7c1e707c2c56", kill_on_drop: false }` [INFO] [stdout] 256c866d5e38551d6d401a47e6a33e326f1b8012aa072d7ecddc7c1e707c2c56 [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=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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d306e437a9505f539127147148f644c279d204ab01d3605f942917283bf4087d [INFO] running `Command { std: "docker" "start" "-a" "d306e437a9505f539127147148f644c279d204ab01d3605f942917283bf4087d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.37 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling libm v0.2.2 [INFO] [stderr] Compiling parking_lot_core v0.9.2 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling base64ct v1.5.0 [INFO] [stderr] Compiling rustls v0.20.4 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling httparse v1.7.0 [INFO] [stderr] Compiling zeroize v1.5.4 [INFO] [stderr] Compiling const-oid v0.7.1 [INFO] [stderr] Compiling num-bigint-dig v0.8.1 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Compiling hyperx v1.4.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling oid-registry v0.2.0 [INFO] [stderr] Compiling path-slash v0.1.4 [INFO] [stderr] Compiling indexmap v1.8.1 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling path-dedot v3.0.17 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling rustls-pemfile v0.3.0 [INFO] [stderr] Compiling tracing-core v0.1.26 [INFO] [stderr] Compiling pem-rfc7468 v0.3.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling nom v7.1.1 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling path-absolutize v3.0.13 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling crypto-bigint v0.3.2 [INFO] [stderr] Compiling directories v4.0.1 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling digest v0.10.3 [INFO] [stderr] Compiling sha2 v0.9.9 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling parking_lot v0.12.0 [INFO] [stderr] Compiling md-5 v0.10.1 [INFO] [stderr] Compiling sha-1 v0.10.0 [INFO] [stderr] Compiling sha3 v0.10.1 [INFO] [stderr] Compiling sha2 v0.10.2 [INFO] [stderr] Compiling blocking v1.2.0 [INFO] [stderr] Compiling async-executor v1.4.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling der v0.5.1 [INFO] [stderr] Compiling www-authenticate v0.4.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling rusticata-macros v4.1.0 [INFO] [stderr] Compiling spki v0.5.4 [INFO] [stderr] Compiling pkcs8 v0.8.0 [INFO] [stderr] Compiling pkcs1 v0.3.3 [INFO] [stderr] Compiling webpki v0.22.0 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling webpki-roots v0.22.3 [INFO] [stderr] Compiling ctor v0.1.22 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling tracing-attributes v0.1.20 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling der-oid-macro v0.5.0 [INFO] [stderr] Compiling snafu-derive v0.7.0 [INFO] [stderr] Compiling async-stream-impl v0.3.3 [INFO] [stderr] Compiling async-trait v0.1.53 [INFO] [stderr] Compiling der-parser v6.0.1 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.8 [INFO] [stderr] Compiling async-stream v0.3.3 [INFO] [stderr] Compiling mio v0.8.2 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling polling v2.2.0 [INFO] [stderr] Compiling globset v0.4.8 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling tracing v0.1.34 [INFO] [stderr] Compiling async-io v1.6.0 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] Compiling async-global-executor v2.0.4 [INFO] [stderr] Compiling async-std v1.11.0 [INFO] [stderr] Compiling snafu v0.7.0 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling tokio-util v0.7.1 [INFO] [stderr] Compiling tokio-rustls v0.23.3 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling oid v0.2.1 [INFO] [stderr] Compiling serde_bytes v0.11.5 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling serde_plain v1.0.0 [INFO] [stderr] Compiling serde_yaml v0.8.23 [INFO] [stderr] Compiling h2 v0.3.13 [INFO] [stderr] Compiling picky-asn1 v0.5.0 (https://github.com/Devolutions/picky-rs.git?tag=picky-7.0.0-rc.2#912af2ea) [INFO] [stderr] Compiling x509-parser v0.12.0 [INFO] [stderr] Compiling olpc-cjson v0.1.1 [INFO] [stderr] Compiling jwt v0.15.0 [INFO] [stderr] Compiling picky-asn1-der v0.3.0 (https://github.com/Devolutions/picky-rs.git?tag=picky-7.0.0-rc.2#912af2ea) [INFO] [stderr] Compiling rsa v0.6.1 [INFO] [stderr] Compiling picky-asn1-x509 v0.7.0 (https://github.com/Devolutions/picky-rs.git?tag=picky-7.0.0-rc.2#912af2ea) [INFO] [stderr] Compiling picky v7.0.0-rc.2 (https://github.com/Devolutions/picky-rs.git?tag=picky-7.0.0-rc.2#912af2ea) [INFO] [stderr] Compiling hyper v0.14.18 [INFO] [stderr] Compiling hyper-rustls v0.23.0 [INFO] [stderr] Compiling reqwest v0.11.10 [INFO] [stderr] Compiling tough v0.12.1 [INFO] [stderr] Compiling oci-distribution v0.8.1 (https://github.com/krustlet/oci-distribution?rev=0f717968093a5415f428503d741dedf24ea97948#0f717968) [INFO] [stderr] Compiling sigstore v0.2.0 (https://github.com/sigstore/sigstore-rs?rev=3954129ff0fc91beb8b8a6568ecb09e8c2d19392#3954129f) [INFO] [stderr] Compiling policy-fetcher v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4m 44s [INFO] running `Command { std: "docker" "inspect" "d306e437a9505f539127147148f644c279d204ab01d3605f942917283bf4087d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d306e437a9505f539127147148f644c279d204ab01d3605f942917283bf4087d", kill_on_drop: false }` [INFO] [stdout] d306e437a9505f539127147148f644c279d204ab01d3605f942917283bf4087d [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=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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c67a1bb2ff9e9101c20ee16b9f192ac95d508c437bdaf7380ef8f22031a88979 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c67a1bb2ff9e9101c20ee16b9f192ac95d508c437bdaf7380ef8f22031a88979", kill_on_drop: false }` [INFO] [stderr] Compiling semver v1.0.7 [INFO] [stderr] Compiling smawk v0.3.1 [INFO] [stderr] Compiling unicode-linebreak v0.1.2 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling rstest v0.12.0 [INFO] [stderr] Compiling textwrap v0.15.0 [INFO] [stderr] Compiling policy-fetcher v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/sources-9d5e9b55f20782cb.sources.f25dc94d-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/sources-9d5e9b55f20782cb.sources.f25dc94d-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/sources-9d5e9b55f20782cb.sources.f25dc94d-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/sources-9d5e9b55f20782cb.sources.f25dc94d-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/sources-9d5e9b55f20782cb.sources.f25dc94d-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/sources-9d5e9b55f20782cb.sources.f25dc94d-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/sources-9d5e9b55f20782cb.sources.f25dc94d-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/sources-9d5e9b55f20782cb.sources.f25dc94d-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/sources-9d5e9b55f20782cb.sources.f25dc94d-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/sources-9d5e9b55f20782cb.sources.f25dc94d-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/sources-9d5e9b55f20782cb.sources.f25dc94d-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/sources-9d5e9b55f20782cb.sources.f25dc94d-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/sources-9d5e9b55f20782cb.sources.f25dc94d-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/sources-9d5e9b55f20782cb.sources.f25dc94d-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/sources-9d5e9b55f20782cb.sources.f25dc94d-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/sources-9d5e9b55f20782cb.sources.f25dc94d-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/sources-9d5e9b55f20782cb.177sfgumjzzgiymw.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/ring-ced139d546c86ad8/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-d9ecd5377b7dfa2f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-e95f8ccbb889cb3a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-bc3d259c8a5de0c3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-2b85ee1dcf40ad05.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-fa4d63d94e317b95.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-6ef757d3f1052dbb.rlib" "/opt/rustwide/target/debug/deps/libsmawk-9d183beafe294b20.rlib" "/opt/rustwide/target/debug/deps/libunicode_linebreak-5eec08932c61f740.rlib" "/opt/rustwide/target/debug/deps/libpolicy_fetcher-e0a28d8f0c9fc462.rlib" "/opt/rustwide/target/debug/deps/libserde_yaml-c4c2484e95bc0ea7.rlib" "/opt/rustwide/target/debug/deps/libyaml_rust-fb062838ce04b5b9.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-2d73749d53e508e5.rlib" "/opt/rustwide/target/debug/deps/libsigstore-ada3631b5368f188.rlib" "/opt/rustwide/target/debug/deps/libpicky-9f7515db2e58e05e.rlib" "/opt/rustwide/target/debug/deps/libsha3-92314fc806e370ca.rlib" "/opt/rustwide/target/debug/deps/libkeccak-4058ce8e87c4db48.rlib" "/opt/rustwide/target/debug/deps/libsha1-1406b85d742f6682.rlib" "/opt/rustwide/target/debug/deps/libmd5-d11411fed42c0ace.rlib" "/opt/rustwide/target/debug/deps/librsa-fd326b34f24947da.rlib" "/opt/rustwide/target/debug/deps/libpkcs1-76932f9f8fdc9aef.rlib" "/opt/rustwide/target/debug/deps/libpkcs8-b01496dc7d729b40.rlib" "/opt/rustwide/target/debug/deps/libspki-d3d4d553f203d586.rlib" "/opt/rustwide/target/debug/deps/libder-272e117fffd0fac9.rlib" "/opt/rustwide/target/debug/deps/libpem_rfc7468-2f424346b3f254ec.rlib" "/opt/rustwide/target/debug/deps/libbase64ct-4916c7a8e66e76d5.rlib" "/opt/rustwide/target/debug/deps/libconst_oid-261c18220c6041c2.rlib" "/opt/rustwide/target/debug/deps/libcrypto_bigint-b77b499501687e2a.rlib" "/opt/rustwide/target/debug/deps/libpicky_asn1_x509-4c38db8a4a6f57f0.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint_dig-261da81294a6f452.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-fd28256aa759cd46.rlib" "/opt/rustwide/target/debug/deps/librand-dd0ce798a0219d3a.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-709036c416832b52.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-0fa3e45be755835a.rlib" "/opt/rustwide/target/debug/deps/librand_core-8fc18ee042e20247.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-ce79f80511ac272b.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-82be2e969a99c9e1.rlib" "/opt/rustwide/target/debug/deps/libzeroize-5fc1af1057c79225.rlib" "/opt/rustwide/target/debug/deps/libpicky_asn1_der-9cf574365a671ac2.rlib" "/opt/rustwide/target/debug/deps/libpicky_asn1-d3e64b924eb2d402.rlib" "/opt/rustwide/target/debug/deps/libserde_bytes-088baee2474375a6.rlib" "/opt/rustwide/target/debug/deps/liboid-37f324b4f9635bbf.rlib" "/opt/rustwide/target/debug/deps/libtough-7568f2d5fb21393a.rlib" "/opt/rustwide/target/debug/deps/libpem-d805a4fb31264c13.rlib" "/opt/rustwide/target/debug/deps/libdyn_clone-9792dc2ab442659c.rlib" "/opt/rustwide/target/debug/deps/libpath_absolutize-4b9d2f6e533b1e06.rlib" "/opt/rustwide/target/debug/deps/libpath_dedot-e676792ab3c612fe.rlib" "/opt/rustwide/target/debug/deps/libhex-edafc8b2917f78c9.rlib" "/opt/rustwide/target/debug/deps/libglobset-8a8cc5485485b2db.rlib" "/opt/rustwide/target/debug/deps/libbstr-5e6b8f025df95e27.rlib" "/opt/rustwide/target/debug/deps/libserde_plain-4f2ed09249c34696.rlib" "/opt/rustwide/target/debug/deps/libtempfile-f82f2293020514a7.rlib" "/opt/rustwide/target/debug/deps/libfastrand-6352fe4efbee2d32.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-428e6ddc575f6574.rlib" "/opt/rustwide/target/debug/deps/libsnafu-79f65942150de01f.rlib" "/opt/rustwide/target/debug/deps/libdoc_comment-bfd31d5719ff7f69.rlib" "/opt/rustwide/target/debug/deps/libolpc_cjson-fd6ffcb1d8ef8a55.rlib" "/opt/rustwide/target/debug/deps/libx509_parser-c486f04a7f88c5b0.rlib" "/opt/rustwide/target/debug/deps/libthiserror-ad66e607fae99d1c.rlib" "/opt/rustwide/target/debug/deps/libdata_encoding-db8c7da9cef73501.rlib" "/opt/rustwide/target/debug/deps/libchrono-6797282aed125bd3.rlib" "/opt/rustwide/target/debug/deps/libtime-8bf0ceb453ab02b5.rlib" "/opt/rustwide/target/debug/deps/liboid_registry-80fa2366fee8434d.rlib" "/opt/rustwide/target/debug/deps/libder_parser-24f0f4c6e0b449d2.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-cbc90e26bcec103e.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-1e1e202e34dd865f.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-edb12f607c5aca05.rlib" "/opt/rustwide/target/debug/deps/librusticata_macros-4414db99d5ec5aeb.rlib" "/opt/rustwide/target/debug/deps/libnom-7b3e0fd8cdfb0f56.rlib" "/opt/rustwide/target/debug/deps/libpath_slash-874cfb3f8f89b477.rlib" "/opt/rustwide/target/debug/deps/liboci_distribution-923f12fdedb93422.rlib" "/opt/rustwide/target/debug/deps/libjwt-a0fe620a858ece37.rlib" "/opt/rustwide/target/debug/deps/libhmac-31b016d86d640e77.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-81eb50e701fa2bf1.rlib" "/opt/rustwide/target/debug/deps/libsubtle-0ca152887405db79.rlib" "/opt/rustwide/target/debug/deps/libregex-dc665b958b1337b2.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-d987c850f506a39d.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-fd0c3ba7c22fa1f4.rlib" "/opt/rustwide/target/debug/deps/libwww_authenticate-4459eb0fbea38e0d.rlib" "/opt/rustwide/target/debug/deps/liburl-25de54750ac01ffc.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-0cdbfd229bde0fb2.rlib" "/opt/rustwide/target/debug/deps/libidna-0757983822fc512c.rlib" "/opt/rustwide/target/debug/deps/libunicase-9a0df06fffc1e033.rlib" "/opt/rustwide/target/debug/deps/libsha2-1e0129c6baf4ab95.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-ffbe13ab2928830a.rlib" "/opt/rustwide/target/debug/deps/libdigest-6deb1444f654a418.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-33b56c05aa634503.rlib" "/opt/rustwide/target/debug/deps/libhyperx-825ab3a86ffae356.rlib" "/opt/rustwide/target/debug/deps/libunicase-560ad777ab713fdc.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-591d2bbb0f7914fc.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-215e6eaf9b62f53d.rlib" "/opt/rustwide/target/debug/deps/libsha2-20ee7a386e7b1ecf.rlib" "/opt/rustwide/target/debug/deps/libcpufeatures-351ccc13a33081d4.rlib" "/opt/rustwide/target/debug/deps/libdigest-96e2ccd9a4b1d8eb.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-773e8ec21813b689.rlib" "/opt/rustwide/target/debug/deps/libcrypto_common-ac6cbc8aa6c81cab.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-cf9ed3bb00bd90fb.rlib" "/opt/rustwide/target/debug/deps/libtypenum-8501016244ebc8cc.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-d68fa3dede4483c7.rlib" "/opt/rustwide/target/debug/deps/libsame_file-4e9955724bab8d4a.rlib" "/opt/rustwide/target/debug/deps/libreqwest-233bf29cc17fa3e7.rlib" "/opt/rustwide/target/debug/deps/librustls_pemfile-c6c22acaf1d0078d.rlib" "/opt/rustwide/target/debug/deps/libhyper_rustls-dbd090c15b5a7cc2.rlib" "/opt/rustwide/target/debug/deps/libwebpki_roots-c10863534be8dd72.rlib" "/opt/rustwide/target/debug/deps/libipnet-7aeb236c39e7950e.rlib" "/opt/rustwide/target/debug/deps/libtokio_rustls-48b45e0c2b2bf9d8.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-00378d97d7867695.rlib" "/opt/rustwide/target/debug/deps/libmime-6adaefd5c465bdcc.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-9d9f3f37912d4e58.rlib" "/opt/rustwide/target/debug/deps/libserde_json-b16f419e279e207f.rlib" "/opt/rustwide/target/debug/deps/libryu-1f87c9e09d988964.rlib" "/opt/rustwide/target/debug/deps/libbase64-bff61f2d1660603b.rlib" "/opt/rustwide/target/debug/deps/librustls-6829f4847034da66.rlib" "/opt/rustwide/target/debug/deps/libsct-a88cb9533f0d8003.rlib" "/opt/rustwide/target/debug/deps/libwebpki-3367cd3a10fec333.rlib" "/opt/rustwide/target/debug/deps/libring-ce67cb5099963afe.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-299fbcd347deffe0.rlib" "/opt/rustwide/target/debug/deps/libhyper-5b29f71f526d2e88.rlib" "/opt/rustwide/target/debug/deps/libwant-e745e93aaf7d077a.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-9f7beed53871ae63.rlib" "/opt/rustwide/target/debug/deps/libhttparse-230034459da65c41.rlib" "/opt/rustwide/target/debug/deps/libh2-75a7798433f6f4f9.rlib" "/opt/rustwide/target/debug/deps/libindexmap-8997902f3d506c7d.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-743e8c262a81811e.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-4713e05aca51ef10.rlib" "/opt/rustwide/target/debug/deps/libtower_service-6f9cbeafd8b373de.rlib" "/opt/rustwide/target/debug/deps/libtracing-5eb495c7d0005cb1.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-2fb3210d839f3fc1.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-2e335eaea84544fd.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-429162475922fa5e.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-2ae458a46da8d250.rlib" "/opt/rustwide/target/debug/deps/libtokio-d6c20bb1d9cd1874.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-41cfb5046be849e3.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-bd7920a8383fd529.rlib" "/opt/rustwide/target/debug/deps/libsocket2-79600dd3bae8a846.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-2001554701dc9572.rlib" "/opt/rustwide/target/debug/deps/libmio-6d0c66f0ba37ebd9.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-b04dcdef843f7d00.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-d9c4d64d2dd69803.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-633b5c29c321f51d.rlib" "/opt/rustwide/target/debug/deps/liblock_api-c4613a8725cfde8b.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-54ff2283d814f48f.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-7b0e84811fb489db.rlib" "/opt/rustwide/target/debug/deps/liblog-050b7b7ecc615de1.rlib" "/opt/rustwide/target/debug/deps/libvalue_bag-15a65d7b22c14957.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-cbc6b982687ad7ca.rlib" "/opt/rustwide/target/debug/deps/libmemchr-794f323e2c3fede3.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-bc69f05f921d553c.rlib" "/opt/rustwide/target/debug/deps/libslab-e8ae452aba6ff62c.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-02e5e2d23f061f41.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-75aea577ef225ea7.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-501725f4e360d46d.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-299f420b688515a8.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-4518308ec030f146.rlib" "/opt/rustwide/target/debug/deps/libspin-0ce7eed86e654be1.rlib" "/opt/rustwide/target/debug/deps/liburl-ec917d5c9ad8cbca.rlib" "/opt/rustwide/target/debug/deps/libidna-6f8cd264df389d63.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-78a01cc621c7dad6.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-c348951c3414c332.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-c8728763a1cfbcab.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-a69ffc9ceeb64fbb.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-a5e98da7c1c4a0eb.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-8c83310236959ef9.rlib" "/opt/rustwide/target/debug/deps/libserde-f0336e64c185d6d3.rlib" "/opt/rustwide/target/debug/deps/libmatches-bfb4602457f1458f.rlib" "/opt/rustwide/target/debug/deps/libhttp-e5a60057394e8171.rlib" "/opt/rustwide/target/debug/deps/libitoa-57ac2f3fee0fa4c3.rlib" "/opt/rustwide/target/debug/deps/libbytes-44851e2768c88cca.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rlib" "/opt/rustwide/target/debug/deps/libdirectories-42320a05f1339049.rlib" "/opt/rustwide/target/debug/deps/libdirs_sys-83257afe43c37030.rlib" "/opt/rustwide/target/debug/deps/liblibc-44afddf82674132d.rlib" "/opt/rustwide/target/debug/deps/libanyhow-8d913275b3a360fa.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/sources-9d5e9b55f20782cb" "-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 `policy-fetcher` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "c67a1bb2ff9e9101c20ee16b9f192ac95d508c437bdaf7380ef8f22031a88979", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c67a1bb2ff9e9101c20ee16b9f192ac95d508c437bdaf7380ef8f22031a88979", kill_on_drop: false }` [INFO] [stdout] c67a1bb2ff9e9101c20ee16b9f192ac95d508c437bdaf7380ef8f22031a88979