[INFO] updating cached repository https://github.com/balvaldyr/ricex [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] f61ac4c35ba5013ff33409a923de21ecc99da842 [INFO] checking balvaldyr/ricex against try#e6563ac70cbfd3196492061900e9e9793e065e4d for pr-69410 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbalvaldyr%2Fricex" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 58% (34/58) Checking out files: 60% (35/58) Checking out files: 62% (36/58) Checking out files: 63% (37/58) Checking out files: 65% (38/58) Checking out files: 67% (39/58) Checking out files: 68% (40/58) Checking out files: 70% (41/58) Checking out files: 72% (42/58) Checking out files: 74% (43/58) Checking out files: 75% (44/58) Checking out files: 77% (45/58) Checking out files: 79% (46/58) Checking out files: 81% (47/58) Checking out files: 82% (48/58) Checking out files: 84% (49/58) Checking out files: 86% (50/58) Checking out files: 87% (51/58) Checking out files: 89% (52/58) Checking out files: 91% (53/58) Checking out files: 93% (54/58) Checking out files: 94% (55/58) Checking out files: 96% (56/58) Checking out files: 98% (57/58) Checking out files: 100% (58/58) Checking out files: 100% (58/58), done. [INFO] validating manifest of git repo https://github.com/balvaldyr/ricex on toolchain e6563ac70cbfd3196492061900e9e9793e065e4d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e6563ac70cbfd3196492061900e9e9793e065e4d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/balvaldyr/ricex [INFO] finished tweaking git repo https://github.com/balvaldyr/ricex [INFO] tweaked toml for git repo https://github.com/balvaldyr/ricex written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/balvaldyr/ricex already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e6563ac70cbfd3196492061900e9e9793e065e4d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-0/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" "+e6563ac70cbfd3196492061900e9e9793e065e4d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/KISS-UI/kiss-ui` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e6563ac70cbfd3196492061900e9e9793e065e4d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+e6563ac70cbfd3196492061900e9e9793e065e4d" "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] acaace04af6b29a1ad543fc0aca3570e4c447e29efb26e64b49750bdabc33cfd [INFO] running `"docker" "start" "-a" "acaace04af6b29a1ad543fc0aca3570e4c447e29efb26e64b49750bdabc33cfd"` [INFO] [stderr] Compiling iup-sys v0.0.3 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-rational v0.2.3 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling palette v0.2.1 [INFO] [stderr] Checking kiss-ui v0.1.0 (https://github.com/KISS-UI/kiss-ui#074bf82d) [INFO] [stderr] Checking num v0.2.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling rustversion v1.0.2 [INFO] [stderr] Compiling time-macros-impl v0.1.0 [INFO] [stderr] Checking time-macros v0.1.0 [INFO] [stderr] Checking time v0.2.7 [INFO] [stderr] Checking stopwatch v0.0.6 [INFO] [stderr] error[E0277]: `time::Duration` doesn't implement `std::fmt::Display` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stopwatch-0.0.6/src/lib.rs:26:26 [INFO] [stderr] | [INFO] [stderr] 26 | return write!(f, "{}", self.elapsed()); [INFO] [stderr] | ^^^^^^^^^^^^^^ `time::Duration` cannot be formatted with the default formatter [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Display` is not implemented for `time::Duration` [INFO] [stderr] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stderr] = note: required by `std::fmt::Display::fmt` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `stopwatch`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "acaace04af6b29a1ad543fc0aca3570e4c447e29efb26e64b49750bdabc33cfd"` [INFO] running `"docker" "rm" "-f" "acaace04af6b29a1ad543fc0aca3570e4c447e29efb26e64b49750bdabc33cfd"` [INFO] [stdout] acaace04af6b29a1ad543fc0aca3570e4c447e29efb26e64b49750bdabc33cfd