[INFO] cloning repository https://github.com/twe4ked/esdb [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/twe4ked/esdb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftwe4ked%2Fesdb", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftwe4ked%2Fesdb'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 74f24ca4156dba2c54799b0c292392cee5815c7d [INFO] building twe4ked/esdb against try#0179c3cb935eb588d407cb784f436ae84d99db5c for pr-107620-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftwe4ked%2Fesdb" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/twe4ked/esdb on toolchain 0179c3cb935eb588d407cb784f436ae84d99db5c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0179c3cb935eb588d407cb784f436ae84d99db5c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/twe4ked/esdb [INFO] finished tweaking git repo https://github.com/twe4ked/esdb [INFO] tweaked toml for git repo https://github.com/twe4ked/esdb written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/twe4ked/esdb already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0179c3cb935eb588d407cb784f436ae84d99db5c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:3d532c2baa59a8a48e45c3be7eb049f77ac5a58a7a6514a58a8e878df1c3d03d" "/opt/rustwide/cargo-home/bin/cargo" "+0179c3cb935eb588d407cb784f436ae84d99db5c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cd0b43cc14e8dbbe1cf62278f59129e793ea18fb5502aaade9935de66fb08a09 [INFO] running `Command { std: "docker" "start" "-a" "cd0b43cc14e8dbbe1cf62278f59129e793ea18fb5502aaade9935de66fb08a09", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cd0b43cc14e8dbbe1cf62278f59129e793ea18fb5502aaade9935de66fb08a09", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd0b43cc14e8dbbe1cf62278f59129e793ea18fb5502aaade9935de66fb08a09", kill_on_drop: false }` [INFO] [stdout] cd0b43cc14e8dbbe1cf62278f59129e793ea18fb5502aaade9935de66fb08a09 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d532c2baa59a8a48e45c3be7eb049f77ac5a58a7a6514a58a8e878df1c3d03d" "/opt/rustwide/cargo-home/bin/cargo" "+0179c3cb935eb588d407cb784f436ae84d99db5c" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 805ec65d26dbca304a515d0599909abd0379f247d59a1161eaffe68a05f5c04d [INFO] running `Command { std: "docker" "start" "-a" "805ec65d26dbca304a515d0599909abd0379f247d59a1161eaffe68a05f5c04d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling pin-project-lite v0.1.11 [INFO] [stderr] Compiling futures-core v0.3.8 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling net2 v0.2.35 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling http v0.2.1 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling futures-sink v0.3.8 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling tinyvec v1.0.1 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling once_cell v1.5.2 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling futures-task v0.3.8 [INFO] [stderr] Compiling unicode-normalization v0.1.14 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling signal-hook-registry v1.2.2 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling form_urlencoded v1.0.0 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] Compiling block-padding v0.1.5 [INFO] [stderr] Compiling url v2.2.0 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling cpuid-bool v0.1.2 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling smallvec v1.4.2 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling regex-syntax v0.6.21 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling sha-1 v0.9.2 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling futures-channel v0.3.8 [INFO] [stderr] Compiling lock_api v0.3.4 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling input_buffer v0.3.1 [INFO] [stderr] Compiling instant v0.1.8 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling utf-8 v0.7.5 [INFO] [stderr] Compiling opaque-debug v0.2.3 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling sha-1 v0.8.2 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling tungstenite v0.11.1 [INFO] [stderr] Compiling buf_redux v0.8.4 [INFO] [stderr] Compiling parking_lot_core v0.8.0 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling crossbeam-channel v0.3.9 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling lock_api v0.4.1 [INFO] [stderr] Compiling socket2 v0.3.16 [INFO] [stderr] Compiling httpdate v0.3.2 [INFO] [stderr] Compiling dtoa v0.4.6 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling tower-service v0.3.0 [INFO] [stderr] Compiling futures-io v0.3.8 [INFO] [stderr] Compiling multipart v0.17.0 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling parking_lot v0.11.0 [INFO] [stderr] Compiling headers v0.3.2 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling tracing-log v0.1.1 [INFO] [stderr] Compiling sharded-slab v0.1.0 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling urlencoding v1.1.1 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling sled v0.34.4 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling pin-project-internal v1.0.1 [INFO] [stderr] Compiling tokio-macros v0.2.6 [INFO] [stderr] Compiling tracing-attributes v0.1.11 [INFO] [stderr] Compiling thiserror-impl v1.0.22 [INFO] [stderr] Compiling zerocopy-derive v0.2.0 [INFO] [stderr] Compiling tokio v0.2.23 [INFO] [stderr] Compiling thiserror v1.0.22 [INFO] [stderr] Compiling tracing v0.1.21 [INFO] [stderr] Compiling pin-project v1.0.1 [INFO] [stderr] Compiling futures-util v0.3.8 [INFO] [stderr] Compiling zerocopy v0.3.0 [INFO] [stderr] Compiling pin-project v0.4.27 [INFO] [stderr] Compiling tracing-futures v0.2.4 [INFO] [stderr] Compiling futures v0.3.8 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tokio-tungstenite v0.11.0 [INFO] [stderr] Compiling h2 v0.2.7 [INFO] [stderr] Compiling serde_bytes v0.11.5 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling bincode v1.3.1 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling tracing-serde v0.1.2 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling hyper v0.13.9 [INFO] [stderr] Compiling sled v0.29.2 [INFO] [stderr] Compiling tracing-subscriber v0.2.15 [INFO] [stderr] Compiling warp v0.2.5 [INFO] [stderr] Compiling sled-extensions v0.2.0 [INFO] [stderr] Compiling esdb v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: opaque type `impl warp::Filter + warp::filter::FilterBase + Clone` does not satisfy its associated type bounds [INFO] [stdout] --> src/main.rs:13:18 [INFO] [stdout] | [INFO] [stdout] 13 | ) -> impl Filter + Clone { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.2.5/src/filter/mod.rs:39:19 [INFO] [stdout] | [INFO] [stdout] 39 | type Extract: Tuple; // + Send; [INFO] [stdout] | ----- this associated type bound is unsatisfied for `impl Reply` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(opaque_hidden_inferred_bound)]` on by default [INFO] [stdout] help: add this bound [INFO] [stdout] | [INFO] [stdout] 13 | ) -> impl Filter + Clone { [INFO] [stdout] | ++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: opaque type `impl warp::Filter + warp::filter::FilterBase + Clone` does not satisfy its associated type bounds [INFO] [stdout] --> src/main.rs:34:18 [INFO] [stdout] | [INFO] [stdout] 34 | ) -> impl Filter + Clone { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.2.5/src/filter/mod.rs:39:19 [INFO] [stdout] | [INFO] [stdout] 39 | type Extract: Tuple; // + Send; [INFO] [stdout] | ----- this associated type bound is unsatisfied for `impl Reply` [INFO] [stdout] | [INFO] [stdout] help: add this bound [INFO] [stdout] | [INFO] [stdout] 34 | ) -> impl Filter + Clone { [INFO] [stdout] | ++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: opaque type `impl warp::Filter + warp::filter::FilterBase + Clone` does not satisfy its associated type bounds [INFO] [stdout] --> src/main.rs:48:18 [INFO] [stdout] | [INFO] [stdout] 48 | ) -> impl Filter + Clone { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.2.5/src/filter/mod.rs:39:19 [INFO] [stdout] | [INFO] [stdout] 39 | type Extract: Tuple; // + Send; [INFO] [stdout] | ----- this associated type bound is unsatisfied for `impl Reply` [INFO] [stdout] | [INFO] [stdout] help: add this bound [INFO] [stdout] | [INFO] [stdout] 48 | ) -> impl Filter + Clone { [INFO] [stdout] | ++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: opaque type `impl warp::Filter + warp::filter::FilterBase + Clone` does not satisfy its associated type bounds [INFO] [stdout] --> src/main.rs:60:18 [INFO] [stdout] | [INFO] [stdout] 60 | ) -> impl Filter + Clone { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.2.5/src/filter/mod.rs:39:19 [INFO] [stdout] | [INFO] [stdout] 39 | type Extract: Tuple; // + Send; [INFO] [stdout] | ----- this associated type bound is unsatisfied for `impl Reply` [INFO] [stdout] | [INFO] [stdout] help: add this bound [INFO] [stdout] | [INFO] [stdout] 60 | ) -> impl Filter + Clone { [INFO] [stdout] | ++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 46.98s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.17.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "805ec65d26dbca304a515d0599909abd0379f247d59a1161eaffe68a05f5c04d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "805ec65d26dbca304a515d0599909abd0379f247d59a1161eaffe68a05f5c04d", kill_on_drop: false }` [INFO] [stdout] 805ec65d26dbca304a515d0599909abd0379f247d59a1161eaffe68a05f5c04d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d532c2baa59a8a48e45c3be7eb049f77ac5a58a7a6514a58a8e878df1c3d03d" "/opt/rustwide/cargo-home/bin/cargo" "+0179c3cb935eb588d407cb784f436ae84d99db5c" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8c6cf4979c32b0dc367fabab22c9f76122bbc3bdca6262d83023142558a41961 [INFO] running `Command { std: "docker" "start" "-a" "8c6cf4979c32b0dc367fabab22c9f76122bbc3bdca6262d83023142558a41961", kill_on_drop: false }` [INFO] [stderr] Compiling esdb v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: opaque type `impl warp::Filter + warp::filter::FilterBase + Clone` does not satisfy its associated type bounds [INFO] [stdout] --> src/main.rs:13:18 [INFO] [stdout] | [INFO] [stdout] 13 | ) -> impl Filter + Clone { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.2.5/src/filter/mod.rs:39:19 [INFO] [stdout] | [INFO] [stdout] 39 | type Extract: Tuple; // + Send; [INFO] [stdout] | ----- this associated type bound is unsatisfied for `impl Reply` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(opaque_hidden_inferred_bound)]` on by default [INFO] [stdout] help: add this bound [INFO] [stdout] | [INFO] [stdout] 13 | ) -> impl Filter + Clone { [INFO] [stdout] | ++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: opaque type `impl warp::Filter + warp::filter::FilterBase + Clone` does not satisfy its associated type bounds [INFO] [stdout] --> src/main.rs:34:18 [INFO] [stdout] | [INFO] [stdout] 34 | ) -> impl Filter + Clone { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.2.5/src/filter/mod.rs:39:19 [INFO] [stdout] | [INFO] [stdout] 39 | type Extract: Tuple; // + Send; [INFO] [stdout] | ----- this associated type bound is unsatisfied for `impl Reply` [INFO] [stdout] | [INFO] [stdout] help: add this bound [INFO] [stdout] | [INFO] [stdout] 34 | ) -> impl Filter + Clone { [INFO] [stdout] | ++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: opaque type `impl warp::Filter + warp::filter::FilterBase + Clone` does not satisfy its associated type bounds [INFO] [stdout] --> src/main.rs:48:18 [INFO] [stdout] | [INFO] [stdout] 48 | ) -> impl Filter + Clone { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.2.5/src/filter/mod.rs:39:19 [INFO] [stdout] | [INFO] [stdout] 39 | type Extract: Tuple; // + Send; [INFO] [stdout] | ----- this associated type bound is unsatisfied for `impl Reply` [INFO] [stdout] | [INFO] [stdout] help: add this bound [INFO] [stdout] | [INFO] [stdout] 48 | ) -> impl Filter + Clone { [INFO] [stdout] | ++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: opaque type `impl warp::Filter + warp::filter::FilterBase + Clone` does not satisfy its associated type bounds [INFO] [stdout] --> src/main.rs:60:18 [INFO] [stdout] | [INFO] [stdout] 60 | ) -> impl Filter + Clone { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.2.5/src/filter/mod.rs:39:19 [INFO] [stdout] | [INFO] [stdout] 39 | type Extract: Tuple; // + Send; [INFO] [stdout] | ----- this associated type bound is unsatisfied for `impl Reply` [INFO] [stdout] | [INFO] [stdout] help: add this bound [INFO] [stdout] | [INFO] [stdout] 60 | ) -> impl Filter + Clone { [INFO] [stdout] | ++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/0179c3cb935eb588d407cb784f436ae84d99db5c/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcnXuQwa/symbols.o" "/opt/rustwide/target/debug/deps/esdb-5338786b90c05024.esdb.faa200a9-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/esdb-5338786b90c05024.esdb.faa200a9-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/esdb-5338786b90c05024.esdb.faa200a9-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/esdb-5338786b90c05024.esdb.faa200a9-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/esdb-5338786b90c05024.esdb.faa200a9-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/esdb-5338786b90c05024.esdb.faa200a9-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/esdb-5338786b90c05024.esdb.faa200a9-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/esdb-5338786b90c05024.esdb.faa200a9-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/esdb-5338786b90c05024.esdb.faa200a9-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/esdb-5338786b90c05024.esdb.faa200a9-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/esdb-5338786b90c05024.esdb.faa200a9-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/esdb-5338786b90c05024.esdb.faa200a9-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/esdb-5338786b90c05024.esdb.faa200a9-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/esdb-5338786b90c05024.esdb.faa200a9-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/esdb-5338786b90c05024.esdb.faa200a9-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/esdb-5338786b90c05024.esdb.faa200a9-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/esdb-5338786b90c05024.38j5j1q1lxsir33b.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/0179c3cb935eb588d407cb784f436ae84d99db5c/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libitertools-13d809b076c11b7e.rlib" "/opt/rustwide/target/debug/deps/libeither-8ed8bc54e89b5c30.rlib" "/opt/rustwide/rustup-home/toolchains/0179c3cb935eb588d407cb784f436ae84d99db5c/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-5df56ae6cfa4ea18.rlib" "/opt/rustwide/rustup-home/toolchains/0179c3cb935eb588d407cb784f436ae84d99db5c/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-2051e8bbde98833a.rlib" "/opt/rustwide/rustup-home/toolchains/0179c3cb935eb588d407cb784f436ae84d99db5c/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e2bd1b38b904983a.rlib" "/opt/rustwide/rustup-home/toolchains/0179c3cb935eb588d407cb784f436ae84d99db5c/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-77547da4ac35f1d8.rlib" "/opt/rustwide/target/debug/deps/libzerocopy-b340252e4185eb48.rlib" "/opt/rustwide/target/debug/deps/libuuid-57ac5a766ecee0d9.rlib" "/opt/rustwide/target/debug/deps/librand-565d10d8c2ff6591.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-35b0daedbfc8d90e.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-b183ff56153a063c.rlib" "/opt/rustwide/target/debug/deps/librand_core-7e37e9ea1c7a4e42.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-19e4a82f28bb6787.rlib" "/opt/rustwide/target/debug/deps/libthiserror-56c81417caeb02d8.rlib" "/opt/rustwide/target/debug/deps/libsled-64c8fd5d574f7536.rlib" "/opt/rustwide/target/debug/deps/libfxhash-b435caafa7086a25.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-aaf29b4979d72532.rlib" "/opt/rustwide/target/debug/deps/liblog-f65a61c7426cc3ad.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-4233d6e5365c8bf1.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-a02fd8fc659ff8e9.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-75bf44047c6c4868.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-6eeb474ed04b0fb7.rlib" "/opt/rustwide/target/debug/deps/libfs2-f900846105036bb5.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-67547cc273904725.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-d901b6bad58eea28.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-ff84e463180bef1a.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-81c3651d70dd4895.rlib" "/opt/rustwide/target/debug/deps/liblock_api-002670bc5ca7610b.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-ff2bb1f39834214d.rlib" "/opt/rustwide/target/debug/deps/libinstant-4e96a05feb40521e.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-90e3626e3c41eec3.rlib" "/opt/rustwide/target/debug/deps/libserde_json-fd91a0f53d54f749.rlib" "/opt/rustwide/target/debug/deps/libryu-8c106c7dece5fbd0.rlib" "/opt/rustwide/target/debug/deps/libitoa-6ac861f3d8ceb06c.rlib" "/opt/rustwide/target/debug/deps/libchrono-a52e2ff4d50211cb.rlib" "/opt/rustwide/target/debug/deps/libserde-58d5bf1770c32efd.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-fa24cc299d4212ca.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-70cf425f9cc9a314.rlib" "/opt/rustwide/target/debug/deps/libtime-e4351b8d6dea64b8.rlib" "/opt/rustwide/target/debug/deps/liblibc-a05e21c69552dfb5.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-65be7507519f3778.rlib" "/opt/rustwide/rustup-home/toolchains/0179c3cb935eb588d407cb784f436ae84d99db5c/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-6e3768d17ed5c91f.rlib" "/opt/rustwide/rustup-home/toolchains/0179c3cb935eb588d407cb784f436ae84d99db5c/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e47bba77b7b5c0b2.rlib" "/opt/rustwide/rustup-home/toolchains/0179c3cb935eb588d407cb784f436ae84d99db5c/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-53f2c5425d4cec3a.rlib" "/opt/rustwide/rustup-home/toolchains/0179c3cb935eb588d407cb784f436ae84d99db5c/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-0214339f67d6e45d.rlib" "/opt/rustwide/rustup-home/toolchains/0179c3cb935eb588d407cb784f436ae84d99db5c/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-eb587a7952c73627.rlib" "/opt/rustwide/rustup-home/toolchains/0179c3cb935eb588d407cb784f436ae84d99db5c/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-45e37414ee5de40d.rlib" "/opt/rustwide/rustup-home/toolchains/0179c3cb935eb588d407cb784f436ae84d99db5c/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-933aae77a9a2d3fe.rlib" "/opt/rustwide/rustup-home/toolchains/0179c3cb935eb588d407cb784f436ae84d99db5c/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-56cc3efe06e08d50.rlib" "/opt/rustwide/rustup-home/toolchains/0179c3cb935eb588d407cb784f436ae84d99db5c/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2ce5ce1f309d2e6f.rlib" "/opt/rustwide/rustup-home/toolchains/0179c3cb935eb588d407cb784f436ae84d99db5c/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-76f96de5ce3d7d68.rlib" "/opt/rustwide/rustup-home/toolchains/0179c3cb935eb588d407cb784f436ae84d99db5c/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-053807785274d913.rlib" "/opt/rustwide/rustup-home/toolchains/0179c3cb935eb588d407cb784f436ae84d99db5c/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-282372a9a820c337.rlib" "/opt/rustwide/rustup-home/toolchains/0179c3cb935eb588d407cb784f436ae84d99db5c/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-4dd8f6492a2eee72.rlib" "/opt/rustwide/rustup-home/toolchains/0179c3cb935eb588d407cb784f436ae84d99db5c/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-79e3536ae4d3f46d.rlib" "/opt/rustwide/rustup-home/toolchains/0179c3cb935eb588d407cb784f436ae84d99db5c/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-6d46d38f739892fe.rlib" "/opt/rustwide/rustup-home/toolchains/0179c3cb935eb588d407cb784f436ae84d99db5c/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-abe31de449de410d.rlib" "/opt/rustwide/rustup-home/toolchains/0179c3cb935eb588d407cb784f436ae84d99db5c/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-522518611024dce5.rlib" "/opt/rustwide/rustup-home/toolchains/0179c3cb935eb588d407cb784f436ae84d99db5c/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-05898138a596088a.rlib" "/opt/rustwide/rustup-home/toolchains/0179c3cb935eb588d407cb784f436ae84d99db5c/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-0d23d26821d11ecf.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/0179c3cb935eb588d407cb784f436ae84d99db5c/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/esdb-5338786b90c05024" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `esdb` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "8c6cf4979c32b0dc367fabab22c9f76122bbc3bdca6262d83023142558a41961", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c6cf4979c32b0dc367fabab22c9f76122bbc3bdca6262d83023142558a41961", kill_on_drop: false }` [INFO] [stdout] 8c6cf4979c32b0dc367fabab22c9f76122bbc3bdca6262d83023142558a41961