[INFO] crate remotery 0.1.2 is already in cache [INFO] documenting remotery-0.1.2 against master#394e1b40d264aa6928811919c1124fa248e7d802 for pr-73566 [INFO] extracting crate remotery 0.1.2 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate remotery 0.1.2 on toolchain 394e1b40d264aa6928811919c1124fa248e7d802 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate remotery 0.1.2 [INFO] finished tweaking crates.io crate remotery 0.1.2 [INFO] tweaked toml for crates.io crate remotery 0.1.2 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4237be83457dd7b2a2d28ba1e4ec0498eba53b2d7e4f603a37f0fe09311e74f3 [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" "4237be83457dd7b2a2d28ba1e4ec0498eba53b2d7e4f603a37f0fe09311e74f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4237be83457dd7b2a2d28ba1e4ec0498eba53b2d7e4f603a37f0fe09311e74f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4237be83457dd7b2a2d28ba1e4ec0498eba53b2d7e4f603a37f0fe09311e74f3", kill_on_drop: false }` [INFO] [stdout] 4237be83457dd7b2a2d28ba1e4ec0498eba53b2d7e4f603a37f0fe09311e74f3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "RUSTDOCFLAGS=--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@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 417ed7b17cb26a3eb345e6e13b96e8ea7381c1ef2f3a256a5f183acdcfd2a043 [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" "417ed7b17cb26a3eb345e6e13b96e8ea7381c1ef2f3a256a5f183acdcfd2a043", kill_on_drop: false }` [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling remotery v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'gcc::compile_library': crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | gcc::compile_library("libremotery.a", &["external/remotery/lib/Remotery.c"]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: external/remotery/lib/Remotery.c: In function 'strcpy_s_safe_c': [INFO] [stderr] warning: external/remotery/lib/Remotery.c:1318:11: warning: variable 'orig_dest' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: 1318 | char *orig_dest; [INFO] [stderr] warning: | ^~~~~~~~~ [INFO] [stderr] warning: external/remotery/lib/Remotery.c:1317:13: warning: variable 'orig_dmax' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: 1317 | rsize_t orig_dmax; [INFO] [stderr] warning: | ^~~~~~~~~ [INFO] [stderr] warning: external/remotery/lib/Remotery.c: In function 'MurmurHash3_x86_32': [INFO] [stderr] warning: external/remotery/lib/Remotery.c:2448:16: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 2448 | case 3: k1 ^= tail[2] << 16; [INFO] [stderr] warning: | ~~~^~~~~~~~~~~~~~~~ [INFO] [stderr] warning: external/remotery/lib/Remotery.c:2449:5: note: here [INFO] [stderr] warning: 2449 | case 2: k1 ^= tail[1] << 8; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: external/remotery/lib/Remotery.c:2449:16: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 2449 | case 2: k1 ^= tail[1] << 8; [INFO] [stderr] warning: | ~~~^~~~~~~~~~~~~~~ [INFO] [stderr] warning: external/remotery/lib/Remotery.c:2450:5: note: here [INFO] [stderr] warning: 2450 | case 1: k1 ^= tail[0]; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] Documenting remotery v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.30s [INFO] running `Command { std: "docker" "inspect" "417ed7b17cb26a3eb345e6e13b96e8ea7381c1ef2f3a256a5f183acdcfd2a043", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "417ed7b17cb26a3eb345e6e13b96e8ea7381c1ef2f3a256a5f183acdcfd2a043", kill_on_drop: false }` [INFO] [stdout] 417ed7b17cb26a3eb345e6e13b96e8ea7381c1ef2f3a256a5f183acdcfd2a043