[INFO] fetching crate cdrs 2.3.3... [INFO] checking cdrs-2.3.3 against beta for pr-78714 [INFO] extracting crate cdrs 2.3.3 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate cdrs 2.3.3 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate cdrs 2.3.3 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate cdrs 2.3.3 [INFO] tweaked toml for crates.io crate cdrs 2.3.3 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate cdrs 2.3.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0fcddd579e8e7651f0e909fce406e2dde39d45fa40e94f1f2ccc58dccec3d818 [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" "0fcddd579e8e7651f0e909fce406e2dde39d45fa40e94f1f2ccc58dccec3d818", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0fcddd579e8e7651f0e909fce406e2dde39d45fa40e94f1f2ccc58dccec3d818", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0fcddd579e8e7651f0e909fce406e2dde39d45fa40e94f1f2ccc58dccec3d818", kill_on_drop: false }` [INFO] [stdout] 0fcddd579e8e7651f0e909fce406e2dde39d45fa40e94f1f2ccc58dccec3d818 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bbf279eb7bd9a40da3542cea126448f70c9667880996d205572db61da891bada [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" "bbf279eb7bd9a40da3542cea126448f70c9667880996d205572db61da891bada", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking smallvec v1.3.0 [INFO] [stderr] Checking byteorder v0.5.3 [INFO] [stderr] Checking uuid v0.8.1 [INFO] [stderr] Checking maplit v1.0.2 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Compiling proc-macro2 v0.1.10 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking snap v0.2.5 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking aho-corasick v0.6.10 [INFO] [stderr] Checking parking_lot_core v0.7.1 [INFO] [stderr] Checking lz4-compress v0.1.0 [INFO] [stderr] Checking regex v0.2.11 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Checking scheduled-thread-pool v0.2.4 [INFO] [stderr] Checking r2d2 v0.8.8 [INFO] [stderr] Checking cdrs v2.3.3 (/opt/rustwide/workdir) [INFO] [stderr] Compiling cdrs_helpers_derive v0.1.0 [INFO] [stderr] Checking env_logger v0.4.3 [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/query/query_params_builder.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | /// Sets new flags. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/query/query_params_builder.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | /// Sets new with_names parameter value. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/query/query_params_builder.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | /// Sets new serial_consistency value. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/query/query_params_builder.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | /// Sets new timestamp value. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::sync::Arc` [INFO] [stdout] --> src/transport.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | use std::sync::Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/query/query_params_builder.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | /// Sets new flags. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/query/query_params_builder.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | /// Sets new with_names parameter value. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/query/query_params_builder.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | /// Sets new serial_consistency value. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/query/query_params_builder.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | /// Sets new timestamp value. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::sync::Arc` [INFO] [stdout] --> src/transport.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | use std::sync::Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.11s [INFO] running `Command { std: "docker" "inspect" "bbf279eb7bd9a40da3542cea126448f70c9667880996d205572db61da891bada", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bbf279eb7bd9a40da3542cea126448f70c9667880996d205572db61da891bada", kill_on_drop: false }` [INFO] [stdout] bbf279eb7bd9a40da3542cea126448f70c9667880996d205572db61da891bada