[INFO] fetching crate proc_monitor 0.1.2... [INFO] building proc_monitor-0.1.2 against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] extracting crate proc_monitor 0.1.2 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate proc_monitor 0.1.2 [INFO] finished tweaking crates.io crate proc_monitor 0.1.2 [INFO] tweaked toml for crates.io crate proc_monitor 0.1.2 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate proc_monitor 0.1.2 on toolchain 23647e694de8d0904848ad068b2e0ec2dd098c37 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 27 packages to latest compatible versions [INFO] [stderr] Adding bindgen v0.60.1 (available: v0.72.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b0247eab933e7a766124a2e579454b2c57dd2c77e1e6543c81e8f9b1b02a2317 [INFO] running `Command { std: "docker" "start" "-a" "b0247eab933e7a766124a2e579454b2c57dd2c77e1e6543c81e8f9b1b02a2317", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b0247eab933e7a766124a2e579454b2c57dd2c77e1e6543c81e8f9b1b02a2317", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0247eab933e7a766124a2e579454b2c57dd2c77e1e6543c81e8f9b1b02a2317", kill_on_drop: false }` [INFO] [stdout] b0247eab933e7a766124a2e579454b2c57dd2c77e1e6543c81e8f9b1b02a2317 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "build" "--frozen" "--message-format=json" "--target" "wasm32-wasip1", kill_on_drop: false }` [INFO] [stdout] b80474953645f432b43758aa133c260da6ec06e26794ba6d7205792dbb105dfd [INFO] running `Command { std: "docker" "start" "-a" "b80474953645f432b43758aa133c260da6ec06e26794ba6d7205792dbb105dfd", kill_on_drop: false }` [INFO] [stderr] Compiling proc_monitor v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:305:16: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 304 | if (sscanf(line, "cpu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 305 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:305:29: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 304 | if (sscanf(line, "cpu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 305 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:305:42: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 304 | if (sscanf(line, "cpu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 305 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:305:57: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 304 | if (sscanf(line, "cpu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 305 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:306:16: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 304 | if (sscanf(line, "cpu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 305 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 306 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:306:31: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 304 | if (sscanf(line, "cpu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 305 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 306 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:306:43: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 304 | if (sscanf(line, "cpu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 305 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 306 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:306:59: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 304 | if (sscanf(line, "cpu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 305 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 306 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:307:16: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 304 | if (sscanf(line, "cpu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 305 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 306 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: 307 | &work->guest, &work->guest_nice) < 4) [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:307:30: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 304 | if (sscanf(line, "cpu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 305 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 306 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: 307 | &work->guest, &work->guest_nice) < 4) [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:324:24: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 323 | if (sscanf(line, "cpu%*u %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 324 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:324:37: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 323 | if (sscanf(line, "cpu%*u %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 324 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:324:50: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 323 | if (sscanf(line, "cpu%*u %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 324 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:324:65: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 323 | if (sscanf(line, "cpu%*u %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 324 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:325:24: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 323 | if (sscanf(line, "cpu%*u %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 324 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 325 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:325:39: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 323 | if (sscanf(line, "cpu%*u %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 324 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 325 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:325:51: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 323 | if (sscanf(line, "cpu%*u %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 324 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 325 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:325:67: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 323 | if (sscanf(line, "cpu%*u %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 324 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 325 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:326:24: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 323 | if (sscanf(line, "cpu%*u %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 324 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 325 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: 326 | &work->guest, &work->guest_nice) < 4) [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:326:38: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 323 | if (sscanf(line, "cpu%*u %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 324 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 325 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: 326 | &work->guest, &work->guest_nice) < 4) [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:364:16: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 362 | "%c %*d %*d %*d %*d %*d %*u %*u %*u %*u %*u %lu %lu %lu %lu %ld %ld ", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 363 | &proc->state, [INFO] [stderr] warning: proc_monitor@0.1.2: 364 | &proc->utime, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:365:16: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 362 | "%c %*d %*d %*d %*d %*d %*u %*u %*u %*u %*u %lu %lu %lu %lu %ld %ld ", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 363 | &proc->state, [INFO] [stderr] warning: proc_monitor@0.1.2: 364 | &proc->utime, [INFO] [stderr] warning: proc_monitor@0.1.2: 365 | &proc->stime, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:366:16: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 362 | "%c %*d %*d %*d %*d %*d %*u %*u %*u %*u %*u %lu %lu %lu %lu %ld %ld ", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 363 | &proc->state, [INFO] [stderr] warning: proc_monitor@0.1.2: 364 | &proc->utime, [INFO] [stderr] warning: proc_monitor@0.1.2: 365 | &proc->stime, [INFO] [stderr] warning: proc_monitor@0.1.2: 366 | &proc->cutime, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:367:16: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 362 | "%c %*d %*d %*d %*d %*d %*u %*u %*u %*u %*u %lu %lu %lu %lu %ld %ld ", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 363 | &proc->state, [INFO] [stderr] warning: proc_monitor@0.1.2: 364 | &proc->utime, [INFO] [stderr] warning: proc_monitor@0.1.2: 365 | &proc->stime, [INFO] [stderr] warning: proc_monitor@0.1.2: 366 | &proc->cutime, [INFO] [stderr] warning: proc_monitor@0.1.2: 367 | &proc->cstime, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:368:16: warning: format specifies type 'long *' but the argument has type 'int64_t *' (aka 'long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 362 | "%c %*d %*d %*d %*d %*d %*u %*u %*u %*u %*u %lu %lu %lu %lu %ld %ld ", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %lld [INFO] [stderr] warning: proc_monitor@0.1.2: 363 | &proc->state, [INFO] [stderr] warning: proc_monitor@0.1.2: 364 | &proc->utime, [INFO] [stderr] warning: proc_monitor@0.1.2: 365 | &proc->stime, [INFO] [stderr] warning: proc_monitor@0.1.2: 366 | &proc->cutime, [INFO] [stderr] warning: proc_monitor@0.1.2: 367 | &proc->cstime, [INFO] [stderr] warning: proc_monitor@0.1.2: 368 | &proc->priority, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:369:16: warning: format specifies type 'long *' but the argument has type 'int64_t *' (aka 'long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 362 | "%c %*d %*d %*d %*d %*d %*u %*u %*u %*u %*u %lu %lu %lu %lu %ld %ld ", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %lld [INFO] [stderr] warning: proc_monitor@0.1.2: 363 | &proc->state, [INFO] [stderr] warning: proc_monitor@0.1.2: 364 | &proc->utime, [INFO] [stderr] warning: proc_monitor@0.1.2: 365 | &proc->stime, [INFO] [stderr] warning: proc_monitor@0.1.2: 366 | &proc->cutime, [INFO] [stderr] warning: proc_monitor@0.1.2: 367 | &proc->cstime, [INFO] [stderr] warning: proc_monitor@0.1.2: 368 | &proc->priority, [INFO] [stderr] warning: proc_monitor@0.1.2: 369 | &proc->nice); [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:348:13: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare] [INFO] [stderr] warning: proc_monitor@0.1.2: 348 | if (len > sizeof(proc->comm)) [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ ^ ~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:523:14: warning: unused variable 'idle' [-Wunused-variable] [INFO] [stderr] warning: proc_monitor@0.1.2: 523 | uint64_t idle = get_cpu_idle(&diff); [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: 28 warnings generated. [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s [INFO] running `Command { std: "docker" "inspect" "b80474953645f432b43758aa133c260da6ec06e26794ba6d7205792dbb105dfd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b80474953645f432b43758aa133c260da6ec06e26794ba6d7205792dbb105dfd", kill_on_drop: false }` [INFO] [stdout] b80474953645f432b43758aa133c260da6ec06e26794ba6d7205792dbb105dfd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "test" "--frozen" "--no-run" "--message-format=json" "--target" "wasm32-wasip1", kill_on_drop: false }` [INFO] [stdout] a79f5189a8e92279c6bbf82e5cdbb1b0e4fa1c882c89623fc2c85d83762b7c7c [INFO] running `Command { std: "docker" "start" "-a" "a79f5189a8e92279c6bbf82e5cdbb1b0e4fa1c882c89623fc2c85d83762b7c7c", kill_on_drop: false }` [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:305:16: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 304 | if (sscanf(line, "cpu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 305 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:305:29: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 304 | if (sscanf(line, "cpu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 305 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:305:42: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 304 | if (sscanf(line, "cpu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 305 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:305:57: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 304 | if (sscanf(line, "cpu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 305 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:306:16: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 304 | if (sscanf(line, "cpu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 305 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 306 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:306:31: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 304 | if (sscanf(line, "cpu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 305 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 306 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:306:43: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 304 | if (sscanf(line, "cpu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 305 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 306 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:306:59: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 304 | if (sscanf(line, "cpu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 305 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 306 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:307:16: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 304 | if (sscanf(line, "cpu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 305 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 306 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: 307 | &work->guest, &work->guest_nice) < 4) [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:307:30: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 304 | if (sscanf(line, "cpu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 305 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 306 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: 307 | &work->guest, &work->guest_nice) < 4) [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:324:24: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 323 | if (sscanf(line, "cpu%*u %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 324 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:324:37: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 323 | if (sscanf(line, "cpu%*u %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 324 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:324:50: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 323 | if (sscanf(line, "cpu%*u %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 324 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:324:65: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 323 | if (sscanf(line, "cpu%*u %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 324 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:325:24: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 323 | if (sscanf(line, "cpu%*u %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 324 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 325 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:325:39: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 323 | if (sscanf(line, "cpu%*u %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 324 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 325 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:325:51: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 323 | if (sscanf(line, "cpu%*u %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 324 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 325 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:325:67: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 323 | if (sscanf(line, "cpu%*u %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 324 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 325 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:326:24: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 323 | if (sscanf(line, "cpu%*u %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 324 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 325 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: 326 | &work->guest, &work->guest_nice) < 4) [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:326:38: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 323 | if (sscanf(line, "cpu%*u %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 324 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 325 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: 326 | &work->guest, &work->guest_nice) < 4) [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:364:16: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 362 | "%c %*d %*d %*d %*d %*d %*u %*u %*u %*u %*u %lu %lu %lu %lu %ld %ld ", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 363 | &proc->state, [INFO] [stderr] warning: proc_monitor@0.1.2: 364 | &proc->utime, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:365:16: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 362 | "%c %*d %*d %*d %*d %*d %*u %*u %*u %*u %*u %lu %lu %lu %lu %ld %ld ", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 363 | &proc->state, [INFO] [stderr] warning: proc_monitor@0.1.2: 364 | &proc->utime, [INFO] [stderr] warning: proc_monitor@0.1.2: 365 | &proc->stime, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:366:16: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 362 | "%c %*d %*d %*d %*d %*d %*u %*u %*u %*u %*u %lu %lu %lu %lu %ld %ld ", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 363 | &proc->state, [INFO] [stderr] warning: proc_monitor@0.1.2: 364 | &proc->utime, [INFO] [stderr] warning: proc_monitor@0.1.2: 365 | &proc->stime, [INFO] [stderr] warning: proc_monitor@0.1.2: 366 | &proc->cutime, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:367:16: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 362 | "%c %*d %*d %*d %*d %*d %*u %*u %*u %*u %*u %lu %lu %lu %lu %ld %ld ", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 363 | &proc->state, [INFO] [stderr] warning: proc_monitor@0.1.2: 364 | &proc->utime, [INFO] [stderr] warning: proc_monitor@0.1.2: 365 | &proc->stime, [INFO] [stderr] warning: proc_monitor@0.1.2: 366 | &proc->cutime, [INFO] [stderr] warning: proc_monitor@0.1.2: 367 | &proc->cstime, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:368:16: warning: format specifies type 'long *' but the argument has type 'int64_t *' (aka 'long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 362 | "%c %*d %*d %*d %*d %*d %*u %*u %*u %*u %*u %lu %lu %lu %lu %ld %ld ", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %lld [INFO] [stderr] warning: proc_monitor@0.1.2: 363 | &proc->state, [INFO] [stderr] warning: proc_monitor@0.1.2: 364 | &proc->utime, [INFO] [stderr] warning: proc_monitor@0.1.2: 365 | &proc->stime, [INFO] [stderr] warning: proc_monitor@0.1.2: 366 | &proc->cutime, [INFO] [stderr] warning: proc_monitor@0.1.2: 367 | &proc->cstime, [INFO] [stderr] warning: proc_monitor@0.1.2: 368 | &proc->priority, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:369:16: warning: format specifies type 'long *' but the argument has type 'int64_t *' (aka 'long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 362 | "%c %*d %*d %*d %*d %*d %*u %*u %*u %*u %*u %lu %lu %lu %lu %ld %ld ", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %lld [INFO] [stderr] warning: proc_monitor@0.1.2: 363 | &proc->state, [INFO] [stderr] warning: proc_monitor@0.1.2: 364 | &proc->utime, [INFO] [stderr] warning: proc_monitor@0.1.2: 365 | &proc->stime, [INFO] [stderr] warning: proc_monitor@0.1.2: 366 | &proc->cutime, [INFO] [stderr] warning: proc_monitor@0.1.2: 367 | &proc->cstime, [INFO] [stderr] warning: proc_monitor@0.1.2: 368 | &proc->priority, [INFO] [stderr] warning: proc_monitor@0.1.2: 369 | &proc->nice); [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:348:13: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare] [INFO] [stderr] warning: proc_monitor@0.1.2: 348 | if (len > sizeof(proc->comm)) [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ ^ ~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:523:14: warning: unused variable 'idle' [-Wunused-variable] [INFO] [stderr] warning: proc_monitor@0.1.2: 523 | uint64_t idle = get_cpu_idle(&diff); [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: 28 warnings generated. [INFO] [stderr] Compiling proc_monitor v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `rust-lld` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "rust-lld" "-flavor" "wasm" "--export" "__main_void" "-z" "stack-size=1048576" "--stack-first" "--no-demangle" "/lib/rustlib/wasm32-wasip1/lib/self-contained/crt1-command.o" "<2 object files omitted>" "-l" "proc-monitor" "/lib/rustlib/wasm32-wasip1/lib/{libpanic_abort-*,libtest-*,libgetopts-*,librustc_std_workspace_std-*,libstd-*,libwasi-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*}.rlib" "-l" "c" "/lib/rustlib/wasm32-wasip1/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/opt/rustwide/target/wasm32-wasip1/debug/build/proc_monitor-68e5925017124c71/out" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/deps/proc_monitor-a47dd2e7b17b71a8.wasm" "--gc-sections" "-O0" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/build/proc_monitor-68e5925017124c71/out/libproc-monitor.a(d7e16c0ceb20755d-proc_info.o): undefined symbol: getpid [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/build/proc_monitor-68e5925017124c71/out/libproc-monitor.a(d7e16c0ceb20755d-proc_info.o): undefined symbol: sysinfo [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/build/proc_monitor-68e5925017124c71/out/libproc-monitor.a(d7e16c0ceb20755d-proc_info.o): undefined symbol: sysinfo [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:305:16: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 304 | if (sscanf(line, "cpu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 305 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:305:29: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 304 | if (sscanf(line, "cpu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 305 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:305:42: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 304 | if (sscanf(line, "cpu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 305 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:305:57: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 304 | if (sscanf(line, "cpu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 305 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:306:16: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 304 | if (sscanf(line, "cpu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 305 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 306 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:306:31: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 304 | if (sscanf(line, "cpu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 305 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 306 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:306:43: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 304 | if (sscanf(line, "cpu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 305 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 306 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:306:59: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 304 | if (sscanf(line, "cpu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 305 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 306 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:307:16: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 304 | if (sscanf(line, "cpu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 305 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 306 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: 307 | &work->guest, &work->guest_nice) < 4) [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:307:30: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 304 | if (sscanf(line, "cpu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 305 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 306 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: 307 | &work->guest, &work->guest_nice) < 4) [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:324:24: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 323 | if (sscanf(line, "cpu%*u %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 324 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:324:37: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 323 | if (sscanf(line, "cpu%*u %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 324 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:324:50: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 323 | if (sscanf(line, "cpu%*u %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 324 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:324:65: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 323 | if (sscanf(line, "cpu%*u %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 324 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:325:24: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 323 | if (sscanf(line, "cpu%*u %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 324 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 325 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:325:39: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 323 | if (sscanf(line, "cpu%*u %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 324 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 325 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:325:51: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 323 | if (sscanf(line, "cpu%*u %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 324 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 325 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:325:67: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 323 | if (sscanf(line, "cpu%*u %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 324 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 325 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:326:24: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 323 | if (sscanf(line, "cpu%*u %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 324 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 325 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: 326 | &work->guest, &work->guest_nice) < 4) [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:326:38: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 323 | if (sscanf(line, "cpu%*u %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 324 | &work->user, &work->nice, &work->system, &work->idle, [INFO] [stderr] warning: proc_monitor@0.1.2: 325 | &work->iowait, &work->irq, &work->softirq, &work->steal, [INFO] [stderr] warning: proc_monitor@0.1.2: 326 | &work->guest, &work->guest_nice) < 4) [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:364:16: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 362 | "%c %*d %*d %*d %*d %*d %*u %*u %*u %*u %*u %lu %lu %lu %lu %ld %ld ", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 363 | &proc->state, [INFO] [stderr] warning: proc_monitor@0.1.2: 364 | &proc->utime, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:365:16: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 362 | "%c %*d %*d %*d %*d %*d %*u %*u %*u %*u %*u %lu %lu %lu %lu %ld %ld ", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 363 | &proc->state, [INFO] [stderr] warning: proc_monitor@0.1.2: 364 | &proc->utime, [INFO] [stderr] warning: proc_monitor@0.1.2: 365 | &proc->stime, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:366:16: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 362 | "%c %*d %*d %*d %*d %*d %*u %*u %*u %*u %*u %lu %lu %lu %lu %ld %ld ", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 363 | &proc->state, [INFO] [stderr] warning: proc_monitor@0.1.2: 364 | &proc->utime, [INFO] [stderr] warning: proc_monitor@0.1.2: 365 | &proc->stime, [INFO] [stderr] warning: proc_monitor@0.1.2: 366 | &proc->cutime, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:367:16: warning: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 362 | "%c %*d %*d %*d %*d %*d %*u %*u %*u %*u %*u %lu %lu %lu %lu %ld %ld ", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %llu [INFO] [stderr] warning: proc_monitor@0.1.2: 363 | &proc->state, [INFO] [stderr] warning: proc_monitor@0.1.2: 364 | &proc->utime, [INFO] [stderr] warning: proc_monitor@0.1.2: 365 | &proc->stime, [INFO] [stderr] warning: proc_monitor@0.1.2: 366 | &proc->cutime, [INFO] [stderr] warning: proc_monitor@0.1.2: 367 | &proc->cstime, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:368:16: warning: format specifies type 'long *' but the argument has type 'int64_t *' (aka 'long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 362 | "%c %*d %*d %*d %*d %*d %*u %*u %*u %*u %*u %lu %lu %lu %lu %ld %ld ", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %lld [INFO] [stderr] warning: proc_monitor@0.1.2: 363 | &proc->state, [INFO] [stderr] warning: proc_monitor@0.1.2: 364 | &proc->utime, [INFO] [stderr] warning: proc_monitor@0.1.2: 365 | &proc->stime, [INFO] [stderr] warning: proc_monitor@0.1.2: 366 | &proc->cutime, [INFO] [stderr] warning: proc_monitor@0.1.2: 367 | &proc->cstime, [INFO] [stderr] warning: proc_monitor@0.1.2: 368 | &proc->priority, [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:369:16: warning: format specifies type 'long *' but the argument has type 'int64_t *' (aka 'long long *') [-Wformat] [INFO] [stderr] warning: proc_monitor@0.1.2: 362 | "%c %*d %*d %*d %*d %*d %*u %*u %*u %*u %*u %lu %lu %lu %lu %ld %ld ", [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: | %lld [INFO] [stderr] warning: proc_monitor@0.1.2: 363 | &proc->state, [INFO] [stderr] warning: proc_monitor@0.1.2: 364 | &proc->utime, [INFO] [stderr] warning: proc_monitor@0.1.2: 365 | &proc->stime, [INFO] [stderr] warning: proc_monitor@0.1.2: 366 | &proc->cutime, [INFO] [stderr] warning: proc_monitor@0.1.2: 367 | &proc->cstime, [INFO] [stderr] warning: proc_monitor@0.1.2: 368 | &proc->priority, [INFO] [stderr] warning: proc_monitor@0.1.2: 369 | &proc->nice); [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:348:13: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare] [INFO] [stderr] warning: proc_monitor@0.1.2: 348 | if (len > sizeof(proc->comm)) [INFO] [stderr] warning: proc_monitor@0.1.2: | ~~~ ^ ~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: /opt/rustwide/workdir/proc-c/proc_info.c:523:14: warning: unused variable 'idle' [-Wunused-variable] [INFO] [stderr] warning: proc_monitor@0.1.2: 523 | uint64_t idle = get_cpu_idle(&diff); [INFO] [stderr] warning: proc_monitor@0.1.2: | ^~~~ [INFO] [stderr] warning: proc_monitor@0.1.2: 28 warnings generated. [INFO] [stderr] error: could not compile `proc_monitor` (lib test) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "a79f5189a8e92279c6bbf82e5cdbb1b0e4fa1c882c89623fc2c85d83762b7c7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a79f5189a8e92279c6bbf82e5cdbb1b0e4fa1c882c89623fc2c85d83762b7c7c", kill_on_drop: false }` [INFO] [stdout] a79f5189a8e92279c6bbf82e5cdbb1b0e4fa1c882c89623fc2c85d83762b7c7c