[INFO] updating cached repository https://github.com/dholroyd/lowly [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 52ccb6cf7bf26fc0cf56791bd4afa5d2c78b5b46 [INFO] checking dholroyd/lowly against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdholroyd%2Flowly" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dholroyd/lowly 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/dholroyd/lowly [INFO] finished tweaking git repo https://github.com/dholroyd/lowly [INFO] tweaked toml for git repo https://github.com/dholroyd/lowly written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/dholroyd/lowly 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] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"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" "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] 58cc5ed4332d378969581d9492ac8f770e8cabb13659f1c7694904c85cbdc745 [INFO] running `"docker" "start" "-a" "58cc5ed4332d378969581d9492ac8f770e8cabb13659f1c7694904c85cbdc745"` [INFO] [stderr] Compiling autocfg v0.1.4 [INFO] [stderr] Checking futures v0.1.27 [INFO] [stderr] Checking fnv v1.0.6 [INFO] [stderr] Checking nodrop v0.1.13 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling syn v0.15.34 [INFO] [stderr] Checking itoa v0.4.4 [INFO] [stderr] Checking string v0.1.3 [INFO] [stderr] Checking try-lock v0.2.2 [INFO] [stderr] Checking bitreader v0.3.1 [INFO] [stderr] Checking fixedbitset v0.1.9 [INFO] [stderr] Checking rtp-rs v0.3.0 [INFO] [stderr] Checking adts-reader v0.3.0 [INFO] [stderr] Checking log v0.4.6 [INFO] [stderr] Checking crossbeam-utils v0.6.5 [INFO] [stderr] Checking owning_ref v0.4.0 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Checking tokio-trace-core v0.2.0 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Checking arrayvec v0.3.25 [INFO] [stderr] Checking iovec v0.1.2 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking num_cpus v1.10.0 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Checking h264-reader v0.3.0 [INFO] [stderr] Checking lock_api v0.1.5 [INFO] [stderr] Checking mpeg2ts-reader v0.13.0 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking crossbeam-queue v0.1.2 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Checking hexdump v0.1.0 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Checking crossbeam-epoch v0.7.1 [INFO] [stderr] error[E0606]: casting `f64` as `u8` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/h264-reader-0.3.0/src/nal/pps.rs:130:20 [INFO] [stderr] | [INFO] [stderr] 130 | let size = ((1f64+f64::from(pic_size_in_map_units_minus1)).log2()) as u8; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0606`. [INFO] [stderr] error: could not compile `h264-reader`. [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" "58cc5ed4332d378969581d9492ac8f770e8cabb13659f1c7694904c85cbdc745"` [INFO] running `"docker" "rm" "-f" "58cc5ed4332d378969581d9492ac8f770e8cabb13659f1c7694904c85cbdc745"` [INFO] [stdout] 58cc5ed4332d378969581d9492ac8f770e8cabb13659f1c7694904c85cbdc745