[INFO] cloning repository https://github.com/vi/netmeasure2 [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vi/netmeasure2" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvi%2Fnetmeasure2"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvi%2Fnetmeasure2'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d6f64fe96180263f086404d1f3bceabf440a6a3b [INFO] checking vi/netmeasure2 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvi%2Fnetmeasure2" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/vi/netmeasure2 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/vi/netmeasure2 [INFO] removed workspace from git repo https://github.com/vi/netmeasure2 [INFO] finished tweaking git repo https://github.com/vi/netmeasure2 [INFO] tweaked toml for git repo https://github.com/vi/netmeasure2 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/vi/netmeasure2 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-10/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded enum-unitary v0.3.6 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "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] b9f70fe01e2f803bf9826424f1a5df94f7dce6b3d9ba26cdc6b3d7c5966e6400 [INFO] running `"docker" "start" "-a" "b9f70fe01e2f803bf9826424f1a5df94f7dce6b3d9ba26cdc6b3d7c5966e6400"` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking rustc-demangle v0.1.16 [INFO] [stderr] Checking itoa v0.4.5 [INFO] [stderr] Checking macro-attr v0.2.0 [INFO] [stderr] Checking enum_derive v0.1.7 [INFO] [stderr] Checking half v1.5.0 [INFO] [stderr] Checking counted-array v0.1.2 [INFO] [stderr] Checking spin_sleep v0.3.7 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Checking itertools v0.8.2 [INFO] [stderr] Compiling derivative v1.0.4 [INFO] [stderr] error[E0606]: casting `f64` as `u64` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spin_sleep-0.3.7/src/loop_helper.rs:23:29 [INFO] [stderr] | [INFO] [stderr] 23 | let whole_seconds = seconds.floor() as u64; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spin_sleep-0.3.7/src/loop_helper.rs:24:28 [INFO] [stderr] | [INFO] [stderr] 24 | let subsec_nanos = (seconds.fract() * 1_000_000_000_f64).round() as u32; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0606`. [INFO] [stderr] error: could not compile `spin_sleep`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "b9f70fe01e2f803bf9826424f1a5df94f7dce6b3d9ba26cdc6b3d7c5966e6400"` [INFO] running `"docker" "rm" "-f" "b9f70fe01e2f803bf9826424f1a5df94f7dce6b3d9ba26cdc6b3d7c5966e6400"` [INFO] [stdout] b9f70fe01e2f803bf9826424f1a5df94f7dce6b3d9ba26cdc6b3d7c5966e6400