[INFO] cloning repository https://github.com/kpcyrd/tr1pd [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kpcyrd/tr1pd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkpcyrd%2Ftr1pd", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkpcyrd%2Ftr1pd'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] eddc242d9415cc21eb3a19b61603156192e6f758 [INFO] testing kpcyrd/tr1pd against try#8262275854dc0e5381c9d42d56257d94932c5a87 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkpcyrd%2Ftr1pd" "/workspace/builds/worker-58/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-58/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kpcyrd/tr1pd on toolchain 8262275854dc0e5381c9d42d56257d94932c5a87 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kpcyrd/tr1pd [INFO] finished tweaking git repo https://github.com/kpcyrd/tr1pd [INFO] tweaked toml for git repo https://github.com/kpcyrd/tr1pd written to /workspace/builds/worker-58/source/Cargo.toml [INFO] crate git repo https://github.com/kpcyrd/tr1pd already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "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-58/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a37d9c346ecd6edad88d96bc55142f8a1128718f73df35a0e73e90a352e37925 [INFO] running `Command { std: "docker" "start" "-a" "a37d9c346ecd6edad88d96bc55142f8a1128718f73df35a0e73e90a352e37925", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a37d9c346ecd6edad88d96bc55142f8a1128718f73df35a0e73e90a352e37925", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a37d9c346ecd6edad88d96bc55142f8a1128718f73df35a0e73e90a352e37925", kill_on_drop: false }` [INFO] [stdout] a37d9c346ecd6edad88d96bc55142f8a1128718f73df35a0e73e90a352e37925 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ddeae22c7f639caa83ecacbf85bac289cc3e5c9e21cd49120758931ac713359d [INFO] running `Command { std: "docker" "start" "-a" "ddeae22c7f639caa83ecacbf85bac289cc3e5c9e21cd49120758931ac713359d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.40 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling toml v0.2.1 [INFO] [stderr] Compiling cc v1.0.10 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling regex v0.2.10 [INFO] [stderr] Compiling rustc-demangle v0.1.7 [INFO] [stderr] Compiling ucd-util v0.1.1 [INFO] [stderr] Compiling arrayref v0.3.4 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling byte-tools v0.2.0 [INFO] [stderr] Compiling quick-error v1.2.1 [INFO] [stderr] Compiling serde v1.0.42 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling termcolor v0.3.6 [INFO] [stderr] Compiling keccak v0.1.0 [INFO] [stderr] Compiling human-size v0.3.0 [INFO] [stderr] Compiling proc-macro2 v0.3.6 [INFO] [stderr] Compiling libsodium-sys v0.0.16 [INFO] [stderr] Compiling colored v1.6.0 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling humantime v1.1.1 [INFO] [stderr] Compiling block-buffer v0.3.3 [INFO] [stderr] Compiling regex-syntax v0.5.5 [INFO] [stderr] Compiling atty v0.2.9 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling errno v0.2.3 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling pledge v0.3.1 [INFO] [stderr] Compiling users v0.6.1 [INFO] [stderr] Compiling seccomp-sys v0.1.2 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling metadeps v1.1.2 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling clap v2.31.2 [INFO] [stderr] Compiling syn v0.13.1 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling zmq-sys v0.8.2 [INFO] [stderr] Compiling generic-array v0.9.0 [INFO] [stderr] Compiling digest v0.7.2 [INFO] [stderr] Compiling sha3 v0.7.3 [INFO] [stderr] Compiling zmq v0.8.2 [INFO] [stderr] Compiling serde_derive_internals v0.23.1 [INFO] [stderr] Compiling structopt-derive v0.2.7 [INFO] [stderr] Compiling serde_derive v1.0.42 [INFO] [stderr] Compiling env_logger v0.5.9 [INFO] [stderr] Compiling sodiumoxide v0.0.16 [INFO] [stderr] Compiling toml v0.4.6 [INFO] [stderr] Compiling structopt v0.2.7 [INFO] [stderr] Compiling backtrace v0.3.6 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling caps v0.2.0 [INFO] [stderr] Compiling tr1pd v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | #[macro_use] extern crate structopt; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | / error_chain! { [INFO] [stdout] 31 | | links { [INFO] [stdout] 32 | | Blocks(::blocks::Error, ::blocks::ErrorKind); [INFO] [stdout] 33 | | Crypto(::crypto::Error, ::crypto::ErrorKind); [INFO] [stdout] ... | [INFO] [stdout] 41 | | } [INFO] [stdout] 42 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::env::home_dir`: This function's behavior is unexpected and probably not what you want. Consider using a crate from crates.io instead. [INFO] [stdout] --> src/config.rs:26:29 [INFO] [stdout] | [INFO] [stdout] 26 | let mut userpath = env::home_dir().unwrap(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/config.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | / error_chain! { [INFO] [stdout] 15 | | foreign_links { [INFO] [stdout] 16 | | Toml(toml::de::Error); [INFO] [stdout] 17 | | Io(io::Error); [INFO] [stdout] 18 | | } [INFO] [stdout] 19 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/rpc/mod.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | / error_chain! { [INFO] [stdout] 19 | | errors { [INFO] [stdout] 20 | | InvalidRecipe(recipe: Vec) { [INFO] [stdout] 21 | | description("invalid recipe") [INFO] [stdout] ... | [INFO] [stdout] 43 | | } [INFO] [stdout] 44 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/storage/mod.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | / error_chain! { [INFO] [stdout] 17 | | errors { [INFO] [stdout] 18 | | CorruptedEntry(bytes: Vec) { [INFO] [stdout] 19 | | description("corrupted entry") [INFO] [stdout] ... | [INFO] [stdout] 28 | | } [INFO] [stdout] 29 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/sandbox/capabilities.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | / error_chain! { [INFO] [stdout] 7 | | foreign_links { [INFO] [stdout] 8 | | Caps(caps::errors::Error); [INFO] [stdout] 9 | | } [INFO] [stdout] 10 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/lib.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | / error_chain! { [INFO] [stdout] 31 | | links { [INFO] [stdout] 32 | | Blocks(::blocks::Error, ::blocks::ErrorKind); [INFO] [stdout] 33 | | Crypto(::crypto::Error, ::crypto::ErrorKind); [INFO] [stdout] ... | [INFO] [stdout] 41 | | } [INFO] [stdout] 42 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/config.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | / error_chain! { [INFO] [stdout] 15 | | foreign_links { [INFO] [stdout] 16 | | Toml(toml::de::Error); [INFO] [stdout] 17 | | Io(io::Error); [INFO] [stdout] 18 | | } [INFO] [stdout] 19 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/rpc/mod.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | / error_chain! { [INFO] [stdout] 19 | | errors { [INFO] [stdout] 20 | | InvalidRecipe(recipe: Vec) { [INFO] [stdout] 21 | | description("invalid recipe") [INFO] [stdout] ... | [INFO] [stdout] 43 | | } [INFO] [stdout] 44 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/sandbox/capabilities.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | / error_chain! { [INFO] [stdout] 7 | | foreign_links { [INFO] [stdout] 8 | | Caps(caps::errors::Error); [INFO] [stdout] 9 | | } [INFO] [stdout] 10 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/storage/mod.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | / error_chain! { [INFO] [stdout] 17 | | errors { [INFO] [stdout] 18 | | CorruptedEntry(bytes: Vec) { [INFO] [stdout] 19 | | description("corrupted entry") [INFO] [stdout] ... | [INFO] [stdout] 28 | | } [INFO] [stdout] 29 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/tr1pctl-abee3d1844d0a7ce.tr1pctl.f95e791a-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/tr1pctl-abee3d1844d0a7ce.tr1pctl.f95e791a-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/tr1pctl-abee3d1844d0a7ce.tr1pctl.f95e791a-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/tr1pctl-abee3d1844d0a7ce.tr1pctl.f95e791a-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/tr1pctl-abee3d1844d0a7ce.tr1pctl.f95e791a-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/tr1pctl-abee3d1844d0a7ce.tr1pctl.f95e791a-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/tr1pctl-abee3d1844d0a7ce.tr1pctl.f95e791a-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/tr1pctl-abee3d1844d0a7ce.tr1pctl.f95e791a-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/tr1pctl-abee3d1844d0a7ce.tr1pctl.f95e791a-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/tr1pctl-abee3d1844d0a7ce.tr1pctl.f95e791a-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/tr1pctl-abee3d1844d0a7ce.tr1pctl.f95e791a-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/tr1pctl-abee3d1844d0a7ce.tr1pctl.f95e791a-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/tr1pctl-abee3d1844d0a7ce.tr1pctl.f95e791a-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/tr1pctl-abee3d1844d0a7ce.tr1pctl.f95e791a-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/tr1pctl-abee3d1844d0a7ce.tr1pctl.f95e791a-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/tr1pctl-abee3d1844d0a7ce.tr1pctl.f95e791a-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/tr1pctl-abee3d1844d0a7ce.rw1s8er53wz7f1y.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-d821e28db5b99218/out/.libs" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcolored-54947aef1ff12b3f.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-edf244ecdb61ba64.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-af5e7fdc8a3a9792.rlib" "/opt/rustwide/target/debug/deps/libregex-527371f50a5b3be7.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-d9dab086e6370d17.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-faca0f9dd5d63746.rlib" "/opt/rustwide/target/debug/deps/libucd_util-409a4dac3dbdbcb9.rlib" "/opt/rustwide/target/debug/deps/libthread_local-1da9ad3e1d829102.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-a0484f8a57d52e6f.rlib" "/opt/rustwide/target/debug/deps/libunreachable-0813e50129ab416f.rlib" "/opt/rustwide/target/debug/deps/libvoid-908b01a274af8ae5.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-247e403eab3a4f88.rlib" "/opt/rustwide/target/debug/deps/libmemchr-fac5840f1750c0f1.rlib" "/opt/rustwide/target/debug/deps/libhumantime-012928806c284799.rlib" "/opt/rustwide/target/debug/deps/libquick_error-c0761bdf92b4fe79.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-54ae58d8ebdb439d.rlib" "/opt/rustwide/target/debug/deps/libtr1pd-221135b22e0b8f36.rlib" "/opt/rustwide/target/debug/deps/libnom-90d5901f6258c635.rlib" "/opt/rustwide/target/debug/deps/libmemchr-35e5cd21d56ec44f.rlib" "/opt/rustwide/target/debug/deps/libcaps-6534e8fa85933bd3.rlib" "/opt/rustwide/target/debug/deps/liberrno-0c5f0e6104b7b09a.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-f35cd918fa35e1ed.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-34817958fb863886.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-fba5790a26d2d0f4.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-4a624b44ba116a5a.rlib" "/opt/rustwide/target/debug/deps/libseccomp_sys-758c68706e82cdd4.rlib" "/opt/rustwide/target/debug/deps/libhuman_size-37e495b30511bafd.rlib" "/opt/rustwide/target/debug/deps/libtoml-1a06560e69af0bf4.rlib" "/opt/rustwide/target/debug/deps/libzmq-f148bc8de8e30771.rlib" "/opt/rustwide/target/debug/deps/libzmq_sys-493e2f28f05722fe.rlib" "/opt/rustwide/target/debug/deps/liblog-9df6e84bfbc330d4.rlib" "/opt/rustwide/target/debug/deps/liblog-006d67ee1f1f18c7.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ba9e854e41f15abc.rlib" "/opt/rustwide/target/debug/deps/libstructopt-ee191f033b5f836d.rlib" "/opt/rustwide/target/debug/deps/libclap-0102cc4e80ca473c.rlib" "/opt/rustwide/target/debug/deps/libvec_map-57b7f6963103b8d1.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-b8e81c12a67e45e2.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-120a54c762d0b92b.rlib" "/opt/rustwide/target/debug/deps/libstrsim-086f10016726ef86.rlib" "/opt/rustwide/target/debug/deps/libbitflags-237b1ad4a3a14040.rlib" "/opt/rustwide/target/debug/deps/libatty-e3ce856fd7f645b3.rlib" "/opt/rustwide/target/debug/deps/libansi_term-76ca62e328105e50.rlib" "/opt/rustwide/target/debug/deps/libsha3-d2f5ffd78a495797.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-257b705aeb4538de.rlib" "/opt/rustwide/target/debug/deps/libarrayref-4d5876e0bb7adecd.rlib" "/opt/rustwide/target/debug/deps/libkeccak-1f385c407e0e3482.rlib" "/opt/rustwide/target/debug/deps/libdigest-c342225074f0bad6.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-d8c0083d4eafb848.rlib" "/opt/rustwide/target/debug/deps/libtypenum-7cf231c9ca4ec702.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-ca17eb4abc396b10.rlib" "/opt/rustwide/target/debug/deps/libsodiumoxide-3f79c74023145177.rlib" "/opt/rustwide/target/debug/deps/libserde-f792d908a0deb67c.rlib" "/opt/rustwide/target/debug/deps/liblibsodium_sys-8fbe42481377ca16.rlib" "/opt/rustwide/target/debug/deps/liblibc-a5a2763057d32cf5.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7387d118fba15d64.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-dd8bf3fda2fc2c51.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-b69fd8507c8409af.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-2dff396b99681a6b.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a78bd5aa183c7115.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-846c64d5a2fbc5ee.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-24c09062b6dc787b.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ce93f351ca41a57b.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-e42af02528f038fc.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-514cb174319eb6d4.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-37c1534c42bc4f8c.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-06d0f7780fda2fd9.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-4228e28a8f7a03ba.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-88bb1ba4dd271224.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-0b5a376b429677a6.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-eecefd843a0dbc02.rlib" "-Wl,-Bdynamic" "-lseccomp" "-lzmq" "-lsodium" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/tr1pctl-abee3d1844d0a7ce" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lseccomp [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tr1pd` due to 2 previous errors [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/deps/tr1pd-db799430dd9c5ff4.tr1pd.29a9432a-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/tr1pd-db799430dd9c5ff4.tr1pd.29a9432a-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/tr1pd-db799430dd9c5ff4.tr1pd.29a9432a-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/tr1pd-db799430dd9c5ff4.tr1pd.29a9432a-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/tr1pd-db799430dd9c5ff4.tr1pd.29a9432a-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/tr1pd-db799430dd9c5ff4.tr1pd.29a9432a-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/tr1pd-db799430dd9c5ff4.tr1pd.29a9432a-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/tr1pd-db799430dd9c5ff4.tr1pd.29a9432a-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/tr1pd-db799430dd9c5ff4.tr1pd.29a9432a-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/tr1pd-db799430dd9c5ff4.tr1pd.29a9432a-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/tr1pd-db799430dd9c5ff4.tr1pd.29a9432a-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/tr1pd-db799430dd9c5ff4.tr1pd.29a9432a-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/tr1pd-db799430dd9c5ff4.tr1pd.29a9432a-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/tr1pd-db799430dd9c5ff4.tr1pd.29a9432a-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/tr1pd-db799430dd9c5ff4.tr1pd.29a9432a-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/tr1pd-db799430dd9c5ff4.tr1pd.29a9432a-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/tr1pd-db799430dd9c5ff4.n19u941u9q6bwpb.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-d821e28db5b99218/out/.libs" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-af5e7fdc8a3a9792.rlib" "/opt/rustwide/target/debug/deps/libregex-527371f50a5b3be7.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-d9dab086e6370d17.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-faca0f9dd5d63746.rlib" "/opt/rustwide/target/debug/deps/libucd_util-409a4dac3dbdbcb9.rlib" "/opt/rustwide/target/debug/deps/libthread_local-1da9ad3e1d829102.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-a0484f8a57d52e6f.rlib" "/opt/rustwide/target/debug/deps/libunreachable-0813e50129ab416f.rlib" "/opt/rustwide/target/debug/deps/libvoid-908b01a274af8ae5.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-247e403eab3a4f88.rlib" "/opt/rustwide/target/debug/deps/libmemchr-fac5840f1750c0f1.rlib" "/opt/rustwide/target/debug/deps/libhumantime-012928806c284799.rlib" "/opt/rustwide/target/debug/deps/libquick_error-c0761bdf92b4fe79.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-54ae58d8ebdb439d.rlib" "/opt/rustwide/target/debug/deps/libtr1pd-221135b22e0b8f36.rlib" "/opt/rustwide/target/debug/deps/libnom-90d5901f6258c635.rlib" "/opt/rustwide/target/debug/deps/libmemchr-35e5cd21d56ec44f.rlib" "/opt/rustwide/target/debug/deps/libcaps-6534e8fa85933bd3.rlib" "/opt/rustwide/target/debug/deps/liberrno-0c5f0e6104b7b09a.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-f35cd918fa35e1ed.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-34817958fb863886.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-fba5790a26d2d0f4.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-4a624b44ba116a5a.rlib" "/opt/rustwide/target/debug/deps/libseccomp_sys-758c68706e82cdd4.rlib" "/opt/rustwide/target/debug/deps/libhuman_size-37e495b30511bafd.rlib" "/opt/rustwide/target/debug/deps/libtoml-1a06560e69af0bf4.rlib" "/opt/rustwide/target/debug/deps/libzmq-f148bc8de8e30771.rlib" "/opt/rustwide/target/debug/deps/libzmq_sys-493e2f28f05722fe.rlib" "/opt/rustwide/target/debug/deps/liblog-9df6e84bfbc330d4.rlib" "/opt/rustwide/target/debug/deps/liblog-006d67ee1f1f18c7.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ba9e854e41f15abc.rlib" "/opt/rustwide/target/debug/deps/libstructopt-ee191f033b5f836d.rlib" "/opt/rustwide/target/debug/deps/libclap-0102cc4e80ca473c.rlib" "/opt/rustwide/target/debug/deps/libvec_map-57b7f6963103b8d1.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-b8e81c12a67e45e2.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-120a54c762d0b92b.rlib" "/opt/rustwide/target/debug/deps/libstrsim-086f10016726ef86.rlib" "/opt/rustwide/target/debug/deps/libbitflags-237b1ad4a3a14040.rlib" "/opt/rustwide/target/debug/deps/libatty-e3ce856fd7f645b3.rlib" "/opt/rustwide/target/debug/deps/libansi_term-76ca62e328105e50.rlib" "/opt/rustwide/target/debug/deps/libsha3-d2f5ffd78a495797.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-257b705aeb4538de.rlib" "/opt/rustwide/target/debug/deps/libarrayref-4d5876e0bb7adecd.rlib" "/opt/rustwide/target/debug/deps/libkeccak-1f385c407e0e3482.rlib" "/opt/rustwide/target/debug/deps/libdigest-c342225074f0bad6.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-d8c0083d4eafb848.rlib" "/opt/rustwide/target/debug/deps/libtypenum-7cf231c9ca4ec702.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-ca17eb4abc396b10.rlib" "/opt/rustwide/target/debug/deps/libsodiumoxide-3f79c74023145177.rlib" "/opt/rustwide/target/debug/deps/libserde-f792d908a0deb67c.rlib" "/opt/rustwide/target/debug/deps/liblibsodium_sys-8fbe42481377ca16.rlib" "/opt/rustwide/target/debug/deps/liblibc-a5a2763057d32cf5.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7387d118fba15d64.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-dd8bf3fda2fc2c51.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-b69fd8507c8409af.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-2dff396b99681a6b.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a78bd5aa183c7115.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-846c64d5a2fbc5ee.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-24c09062b6dc787b.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ce93f351ca41a57b.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-e42af02528f038fc.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-514cb174319eb6d4.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-37c1534c42bc4f8c.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-06d0f7780fda2fd9.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-4228e28a8f7a03ba.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-88bb1ba4dd271224.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-0b5a376b429677a6.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-eecefd843a0dbc02.rlib" "-Wl,-Bdynamic" "-lseccomp" "-lzmq" "-lsodium" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/tr1pd-db799430dd9c5ff4" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lseccomp [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "ddeae22c7f639caa83ecacbf85bac289cc3e5c9e21cd49120758931ac713359d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ddeae22c7f639caa83ecacbf85bac289cc3e5c9e21cd49120758931ac713359d", kill_on_drop: false }` [INFO] [stdout] ddeae22c7f639caa83ecacbf85bac289cc3e5c9e21cd49120758931ac713359d