[INFO] cloning repository https://github.com/markusgod/log-analyzer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/markusgod/log-analyzer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarkusgod%2Flog-analyzer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarkusgod%2Flog-analyzer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b69327878e1ee51313310683d0deae28fd43fe83 [INFO] testing markusgod/log-analyzer against try#613d1972a772987ed4ee06faccbab0e2fc839871+rustflags=-Copt-level=3 for pr-107051 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarkusgod%2Flog-analyzer" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/markusgod/log-analyzer on toolchain 613d1972a772987ed4ee06faccbab0e2fc839871 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+613d1972a772987ed4ee06faccbab0e2fc839871" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/markusgod/log-analyzer [INFO] finished tweaking git repo https://github.com/markusgod/log-analyzer [INFO] tweaked toml for git repo https://github.com/markusgod/log-analyzer written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/markusgod/log-analyzer 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" "+613d1972a772987ed4ee06faccbab0e2fc839871" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7c93e6f9a94679f34221d1005849d4c83862f85b14a264fa0883942f4d043a66" "/opt/rustwide/cargo-home/bin/cargo" "+613d1972a772987ed4ee06faccbab0e2fc839871" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0b26ad329bf64bd7fb6608ecc59e649f3f977e1a8fec666a1485f4569337abc5 [INFO] running `Command { std: "docker" "start" "-a" "0b26ad329bf64bd7fb6608ecc59e649f3f977e1a8fec666a1485f4569337abc5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0b26ad329bf64bd7fb6608ecc59e649f3f977e1a8fec666a1485f4569337abc5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b26ad329bf64bd7fb6608ecc59e649f3f977e1a8fec666a1485f4569337abc5", kill_on_drop: false }` [INFO] [stdout] 0b26ad329bf64bd7fb6608ecc59e649f3f977e1a8fec666a1485f4569337abc5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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 -Copt-level=3" "-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:7c93e6f9a94679f34221d1005849d4c83862f85b14a264fa0883942f4d043a66" "/opt/rustwide/cargo-home/bin/cargo" "+613d1972a772987ed4ee06faccbab0e2fc839871" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5296d4f72efbbdb46c16883fca2b280e0e5e875d73fe133460d696d656c71868 [INFO] running `Command { std: "docker" "start" "-a" "5296d4f72efbbdb46c16883fca2b280e0e5e875d73fe133460d696d656c71868", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.94 [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Compiling pin-project-lite v0.2.6 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling futures-core v0.3.14 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling slab v0.4.3 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling futures-sink v0.3.14 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling crossbeam-utils v0.8.4 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling futures-channel v0.3.14 [INFO] [stderr] Compiling lock_api v0.4.4 [INFO] [stderr] Compiling tokio v1.5.0 [INFO] [stderr] Compiling futures-io v0.3.14 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling futures-task v0.3.14 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling http v0.2.4 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling mio v0.7.11 [INFO] [stderr] Compiling signal-hook-registry v1.3.0 [INFO] [stderr] Compiling tracing-core v0.1.18 [INFO] [stderr] Compiling memoffset v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling httparse v1.4.0 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling tinyvec v1.2.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling num-bigint v0.4.0 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling crossbeam-epoch v0.9.4 [INFO] [stderr] Compiling unicode-normalization v0.1.17 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling unicode-bidi v0.3.5 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling radium v0.5.3 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling cpufeatures v0.1.1 [INFO] [stderr] Compiling sha-1 v0.9.5 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling nom v6.1.2 [INFO] [stderr] Compiling input_buffer v0.4.0 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling funty v1.1.0 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling wyz v0.2.0 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling half v1.7.1 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling snap v1.0.5 [INFO] [stderr] Compiling buf_redux v0.8.4 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling bitvec v0.19.5 [INFO] [stderr] Compiling tungstenite v0.12.0 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling http-body v0.4.1 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling crossbeam-queue v0.3.1 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling socket2 v0.4.0 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling combine v4.5.2 [INFO] [stderr] Compiling sharded-slab v0.1.1 [INFO] [stderr] Compiling anyhow v1.0.40 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling regex-syntax v0.4.2 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling utf8-ranges v1.0.4 [INFO] [stderr] Compiling httpdate v1.0.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling tantivy-fst v0.3.0 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling multipart v0.17.1 [INFO] [stderr] Compiling inotify v0.7.1 [INFO] [stderr] Compiling crossbeam v0.8.0 [INFO] [stderr] Compiling headers v0.3.4 [INFO] [stderr] Compiling bitpacking v0.8.4 [INFO] [stderr] Compiling fail v0.4.0 [INFO] [stderr] Compiling tantivy-query-grammar v0.14.0 [INFO] [stderr] Compiling lru v0.6.5 [INFO] [stderr] Compiling murmurhash32 v0.2.0 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling filetime v0.2.14 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling htmlescape v0.3.1 [INFO] [stderr] Compiling levenshtein_automata v0.2.0 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling census v0.4.0 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling dtoa v0.4.8 [INFO] [stderr] Compiling notify v4.0.16 [INFO] [stderr] Compiling rsyslog v0.1.4 [INFO] [stderr] Compiling futures-macro v0.3.14 [INFO] [stderr] Compiling tokio-macros v1.1.0 [INFO] [stderr] Compiling pin-project-internal v1.0.7 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling enum-ordinalize v3.1.10 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling educe v0.4.16 [INFO] [stderr] Compiling futures-util v0.3.14 [INFO] [stderr] Compiling futures-executor v0.3.14 [INFO] [stderr] Compiling tokio-util v0.6.6 [INFO] [stderr] Compiling futures v0.3.14 [INFO] [stderr] Compiling thiserror v1.0.24 [INFO] [stderr] Compiling tokio-stream v0.1.5 [INFO] [stderr] Compiling pin-project v1.0.7 [INFO] [stderr] Compiling tokio-tungstenite v0.13.0 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling h2 v0.3.3 [INFO] [stderr] Compiling hyper v0.14.7 [INFO] [stderr] Compiling tracing-serde v0.1.2 [INFO] [stderr] Compiling serde_cbor v0.11.1 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling log-analyzer-transient-types v0.1.1 (/opt/rustwide/workdir/transient-types) [INFO] [stderr] Compiling rust-stemmers v1.2.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling serde_yaml v0.8.17 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling tokio-serde v0.8.0 [INFO] [stderr] Compiling tracing-subscriber v0.2.18 [INFO] [stderr] Compiling tantivy v0.14.0 [INFO] [stderr] Compiling log-analyzer-collector v0.1.2 (/opt/rustwide/workdir/collector) [INFO] [stdout] warning: field `watcher` is never read [INFO] [stdout] --> collector/src/file_watcher.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct FileWatcher { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 11 | watcher: RecommendedWatcher, // Needs to be protected from drop [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling warp v0.3.1 [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling log-analyzer-server v0.1.2 (/opt/rustwide/workdir/server) [INFO] [stdout] warning: unused import: `rsyslog::parser::msg::LineRaw` [INFO] [stdout] --> server/src/main.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use rsyslog::parser::msg::LineRaw; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rsyslog::parser::StructuredData` [INFO] [stdout] --> server/src/main.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use rsyslog::parser::StructuredData; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rsyslog::Message` [INFO] [stdout] --> server/src/main.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use rsyslog::Message; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `fuzzy_search` is never used [INFO] [stdout] --> server/src/index_interface.rs:110:12 [INFO] [stdout] | [INFO] [stdout] 110 | pub fn fuzzy_search(&self, field: &str, search: &str, distance: u8, offset: usize) -> Result<(usize, Vec)> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [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] --> server/src/web_interface.rs:35:69 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn build_routes(index_interface: IndexInterface) -> impl Filter + Clone { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.3.1/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] 35 | pub fn build_routes(index_interface: IndexInterface) -> impl Filter + Clone { [INFO] [stdout] | ++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13m 25s [INFO] running `Command { std: "docker" "inspect" "5296d4f72efbbdb46c16883fca2b280e0e5e875d73fe133460d696d656c71868", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5296d4f72efbbdb46c16883fca2b280e0e5e875d73fe133460d696d656c71868", kill_on_drop: false }` [INFO] [stdout] 5296d4f72efbbdb46c16883fca2b280e0e5e875d73fe133460d696d656c71868 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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 -Copt-level=3" "-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:7c93e6f9a94679f34221d1005849d4c83862f85b14a264fa0883942f4d043a66" "/opt/rustwide/cargo-home/bin/cargo" "+613d1972a772987ed4ee06faccbab0e2fc839871" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 65bba3603d189f9387ad59c59bef50f965d1236f5dd5418ab3d9ebe83408d815 [INFO] running `Command { std: "docker" "start" "-a" "65bba3603d189f9387ad59c59bef50f965d1236f5dd5418ab3d9ebe83408d815", kill_on_drop: false }` [INFO] [stderr] Compiling log-analyzer-collector v0.1.2 (/opt/rustwide/workdir/collector) [INFO] [stderr] Compiling log-analyzer-transient-types v0.1.1 (/opt/rustwide/workdir/transient-types) [INFO] [stderr] Compiling log-analyzer-server v0.1.2 (/opt/rustwide/workdir/server) [INFO] [stdout] warning: unused import: `rsyslog::parser::msg::LineRaw` [INFO] [stdout] --> server/src/main.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use rsyslog::parser::msg::LineRaw; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rsyslog::parser::StructuredData` [INFO] [stdout] --> server/src/main.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use rsyslog::parser::StructuredData; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rsyslog::Message` [INFO] [stdout] --> server/src/main.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use rsyslog::Message; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `watcher` is never read [INFO] [stdout] --> collector/src/file_watcher.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct FileWatcher { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 11 | watcher: RecommendedWatcher, // Needs to be protected from drop [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `fuzzy_search` is never used [INFO] [stdout] --> server/src/index_interface.rs:110:12 [INFO] [stdout] | [INFO] [stdout] 110 | pub fn fuzzy_search(&self, field: &str, search: &str, distance: u8, offset: usize) -> Result<(usize, Vec)> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [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] --> server/src/web_interface.rs:35:69 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn build_routes(index_interface: IndexInterface) -> impl Filter + Clone { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.3.1/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] 35 | pub fn build_routes(index_interface: IndexInterface) -> impl Filter + Clone { [INFO] [stdout] | ++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.44s [INFO] running `Command { std: "docker" "inspect" "65bba3603d189f9387ad59c59bef50f965d1236f5dd5418ab3d9ebe83408d815", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65bba3603d189f9387ad59c59bef50f965d1236f5dd5418ab3d9ebe83408d815", kill_on_drop: false }` [INFO] [stdout] 65bba3603d189f9387ad59c59bef50f965d1236f5dd5418ab3d9ebe83408d815 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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 -Copt-level=3" "-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:7c93e6f9a94679f34221d1005849d4c83862f85b14a264fa0883942f4d043a66" "/opt/rustwide/cargo-home/bin/cargo" "+613d1972a772987ed4ee06faccbab0e2fc839871" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 925c57341803e36d5f598632b65753dbc9b2e70d07716cac169207cdd306e22c [INFO] running `Command { std: "docker" "start" "-a" "925c57341803e36d5f598632b65753dbc9b2e70d07716cac169207cdd306e22c", kill_on_drop: false }` [INFO] [stderr] warning: field `watcher` is never read [INFO] [stderr] --> collector/src/file_watcher.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 10 | pub struct FileWatcher { [INFO] [stderr] | ----------- field in this struct [INFO] [stderr] 11 | watcher: RecommendedWatcher, // Needs to be protected from drop [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `log-analyzer-collector` (bin "log-analyzer-collector" test) generated 1 warning [INFO] [stderr] warning: unused import: `rsyslog::parser::msg::LineRaw` [INFO] [stderr] --> server/src/main.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use rsyslog::parser::msg::LineRaw; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `rsyslog::parser::StructuredData` [INFO] [stderr] --> server/src/main.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use rsyslog::parser::StructuredData; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `rsyslog::Message` [INFO] [stderr] --> server/src/main.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use rsyslog::Message; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function `fuzzy_search` is never used [INFO] [stderr] --> server/src/index_interface.rs:110:12 [INFO] [stderr] | [INFO] [stderr] 110 | pub fn fuzzy_search(&self, field: &str, search: &str, distance: u8, offset: usize) -> Result<(usize, Vec)> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: opaque type `impl warp::Filter + warp::filter::FilterBase + Clone` does not satisfy its associated type bounds [INFO] [stderr] --> server/src/web_interface.rs:35:69 [INFO] [stderr] | [INFO] [stderr] 35 | pub fn build_routes(index_interface: IndexInterface) -> impl Filter + Clone { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.3.1/src/filter/mod.rs:39:19 [INFO] [stderr] | [INFO] [stderr] 39 | type Extract: Tuple; // + Send; [INFO] [stderr] | ----- this associated type bound is unsatisfied for `impl Reply` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(opaque_hidden_inferred_bound)]` on by default [INFO] [stderr] help: add this bound [INFO] [stderr] | [INFO] [stderr] 35 | pub fn build_routes(index_interface: IndexInterface) -> impl Filter + Clone { [INFO] [stderr] | ++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] warning: `log-analyzer-server` (bin "log-analyzer-server" test) generated 5 warnings (run `cargo fix --bin "log-analyzer-server" --tests` to apply 4 suggestions) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.23s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/log_analyzer_collector-fde9d4afa85c2ced) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/log_analyzer_server-91c86982b5f025bd) [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/log_analyzer_transient_types-380b8e80c85195a9) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stderr] Doc-tests log-analyzer-transient-types [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "925c57341803e36d5f598632b65753dbc9b2e70d07716cac169207cdd306e22c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "925c57341803e36d5f598632b65753dbc9b2e70d07716cac169207cdd306e22c", kill_on_drop: false }` [INFO] [stdout] 925c57341803e36d5f598632b65753dbc9b2e70d07716cac169207cdd306e22c