[INFO] cloning repository https://github.com/internet2-org/rust-internet2 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/internet2-org/rust-internet2" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finternet2-org%2Frust-internet2", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finternet2-org%2Frust-internet2'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 85482f5ab75f69dfa18c026059bfcc61493012a6 [INFO] testing internet2-org/rust-internet2 against 1.64.0 for beta-1.65-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finternet2-org%2Frust-internet2" "/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/internet2-org/rust-internet2 on toolchain 1.64.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.64.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-7/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/internet2-org/rust-internet2 [INFO] removed 0 missing tests [INFO] finished tweaking git repo https://github.com/internet2-org/rust-internet2 [INFO] tweaked toml for git repo https://github.com/internet2-org/rust-internet2 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/internet2-org/rust-internet2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.64.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded encoding_derive_helpers v0.8.0 [INFO] [stderr] Downloaded serde_str_helpers v0.1.2 [INFO] [stderr] Downloaded lightning_encoding_derive v0.8.0 [INFO] [stderr] Downloaded bitcoin_scripts v0.8.2 [INFO] [stderr] Downloaded dircpy v0.3.10 [INFO] [stderr] Downloaded stability v0.1.1 [INFO] [stderr] Downloaded semver v1.0.11 [INFO] [stderr] Downloaded parse_arg v0.1.4 [INFO] [stderr] Downloaded lightning_encoding v0.8.0 [INFO] [stderr] Downloaded compiletest_rs v0.7.1 [INFO] [stderr] Downloaded rustfix v0.5.1 [INFO] [stderr] Downloaded tester v0.9.0 [INFO] [stderr] Downloaded torut v0.2.1 [INFO] [stderr] Downloaded rustversion v1.0.7 [INFO] [stderr] Downloaded zmq-sys2 v0.3.0 [INFO] [stderr] Downloaded amplify v3.12.1 [INFO] [stderr] Downloaded stringly_conversions v0.1.1 [INFO] [stderr] Downloaded strict_encoding v0.8.0 [INFO] [stderr] Downloaded zmq2 v0.5.0 [INFO] [stderr] Downloaded zeromq-src v0.2.2+4.3.4 [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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+1.64.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0a0ca126643c1b33de10a4f92e30935fb3e44d92855e5f64d9bb892734459496 [INFO] running `Command { std: "docker" "start" "-a" "0a0ca126643c1b33de10a4f92e30935fb3e44d92855e5f64d9bb892734459496", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0a0ca126643c1b33de10a4f92e30935fb3e44d92855e5f64d9bb892734459496", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a0ca126643c1b33de10a4f92e30935fb3e44d92855e5f64d9bb892734459496", kill_on_drop: false }` [INFO] [stdout] 0a0ca126643c1b33de10a4f92e30935fb3e44d92855e5f64d9bb892734459496 [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" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+1.64.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d2a247a300df6f78045f5f96d168012770c12da5d3e5c3a0fa91c475d544c0d5 [INFO] running `Command { std: "docker" "start" "-a" "d2a247a300df6f78045f5f96d168012770c12da5d3e5c3a0fa91c475d544c0d5", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling proc-macro2 v1.0.40 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling unicode-ident v1.0.1 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.10 [INFO] [stderr] Compiling once_cell v1.12.0 [INFO] [stderr] Compiling rayon-core v1.9.3 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling crossbeam-queue v0.3.5 [INFO] [stderr] Compiling amplify_num v0.4.1 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling either v1.7.0 [INFO] [stderr] Compiling unicode-xid v0.2.3 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling cpufeatures v0.2.2 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling block-padding v0.2.1 [INFO] [stderr] Compiling version-compare v0.1.0 [INFO] [stderr] Compiling paste v1.0.7 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling bitcoin_hashes v0.10.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling bech32 v0.8.1 [INFO] [stderr] Compiling signature v1.5.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Compiling keccak v0.1.2 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling base32 v0.4.0 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling zmq2 v0.5.0 [INFO] [stderr] Compiling parse_arg v0.1.4 [INFO] [stderr] Compiling crossbeam-epoch v0.9.9 [INFO] [stderr] Compiling rayon v1.5.3 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling cfg-expr v0.10.3 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling ed25519 v1.5.2 [INFO] [stderr] Compiling stringly_conversions v0.1.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.5 [INFO] [stderr] Compiling tokio v1.19.2 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling crossbeam v0.8.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling crypto-mac v0.11.1 [INFO] [stderr] Compiling inout v0.1.3 [INFO] [stderr] Compiling cipher v0.3.0 [INFO] [stderr] Compiling universal-hash v0.4.1 [INFO] [stderr] Compiling crypto-common v0.1.3 [INFO] [stderr] Compiling aead v0.4.3 [INFO] [stderr] Compiling sha2 v0.9.9 [INFO] [stderr] Compiling hmac v0.11.0 [INFO] [stderr] Compiling sha3 v0.9.1 [INFO] [stderr] Compiling poly1305 v0.7.2 [INFO] [stderr] Compiling cipher v0.4.3 [INFO] [stderr] Compiling amplify_syn v1.1.6 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling chacha20 v0.9.0 [INFO] [stderr] Compiling secp256k1-sys v0.5.2 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling jwalk v0.6.0 [INFO] [stderr] Compiling system-deps v6.0.2 [INFO] [stderr] Compiling dircpy v0.3.10 [INFO] [stderr] Compiling zeromq-src v0.2.2+4.3.4 [INFO] [stderr] Compiling zmq-sys2 v0.3.0 [INFO] [stderr] Compiling amplify_derive v2.11.2 [INFO] [stderr] Compiling zeroize_derive v1.3.2 [INFO] [stderr] Compiling stability v0.1.1 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling secp256k1 v0.22.1 [INFO] [stderr] Compiling bitcoin v0.28.1 [INFO] [stderr] Compiling zeroize v1.4.3 [INFO] [stderr] Compiling curve25519-dalek v3.2.0 [INFO] [stderr] Compiling chacha20 v0.8.1 [INFO] [stderr] Compiling chacha20poly1305 v0.9.0 [INFO] [stderr] Compiling ed25519-dalek v1.0.1 [INFO] [stderr] Compiling amplify v3.12.1 [INFO] [stderr] Compiling encoding_derive_helpers v0.8.0 [INFO] [stderr] Compiling inet2_derive v0.8.1 (/opt/rustwide/workdir/derive) [INFO] [stderr] Compiling strict_encoding_derive v0.8.0 [INFO] [stderr] Compiling lightning_encoding_derive v0.8.0 [INFO] [stderr] Compiling torut v0.2.1 [INFO] [stderr] Compiling strict_encoding v0.8.0 [INFO] [stderr] Compiling bitcoin_scripts v0.8.2 [INFO] [stderr] Compiling lightning_encoding v0.8.0 [INFO] [stderr] Compiling inet2_addr v0.8.3 (/opt/rustwide/workdir/addr) [INFO] [stderr] Compiling internet2 v0.8.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: named argument `type_id` is not used by name [INFO] [stdout] --> src/presentation/message.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | pub type_id: TypeId, [INFO] [stdout] | ^^^^^^^ this named argument is referred to by position in formatting string [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | warnings, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(named_arguments_used_positionally)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 40.74s [INFO] running `Command { std: "docker" "inspect" "d2a247a300df6f78045f5f96d168012770c12da5d3e5c3a0fa91c475d544c0d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2a247a300df6f78045f5f96d168012770c12da5d3e5c3a0fa91c475d544c0d5", kill_on_drop: false }` [INFO] [stdout] d2a247a300df6f78045f5f96d168012770c12da5d3e5c3a0fa91c475d544c0d5 [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" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+1.64.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8d1faa8953948fd880bd614b81c2137ef2717fe201f9de4baebc6dcad3d17dc1 [INFO] running `Command { std: "docker" "start" "-a" "8d1faa8953948fd880bd614b81c2137ef2717fe201f9de4baebc6dcad3d17dc1", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling anyhow v1.0.58 [INFO] [stderr] Compiling serde_json v1.0.82 [INFO] [stderr] Compiling ryu v1.0.10 [INFO] [stderr] Compiling itoa v1.0.2 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling regex-syntax v0.6.26 [INFO] [stderr] Compiling compiletest_rs v0.7.1 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling filetime v0.2.16 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling amplify v3.12.1 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling encoding_derive_helpers v0.8.0 [INFO] [stderr] Compiling inet2_derive v0.8.1 (/opt/rustwide/workdir/derive) [INFO] [stderr] Compiling tester v0.9.0 [INFO] [stderr] Compiling strict_encoding_derive v0.8.0 [INFO] [stderr] Compiling lightning_encoding_derive v0.8.0 [INFO] [stderr] Compiling regex v1.5.6 [INFO] [stderr] Compiling strict_encoding v0.8.0 [INFO] [stderr] Compiling bitcoin_scripts v0.8.2 [INFO] [stderr] Compiling strict_encoding_test v0.8.0 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Compiling ed25519-dalek v1.0.1 [INFO] [stderr] Compiling torut v0.2.1 [INFO] [stderr] Compiling lightning_encoding v0.8.0 [INFO] [stderr] Compiling rustfix v0.5.1 [INFO] [stderr] Compiling system-deps v6.0.2 [INFO] [stderr] Compiling zmq-sys2 v0.3.0 [INFO] [stderr] Compiling inet2_addr v0.8.3 (/opt/rustwide/workdir/addr) [INFO] [stderr] Compiling internet2 v0.8.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: named argument `type_id` is not used by name [INFO] [stdout] --> src/presentation/message.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | pub type_id: TypeId, [INFO] [stdout] | ^^^^^^^ this named argument is referred to by position in formatting string [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | warnings, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(named_arguments_used_positionally)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling zmq2 v0.5.0 [INFO] [stdout] warning: named argument `type_id` is not used by name [INFO] [stdout] --> src/presentation/message.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | pub type_id: TypeId, [INFO] [stdout] | ^^^^^^^ this named argument is referred to by position in formatting string [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | warnings, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(named_arguments_used_positionally)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: named argument `type_id` is not used by name [INFO] [stdout] --> src/presentation/message.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | pub type_id: TypeId, [INFO] [stdout] | ^^^^^^^ this named argument is referred to by position in formatting string [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | warnings, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(named_arguments_used_positionally)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcooDnPb/symbols.o" "/opt/rustwide/target/debug/deps/internet2-3271b544037d224a.internet2.ca5a224d-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/internet2-3271b544037d224a.internet2.ca5a224d-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/internet2-3271b544037d224a.internet2.ca5a224d-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/internet2-3271b544037d224a.internet2.ca5a224d-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/internet2-3271b544037d224a.internet2.ca5a224d-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/internet2-3271b544037d224a.internet2.ca5a224d-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/internet2-3271b544037d224a.internet2.ca5a224d-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/internet2-3271b544037d224a.internet2.ca5a224d-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/internet2-3271b544037d224a.internet2.ca5a224d-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/internet2-3271b544037d224a.internet2.ca5a224d-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/internet2-3271b544037d224a.internet2.ca5a224d-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/internet2-3271b544037d224a.internet2.ca5a224d-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/internet2-3271b544037d224a.internet2.ca5a224d-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/internet2-3271b544037d224a.internet2.ca5a224d-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/internet2-3271b544037d224a.internet2.ca5a224d-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/internet2-3271b544037d224a.internet2.ca5a224d-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/internet2-3271b544037d224a.4im2uil4bbuc1iv1.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/secp256k1-sys-86b5300a181ad5ba/out" "-L" "/opt/rustwide/target/debug/build/zmq-sys2-bc09907d8fab8e0c/out/lib" "-L" "/opt/rustwide/target/debug/build/zmq-sys2-bc09907d8fab8e0c/out/lib" "-L" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libzmq2-d612b920453c8bbd.rlib" "/opt/rustwide/target/debug/deps/libzmq_sys2-b746402cb4401fac.rlib" "/opt/rustwide/target/debug/deps/libbitflags-5eccdda0307bb708.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f8abcd39963be1a9.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-fc81604f9f272244.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-ecd0ecec0bda740b.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-715ffe8b3e8b2eb5.rlib" "/opt/rustwide/target/debug/deps/libchacha20-797fc238e8fa2396.rlib" "/opt/rustwide/target/debug/deps/libcipher-4a0f3ff19ab851c8.rlib" "/opt/rustwide/target/debug/deps/libinout-bafb196c2285bd57.rlib" "/opt/rustwide/target/debug/deps/libcrypto_common-31adebbe898df818.rlib" "/opt/rustwide/target/debug/deps/libinet2_addr-435eb278717be490.rlib" "/opt/rustwide/target/debug/deps/libparse_arg-8ff91613adb8cd8c.rlib" "/opt/rustwide/target/debug/deps/libtorut-b73f820263b84a90.rlib" "/opt/rustwide/target/debug/deps/libhex-20668d43b3be4a9d.rlib" "/opt/rustwide/target/debug/deps/libbase64-2e1af1b02e9f8645.rlib" "/opt/rustwide/target/debug/deps/libbase32-a99a6a870865099c.rlib" "/opt/rustwide/target/debug/deps/libhmac-9bbfedf3cd383957.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-66a52f2ef4097b9a.rlib" "/opt/rustwide/target/debug/deps/libtokio-a961b29ea87e2a4f.rlib" "/opt/rustwide/target/debug/deps/libmemchr-4b43828fec892511.rlib" "/opt/rustwide/target/debug/deps/libbytes-cb5f8b555a7d6d8a.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-ecff3031e3fe3556.rlib" "/opt/rustwide/target/debug/deps/libserde-5903abedc7fd338c.rlib" "/opt/rustwide/target/debug/deps/libsha3-44b6ecfed01bddc9.rlib" "/opt/rustwide/target/debug/deps/libkeccak-7ef954dda0a49ecf.rlib" "/opt/rustwide/target/debug/deps/libed25519_dalek-40cf6a8dcad6880c.rlib" "/opt/rustwide/target/debug/deps/libsha2-ae70cb3f991cdad3.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-395ae833d928c153.rlib" "/opt/rustwide/target/debug/deps/libblock_padding-1b556f94009a83c0.rlib" "/opt/rustwide/target/debug/deps/librand-264eee737602ad95.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-26f4b804646d0e3f.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-b1a557251f6b27a2.rlib" "/opt/rustwide/target/debug/deps/libcurve25519_dalek-677269190eed7f60.rlib" "/opt/rustwide/target/debug/deps/librand_core-a17f2584e23ac9ee.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-6f7bb286d6f008cc.rlib" "/opt/rustwide/target/debug/deps/libdigest-42e1a9f667c494d6.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-89b980241fb744de.rlib" "/opt/rustwide/target/debug/deps/libed25519-d115bfeee14fdc86.rlib" "/opt/rustwide/target/debug/deps/libsignature-33bee9bae35d7527.rlib" "/opt/rustwide/target/debug/deps/liblightning_encoding-426ff14d10545e25.rlib" "/opt/rustwide/target/debug/deps/libbitcoin_scripts-6abb8e16f856bba4.rlib" "/opt/rustwide/target/debug/deps/libchacha20poly1305-615b27080d34f1eb.rlib" "/opt/rustwide/target/debug/deps/libchacha20-4622cb940ce6c82b.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-fa0d38a03582caa4.rlib" "/opt/rustwide/target/debug/deps/libzeroize-381fdc75375971c8.rlib" "/opt/rustwide/target/debug/deps/libpoly1305-581b2374ce83dc09.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-d49d077e73959851.rlib" "/opt/rustwide/target/debug/deps/libcpufeatures-cdd84cc0ed55383f.rlib" "/opt/rustwide/target/debug/deps/libuniversal_hash-23c089fb0b01a3f0.rlib" "/opt/rustwide/target/debug/deps/libsubtle-0535919f18487a54.rlib" "/opt/rustwide/target/debug/deps/libaead-3f580a6b369fc69a.rlib" "/opt/rustwide/target/debug/deps/libcipher-6d4c30665cf10dfe.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-fe853841f03468d2.rlib" "/opt/rustwide/target/debug/deps/libtypenum-289469739badd6e6.rlib" "/opt/rustwide/target/debug/deps/libstrict_encoding-6968ad8b097e3ecd.rlib" "/opt/rustwide/target/debug/deps/libchrono-9a5afa672bd2eca5.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-1838c1d2cf26abbc.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-630aaccda19b100a.rlib" "/opt/rustwide/target/debug/deps/libtime-a76edf09b3f961da.rlib" "/opt/rustwide/target/debug/deps/liblibc-aed07a6df0c1fdfe.rlib" "/opt/rustwide/target/debug/deps/libbitcoin-43f0091864d56b5e.rlib" "/opt/rustwide/target/debug/deps/libbech32-dfa8817aaa4f7080.rlib" "/opt/rustwide/target/debug/deps/libsecp256k1-2a6d2995e81d832b.rlib" "/opt/rustwide/target/debug/deps/libsecp256k1_sys-e66e7e4c47447a18.rlib" "/opt/rustwide/target/debug/deps/libbitcoin_hashes-c048613a8467367f.rlib" "/opt/rustwide/target/debug/deps/libamplify-285326ddf3c4a39a.rlib" "/opt/rustwide/target/debug/deps/libamplify_syn-acbb47398ebe9fd4.rlib" "/opt/rustwide/target/debug/deps/libsyn-d920a63f1afd5857.rlib" "/opt/rustwide/target/debug/deps/libquote-94902e49c0a83246.rlib" "/opt/rustwide/target/debug/deps/libproc_macro2-7321ac10c39bfd0c.rlib" "/opt/rustwide/target/debug/deps/libunicode_ident-d1634fd9c70c82f2.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-0b705ff5175fb36a.rlib" "/opt/rustwide/target/debug/deps/libstringly_conversions-80f0d6a73bbd85a2.rlib" "/opt/rustwide/target/debug/deps/libamplify_num-4fe33855213027a3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5670385a2fe8b60b.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fd56ba6dbf7aaecc.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-b8acf8e5c2e85baa.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-1706edefffdca0a2.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-f483302e0b13708e.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-725b0718fc18e1ed.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-de685fcf2157e6fb.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-f613ac3eda05b9ff.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-3de98a7d049af6a1.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c12183655bdce152.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-0fc7beea925de7e3.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8c34825485bf59dc.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-ba5f7e926e729d81.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-643de0950163a839.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-539ea2f72ef89687.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-871432094bb4c885.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-ef1a8ee61f2e39bf.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-f1646747442c1c7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ff283b4bf550fa1c.rlib" "-Wl,-Bdynamic" "-lstdc++" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/internet2-3271b544037d224a" "-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; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `internet2` due to 2 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "8d1faa8953948fd880bd614b81c2137ef2717fe201f9de4baebc6dcad3d17dc1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d1faa8953948fd880bd614b81c2137ef2717fe201f9de4baebc6dcad3d17dc1", kill_on_drop: false }` [INFO] [stdout] 8d1faa8953948fd880bd614b81c2137ef2717fe201f9de4baebc6dcad3d17dc1