[INFO] fetching crate sonic-channel 0.2.2... [INFO] checking sonic-channel-0.2.2 against master#119d2a1a98fe87d4ae6cabf12134a0ef2fb95851 for pr-75180 [INFO] extracting crate sonic-channel 0.2.2 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate sonic-channel 0.2.2 on toolchain 119d2a1a98fe87d4ae6cabf12134a0ef2fb95851 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+119d2a1a98fe87d4ae6cabf12134a0ef2fb95851" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate sonic-channel 0.2.2 [INFO] finished tweaking crates.io crate sonic-channel 0.2.2 [INFO] tweaked toml for crates.io crate sonic-channel 0.2.2 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate sonic-channel 0.2.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+119d2a1a98fe87d4ae6cabf12134a0ef2fb95851" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+119d2a1a98fe87d4ae6cabf12134a0ef2fb95851" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 39a7eae038955e7ab32c622b4475bb5a6e594df7e4b6df17dae2cad538532127 [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" "39a7eae038955e7ab32c622b4475bb5a6e594df7e4b6df17dae2cad538532127", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "39a7eae038955e7ab32c622b4475bb5a6e594df7e4b6df17dae2cad538532127", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39a7eae038955e7ab32c622b4475bb5a6e594df7e4b6df17dae2cad538532127", kill_on_drop: false }` [INFO] [stdout] 39a7eae038955e7ab32c622b4475bb5a6e594df7e4b6df17dae2cad538532127 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+119d2a1a98fe87d4ae6cabf12134a0ef2fb95851" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9b830508d1a445cf98d4d7fe4311bca9934c655395d1b24b2ffd72ea217e1487 [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" "9b830508d1a445cf98d4d7fe4311bca9934c655395d1b24b2ffd72ea217e1487", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking regex-syntax v0.6.18 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking aho-corasick v0.7.13 [INFO] [stderr] Checking regex v1.3.9 [INFO] [stderr] Checking sonic-channel v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0599]: no variant or associated item named `Ingest` found for enum `channel::ChannelMode` in the current scope [INFO] [stdout] --> src/lib.rs:87:47 [INFO] [stdout] | [INFO] [stdout] 87 | assert_eq!(format!("{}", ChannelMode::Ingest), String::from("ingest")); [INFO] [stdout] | ^^^^^^ variant or associated item not found in `channel::ChannelMode` [INFO] [stdout] | [INFO] [stdout] ::: src/channel.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | pub enum ChannelMode { [INFO] [stdout] | -------------------- variant or associated item `Ingest` not found here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `Control` found for enum `channel::ChannelMode` in the current scope [INFO] [stdout] --> src/lib.rs:88:47 [INFO] [stdout] | [INFO] [stdout] 88 | assert_eq!(format!("{}", ChannelMode::Control), String::from("control")); [INFO] [stdout] | ^^^^^^^ variant or associated item not found in `channel::ChannelMode` [INFO] [stdout] | [INFO] [stdout] ::: src/channel.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | pub enum ChannelMode { [INFO] [stdout] | -------------------- variant or associated item `Control` not found here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct [INFO] [stdout] --> src/commands/query.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct QueryCommand<'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | #![warn(missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/commands/query.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub collection: &'a str, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/commands/query.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | pub bucket: &'a str, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/commands/query.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | pub terms: &'a str, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/commands/query.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | pub limit: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/commands/query.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | pub offset: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct [INFO] [stdout] --> src/commands/suggest.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct SuggestCommand<'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/commands/suggest.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub collection: &'a str, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/commands/suggest.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | pub bucket: &'a str, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/commands/suggest.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | pub word: &'a str, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/commands/suggest.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | pub limit: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a trait [INFO] [stdout] --> src/commands/mod.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | pub trait StreamCommand { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated type [INFO] [stdout] --> src/commands/mod.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | type Response; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated constant [INFO] [stdout] --> src/commands/mod.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | const READ_LINES_COUNT: usize = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/commands/mod.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | fn message(&self) -> String; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/commands/mod.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | fn receive(&self, message: String) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sonic-channel`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "9b830508d1a445cf98d4d7fe4311bca9934c655395d1b24b2ffd72ea217e1487", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b830508d1a445cf98d4d7fe4311bca9934c655395d1b24b2ffd72ea217e1487", kill_on_drop: false }` [INFO] [stdout] 9b830508d1a445cf98d4d7fe4311bca9934c655395d1b24b2ffd72ea217e1487