[INFO] crate libalpm-utils 0.0.2 is already in cache [INFO] checking libalpm-utils-0.0.2 against master#30ca215b4e38b32aa7abdd635c5e2d56f5724494 for pr-66037 [INFO] extracting crate libalpm-utils 0.0.2 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate libalpm-utils 0.0.2 on toolchain 30ca215b4e38b32aa7abdd635c5e2d56f5724494 [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate libalpm-utils 0.0.2 [INFO] finished tweaking crates.io crate libalpm-utils 0.0.2 [INFO] tweaked toml for crates.io crate libalpm-utils 0.0.2 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=forbid" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e193675e332e383ed3196acd6d213df275c68e5a757dd7c2bb7520b5e72b2a18 [INFO] running `"docker" "start" "-a" "e193675e332e383ed3196acd6d213df275c68e5a757dd7c2bb7520b5e72b2a18"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking nom v2.2.1 [INFO] [stderr] Checking libalpm-utils v0.0.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/ini.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | /// Matches a header line [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 33 | / named!(parse_header<&str, &str>, do_parse!( [INFO] [stderr] 34 | | tag!("[") >> [INFO] [stderr] 35 | | inner: take_until!("]") >> [INFO] [stderr] 36 | | tag!("]") >> [INFO] [stderr] 37 | | (inner.trim()) [INFO] [stderr] 38 | | )); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/ini.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | /// Matches a key and the '=' [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 41 | / named!(parse_key<&str, &str>, do_parse!( [INFO] [stderr] 42 | | key: take_until!("=") >> [INFO] [stderr] 43 | | tag!("=") >> [INFO] [stderr] 44 | | (key.trim()) [INFO] [stderr] 45 | | )); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/ini.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | /// Matches a header line [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 33 | / named!(parse_header<&str, &str>, do_parse!( [INFO] [stderr] 34 | | tag!("[") >> [INFO] [stderr] 35 | | inner: take_until!("]") >> [INFO] [stderr] 36 | | tag!("]") >> [INFO] [stderr] 37 | | (inner.trim()) [INFO] [stderr] 38 | | )); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/ini.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | /// Matches a key and the '=' [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 41 | / named!(parse_key<&str, &str>, do_parse!( [INFO] [stderr] 42 | | key: take_until!("=") >> [INFO] [stderr] 43 | | tag!("=") >> [INFO] [stderr] 44 | | (key.trim()) [INFO] [stderr] 45 | | )); [INFO] [stderr] | |___- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.95s [INFO] running `"docker" "inspect" "e193675e332e383ed3196acd6d213df275c68e5a757dd7c2bb7520b5e72b2a18"` [INFO] running `"docker" "rm" "-f" "e193675e332e383ed3196acd6d213df275c68e5a757dd7c2bb7520b5e72b2a18"` [INFO] [stdout] e193675e332e383ed3196acd6d213df275c68e5a757dd7c2bb7520b5e72b2a18