[INFO] updating cached repository https://github.com/frenkel/hfl [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] [stderr] From https://github.com/frenkel/hfl [INFO] [stderr] 6fb69da..278a0c4 master -> master [INFO] [stderr] * [new tag] v0.1.9 -> v0.1.9 [INFO] [stderr] * [new tag] v0.1.5 -> v0.1.5 [INFO] [stderr] * [new tag] v0.1.6 -> v0.1.6 [INFO] [stderr] * [new tag] v0.1.7 -> v0.1.7 [INFO] [stderr] * [new tag] v0.1.8 -> v0.1.8 [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 278a0c46dd043953ff4ce42ae60061adaae374b2 [INFO] checking frenkel/hfl against try#d27c6c6a469a28343396a8f3ac1c9d403aabda69 for pr-66037 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrenkel%2Fhfl" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/frenkel/hfl on toolchain d27c6c6a469a28343396a8f3ac1c9d403aabda69 [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/frenkel/hfl [INFO] finished tweaking git repo https://github.com/frenkel/hfl [INFO] tweaked toml for git repo https://github.com/frenkel/hfl written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/frenkel/hfl already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "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" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "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] f0dd2df3adc69f1e7bc44433e989b3c6cf7fda592c3c52043f86b53cb91a3ce9 [INFO] running `"docker" "start" "-a" "f0dd2df3adc69f1e7bc44433e989b3c6cf7fda592c3c52043f86b53cb91a3ce9"` [INFO] [stderr] Compiling gdk v0.11.0 [INFO] [stderr] Compiling gtk v0.7.0 [INFO] [stderr] Compiling glib-sys v0.9.1 [INFO] [stderr] Compiling gdk-sys v0.9.0 [INFO] [stderr] Compiling gtk-sys v0.9.0 [INFO] [stderr] Checking dirs-sys v0.3.4 [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking serde v1.0.99 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Compiling gobject-sys v0.9.0 [INFO] [stderr] Compiling cairo-sys-rs v0.9.0 [INFO] [stderr] Compiling gio-sys v0.9.0 [INFO] [stderr] Compiling pango-sys v0.9.0 [INFO] [stderr] Compiling atk-sys v0.9.0 [INFO] [stderr] Compiling cairo-rs v0.7.1 [INFO] [stderr] Compiling atk v0.7.0 [INFO] [stderr] Compiling pango v0.7.0 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.9.0 [INFO] [stderr] Compiling gio v0.7.0 [INFO] [stderr] Compiling gdk-pixbuf v0.7.0 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking glib v0.8.1 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio v0.1.21 [INFO] [stderr] Checking hyper v0.12.30 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Checking reqwest v0.9.18 [INFO] [stderr] Checking timer-for-harvest v0.1.9 (/opt/rustwide/workdir) [INFO] [stderr] error: invalid suffix `A` for integer literal [INFO] [stderr] --> tests/lib.rs:5:36 [INFO] [stderr] | [INFO] [stderr] 5 | assert_eq!("1:00", harvest%3A:f32_to_duration_str(1.0)); [INFO] [stderr] | ^^ invalid suffix `A` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: expected type, found `1.0` [INFO] [stderr] --> tests/lib.rs:5:59 [INFO] [stderr] | [INFO] [stderr] 5 | assert_eq!("1:00", harvest%3A:f32_to_duration_str(1.0)); [INFO] [stderr] | - ^^^ expected type [INFO] [stderr] | | [INFO] [stderr] | tried to parse a type due to this type ascription [INFO] [stderr] | [INFO] [stderr] = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `: ` [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/23416 [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `timer-for-harvest`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "f0dd2df3adc69f1e7bc44433e989b3c6cf7fda592c3c52043f86b53cb91a3ce9"` [INFO] running `"docker" "rm" "-f" "f0dd2df3adc69f1e7bc44433e989b3c6cf7fda592c3c52043f86b53cb91a3ce9"` [INFO] [stdout] f0dd2df3adc69f1e7bc44433e989b3c6cf7fda592c3c52043f86b53cb91a3ce9