[INFO] updating cached repository https://github.com/ersenal/gabira [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5b54abd05d5953e62f181268522883ea110019ca [INFO] testing ersenal/gabira against beta-2020-07-24 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fersenal%2Fgabira" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ersenal/gabira on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ersenal/gabira [INFO] finished tweaking git repo https://github.com/ersenal/gabira [INFO] tweaked toml for git repo https://github.com/ersenal/gabira written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/ersenal/gabira already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d135a2dc1a8da30e105bac2ff181a6d6ce12651219b3aea890e52ea9747c405c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d135a2dc1a8da30e105bac2ff181a6d6ce12651219b3aea890e52ea9747c405c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d135a2dc1a8da30e105bac2ff181a6d6ce12651219b3aea890e52ea9747c405c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d135a2dc1a8da30e105bac2ff181a6d6ce12651219b3aea890e52ea9747c405c", kill_on_drop: false }` [INFO] [stdout] d135a2dc1a8da30e105bac2ff181a6d6ce12651219b3aea890e52ea9747c405c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 95e92996d2db3cb48e459e7a8edca83f57d28a6ecd324fa645a2d6003c191a16 [INFO] running `Command { std: "docker" "start" "-a" "95e92996d2db3cb48e459e7a8edca83f57d28a6ecd324fa645a2d6003c191a16", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v0.1.4 [INFO] [stderr] Compiling cc v1.0.18 [INFO] [stderr] Compiling byteorder v1.2.4 [INFO] [stderr] Compiling matches v0.1.7 [INFO] [stderr] Compiling serde v1.0.70 [INFO] [stderr] Compiling regex v1.0.2 [INFO] [stderr] Compiling lazycell v1.0.0 [INFO] [stderr] Compiling tokio-executor v0.1.2 [INFO] [stderr] Compiling proc-macro2 v0.4.9 [INFO] [stderr] Compiling actix-web v0.7.3 [INFO] [stderr] Compiling rand v0.5.4 [INFO] [stderr] Compiling pretty_assertions v0.5.1 [INFO] [stderr] Compiling aho-corasick v0.6.6 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling smallvec v0.6.3 [INFO] [stderr] Compiling phf_shared v0.7.22 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling mime v0.3.8 [INFO] [stderr] Compiling log v0.4.3 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling crossbeam-utils v0.3.2 [INFO] [stderr] Compiling socket2 v0.3.7 [INFO] [stderr] Compiling crossbeam-epoch v0.5.2 [INFO] [stderr] Compiling uuid v0.6.5 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling bytes v0.4.9 [INFO] [stderr] Compiling base64 v0.9.2 [INFO] [stderr] Compiling phf_generator v0.7.22 [INFO] [stderr] Compiling phf v0.7.22 [INFO] [stderr] Compiling tokio-timer v0.2.4 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling quote v0.6.5 [INFO] [stderr] Compiling crossbeam-epoch v0.4.3 [INFO] [stderr] Compiling mio v0.6.15 [INFO] [stderr] Compiling phf_codegen v0.7.22 [INFO] [stderr] Compiling syn v0.14.7 [INFO] [stderr] Compiling tokio-io v0.1.7 [INFO] [stderr] Compiling http v0.1.8 [INFO] [stderr] Compiling parking_lot v0.6.3 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling crossbeam-deque v0.3.1 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Compiling tokio-threadpool v0.1.5 [INFO] [stderr] Compiling crossbeam-channel v0.2.4 [INFO] [stderr] Compiling backtrace-sys v0.1.23 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling ring v0.13.2 [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Compiling mio-uds v0.6.6 [INFO] [stderr] Compiling tokio-reactor v0.1.2 [INFO] [stderr] Compiling tokio-codec v0.1.0 [INFO] [stderr] Compiling url v1.7.1 [INFO] [stderr] Compiling tokio-fs v0.1.2 [INFO] [stderr] Compiling tokio-tcp v0.1.0 [INFO] [stderr] Compiling tokio-signal v0.2.1 [INFO] [stderr] Compiling tokio-udp v0.1.1 [INFO] [stderr] Compiling flate2 v1.0.2 [INFO] [stderr] Compiling tokio v0.1.7 [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling error-chain v0.1.12 [INFO] [stderr] Compiling trust-dns-proto v0.4.0 [INFO] [stderr] Compiling h2 v0.1.11 [INFO] [stderr] Compiling trust-dns-resolver v0.9.0 [INFO] [stderr] Compiling cookie v0.11.0 [INFO] [stderr] Compiling synstructure v0.9.0 [INFO] [stderr] Compiling serde_json v1.0.24 [INFO] [stderr] Compiling serde_urlencoded v0.5.2 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling failure_derive v0.1.2 [INFO] [stderr] Compiling actix_derive v0.3.0 [INFO] [stderr] Compiling failure v0.1.2 [INFO] [stderr] Compiling actix v0.7.3 [INFO] [stderr] Compiling gabira v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/assert.rs:15:49 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn create_status_assert(status: u16) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse)` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/assert.rs:21:50 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn create_body_assert<'a>(body: Body) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/assert.rs:26:71 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn create_cookie_assert<'a>(name: &'a str, value: &'a str) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/assert.rs:38:61 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn create_json_assert<'a, T: Serialize>(json: T) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/assert.rs:43:61 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn create_form_assert<'a, T: Serialize>(form: T) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/assert.rs:53:10 [INFO] [stdout] | [INFO] [stdout] 53 | ) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/expect_builder.rs:16:29 [INFO] [stdout] | [INFO] [stdout] 16 | pub expectations: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 36s [INFO] running `Command { std: "docker" "inspect" "95e92996d2db3cb48e459e7a8edca83f57d28a6ecd324fa645a2d6003c191a16", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "95e92996d2db3cb48e459e7a8edca83f57d28a6ecd324fa645a2d6003c191a16", kill_on_drop: false }` [INFO] [stdout] 95e92996d2db3cb48e459e7a8edca83f57d28a6ecd324fa645a2d6003c191a16 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d58f841950b5a4dc3da0a2bcde874920b3d1f1f87115989b52aef4d843270a2f [INFO] running `Command { std: "docker" "start" "-a" "d58f841950b5a4dc3da0a2bcde874920b3d1f1f87115989b52aef4d843270a2f", kill_on_drop: false }` [INFO] [stderr] Compiling serde_derive v1.0.70 [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/assert.rs:15:49 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn create_status_assert(status: u16) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse)` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/assert.rs:21:50 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn create_body_assert<'a>(body: Body) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/assert.rs:26:71 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn create_cookie_assert<'a>(name: &'a str, value: &'a str) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/assert.rs:38:61 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn create_json_assert<'a, T: Serialize>(json: T) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/assert.rs:43:61 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn create_form_assert<'a, T: Serialize>(form: T) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/assert.rs:53:10 [INFO] [stdout] | [INFO] [stdout] 53 | ) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/expect_builder.rs:16:29 [INFO] [stdout] | [INFO] [stdout] 16 | pub expectations: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling gabira v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/assert.rs:15:49 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn create_status_assert(status: u16) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse)` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/assert.rs:21:50 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn create_body_assert<'a>(body: Body) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/assert.rs:26:71 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn create_cookie_assert<'a>(name: &'a str, value: &'a str) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/assert.rs:38:61 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn create_json_assert<'a, T: Serialize>(json: T) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/assert.rs:43:61 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn create_form_assert<'a, T: Serialize>(form: T) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/assert.rs:53:10 [INFO] [stdout] | [INFO] [stdout] 53 | ) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/expect_builder.rs:16:29 [INFO] [stdout] | [INFO] [stdout] 16 | pub expectations: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `gabira`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name lib tests/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -Cembed-bitcode=no -C debuginfo=2 --test -C metadata=6c355a5c604d87cb -C extra-filename=-6c355a5c604d87cb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern actix_web=/opt/rustwide/target/debug/deps/libactix_web-41758dc26da638b3.rlib --extern ansi_term=/opt/rustwide/target/debug/deps/libansi_term-fe7bdec5ded10333.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-1d6c8998a4c0baad.rlib --extern gabira=/opt/rustwide/target/debug/deps/libgabira-0737ff6055226e62.rlib --extern owning_ref=/opt/rustwide/target/debug/deps/libowning_ref-035a7cca35ab4fe6.rlib --extern pretty_assertions=/opt/rustwide/target/debug/deps/libpretty_assertions-926b005fb48f56e6.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-ce9a4e04432257c1.rlib --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-42f0a4b7a323002c.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-e784ab60416cb581.rlib --extern serde_urlencoded=/opt/rustwide/target/debug/deps/libserde_urlencoded-dd4bf027ff751a76.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-5343756b9a1b9828.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/backtrace-sys-56e026b423f3375e/out -L native=/opt/rustwide/target/debug/build/brotli-sys-60d68cc285604a9d/out -L native=/opt/rustwide/target/debug/build/ring-861694abfcbeea92/out -L native=/opt/rustwide/target/debug/build/miniz-sys-4ebf020d0e3fec27/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/comment-00795e3caac53ded.comment.cnaqndln-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/comment-00795e3caac53ded.comment.cnaqndln-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/comment-00795e3caac53ded.comment.cnaqndln-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/comment-00795e3caac53ded.comment.cnaqndln-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/comment-00795e3caac53ded.comment.cnaqndln-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/comment-00795e3caac53ded.comment.cnaqndln-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/comment-00795e3caac53ded.comment.cnaqndln-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/comment-00795e3caac53ded.comment.cnaqndln-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/comment-00795e3caac53ded.comment.cnaqndln-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/comment-00795e3caac53ded.comment.cnaqndln-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/comment-00795e3caac53ded.comment.cnaqndln-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/comment-00795e3caac53ded.comment.cnaqndln-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/comment-00795e3caac53ded.comment.cnaqndln-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/comment-00795e3caac53ded.comment.cnaqndln-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/comment-00795e3caac53ded.comment.cnaqndln-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/comment-00795e3caac53ded.comment.cnaqndln-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/comment-00795e3caac53ded" "/opt/rustwide/target/debug/examples/comment-00795e3caac53ded.4d11ishz732qh54c.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-56e026b423f3375e/out" "-L" "/opt/rustwide/target/debug/build/brotli-sys-60d68cc285604a9d/out" "-L" "/opt/rustwide/target/debug/build/ring-861694abfcbeea92/out" "-L" "/opt/rustwide/target/debug/build/miniz-sys-4ebf020d0e3fec27/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgabira-0737ff6055226e62.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-dd4bf027ff751a76.rlib" "/opt/rustwide/target/debug/deps/libpretty_assertions-926b005fb48f56e6.rlib" "/opt/rustwide/target/debug/deps/libansi_term-fe7bdec5ded10333.rlib" "/opt/rustwide/target/debug/deps/libdifference-c30542c013f98751.rlib" "/opt/rustwide/target/debug/deps/libactix_web-41758dc26da638b3.rlib" "/opt/rustwide/target/debug/deps/libactix-9db9c826a36e3a91.rlib" "/opt/rustwide/target/debug/deps/libtokio_signal-8f4f7713ebdb8d51.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-0b6e30ae0d4a29e9.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-50c9635df827e7f9.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-394e8a0e3a434a51.rlib" "/opt/rustwide/target/debug/deps/libsocket2-aad2930d6390fb8e.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-bb834f2d5dd5e505.rlib" "/opt/rustwide/target/debug/deps/libhostname-4a78c7ea844499b4.rlib" "/opt/rustwide/target/debug/deps/libquick_error-d9bca13dadd46f6f.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-dc18d05c5b7592a1.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-e385ddd7db03551b.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-c0e9b70cf6b45744.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-4813620ea5d3dc9d.rlib" "/opt/rustwide/target/debug/deps/libdbghelp-a8e91854f2a89c0f.rlib" "/opt/rustwide/target/debug/deps/libwinapi-08f0135bab856b5b.rlib" "/opt/rustwide/target/debug/deps/libkernel32-cceb62b1a55bf6d7.rlib" "/opt/rustwide/target/debug/deps/libuuid-0cf731283081db75.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-2b95b6e7f012d762.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-6941e30b2b9d1ac1.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-e6a25c973475fddd.rlib" "/opt/rustwide/target/debug/deps/libserde_json-e784ab60416cb581.rlib" "/opt/rustwide/target/debug/deps/libdtoa-155c8379712b16f0.rlib" "/opt/rustwide/target/debug/deps/libh2-3c7f83256617a56d.rlib" "/opt/rustwide/target/debug/deps/libindexmap-6731b9af89dd233d.rlib" "/opt/rustwide/target/debug/deps/libstring-607dc72400c64370.rlib" "/opt/rustwide/target/debug/deps/libflate2-bb4c07dabaa9e237.rlib" "/opt/rustwide/target/debug/deps/libminiz_sys-0e36bd27c3ffad32.rlib" "/opt/rustwide/target/debug/deps/libbrotli2-7400b971bcdab61c.rlib" "/opt/rustwide/target/debug/deps/libbrotli_sys-d94e3692268bce70.rlib" "/opt/rustwide/target/debug/deps/libserde-ce9a4e04432257c1.rlib" "/opt/rustwide/target/debug/deps/libtokio-5343756b9a1b9828.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-f9b416a76e4ae574.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-0abfece43af9bdb9.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-f9bfb8502b8d81c0.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-a0dc88a950005f0e.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-b6a9134e8635dc76.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-c1bd77b38ed5b3ce.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-a9be80ff8a516671.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-7de6af186c925242.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-f5047c4872ef952c.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-0771bbc32ad4bd2f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-434923e97ed52167.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-eee4b0dfaf1d5fc7.rlib" "/opt/rustwide/target/debug/deps/libnodrop-6f8bc61a08d6be24.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-673ae69b5b4a0771.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-5f4ca53ac2c3f57a.rlib" "/opt/rustwide/target/debug/deps/librand-9ee4c6aeaa45c3e2.rlib" "/opt/rustwide/target/debug/deps/librand_core-bde60066ef524979.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-7827ba79d928218b.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-5495f568b15df2cb.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-e003ba56f5ae2f89.rlib" "/opt/rustwide/target/debug/deps/librand-3eb71e2b2af3ed2f.rlib" "/opt/rustwide/target/debug/deps/liblock_api-4bc8a8892c50ff17.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-035a7cca35ab4fe6.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-86b1307a95d38cfd.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-35b70419fc3f560e.rlib" "/opt/rustwide/target/debug/deps/libmio-b6b3b1e8bea9b0c9.rlib" "/opt/rustwide/target/debug/deps/libslab-9d13d6c58b92640e.rlib" "/opt/rustwide/target/debug/deps/libnet2-1482d0d58ab609dc.rlib" "/opt/rustwide/target/debug/deps/liblazycell-1ecb4c42bdff3e0b.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-995f81137f600a14.rlib" "/opt/rustwide/target/debug/deps/libphf-1c8e616b3eb659be.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-18d2bda18b584c83.rlib" "/opt/rustwide/target/debug/deps/libunicase-53c4e87039e9cd13.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-1bc02ae021f668a4.rlib" "/opt/rustwide/target/debug/deps/libmime-f4ed62848c08c146.rlib" "/opt/rustwide/target/debug/deps/libunicase-418ac3356533741e.rlib" "/opt/rustwide/target/debug/deps/liblazycell-6c4f3d41ff1d0fe5.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-061f4e1bd63283ed.rlib" "/opt/rustwide/target/debug/deps/libhttparse-c166d7b67065f154.rlib" "/opt/rustwide/target/debug/deps/libhttp-a2a85b6c676217b8.rlib" "/opt/rustwide/target/debug/deps/libitoa-50560fb57a0ecaba.rlib" "/opt/rustwide/target/debug/deps/libfnv-37dc92b0673ee3ab.rlib" "/opt/rustwide/target/debug/deps/libhtmlescape-14f8bf25a6bf5d8e.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-c9ad35daaf1d68ef.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-ffb22ff8af7111f3.rlib" "/opt/rustwide/target/debug/deps/libcookie-ec9b57677cd9c5f1.rlib" "/opt/rustwide/target/debug/deps/libring-831ffb8ee96338c9.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-ac8ba5ae861e3e7a.rlib" "/opt/rustwide/target/debug/deps/liburl-d74e3a8a42e4aa0d.rlib" "/opt/rustwide/target/debug/deps/libencoding-6ed8aa24ccb887c5.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_tradchinese-e1b390b523d7cfee.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_simpchinese-5b7b0264629b6ce3.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_japanese-e0701c516fc85402.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_korean-c78092f37518b15a.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_singlebyte-3d19531277b86107.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-88e6a83f9628f22c.rlib" "/opt/rustwide/target/debug/deps/libidna-d995cb5262527296.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-771897ee471b32a9.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-4765ac07b9da23d8.rlib" "/opt/rustwide/target/debug/deps/libmatches-2687c5332e29c199.rlib" "/opt/rustwide/target/debug/deps/libfutures-1d6c8998a4c0baad.rlib" "/opt/rustwide/target/debug/deps/libfailure-b86b9d37b15fc088.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-9b5dc7f9068ffea8.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-c7d2094ce79aa99b.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-784d1ffed57fb06c.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a1a20fbf99978357.rlib" "/opt/rustwide/target/debug/deps/libtime-3265f259a57e9cba.rlib" "/opt/rustwide/target/debug/deps/libsha1-6b31ced6ba98c0d9.rlib" "/opt/rustwide/target/debug/deps/libregex-ac261630f6623b4b.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-8bc91a49aea63775.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-946331a9340afec5.rlib" "/opt/rustwide/target/debug/deps/libucd_util-2d85bddcd195cb16.rlib" "/opt/rustwide/target/debug/deps/libthread_local-bee2669e577e57c0.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-d0943ae5731e8204.rlib" "/opt/rustwide/target/debug/deps/libunreachable-df638fbf420fe3b0.rlib" "/opt/rustwide/target/debug/deps/libvoid-3282560b88f14a5c.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-c245173e9fb4cece.rlib" "/opt/rustwide/target/debug/deps/libmemchr-3b9cfca094a577cf.rlib" "/opt/rustwide/target/debug/deps/libbytes-05f1d54e5d9fa7c4.rlib" "/opt/rustwide/target/debug/deps/libiovec-28c79699867c289f.rlib" "/opt/rustwide/target/debug/deps/liblibc-dc5293f2db4df33e.rlib" "/opt/rustwide/target/debug/deps/libbase64-c8f772415dde84cb.rlib" "/opt/rustwide/target/debug/deps/libsafemem-d7ea02c9f3f871de.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-0198cef561250919.rlib" "/opt/rustwide/target/debug/deps/liblog-3ad2b0a0333f9cfc.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ceac252e29b68a89.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [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: build failed [INFO] running `Command { std: "docker" "inspect" "d58f841950b5a4dc3da0a2bcde874920b3d1f1f87115989b52aef4d843270a2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d58f841950b5a4dc3da0a2bcde874920b3d1f1f87115989b52aef4d843270a2f", kill_on_drop: false }` [INFO] [stdout] d58f841950b5a4dc3da0a2bcde874920b3d1f1f87115989b52aef4d843270a2f