[INFO] cloning repository https://github.com/tomusdrw/jsonrpc-proxy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tomusdrw/jsonrpc-proxy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomusdrw%2Fjsonrpc-proxy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomusdrw%2Fjsonrpc-proxy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6e870761e01c3ec4878cbd12ebf899b5b45ebc00 [INFO] testing tomusdrw/jsonrpc-proxy against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomusdrw%2Fjsonrpc-proxy" "/workspace/builds/worker-28/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-28/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tomusdrw/jsonrpc-proxy on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tomusdrw/jsonrpc-proxy [INFO] finished tweaking git repo https://github.com/tomusdrw/jsonrpc-proxy [INFO] tweaked toml for git repo https://github.com/tomusdrw/jsonrpc-proxy written to /workspace/builds/worker-28/source/Cargo.toml [INFO] crate git repo https://github.com/tomusdrw/jsonrpc-proxy already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pin-project-lite v0.2.1 [INFO] [stderr] Downloaded jsonrpc-core v16.0.0 [INFO] [stderr] Downloaded bytes v1.0.0 [INFO] [stderr] Downloaded block-modes v0.7.0 [INFO] [stderr] Downloaded scrypt v0.5.0 [INFO] [stderr] Downloaded pbkdf2 v0.6.0 [INFO] [stderr] Downloaded aes-ctr v0.6.0 [INFO] [stderr] Downloaded secp256k1 v0.20.1 [INFO] [stderr] Downloaded secp256k1-sys v0.4.0 [INFO] [stderr] Downloaded primitive-types v0.10.0 [INFO] [stderr] Downloaded websocket v0.26.2 [INFO] [stderr] Downloaded ethsign v0.8.0 [INFO] [stderr] Downloaded parity-crypto v0.8.0 [INFO] [stderr] Downloaded jsonrpc-ws-server v16.0.0 [INFO] [stderr] Downloaded jsonrpc-server-utils v16.0.0 [INFO] [stderr] Downloaded jsonrpc-tcp-server v16.0.0 [INFO] [stderr] Downloaded jsonrpc-ipc-server v16.0.0 [INFO] [stderr] Downloaded jsonrpc-http-server v16.0.0 [INFO] [stderr] Downloaded websocket-base v0.26.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 82f3a095b985bfb2145c607f64dafd704afc4e9b850ce1abdb812110f8e3ed8a [INFO] running `Command { std: "docker" "start" "-a" "82f3a095b985bfb2145c607f64dafd704afc4e9b850ce1abdb812110f8e3ed8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "82f3a095b985bfb2145c607f64dafd704afc4e9b850ce1abdb812110f8e3ed8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82f3a095b985bfb2145c607f64dafd704afc4e9b850ce1abdb812110f8e3ed8a", kill_on_drop: false }` [INFO] [stdout] 82f3a095b985bfb2145c607f64dafd704afc4e9b850ce1abdb812110f8e3ed8a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dcf3850d68c862c5f8b34e88da5466cf6f8cc725ba14cb83bae6ff5a96059c79 [INFO] running `Command { std: "docker" "start" "-a" "dcf3850d68c862c5f8b34e88da5466cf6f8cc725ba14cb83bae6ff5a96059c79", 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 libc v0.2.101 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling futures v0.1.29 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling smallvec v0.6.10 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling once_cell v1.5.2 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling futures-sink v0.3.8 [INFO] [stderr] Compiling futures-core v0.3.8 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Compiling serde_json v1.0.69 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling autocfg v0.1.6 [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling bytes v1.0.0 [INFO] [stderr] Compiling opaque-debug v0.2.3 [INFO] [stderr] Compiling cli-params v0.1.0 (/opt/rustwide/workdir/proxy/cli-params) [INFO] [stderr] Compiling radium v0.6.2 [INFO] [stderr] Compiling rustc-hex v2.1.0 [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Compiling safemem v0.3.2 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling funty v1.1.0 [INFO] [stderr] Compiling subtle v2.4.0 [INFO] [stderr] Compiling wyz v0.2.0 [INFO] [stderr] Compiling tap v1.0.0 [INFO] [stderr] Compiling mio-named-pipes v0.1.6 [INFO] [stderr] Compiling lazycell v1.2.1 [INFO] [stderr] Compiling indexmap v1.2.0 [INFO] [stderr] Compiling cc v1.0.41 [INFO] [stderr] Compiling byte-slice-cast v1.0.0 [INFO] [stderr] Compiling unicode-width v0.1.6 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling yaml-rust v0.3.5 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling hex v0.4.2 [INFO] [stderr] Compiling humantime v2.0.1 [INFO] [stderr] Compiling block-padding v0.2.1 [INFO] [stderr] Compiling termcolor v1.0.5 [INFO] [stderr] Compiling pin-project-lite v0.2.1 [INFO] [stderr] Compiling zeroize v1.2.0 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling unicase v2.5.1 [INFO] [stderr] Compiling tokio v1.13.0 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling futures-task v0.3.8 [INFO] [stderr] Compiling block-padding v0.1.4 [INFO] [stderr] Compiling unicode-normalization v0.1.8 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling futures-channel v0.3.8 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling rlp v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling impl-rlp v0.3.0 [INFO] [stderr] Compiling secp256k1-sys v0.4.0 [INFO] [stderr] Compiling bitvec v0.20.1 [INFO] [stderr] Compiling tokio-executor v0.1.8 [INFO] [stderr] Compiling tokio-sync v0.1.6 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling cipher v0.2.5 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling crypto-mac v0.10.0 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling uint v0.9.0 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling bstr v0.2.8 [INFO] [stderr] Compiling sha-1 v0.8.1 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling aes-soft v0.6.4 [INFO] [stderr] Compiling salsa20 v0.7.2 [INFO] [stderr] Compiling ctr v0.6.0 [INFO] [stderr] Compiling block-modes v0.7.0 [INFO] [stderr] Compiling hmac v0.10.1 [INFO] [stderr] Compiling sha2 v0.9.3 [INFO] [stderr] Compiling ripemd160 v0.9.1 [INFO] [stderr] Compiling tokio-timer v0.2.11 [INFO] [stderr] Compiling tokio-current-thread v0.1.6 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling signal-hook-registry v1.3.0 [INFO] [stderr] Compiling mio v0.7.7 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling tokio-threadpool v0.1.16 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling aes v0.6.0 [INFO] [stderr] Compiling rand_core v0.6.1 [INFO] [stderr] Compiling aes-ctr v0.6.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling miow v0.3.6 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling url v2.1.0 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling secp256k1 v0.20.1 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling mio-extras v2.0.5 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling tokio-reactor v0.1.10 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling twox-hash v1.6.1 [INFO] [stderr] Compiling fixed-hash v0.7.0 [INFO] [stderr] Compiling parity-ws v0.10.0 [INFO] [stderr] Compiling pbkdf2 v0.6.0 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-udp v0.1.5 [INFO] [stderr] Compiling scrypt v0.5.0 [INFO] [stderr] Compiling globset v0.4.4 [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Compiling parity-crypto v0.8.0 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling websocket-base v0.26.1 [INFO] [stderr] Compiling tokio-named-pipes v0.1.0 [INFO] [stderr] Compiling cli v0.1.0 (/opt/rustwide/workdir/proxy/cli) [INFO] [stderr] Compiling parity-tokio-ipc v0.4.0 [INFO] [stderr] Compiling websocket v0.26.2 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling pin-project-internal v1.0.2 [INFO] [stderr] Compiling futures-macro v0.3.8 [INFO] [stderr] Compiling tokio-macros v1.1.0 [INFO] [stderr] Compiling pin-project v1.0.2 [INFO] [stderr] Compiling futures-util v0.3.8 [INFO] [stderr] Compiling futures-executor v0.3.8 [INFO] [stderr] Compiling futures v0.3.8 [INFO] [stderr] Compiling parity-scale-codec v2.0.0 [INFO] [stderr] Compiling impl-serde v0.3.2 [INFO] [stderr] Compiling ethsign v0.8.0 [INFO] [stderr] Compiling ethbloom v0.11.0 [INFO] [stderr] Compiling jsonrpc-core v16.0.0 [INFO] [stderr] Compiling jsonrpc-core v18.0.0 [INFO] [stderr] Compiling jsonrpc-pubsub v18.0.0 [INFO] [stderr] Compiling jsonrpc-server-utils v16.0.0 [INFO] [stderr] Compiling permissioning v0.1.0 (/opt/rustwide/workdir/plugins/permissioning) [INFO] [stderr] Compiling simple-cache v0.1.0 (/opt/rustwide/workdir/plugins/simple-cache) [INFO] [stderr] Compiling upstream v0.1.0 (/opt/rustwide/workdir/plugins/upstream) [INFO] [stderr] Compiling jsonrpc-ws-server v16.0.0 [INFO] [stderr] Compiling jsonrpc-tcp-server v16.0.0 [INFO] [stderr] Compiling jsonrpc-http-server v16.0.0 [INFO] [stderr] Compiling jsonrpc-ipc-server v16.0.0 [INFO] [stderr] Compiling ws-upstream v0.1.0 (/opt/rustwide/workdir/plugins/ws-upstream) [INFO] [stderr] Compiling impl-codec v0.5.0 [INFO] [stderr] Compiling transports v0.1.0 (/opt/rustwide/workdir/proxy/transports) [INFO] [stderr] Compiling primitive-types v0.10.0 [INFO] [stderr] Compiling rpc-proxy v0.1.0 (/opt/rustwide/workdir/generic-proxy) [INFO] [stderr] Compiling substrate-proxy v0.1.0 (/opt/rustwide/workdir/substrate-proxy) [INFO] [stderr] Compiling ethereum-types v0.12.1 [INFO] [stderr] Compiling ethereum-transaction v0.6.0 (/opt/rustwide/workdir/ethereum-proxy/plugins/accounts/transaction) [INFO] [stderr] Compiling ethereum-proxy-accounts v0.1.0 (/opt/rustwide/workdir/ethereum-proxy/plugins/accounts) [INFO] [stderr] Compiling ethereum-proxy v0.1.0 (/opt/rustwide/workdir/ethereum-proxy) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/substrate_proxy-4beea475dd254691.substrate_proxy.ad801348-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/substrate_proxy-4beea475dd254691.substrate_proxy.ad801348-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/substrate_proxy-4beea475dd254691.substrate_proxy.ad801348-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/substrate_proxy-4beea475dd254691.substrate_proxy.ad801348-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/substrate_proxy-4beea475dd254691.substrate_proxy.ad801348-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/substrate_proxy-4beea475dd254691.substrate_proxy.ad801348-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/substrate_proxy-4beea475dd254691.substrate_proxy.ad801348-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/substrate_proxy-4beea475dd254691.substrate_proxy.ad801348-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/substrate_proxy-4beea475dd254691.substrate_proxy.ad801348-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/substrate_proxy-4beea475dd254691.substrate_proxy.ad801348-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/substrate_proxy-4beea475dd254691.substrate_proxy.ad801348-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/substrate_proxy-4beea475dd254691.substrate_proxy.ad801348-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/substrate_proxy-4beea475dd254691.substrate_proxy.ad801348-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/substrate_proxy-4beea475dd254691.substrate_proxy.ad801348-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/substrate_proxy-4beea475dd254691.substrate_proxy.ad801348-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/substrate_proxy-4beea475dd254691.substrate_proxy.ad801348-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/substrate_proxy-4beea475dd254691.1d5zv6m4ui213ffm.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgeneric_proxy-9ebbdeedfc771e9d.rlib" "/opt/rustwide/target/debug/deps/libws_upstream-70e30f7ed0ba4aea.rlib" "/opt/rustwide/target/debug/deps/libwebsocket-9087d0dbc63f8ee7.rlib" "/opt/rustwide/target/debug/deps/libwebsocket_base-ff39e7365574b586.rlib" "/opt/rustwide/target/debug/deps/libbase64-8377ce4b7e9757c1.rlib" "/opt/rustwide/target/debug/deps/librand-6e093f809a7ab936.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-0e1b41da8d68268e.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-d94ed3e551232ae7.rlib" "/opt/rustwide/target/debug/deps/librand_hc-863ed5af2eff5223.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-96075d1ecee480e8.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-59007569fa0dabf5.rlib" "/opt/rustwide/target/debug/deps/librand_core-2035e010cda6ad37.rlib" "/opt/rustwide/target/debug/deps/librand_os-ddcfeecdd3f0c315.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-3a4a755403add799.rlib" "/opt/rustwide/target/debug/deps/librand_core-a742cc23d4224b17.rlib" "/opt/rustwide/target/debug/deps/libhyper-a78b9af4208f4735.rlib" "/opt/rustwide/target/debug/deps/libmime-a78bf3d6e119f34c.rlib" "/opt/rustwide/target/debug/deps/liblog-814a2a661e8061a1.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-f9a4078c62cb020a.rlib" "/opt/rustwide/target/debug/deps/libtypeable-c93b8f6d6c1b9f18.rlib" "/opt/rustwide/target/debug/deps/libtraitobject-7eea3d45fb14beb1.rlib" "/opt/rustwide/target/debug/deps/libunicase-70f799d8df47a763.rlib" "/opt/rustwide/target/debug/deps/liburl-b089408797cca16b.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-5467954df82172e2.rlib" "/opt/rustwide/target/debug/deps/libidna-5546f9cef825e42b.rlib" "/opt/rustwide/target/debug/deps/libbase64-7b69d90e2171a436.rlib" "/opt/rustwide/target/debug/deps/libsafemem-8263c186f2f0f0e3.rlib" "/opt/rustwide/target/debug/deps/libcli-d6f064d2fa925a4c.rlib" "/opt/rustwide/target/debug/deps/libtransports-cf55366b712a88d4.rlib" "/opt/rustwide/target/debug/deps/libjsonrpc_ws_server-886cd076d18bb3eb.rlib" "/opt/rustwide/target/debug/deps/libparity_ws-fa0ca38dda46657a.rlib" "/opt/rustwide/target/debug/deps/liburl-46a94c7ec9e8f314.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-1a1983d2d4a49459.rlib" "/opt/rustwide/target/debug/deps/libidna-2ceb50c5ede47383.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-3c04cf371851b326.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-502fc641a5064811.rlib" "/opt/rustwide/target/debug/deps/libmatches-ec882efcf894febd.rlib" "/opt/rustwide/target/debug/deps/libsha1-436c7f36b8b25696.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-6e7bea4bfd3900d4.rlib" "/opt/rustwide/target/debug/deps/libdigest-9c2117b7b1e45d32.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-4d6e822ee6232c52.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-7359ece3c84d8bcd.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-4b55dc488ea55308.rlib" "/opt/rustwide/target/debug/deps/libtypenum-494e523e9591724c.rlib" "/opt/rustwide/target/debug/deps/libblock_padding-54c8ef07091296ae.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-ac0b9918e5bf5ffe.rlib" "/opt/rustwide/target/debug/deps/libmio_extras-d3dd19eefa2e0ae5.rlib" "/opt/rustwide/target/debug/deps/liblazycell-bf4afccc2b1cfa72.rlib" "/opt/rustwide/target/debug/deps/libjsonrpc_tcp_server-da8bb44b46c8546f.rlib" "/opt/rustwide/target/debug/deps/libjsonrpc_ipc_server-43688135eb3251d7.rlib" "/opt/rustwide/target/debug/deps/libtokio_service-d1b99eedf183071a.rlib" "/opt/rustwide/target/debug/deps/libparity_tokio_ipc-7b4cebe192caf2e0.rlib" "/opt/rustwide/target/debug/deps/libjsonrpc_http_server-88d47e0f0796a7c4.rlib" "/opt/rustwide/target/debug/deps/libhyper-0c9bd2d6635228f3.rlib" "/opt/rustwide/target/debug/deps/libwant-522715d9056395d6.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-609761686bbedd51.rlib" "/opt/rustwide/target/debug/deps/libtime-795dfb2fc1caf9fb.rlib" "/opt/rustwide/target/debug/deps/libhttparse-740cc284933ad378.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-60364f67ffa1b09f.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-09844c30cf2339e6.rlib" "/opt/rustwide/target/debug/deps/libh2-f446ac51b43e6e04.rlib" "/opt/rustwide/target/debug/deps/libindexmap-dbc52238e143e626.rlib" "/opt/rustwide/target/debug/deps/libstring-0df039f37d559e51.rlib" "/opt/rustwide/target/debug/deps/libhttp-8f4cb9ae4864146e.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-a18ea5afe01119a4.rlib" "/opt/rustwide/target/debug/deps/libjsonrpc_server_utils-98aeb07f46065b09.rlib" "/opt/rustwide/target/debug/deps/libglobset-ad6b065960c3d209.rlib" "/opt/rustwide/target/debug/deps/libbstr-cab89df03989a2db.rlib" "/opt/rustwide/target/debug/deps/libunicase-e41396141ce8b00a.rlib" "/opt/rustwide/target/debug/deps/libtokio-968d06a8e11a7e96.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-5d5af46f34910f84.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-66edcc4a41557fbd.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-584f2ac8b738f708.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-24a5de11fbfd2d78.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-2a6db2f827906f52.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-849255e5b1d0a727.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-fdd004993583daf3.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-2b4cfcca55bcff62.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-7613bd3b0506589e.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-d47624f6df249825.rlib" "/opt/rustwide/target/debug/deps/liblock_api-ee35852acd97153c.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-6eedf05302d734b6.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-1c82885d6e0a69dc.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-5f062023f12c82f7.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-9aa2bfeddc6f70cc.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-061d5822e88558fe.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-99df14780f1ad05c.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-6667ee1b6498449b.rlib" "/opt/rustwide/target/debug/deps/libnodrop-5c6d6ad44684ae10.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-fd58db21ec69befb.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-15a5a92504a60a57.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-e50a1742c0c7743c.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-9d09a61a23371aa2.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-223871b72c78a2eb.rlib" "/opt/rustwide/target/debug/deps/libmio-a601f9618af4c354.rlib" "/opt/rustwide/target/debug/deps/libnet2-db232b5dde9d9aaa.rlib" "/opt/rustwide/target/debug/deps/libbytes-b8d7155c15f8f964.rlib" "/opt/rustwide/target/debug/deps/libeither-7b28566c81f42b6e.rlib" "/opt/rustwide/target/debug/deps/libiovec-b83f5db6f126e7e5.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f52e7e6f4d407eab.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-7942c305fbb8a387.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-318e742b09e4869d.rlib" "/opt/rustwide/target/debug/deps/libhumantime-ec63ec01195604d7.rlib" "/opt/rustwide/target/debug/deps/libregex-facb1cb09907c16f.rlib" "/opt/rustwide/target/debug/deps/libthread_local-b002bbebb39f88a2.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-15d168dc81118322.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-29647481defbcc4c.rlib" "/opt/rustwide/target/debug/deps/libupstream-37767995ea83b1ab.rlib" "/opt/rustwide/target/debug/deps/libsimple_cache-a63ee7ec564b9123.rlib" "/opt/rustwide/target/debug/deps/libtwox_hash-5ce68a2843cb7dce.rlib" "/opt/rustwide/target/debug/deps/librand-0b663dce91575037.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-316cf0a64557da14.rlib" "/opt/rustwide/target/debug/deps/librand_core-30d0c715729b0d42.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-9d96af58a7050cb6.rlib" "/opt/rustwide/target/debug/deps/libstatic_assertions-4d02c97831cce811.rlib" "/opt/rustwide/target/debug/deps/libpermissioning-bd6ccfb1363b152e.rlib" "/opt/rustwide/target/debug/deps/libfnv-6d1578eb67bc4123.rlib" "/opt/rustwide/target/debug/deps/libcli_params-c9ff136430127c9c.rlib" "/opt/rustwide/target/debug/deps/libjsonrpc_pubsub-1a3399fc30070ead.rlib" "/opt/rustwide/target/debug/deps/librand-9cf23986e36d9784.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-4ad690c07c5fea9d.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-e6b8268d95437337.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-8d089d4e7afdcb69.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b341606102c7008f.rlib" "/opt/rustwide/target/debug/deps/librand_core-4497124f5f2c3e25.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-a3958883b26cdb3c.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-77abc38cc38d84d4.rlib" "/opt/rustwide/target/debug/deps/libjsonrpc_core-107afc64cf873d2f.rlib" "/opt/rustwide/target/debug/deps/libjsonrpc_core-f23a8ced49888a6c.rlib" "/opt/rustwide/target/debug/deps/libfutures-44bca304083d1c3f.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-342c07a66ad60d76.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-bd34a0ac65e63c24.rlib" "/opt/rustwide/target/debug/deps/libfutures-eaec737a9b34cdf4.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-cae1b768d003a47a.rlib" "/opt/rustwide/target/debug/deps/libslab-47832e98c319689d.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-a60f3b898192510d.rlib" "/opt/rustwide/target/debug/deps/libpin_project-0fbd4a2012dfef5b.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-734c2e40eb1124b6.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-d09e9c69b6b632b0.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-6c669315cfadfec5.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-ee82e5879ab91267.rlib" "/opt/rustwide/target/debug/deps/libserde_json-f582cb4b04ff3c3a.rlib" "/opt/rustwide/target/debug/deps/libryu-a0f24e45ca50d2b6.rlib" "/opt/rustwide/target/debug/deps/libitoa-cca9d566c5b7acd5.rlib" "/opt/rustwide/target/debug/deps/libserde-116866539f569a92.rlib" "/opt/rustwide/target/debug/deps/libclap-9d8bbbf70c65fd81.rlib" "/opt/rustwide/target/debug/deps/libyaml_rust-0221a9701772755e.rlib" "/opt/rustwide/target/debug/deps/libvec_map-32a27d7a4d614ade.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-f8a948342a852624.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-b21024c24413aacd.rlib" "/opt/rustwide/target/debug/deps/libstrsim-2b5231486aa116be.rlib" "/opt/rustwide/target/debug/deps/libbitflags-80e93151c602d4a3.rlib" "/opt/rustwide/target/debug/deps/libatty-c522a16dd933a63c.rlib" "/opt/rustwide/target/debug/deps/libansi_term-7174ce98a6fd1d8e.rlib" "/opt/rustwide/target/debug/deps/libtokio-f7802b4a4980bf25.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-9b4e5febee2027d9.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-04bdb6a84c8e249c.rlib" "/opt/rustwide/target/debug/deps/libmemchr-948765f414d47e2e.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-01b4ea56943ac618.rlib" "/opt/rustwide/target/debug/deps/libbytes-4bf30d8a460325b9.rlib" "/opt/rustwide/target/debug/deps/libmio-19313ea8a45e096f.rlib" "/opt/rustwide/target/debug/deps/liblog-82c0db7e24d48d9b.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-bcfb4a3f1b1e0d09.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-09f0331d1741b482.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-90edcea198ee293b.rlib" "/opt/rustwide/target/debug/deps/liblibc-92c84789c4d5bfac.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-7aff3213d137eb8f.rlib" "/opt/rustwide/target/debug/deps/liblock_api-a41ab347b0626279.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-93870536328d7ed1.rlib" "/opt/rustwide/target/debug/deps/libinstant-514cb353dbfca351.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-56df745b5175507b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8d61b92a0a02f53a.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fc45202bb435016b.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f2400674c7513725.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-605c3a7d1a5d300d.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3d4fb4efa907e4e8.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-65207f030ab23308.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-76ca199cb0186109.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1e3e01ed4f561dc1.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dd8dddcba7c13fee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-00b13d31c3420656.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e4c8460b81557bd5.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-600d46e5f0005455.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e4a08a2585b62d37.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fbc21ec567cb9dc7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-10b3fa8e49bd978f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-64625b73694ffce7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fb6b78ac543a58ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d1f2d1bec6f51b8.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-acf5ff6e9595d982.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/substrate_proxy-4beea475dd254691" "-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 `substrate-proxy` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "dcf3850d68c862c5f8b34e88da5466cf6f8cc725ba14cb83bae6ff5a96059c79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dcf3850d68c862c5f8b34e88da5466cf6f8cc725ba14cb83bae6ff5a96059c79", kill_on_drop: false }` [INFO] [stdout] dcf3850d68c862c5f8b34e88da5466cf6f8cc725ba14cb83bae6ff5a96059c79