[INFO] updating cached repository https://github.com/kaikalii/fit-text [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] 9ca952290be90857b06f476c43fa8f701719de61 [INFO] checking kaikalii/fit-text against try#a243773eaf3fedcd203f10ae4579e4f106bf7ccd for pr-68325 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkaikalii%2Ffit-text" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kaikalii/fit-text on toolchain a243773eaf3fedcd203f10ae4579e4f106bf7ccd [INFO] running `"/workspace/cargo-home/bin/cargo" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/kaikalii/fit-text [INFO] removed 0 missing examples [INFO] finished tweaking git repo https://github.com/kaikalii/fit-text [INFO] tweaked toml for git repo https://github.com/kaikalii/fit-text written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/kaikalii/fit-text already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "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] e51446d38b73544cad966d5eb7b3ea4eea8106b52d06a6632dde116749f55186 [INFO] running `"docker" "start" "-a" "e51446d38b73544cad966d5eb7b3ea4eea8106b52d06a6632dde116749f55186"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking bit-vec v0.6.1 [INFO] [stderr] Checking once_cell v1.1.0 [INFO] [stderr] Checking vector2math v0.6.0 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking tiff v0.3.1 [INFO] [stderr] Checking rusttype v0.8.0 [INFO] [stderr] Checking rusttype v0.7.9 [INFO] [stderr] Checking piston2d-graphics v0.35.0 [INFO] [stderr] Checking image v0.22.2 [INFO] [stderr] Checking fit_text v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/lib.rs:223:78 [INFO] [stderr] | [INFO] [stderr] 223 | let first_word_on_line = (curr_width - indent_width).abs() < f64::EPSILON; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `vector2math::FloatingScalar::EPSILON(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable `core::f64::::EPSILON` [INFO] [stderr] [INFO] [stderr] Checking graphics_buffer v0.7.2 [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/lib.rs:223:78 [INFO] [stderr] | [INFO] [stderr] 223 | let first_word_on_line = (curr_width - indent_width).abs() < f64::EPSILON; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `vector2math::FloatingScalar::EPSILON(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable `core::f64::::EPSILON` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.76s [INFO] running `"docker" "inspect" "e51446d38b73544cad966d5eb7b3ea4eea8106b52d06a6632dde116749f55186"` [INFO] running `"docker" "rm" "-f" "e51446d38b73544cad966d5eb7b3ea4eea8106b52d06a6632dde116749f55186"` [INFO] [stdout] e51446d38b73544cad966d5eb7b3ea4eea8106b52d06a6632dde116749f55186