[INFO] cloning repository https://github.com/tehAnswer/alpaka [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tehAnswer/alpaka" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FtehAnswer%2Falpaka", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FtehAnswer%2Falpaka'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ca0c0d23ee97fbb803e8671d8edf77511d599396 [INFO] testing tehAnswer/alpaka 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%2FtehAnswer%2Falpaka" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tehAnswer/alpaka 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/tehAnswer/alpaka [INFO] finished tweaking git repo https://github.com/tehAnswer/alpaka [INFO] tweaked toml for git repo https://github.com/tehAnswer/alpaka written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/tehAnswer/alpaka already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e6b7c7506658990d6bf3e9e6617b8232bde362b12fb3d2b79ec82bfffa6ecf17 [INFO] running `Command { std: "docker" "start" "-a" "e6b7c7506658990d6bf3e9e6617b8232bde362b12fb3d2b79ec82bfffa6ecf17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e6b7c7506658990d6bf3e9e6617b8232bde362b12fb3d2b79ec82bfffa6ecf17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6b7c7506658990d6bf3e9e6617b8232bde362b12fb3d2b79ec82bfffa6ecf17", kill_on_drop: false }` [INFO] [stdout] e6b7c7506658990d6bf3e9e6617b8232bde362b12fb3d2b79ec82bfffa6ecf17 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a5ad2582d0143b60be30a4af87f81d78e3db7c787b350879bb04cef9e4969ec6 [INFO] running `Command { std: "docker" "start" "-a" "a5ad2582d0143b60be30a4af87f81d78e3db7c787b350879bb04cef9e4969ec6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.13 [INFO] [stderr] Compiling syn v1.0.23 [INFO] [stderr] Compiling libc v0.2.70 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling version_check v0.9.1 [INFO] [stderr] Compiling cc v1.0.54 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling proc-macro-hack v0.5.15 [INFO] [stderr] Compiling futures-sink v0.3.5 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.62 [INFO] [stderr] Compiling proc-macro-nested v0.1.4 [INFO] [stderr] Compiling futures v0.1.29 [INFO] [stderr] Compiling once_cell v1.4.0 [INFO] [stderr] Compiling bumpalo v3.3.0 [INFO] [stderr] Compiling futures-io v0.3.5 [INFO] [stderr] Compiling wasm-bindgen v0.2.62 [INFO] [stderr] Compiling serde v1.0.110 [INFO] [stderr] Compiling standback v0.2.8 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling ryu v1.0.4 [INFO] [stderr] Compiling smallvec v1.4.0 [INFO] [stderr] Compiling cache-padded v1.1.0 [INFO] [stderr] Compiling waker-fn v1.0.0 [INFO] [stderr] Compiling parking v1.0.1 [INFO] [stderr] Compiling async-task v3.0.0 [INFO] [stderr] Compiling send_wrapper v0.4.0 [INFO] [stderr] Compiling fastrand v1.2.4 [INFO] [stderr] Compiling openssl v0.10.29 [INFO] [stderr] Compiling anyhow v1.0.31 [INFO] [stderr] Compiling pin-project-lite v0.1.5 [INFO] [stderr] Compiling base64 v0.12.2 [INFO] [stderr] Compiling dtoa v0.4.5 [INFO] [stderr] Compiling curl v0.4.29 [INFO] [stderr] Compiling bytes v0.5.4 [INFO] [stderr] Compiling isahc v0.9.2 [INFO] [stderr] Compiling regex-syntax v0.6.17 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling infer v0.1.6 [INFO] [stderr] Compiling aho-corasick v0.7.10 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling crossbeam-channel v0.4.2 [INFO] [stderr] Compiling futures-task v0.3.5 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling unicode-normalization v0.1.12 [INFO] [stderr] Compiling concurrent-queue v1.1.1 [INFO] [stderr] Compiling byte-pool v0.2.1 [INFO] [stderr] Compiling time v0.2.16 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.12 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling proc-macro-error v0.4.12 [INFO] [stderr] Compiling http v0.2.1 [INFO] [stderr] Compiling openssl-sys v0.9.56 [INFO] [stderr] Compiling libnghttp2-sys v0.1.3 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling curl-sys v0.4.31+curl-7.70.0 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Compiling kv-log-macro v1.0.5 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling socket2 v0.3.12 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling colored v1.9.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling regex v1.3.7 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.62 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling pin-project-internal v0.4.17 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling serde_derive v1.0.110 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.18 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.62 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.62 [INFO] [stderr] Compiling time-macros v0.1.0 [INFO] [stderr] Compiling extend v0.1.1 [INFO] [stderr] Compiling thiserror v1.0.18 [INFO] [stderr] Compiling cookie v0.14.1 [INFO] [stderr] Compiling pin-project v0.4.17 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling js-sys v0.3.39 [INFO] [stderr] Compiling web-sys v0.3.39 [INFO] [stderr] Compiling piper v0.1.3 [INFO] [stderr] Compiling blocking v0.4.6 [INFO] [stderr] Compiling sluice v0.5.2 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling smol v0.1.15 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling gloo-timers v0.2.1 [INFO] [stderr] Compiling futures-timer v3.0.2 [INFO] [stderr] Compiling assert-json-diff v1.0.3 [INFO] [stderr] Compiling async-std v1.6.2 [INFO] [stderr] Compiling mockito v0.25.1 [INFO] [stderr] Compiling http-types v2.2.0 [INFO] [stderr] Compiling async-native-tls v0.3.3 [INFO] [stderr] Compiling async-h1 v2.0.2 [INFO] [stderr] Compiling http-client v3.0.0 [INFO] [stderr] Compiling surf v2.0.0-alpha.4 [INFO] [stderr] Compiling alpaka v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.92s [INFO] running `Command { std: "docker" "inspect" "a5ad2582d0143b60be30a4af87f81d78e3db7c787b350879bb04cef9e4969ec6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a5ad2582d0143b60be30a4af87f81d78e3db7c787b350879bb04cef9e4969ec6", kill_on_drop: false }` [INFO] [stdout] a5ad2582d0143b60be30a4af87f81d78e3db7c787b350879bb04cef9e4969ec6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c58310e266389ddcb877577cef91b2b87ebaccc8f2f70403856b225cea2fae06 [INFO] running `Command { std: "docker" "start" "-a" "c58310e266389ddcb877577cef91b2b87ebaccc8f2f70403856b225cea2fae06", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling alpaka v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `alpaka` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name alpaka --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=a5275db9c02261be -C extra-filename=-a5275db9c02261be --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_std=/opt/rustwide/target/debug/deps/libasync_std-c961e63846a48f07.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-8720852c54839176.rlib --extern http_types=/opt/rustwide/target/debug/deps/libhttp_types-347b61f700826b05.rlib --extern mockito=/opt/rustwide/target/debug/deps/libmockito-299e09748695c0f9.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-71101473e7bc7746.rlib --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-0c24a03f6813b07f.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-e18b62ace50ffbc8.rlib --extern serde_urlencoded=/opt/rustwide/target/debug/deps/libserde_urlencoded-2eb22a1a32e9ae75.rlib --extern surf=/opt/rustwide/target/debug/deps/libsurf-7becd91303b04a8b.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/curl-sys-da22c13a49b9bb2d/out/build -L native=/opt/rustwide/target/debug/build/libnghttp2-sys-fe9103f0f29c615c/out/i/lib -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/request_calendar-6ae7d6f88b521ee8.request_calendar.bad0b3b4-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/request_calendar-6ae7d6f88b521ee8.request_calendar.bad0b3b4-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/request_calendar-6ae7d6f88b521ee8.request_calendar.bad0b3b4-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/request_calendar-6ae7d6f88b521ee8.request_calendar.bad0b3b4-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/request_calendar-6ae7d6f88b521ee8.request_calendar.bad0b3b4-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/request_calendar-6ae7d6f88b521ee8.request_calendar.bad0b3b4-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/request_calendar-6ae7d6f88b521ee8.request_calendar.bad0b3b4-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/request_calendar-6ae7d6f88b521ee8.request_calendar.bad0b3b4-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/request_calendar-6ae7d6f88b521ee8.request_calendar.bad0b3b4-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/request_calendar-6ae7d6f88b521ee8.request_calendar.bad0b3b4-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/request_calendar-6ae7d6f88b521ee8.request_calendar.bad0b3b4-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/request_calendar-6ae7d6f88b521ee8.request_calendar.bad0b3b4-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/request_calendar-6ae7d6f88b521ee8.request_calendar.bad0b3b4-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/request_calendar-6ae7d6f88b521ee8.request_calendar.bad0b3b4-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/request_calendar-6ae7d6f88b521ee8.request_calendar.bad0b3b4-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/request_calendar-6ae7d6f88b521ee8.request_calendar.bad0b3b4-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/request_calendar-6ae7d6f88b521ee8.3iayb5cc5hxebhml.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/curl-sys-da22c13a49b9bb2d/out/build" "-L" "/opt/rustwide/target/debug/build/libnghttp2-sys-fe9103f0f29c615c/out/i/lib" "-L" "/usr/lib/x86_64-linux-gnu" "-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/target/debug/deps/libalpaka-444410a6e3e3b430.rlib" "/opt/rustwide/target/debug/deps/libsurf-7becd91303b04a8b.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-3911a5c3de018555.rlib" "/opt/rustwide/target/debug/deps/libunicase-cfc51ac5c131741f.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-1fb6a33e544b26bb.rlib" "/opt/rustwide/target/debug/deps/libmime-6adaefd5c465bdcc.rlib" "/opt/rustwide/target/debug/deps/libhttp_client-530ae08d9723f633.rlib" "/opt/rustwide/target/debug/deps/libasync_native_tls-b83c2fc4e691caed.rlib" "/opt/rustwide/target/debug/deps/libthiserror-542ce5dbf06d84c7.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-d6ce57acaeaa6484.rlib" "/opt/rustwide/target/debug/deps/libopenssl-e468061e17e7ed86.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-3138d685ddde873e.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-1df85ef0ce08cbc3.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c6d9dc90f7379932.rlib" "/opt/rustwide/target/debug/deps/libasync_h1-16e747199b0f720e.rlib" "/opt/rustwide/target/debug/deps/libbyte_pool-0bcae1bea3b2f21d.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-78be7f1f9af1dad8.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-970636ae2c51870c.rlib" "/opt/rustwide/target/debug/deps/libisahc-1502ef7a46c0400c.rlib" "/opt/rustwide/target/debug/deps/libsluice-84a17e6a60de1100.rlib" "/opt/rustwide/target/debug/deps/libcurl-9012b57e0e029215.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-fe962c2cd87031d7.rlib" "/opt/rustwide/target/debug/deps/libcurl_sys-6b6a78dd0382ab62.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-f31c51cbc5103db6.rlib" "/opt/rustwide/target/debug/deps/liblibz_sys-7abe7561ae538896.rlib" "/opt/rustwide/target/debug/deps/liblibnghttp2_sys-f67359b0714f12f2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-da6de4a07fc373b9.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-6da8ac6dfb59ea6e.rlib" "/opt/rustwide/target/debug/deps/libhttp-7dc1ac0e15c34ec4.rlib" "/opt/rustwide/target/debug/deps/libbytes-0564acb8165b7d31.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rlib" "/opt/rustwide/target/debug/deps/libfutures-9849703111f4a5af.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-c14798aa175c7a0b.rlib" "/opt/rustwide/target/debug/deps/libmockito-299e09748695c0f9.rlib" "/opt/rustwide/target/debug/deps/libassert_json_diff-29786e038da42f0b.rlib" "/opt/rustwide/target/debug/deps/libregex-3edcb84d12615a88.rlib" "/opt/rustwide/target/debug/deps/libthread_local-fc112ae30411db47.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-c0a6bfa77b2c06f1.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-a05c643a6f42ae4c.rlib" "/opt/rustwide/target/debug/deps/libhttparse-af5c8ad150445e6f.rlib" "/opt/rustwide/target/debug/deps/libdifference-be5a92587e0cc979.rlib" "/opt/rustwide/target/debug/deps/libcolored-97ccc7dc75aca947.rlib" "/opt/rustwide/target/debug/deps/libatty-639cb6a2bf81616b.rlib" "/opt/rustwide/target/debug/deps/libhttp_types-347b61f700826b05.rlib" "/opt/rustwide/target/debug/deps/libanyhow-49de83071e1d6c58.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-2eb22a1a32e9ae75.rlib" "/opt/rustwide/target/debug/deps/libdtoa-952529d2dbaddc7a.rlib" "/opt/rustwide/target/debug/deps/libserde_json-e18b62ace50ffbc8.rlib" "/opt/rustwide/target/debug/deps/libryu-a7d89b0879dd339e.rlib" "/opt/rustwide/target/debug/deps/libitoa-49b33d255b8312c1.rlib" "/opt/rustwide/target/debug/deps/libasync_std-c961e63846a48f07.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-1067f378b36a4519.rlib" "/opt/rustwide/target/debug/deps/libsmol-3f4bc0c370819929.rlib" "/opt/rustwide/target/debug/deps/libpiper-bcf301722a4bf422.rlib" "/opt/rustwide/target/debug/deps/libfastrand-d75dbfb8eaffc4b8.rlib" "/opt/rustwide/target/debug/deps/libasync_task-3afabb66c83e44b3.rlib" "/opt/rustwide/target/debug/deps/libblocking-5502625c7e1687e8.rlib" "/opt/rustwide/target/debug/deps/libwaker_fn-8963723e82a65b74.rlib" "/opt/rustwide/target/debug/deps/libparking-6d026cf09bd3f327.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-672c88eed20084d6.rlib" "/opt/rustwide/target/debug/deps/libconcurrent_queue-96869a3d3b254df6.rlib" "/opt/rustwide/target/debug/deps/libcache_padded-873bc665e16af098.rlib" "/opt/rustwide/target/debug/deps/libsocket2-28dc7eadaa6d9598.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-89ee7165c3a13141.rlib" "/opt/rustwide/target/debug/deps/libmemchr-1ae902ad2fa951e9.rlib" "/opt/rustwide/target/debug/deps/libproc_macro_nested-559b5ebd3d2c6164.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-4ffa88ee916eb866.rlib" "/opt/rustwide/target/debug/deps/libbytes-c9146e2c31beb730.rlib" "/opt/rustwide/target/debug/deps/libiovec-4c5fc1a7a0f97fe7.rlib" "/opt/rustwide/target/debug/deps/libfutures-47fa39838d13c9f2.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-c439f51997963ead.rlib" "/opt/rustwide/target/debug/deps/libpin_project-9c040e3b22e8c53f.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-c17b885b0b770dcd.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-0905bea70a7bc571.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-b82165e1857a4107.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-884a772b39445ccc.rlib" "/opt/rustwide/target/debug/deps/libslab-ee0db592f9db8068.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-9c19d0751ed77bf7.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-42fe767757f6f8d0.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-501725f4e360d46d.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-872a8df0ad0540a0.rlib" "/opt/rustwide/target/debug/deps/libkv_log_macro-d1e5946dd8c68d23.rlib" "/opt/rustwide/target/debug/deps/liblog-f42fe8d3d81403e2.rlib" "/opt/rustwide/target/debug/deps/libinfer-4464204ba93054f3.rlib" "/opt/rustwide/target/debug/deps/liburl-9d08889419151283.rlib" "/opt/rustwide/target/debug/deps/libidna-eac206e76c6f3bd3.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-f2c85b2213df1861.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-9f9b1763a04d6926.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-7ac4b89f889ff88f.rlib" "/opt/rustwide/target/debug/deps/libmatches-efe3d8804af1a290.rlib" "/opt/rustwide/target/debug/deps/libcookie-558809158b8b13d2.rlib" "/opt/rustwide/target/debug/deps/libhkdf-b3b7cca97c4fa35b.rlib" "/opt/rustwide/target/debug/deps/libhmac-1f673391386c896b.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-1b9e4384a8b242bb.rlib" "/opt/rustwide/target/debug/deps/libsubtle-dfe940cada556ada.rlib" "/opt/rustwide/target/debug/deps/libsha2-a85b38fc4a03de33.rlib" "/opt/rustwide/target/debug/deps/libdigest-1bf82824fb22a5b5.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-f4adceac499e4c5c.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-bb6119d823fc14f6.rlib" "/opt/rustwide/target/debug/deps/libblock_padding-057d5701e47406d3.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-dfd8eeb8444cfcc7.rlib" "/opt/rustwide/target/debug/deps/libaes_gcm-87269297b017f655.rlib" "/opt/rustwide/target/debug/deps/libzeroize-c64e91ec17d3fea5.rlib" "/opt/rustwide/target/debug/deps/libghash-c1f0cb8f74e4e0a8.rlib" "/opt/rustwide/target/debug/deps/libpolyval-3926231a3859ba4a.rlib" "/opt/rustwide/target/debug/deps/libuniversal_hash-44603a603cef9047.rlib" "/opt/rustwide/target/debug/deps/libsubtle-ab250113c028b385.rlib" "/opt/rustwide/target/debug/deps/libaes-0b11718ecedebdd4.rlib" "/opt/rustwide/target/debug/deps/libaes_soft-76370a948bbdff27.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-f8e23c597d5ea2e9.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-a74b9be1416e611b.rlib" "/opt/rustwide/target/debug/deps/libaead-d79b13ca03e5a0b0.rlib" "/opt/rustwide/target/debug/deps/libblock_cipher_trait-cc37ce4f663ae4b5.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-988867570b71b4e6.rlib" "/opt/rustwide/target/debug/deps/libtypenum-5a3a7afc00429bcf.rlib" "/opt/rustwide/target/debug/deps/libbase64-9bdacd534716d46e.rlib" "/opt/rustwide/target/debug/deps/librand-b1058961a7ed9b2d.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-3a4e78ea85e70662.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-a4980a5c0afc511f.rlib" "/opt/rustwide/target/debug/deps/librand_core-ab49c690cc829c92.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-1de93d83f81bc349.rlib" "/opt/rustwide/target/debug/deps/libtime-5bf82a03400876b9.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libstandback-c8a19b689ca07ef6.rlib" "/opt/rustwide/target/debug/deps/libtime_macros-620ae77e51861dbf.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-8c83310236959ef9.rlib" "/opt/rustwide/target/debug/deps/libchrono-8720852c54839176.rlib" "/opt/rustwide/target/debug/deps/libserde-71101473e7bc7746.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-d27d8558cb1263a5.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-af3956e00de7b3c8.rlib" "/opt/rustwide/target/debug/deps/libtime-972f7443046766b9.rlib" "/opt/rustwide/target/debug/deps/liblibc-1d3bf05068ea49dc.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" "-lssl" "-lcrypto" "-lz" "-lutil" "-ldl" "-lutil" "-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/examples/request_calendar-6ae7d6f88b521ee8" "-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 `alpaka` due to 2 previous errors [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/find_assets-c747d1733f5e9018.find_assets.4160e7fb-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/find_assets-c747d1733f5e9018.find_assets.4160e7fb-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/find_assets-c747d1733f5e9018.find_assets.4160e7fb-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/find_assets-c747d1733f5e9018.find_assets.4160e7fb-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/find_assets-c747d1733f5e9018.find_assets.4160e7fb-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/find_assets-c747d1733f5e9018.find_assets.4160e7fb-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/find_assets-c747d1733f5e9018.find_assets.4160e7fb-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/find_assets-c747d1733f5e9018.find_assets.4160e7fb-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/find_assets-c747d1733f5e9018.find_assets.4160e7fb-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/find_assets-c747d1733f5e9018.find_assets.4160e7fb-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/find_assets-c747d1733f5e9018.find_assets.4160e7fb-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/find_assets-c747d1733f5e9018.find_assets.4160e7fb-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/find_assets-c747d1733f5e9018.find_assets.4160e7fb-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/find_assets-c747d1733f5e9018.find_assets.4160e7fb-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/find_assets-c747d1733f5e9018.find_assets.4160e7fb-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/find_assets-c747d1733f5e9018.find_assets.4160e7fb-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/find_assets-c747d1733f5e9018.3l2kc27zyk2zqbmx.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/curl-sys-da22c13a49b9bb2d/out/build" "-L" "/opt/rustwide/target/debug/build/libnghttp2-sys-fe9103f0f29c615c/out/i/lib" "-L" "/usr/lib/x86_64-linux-gnu" "-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/target/debug/deps/libalpaka-444410a6e3e3b430.rlib" "/opt/rustwide/target/debug/deps/libsurf-7becd91303b04a8b.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-3911a5c3de018555.rlib" "/opt/rustwide/target/debug/deps/libunicase-cfc51ac5c131741f.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-1fb6a33e544b26bb.rlib" "/opt/rustwide/target/debug/deps/libmime-6adaefd5c465bdcc.rlib" "/opt/rustwide/target/debug/deps/libhttp_client-530ae08d9723f633.rlib" "/opt/rustwide/target/debug/deps/libasync_native_tls-b83c2fc4e691caed.rlib" "/opt/rustwide/target/debug/deps/libthiserror-542ce5dbf06d84c7.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-d6ce57acaeaa6484.rlib" "/opt/rustwide/target/debug/deps/libopenssl-e468061e17e7ed86.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-3138d685ddde873e.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-1df85ef0ce08cbc3.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c6d9dc90f7379932.rlib" "/opt/rustwide/target/debug/deps/libasync_h1-16e747199b0f720e.rlib" "/opt/rustwide/target/debug/deps/libbyte_pool-0bcae1bea3b2f21d.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-78be7f1f9af1dad8.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-970636ae2c51870c.rlib" "/opt/rustwide/target/debug/deps/libisahc-1502ef7a46c0400c.rlib" "/opt/rustwide/target/debug/deps/libsluice-84a17e6a60de1100.rlib" "/opt/rustwide/target/debug/deps/libcurl-9012b57e0e029215.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-fe962c2cd87031d7.rlib" "/opt/rustwide/target/debug/deps/libcurl_sys-6b6a78dd0382ab62.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-f31c51cbc5103db6.rlib" "/opt/rustwide/target/debug/deps/liblibz_sys-7abe7561ae538896.rlib" "/opt/rustwide/target/debug/deps/liblibnghttp2_sys-f67359b0714f12f2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-da6de4a07fc373b9.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-6da8ac6dfb59ea6e.rlib" "/opt/rustwide/target/debug/deps/libhttp-7dc1ac0e15c34ec4.rlib" "/opt/rustwide/target/debug/deps/libbytes-0564acb8165b7d31.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rlib" "/opt/rustwide/target/debug/deps/libfutures-9849703111f4a5af.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-c14798aa175c7a0b.rlib" "/opt/rustwide/target/debug/deps/libmockito-299e09748695c0f9.rlib" "/opt/rustwide/target/debug/deps/libassert_json_diff-29786e038da42f0b.rlib" "/opt/rustwide/target/debug/deps/libregex-3edcb84d12615a88.rlib" "/opt/rustwide/target/debug/deps/libthread_local-fc112ae30411db47.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-c0a6bfa77b2c06f1.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-a05c643a6f42ae4c.rlib" "/opt/rustwide/target/debug/deps/libhttparse-af5c8ad150445e6f.rlib" "/opt/rustwide/target/debug/deps/libdifference-be5a92587e0cc979.rlib" "/opt/rustwide/target/debug/deps/libcolored-97ccc7dc75aca947.rlib" "/opt/rustwide/target/debug/deps/libatty-639cb6a2bf81616b.rlib" "/opt/rustwide/target/debug/deps/libhttp_types-347b61f700826b05.rlib" "/opt/rustwide/target/debug/deps/libanyhow-49de83071e1d6c58.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-2eb22a1a32e9ae75.rlib" "/opt/rustwide/target/debug/deps/libdtoa-952529d2dbaddc7a.rlib" "/opt/rustwide/target/debug/deps/libserde_json-e18b62ace50ffbc8.rlib" "/opt/rustwide/target/debug/deps/libryu-a7d89b0879dd339e.rlib" "/opt/rustwide/target/debug/deps/libitoa-49b33d255b8312c1.rlib" "/opt/rustwide/target/debug/deps/libasync_std-c961e63846a48f07.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-1067f378b36a4519.rlib" "/opt/rustwide/target/debug/deps/libsmol-3f4bc0c370819929.rlib" "/opt/rustwide/target/debug/deps/libpiper-bcf301722a4bf422.rlib" "/opt/rustwide/target/debug/deps/libfastrand-d75dbfb8eaffc4b8.rlib" "/opt/rustwide/target/debug/deps/libasync_task-3afabb66c83e44b3.rlib" "/opt/rustwide/target/debug/deps/libblocking-5502625c7e1687e8.rlib" "/opt/rustwide/target/debug/deps/libwaker_fn-8963723e82a65b74.rlib" "/opt/rustwide/target/debug/deps/libparking-6d026cf09bd3f327.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-672c88eed20084d6.rlib" "/opt/rustwide/target/debug/deps/libconcurrent_queue-96869a3d3b254df6.rlib" "/opt/rustwide/target/debug/deps/libcache_padded-873bc665e16af098.rlib" "/opt/rustwide/target/debug/deps/libsocket2-28dc7eadaa6d9598.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-89ee7165c3a13141.rlib" "/opt/rustwide/target/debug/deps/libmemchr-1ae902ad2fa951e9.rlib" "/opt/rustwide/target/debug/deps/libproc_macro_nested-559b5ebd3d2c6164.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-4ffa88ee916eb866.rlib" "/opt/rustwide/target/debug/deps/libbytes-c9146e2c31beb730.rlib" "/opt/rustwide/target/debug/deps/libiovec-4c5fc1a7a0f97fe7.rlib" "/opt/rustwide/target/debug/deps/libfutures-47fa39838d13c9f2.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-c439f51997963ead.rlib" "/opt/rustwide/target/debug/deps/libpin_project-9c040e3b22e8c53f.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-c17b885b0b770dcd.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-0905bea70a7bc571.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-b82165e1857a4107.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-884a772b39445ccc.rlib" "/opt/rustwide/target/debug/deps/libslab-ee0db592f9db8068.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-9c19d0751ed77bf7.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-42fe767757f6f8d0.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-501725f4e360d46d.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-872a8df0ad0540a0.rlib" "/opt/rustwide/target/debug/deps/libkv_log_macro-d1e5946dd8c68d23.rlib" "/opt/rustwide/target/debug/deps/liblog-f42fe8d3d81403e2.rlib" "/opt/rustwide/target/debug/deps/libinfer-4464204ba93054f3.rlib" "/opt/rustwide/target/debug/deps/liburl-9d08889419151283.rlib" "/opt/rustwide/target/debug/deps/libidna-eac206e76c6f3bd3.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-f2c85b2213df1861.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-9f9b1763a04d6926.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-7ac4b89f889ff88f.rlib" "/opt/rustwide/target/debug/deps/libmatches-efe3d8804af1a290.rlib" "/opt/rustwide/target/debug/deps/libcookie-558809158b8b13d2.rlib" "/opt/rustwide/target/debug/deps/libhkdf-b3b7cca97c4fa35b.rlib" "/opt/rustwide/target/debug/deps/libhmac-1f673391386c896b.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-1b9e4384a8b242bb.rlib" "/opt/rustwide/target/debug/deps/libsubtle-dfe940cada556ada.rlib" "/opt/rustwide/target/debug/deps/libsha2-a85b38fc4a03de33.rlib" "/opt/rustwide/target/debug/deps/libdigest-1bf82824fb22a5b5.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-f4adceac499e4c5c.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-bb6119d823fc14f6.rlib" "/opt/rustwide/target/debug/deps/libblock_padding-057d5701e47406d3.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-dfd8eeb8444cfcc7.rlib" "/opt/rustwide/target/debug/deps/libaes_gcm-87269297b017f655.rlib" "/opt/rustwide/target/debug/deps/libzeroize-c64e91ec17d3fea5.rlib" "/opt/rustwide/target/debug/deps/libghash-c1f0cb8f74e4e0a8.rlib" "/opt/rustwide/target/debug/deps/libpolyval-3926231a3859ba4a.rlib" "/opt/rustwide/target/debug/deps/libuniversal_hash-44603a603cef9047.rlib" "/opt/rustwide/target/debug/deps/libsubtle-ab250113c028b385.rlib" "/opt/rustwide/target/debug/deps/libaes-0b11718ecedebdd4.rlib" "/opt/rustwide/target/debug/deps/libaes_soft-76370a948bbdff27.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-f8e23c597d5ea2e9.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-a74b9be1416e611b.rlib" "/opt/rustwide/target/debug/deps/libaead-d79b13ca03e5a0b0.rlib" "/opt/rustwide/target/debug/deps/libblock_cipher_trait-cc37ce4f663ae4b5.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-988867570b71b4e6.rlib" "/opt/rustwide/target/debug/deps/libtypenum-5a3a7afc00429bcf.rlib" "/opt/rustwide/target/debug/deps/libbase64-9bdacd534716d46e.rlib" "/opt/rustwide/target/debug/deps/librand-b1058961a7ed9b2d.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-3a4e78ea85e70662.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-a4980a5c0afc511f.rlib" "/opt/rustwide/target/debug/deps/librand_core-ab49c690cc829c92.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-1de93d83f81bc349.rlib" "/opt/rustwide/target/debug/deps/libtime-5bf82a03400876b9.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libstandback-c8a19b689ca07ef6.rlib" "/opt/rustwide/target/debug/deps/libtime_macros-620ae77e51861dbf.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-8c83310236959ef9.rlib" "/opt/rustwide/target/debug/deps/libchrono-8720852c54839176.rlib" "/opt/rustwide/target/debug/deps/libserde-71101473e7bc7746.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-d27d8558cb1263a5.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-af3956e00de7b3c8.rlib" "/opt/rustwide/target/debug/deps/libtime-972f7443046766b9.rlib" "/opt/rustwide/target/debug/deps/liblibc-1d3bf05068ea49dc.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" "-lssl" "-lcrypto" "-lz" "-lutil" "-ldl" "-lutil" "-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/examples/find_assets-c747d1733f5e9018" "-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 `alpaka` due to 2 previous errors [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/last_quote-14d147e2bb40b96f.last_quote.079d275a-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/last_quote-14d147e2bb40b96f.last_quote.079d275a-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/last_quote-14d147e2bb40b96f.last_quote.079d275a-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/last_quote-14d147e2bb40b96f.last_quote.079d275a-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/last_quote-14d147e2bb40b96f.last_quote.079d275a-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/last_quote-14d147e2bb40b96f.last_quote.079d275a-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/last_quote-14d147e2bb40b96f.last_quote.079d275a-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/last_quote-14d147e2bb40b96f.last_quote.079d275a-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/last_quote-14d147e2bb40b96f.last_quote.079d275a-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/last_quote-14d147e2bb40b96f.last_quote.079d275a-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/last_quote-14d147e2bb40b96f.last_quote.079d275a-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/last_quote-14d147e2bb40b96f.last_quote.079d275a-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/last_quote-14d147e2bb40b96f.last_quote.079d275a-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/last_quote-14d147e2bb40b96f.last_quote.079d275a-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/last_quote-14d147e2bb40b96f.last_quote.079d275a-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/last_quote-14d147e2bb40b96f.last_quote.079d275a-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/last_quote-14d147e2bb40b96f.4h9e4nomtxl0ljtk.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/curl-sys-da22c13a49b9bb2d/out/build" "-L" "/opt/rustwide/target/debug/build/libnghttp2-sys-fe9103f0f29c615c/out/i/lib" "-L" "/usr/lib/x86_64-linux-gnu" "-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/target/debug/deps/libalpaka-444410a6e3e3b430.rlib" "/opt/rustwide/target/debug/deps/libsurf-7becd91303b04a8b.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-3911a5c3de018555.rlib" "/opt/rustwide/target/debug/deps/libunicase-cfc51ac5c131741f.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-1fb6a33e544b26bb.rlib" "/opt/rustwide/target/debug/deps/libmime-6adaefd5c465bdcc.rlib" "/opt/rustwide/target/debug/deps/libhttp_client-530ae08d9723f633.rlib" "/opt/rustwide/target/debug/deps/libasync_native_tls-b83c2fc4e691caed.rlib" "/opt/rustwide/target/debug/deps/libthiserror-542ce5dbf06d84c7.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-d6ce57acaeaa6484.rlib" "/opt/rustwide/target/debug/deps/libopenssl-e468061e17e7ed86.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-3138d685ddde873e.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-1df85ef0ce08cbc3.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c6d9dc90f7379932.rlib" "/opt/rustwide/target/debug/deps/libasync_h1-16e747199b0f720e.rlib" "/opt/rustwide/target/debug/deps/libbyte_pool-0bcae1bea3b2f21d.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-78be7f1f9af1dad8.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-970636ae2c51870c.rlib" "/opt/rustwide/target/debug/deps/libisahc-1502ef7a46c0400c.rlib" "/opt/rustwide/target/debug/deps/libsluice-84a17e6a60de1100.rlib" "/opt/rustwide/target/debug/deps/libcurl-9012b57e0e029215.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-fe962c2cd87031d7.rlib" "/opt/rustwide/target/debug/deps/libcurl_sys-6b6a78dd0382ab62.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-f31c51cbc5103db6.rlib" "/opt/rustwide/target/debug/deps/liblibz_sys-7abe7561ae538896.rlib" "/opt/rustwide/target/debug/deps/liblibnghttp2_sys-f67359b0714f12f2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-da6de4a07fc373b9.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-6da8ac6dfb59ea6e.rlib" "/opt/rustwide/target/debug/deps/libhttp-7dc1ac0e15c34ec4.rlib" "/opt/rustwide/target/debug/deps/libbytes-0564acb8165b7d31.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rlib" "/opt/rustwide/target/debug/deps/libfutures-9849703111f4a5af.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-c14798aa175c7a0b.rlib" "/opt/rustwide/target/debug/deps/libmockito-299e09748695c0f9.rlib" "/opt/rustwide/target/debug/deps/libassert_json_diff-29786e038da42f0b.rlib" "/opt/rustwide/target/debug/deps/libregex-3edcb84d12615a88.rlib" "/opt/rustwide/target/debug/deps/libthread_local-fc112ae30411db47.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-c0a6bfa77b2c06f1.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-a05c643a6f42ae4c.rlib" "/opt/rustwide/target/debug/deps/libhttparse-af5c8ad150445e6f.rlib" "/opt/rustwide/target/debug/deps/libdifference-be5a92587e0cc979.rlib" "/opt/rustwide/target/debug/deps/libcolored-97ccc7dc75aca947.rlib" "/opt/rustwide/target/debug/deps/libatty-639cb6a2bf81616b.rlib" "/opt/rustwide/target/debug/deps/libhttp_types-347b61f700826b05.rlib" "/opt/rustwide/target/debug/deps/libanyhow-49de83071e1d6c58.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-2eb22a1a32e9ae75.rlib" "/opt/rustwide/target/debug/deps/libdtoa-952529d2dbaddc7a.rlib" "/opt/rustwide/target/debug/deps/libserde_json-e18b62ace50ffbc8.rlib" "/opt/rustwide/target/debug/deps/libryu-a7d89b0879dd339e.rlib" "/opt/rustwide/target/debug/deps/libitoa-49b33d255b8312c1.rlib" "/opt/rustwide/target/debug/deps/libasync_std-c961e63846a48f07.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-1067f378b36a4519.rlib" "/opt/rustwide/target/debug/deps/libsmol-3f4bc0c370819929.rlib" "/opt/rustwide/target/debug/deps/libpiper-bcf301722a4bf422.rlib" "/opt/rustwide/target/debug/deps/libfastrand-d75dbfb8eaffc4b8.rlib" "/opt/rustwide/target/debug/deps/libasync_task-3afabb66c83e44b3.rlib" "/opt/rustwide/target/debug/deps/libblocking-5502625c7e1687e8.rlib" "/opt/rustwide/target/debug/deps/libwaker_fn-8963723e82a65b74.rlib" "/opt/rustwide/target/debug/deps/libparking-6d026cf09bd3f327.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-672c88eed20084d6.rlib" "/opt/rustwide/target/debug/deps/libconcurrent_queue-96869a3d3b254df6.rlib" "/opt/rustwide/target/debug/deps/libcache_padded-873bc665e16af098.rlib" "/opt/rustwide/target/debug/deps/libsocket2-28dc7eadaa6d9598.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-89ee7165c3a13141.rlib" "/opt/rustwide/target/debug/deps/libmemchr-1ae902ad2fa951e9.rlib" "/opt/rustwide/target/debug/deps/libproc_macro_nested-559b5ebd3d2c6164.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-4ffa88ee916eb866.rlib" "/opt/rustwide/target/debug/deps/libbytes-c9146e2c31beb730.rlib" "/opt/rustwide/target/debug/deps/libiovec-4c5fc1a7a0f97fe7.rlib" "/opt/rustwide/target/debug/deps/libfutures-47fa39838d13c9f2.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-c439f51997963ead.rlib" "/opt/rustwide/target/debug/deps/libpin_project-9c040e3b22e8c53f.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-c17b885b0b770dcd.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-0905bea70a7bc571.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-b82165e1857a4107.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-884a772b39445ccc.rlib" "/opt/rustwide/target/debug/deps/libslab-ee0db592f9db8068.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-9c19d0751ed77bf7.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-42fe767757f6f8d0.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-501725f4e360d46d.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-872a8df0ad0540a0.rlib" "/opt/rustwide/target/debug/deps/libkv_log_macro-d1e5946dd8c68d23.rlib" "/opt/rustwide/target/debug/deps/liblog-f42fe8d3d81403e2.rlib" "/opt/rustwide/target/debug/deps/libinfer-4464204ba93054f3.rlib" "/opt/rustwide/target/debug/deps/liburl-9d08889419151283.rlib" "/opt/rustwide/target/debug/deps/libidna-eac206e76c6f3bd3.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-f2c85b2213df1861.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-9f9b1763a04d6926.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-7ac4b89f889ff88f.rlib" "/opt/rustwide/target/debug/deps/libmatches-efe3d8804af1a290.rlib" "/opt/rustwide/target/debug/deps/libcookie-558809158b8b13d2.rlib" "/opt/rustwide/target/debug/deps/libhkdf-b3b7cca97c4fa35b.rlib" "/opt/rustwide/target/debug/deps/libhmac-1f673391386c896b.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-1b9e4384a8b242bb.rlib" "/opt/rustwide/target/debug/deps/libsubtle-dfe940cada556ada.rlib" "/opt/rustwide/target/debug/deps/libsha2-a85b38fc4a03de33.rlib" "/opt/rustwide/target/debug/deps/libdigest-1bf82824fb22a5b5.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-f4adceac499e4c5c.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-bb6119d823fc14f6.rlib" "/opt/rustwide/target/debug/deps/libblock_padding-057d5701e47406d3.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-dfd8eeb8444cfcc7.rlib" "/opt/rustwide/target/debug/deps/libaes_gcm-87269297b017f655.rlib" "/opt/rustwide/target/debug/deps/libzeroize-c64e91ec17d3fea5.rlib" "/opt/rustwide/target/debug/deps/libghash-c1f0cb8f74e4e0a8.rlib" "/opt/rustwide/target/debug/deps/libpolyval-3926231a3859ba4a.rlib" "/opt/rustwide/target/debug/deps/libuniversal_hash-44603a603cef9047.rlib" "/opt/rustwide/target/debug/deps/libsubtle-ab250113c028b385.rlib" "/opt/rustwide/target/debug/deps/libaes-0b11718ecedebdd4.rlib" "/opt/rustwide/target/debug/deps/libaes_soft-76370a948bbdff27.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-f8e23c597d5ea2e9.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-a74b9be1416e611b.rlib" "/opt/rustwide/target/debug/deps/libaead-d79b13ca03e5a0b0.rlib" "/opt/rustwide/target/debug/deps/libblock_cipher_trait-cc37ce4f663ae4b5.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-988867570b71b4e6.rlib" "/opt/rustwide/target/debug/deps/libtypenum-5a3a7afc00429bcf.rlib" "/opt/rustwide/target/debug/deps/libbase64-9bdacd534716d46e.rlib" "/opt/rustwide/target/debug/deps/librand-b1058961a7ed9b2d.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-3a4e78ea85e70662.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-a4980a5c0afc511f.rlib" "/opt/rustwide/target/debug/deps/librand_core-ab49c690cc829c92.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-1de93d83f81bc349.rlib" "/opt/rustwide/target/debug/deps/libtime-5bf82a03400876b9.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libstandback-c8a19b689ca07ef6.rlib" "/opt/rustwide/target/debug/deps/libtime_macros-620ae77e51861dbf.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-8c83310236959ef9.rlib" "/opt/rustwide/target/debug/deps/libchrono-8720852c54839176.rlib" "/opt/rustwide/target/debug/deps/libserde-71101473e7bc7746.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-d27d8558cb1263a5.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-af3956e00de7b3c8.rlib" "/opt/rustwide/target/debug/deps/libtime-972f7443046766b9.rlib" "/opt/rustwide/target/debug/deps/liblibc-1d3bf05068ea49dc.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" "-lssl" "-lcrypto" "-lz" "-lutil" "-ldl" "-lutil" "-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/examples/last_quote-14d147e2bb40b96f" "-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 `alpaka` due to 2 previous errors [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/watchlists-4d80ca859fb9abb7.watchlists.7b883f8b-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/watchlists-4d80ca859fb9abb7.watchlists.7b883f8b-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/watchlists-4d80ca859fb9abb7.watchlists.7b883f8b-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/watchlists-4d80ca859fb9abb7.watchlists.7b883f8b-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/watchlists-4d80ca859fb9abb7.watchlists.7b883f8b-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/watchlists-4d80ca859fb9abb7.watchlists.7b883f8b-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/watchlists-4d80ca859fb9abb7.watchlists.7b883f8b-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/watchlists-4d80ca859fb9abb7.watchlists.7b883f8b-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/watchlists-4d80ca859fb9abb7.watchlists.7b883f8b-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/watchlists-4d80ca859fb9abb7.watchlists.7b883f8b-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/watchlists-4d80ca859fb9abb7.watchlists.7b883f8b-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/watchlists-4d80ca859fb9abb7.watchlists.7b883f8b-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/watchlists-4d80ca859fb9abb7.watchlists.7b883f8b-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/watchlists-4d80ca859fb9abb7.watchlists.7b883f8b-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/watchlists-4d80ca859fb9abb7.watchlists.7b883f8b-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/watchlists-4d80ca859fb9abb7.watchlists.7b883f8b-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/watchlists-4d80ca859fb9abb7.1cf1unnkmspy4ib2.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/curl-sys-da22c13a49b9bb2d/out/build" "-L" "/opt/rustwide/target/debug/build/libnghttp2-sys-fe9103f0f29c615c/out/i/lib" "-L" "/usr/lib/x86_64-linux-gnu" "-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/target/debug/deps/libalpaka-444410a6e3e3b430.rlib" "/opt/rustwide/target/debug/deps/libsurf-7becd91303b04a8b.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-3911a5c3de018555.rlib" "/opt/rustwide/target/debug/deps/libunicase-cfc51ac5c131741f.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-1fb6a33e544b26bb.rlib" "/opt/rustwide/target/debug/deps/libmime-6adaefd5c465bdcc.rlib" "/opt/rustwide/target/debug/deps/libhttp_client-530ae08d9723f633.rlib" "/opt/rustwide/target/debug/deps/libasync_native_tls-b83c2fc4e691caed.rlib" "/opt/rustwide/target/debug/deps/libthiserror-542ce5dbf06d84c7.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-d6ce57acaeaa6484.rlib" "/opt/rustwide/target/debug/deps/libopenssl-e468061e17e7ed86.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-3138d685ddde873e.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-1df85ef0ce08cbc3.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c6d9dc90f7379932.rlib" "/opt/rustwide/target/debug/deps/libasync_h1-16e747199b0f720e.rlib" "/opt/rustwide/target/debug/deps/libbyte_pool-0bcae1bea3b2f21d.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-78be7f1f9af1dad8.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-970636ae2c51870c.rlib" "/opt/rustwide/target/debug/deps/libisahc-1502ef7a46c0400c.rlib" "/opt/rustwide/target/debug/deps/libsluice-84a17e6a60de1100.rlib" "/opt/rustwide/target/debug/deps/libcurl-9012b57e0e029215.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-fe962c2cd87031d7.rlib" "/opt/rustwide/target/debug/deps/libcurl_sys-6b6a78dd0382ab62.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-f31c51cbc5103db6.rlib" "/opt/rustwide/target/debug/deps/liblibz_sys-7abe7561ae538896.rlib" "/opt/rustwide/target/debug/deps/liblibnghttp2_sys-f67359b0714f12f2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-da6de4a07fc373b9.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-6da8ac6dfb59ea6e.rlib" "/opt/rustwide/target/debug/deps/libhttp-7dc1ac0e15c34ec4.rlib" "/opt/rustwide/target/debug/deps/libbytes-0564acb8165b7d31.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rlib" "/opt/rustwide/target/debug/deps/libfutures-9849703111f4a5af.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-c14798aa175c7a0b.rlib" "/opt/rustwide/target/debug/deps/libmockito-299e09748695c0f9.rlib" "/opt/rustwide/target/debug/deps/libassert_json_diff-29786e038da42f0b.rlib" "/opt/rustwide/target/debug/deps/libregex-3edcb84d12615a88.rlib" "/opt/rustwide/target/debug/deps/libthread_local-fc112ae30411db47.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-c0a6bfa77b2c06f1.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-a05c643a6f42ae4c.rlib" "/opt/rustwide/target/debug/deps/libhttparse-af5c8ad150445e6f.rlib" "/opt/rustwide/target/debug/deps/libdifference-be5a92587e0cc979.rlib" "/opt/rustwide/target/debug/deps/libcolored-97ccc7dc75aca947.rlib" "/opt/rustwide/target/debug/deps/libatty-639cb6a2bf81616b.rlib" "/opt/rustwide/target/debug/deps/libhttp_types-347b61f700826b05.rlib" "/opt/rustwide/target/debug/deps/libanyhow-49de83071e1d6c58.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-2eb22a1a32e9ae75.rlib" "/opt/rustwide/target/debug/deps/libdtoa-952529d2dbaddc7a.rlib" "/opt/rustwide/target/debug/deps/libserde_json-e18b62ace50ffbc8.rlib" "/opt/rustwide/target/debug/deps/libryu-a7d89b0879dd339e.rlib" "/opt/rustwide/target/debug/deps/libitoa-49b33d255b8312c1.rlib" "/opt/rustwide/target/debug/deps/libasync_std-c961e63846a48f07.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-1067f378b36a4519.rlib" "/opt/rustwide/target/debug/deps/libsmol-3f4bc0c370819929.rlib" "/opt/rustwide/target/debug/deps/libpiper-bcf301722a4bf422.rlib" "/opt/rustwide/target/debug/deps/libfastrand-d75dbfb8eaffc4b8.rlib" "/opt/rustwide/target/debug/deps/libasync_task-3afabb66c83e44b3.rlib" "/opt/rustwide/target/debug/deps/libblocking-5502625c7e1687e8.rlib" "/opt/rustwide/target/debug/deps/libwaker_fn-8963723e82a65b74.rlib" "/opt/rustwide/target/debug/deps/libparking-6d026cf09bd3f327.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-672c88eed20084d6.rlib" "/opt/rustwide/target/debug/deps/libconcurrent_queue-96869a3d3b254df6.rlib" "/opt/rustwide/target/debug/deps/libcache_padded-873bc665e16af098.rlib" "/opt/rustwide/target/debug/deps/libsocket2-28dc7eadaa6d9598.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-89ee7165c3a13141.rlib" "/opt/rustwide/target/debug/deps/libmemchr-1ae902ad2fa951e9.rlib" "/opt/rustwide/target/debug/deps/libproc_macro_nested-559b5ebd3d2c6164.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-4ffa88ee916eb866.rlib" "/opt/rustwide/target/debug/deps/libbytes-c9146e2c31beb730.rlib" "/opt/rustwide/target/debug/deps/libiovec-4c5fc1a7a0f97fe7.rlib" "/opt/rustwide/target/debug/deps/libfutures-47fa39838d13c9f2.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-c439f51997963ead.rlib" "/opt/rustwide/target/debug/deps/libpin_project-9c040e3b22e8c53f.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-c17b885b0b770dcd.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-0905bea70a7bc571.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-b82165e1857a4107.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-884a772b39445ccc.rlib" "/opt/rustwide/target/debug/deps/libslab-ee0db592f9db8068.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-9c19d0751ed77bf7.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-42fe767757f6f8d0.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-501725f4e360d46d.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-872a8df0ad0540a0.rlib" "/opt/rustwide/target/debug/deps/libkv_log_macro-d1e5946dd8c68d23.rlib" "/opt/rustwide/target/debug/deps/liblog-f42fe8d3d81403e2.rlib" "/opt/rustwide/target/debug/deps/libinfer-4464204ba93054f3.rlib" "/opt/rustwide/target/debug/deps/liburl-9d08889419151283.rlib" "/opt/rustwide/target/debug/deps/libidna-eac206e76c6f3bd3.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-f2c85b2213df1861.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-9f9b1763a04d6926.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-7ac4b89f889ff88f.rlib" "/opt/rustwide/target/debug/deps/libmatches-efe3d8804af1a290.rlib" "/opt/rustwide/target/debug/deps/libcookie-558809158b8b13d2.rlib" "/opt/rustwide/target/debug/deps/libhkdf-b3b7cca97c4fa35b.rlib" "/opt/rustwide/target/debug/deps/libhmac-1f673391386c896b.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-1b9e4384a8b242bb.rlib" "/opt/rustwide/target/debug/deps/libsubtle-dfe940cada556ada.rlib" "/opt/rustwide/target/debug/deps/libsha2-a85b38fc4a03de33.rlib" "/opt/rustwide/target/debug/deps/libdigest-1bf82824fb22a5b5.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-f4adceac499e4c5c.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-bb6119d823fc14f6.rlib" "/opt/rustwide/target/debug/deps/libblock_padding-057d5701e47406d3.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-dfd8eeb8444cfcc7.rlib" "/opt/rustwide/target/debug/deps/libaes_gcm-87269297b017f655.rlib" "/opt/rustwide/target/debug/deps/libzeroize-c64e91ec17d3fea5.rlib" "/opt/rustwide/target/debug/deps/libghash-c1f0cb8f74e4e0a8.rlib" "/opt/rustwide/target/debug/deps/libpolyval-3926231a3859ba4a.rlib" "/opt/rustwide/target/debug/deps/libuniversal_hash-44603a603cef9047.rlib" "/opt/rustwide/target/debug/deps/libsubtle-ab250113c028b385.rlib" "/opt/rustwide/target/debug/deps/libaes-0b11718ecedebdd4.rlib" "/opt/rustwide/target/debug/deps/libaes_soft-76370a948bbdff27.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-f8e23c597d5ea2e9.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-a74b9be1416e611b.rlib" "/opt/rustwide/target/debug/deps/libaead-d79b13ca03e5a0b0.rlib" "/opt/rustwide/target/debug/deps/libblock_cipher_trait-cc37ce4f663ae4b5.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-988867570b71b4e6.rlib" "/opt/rustwide/target/debug/deps/libtypenum-5a3a7afc00429bcf.rlib" "/opt/rustwide/target/debug/deps/libbase64-9bdacd534716d46e.rlib" "/opt/rustwide/target/debug/deps/librand-b1058961a7ed9b2d.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-3a4e78ea85e70662.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-a4980a5c0afc511f.rlib" "/opt/rustwide/target/debug/deps/librand_core-ab49c690cc829c92.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-1de93d83f81bc349.rlib" "/opt/rustwide/target/debug/deps/libtime-5bf82a03400876b9.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libstandback-c8a19b689ca07ef6.rlib" "/opt/rustwide/target/debug/deps/libtime_macros-620ae77e51861dbf.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-8c83310236959ef9.rlib" "/opt/rustwide/target/debug/deps/libchrono-8720852c54839176.rlib" "/opt/rustwide/target/debug/deps/libserde-71101473e7bc7746.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-d27d8558cb1263a5.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-af3956e00de7b3c8.rlib" "/opt/rustwide/target/debug/deps/libtime-972f7443046766b9.rlib" "/opt/rustwide/target/debug/deps/liblibc-1d3bf05068ea49dc.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" "-lssl" "-lcrypto" "-lz" "-lutil" "-ldl" "-lutil" "-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/examples/watchlists-4d80ca859fb9abb7" "-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 `alpaka` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "c58310e266389ddcb877577cef91b2b87ebaccc8f2f70403856b225cea2fae06", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c58310e266389ddcb877577cef91b2b87ebaccc8f2f70403856b225cea2fae06", kill_on_drop: false }` [INFO] [stdout] c58310e266389ddcb877577cef91b2b87ebaccc8f2f70403856b225cea2fae06