[INFO] cloning repository https://github.com/amundmr/eisfit [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/amundmr/eisfit" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Famundmr%2Feisfit", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Famundmr%2Feisfit'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cf779012efb97abd6796b35dbbc1654c49dea314 [INFO] testing amundmr/eisfit against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Famundmr%2Feisfit" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/amundmr/eisfit on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/amundmr/eisfit [INFO] finished tweaking git repo https://github.com/amundmr/eisfit [INFO] tweaked toml for git repo https://github.com/amundmr/eisfit written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/amundmr/eisfit already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cca5abf3fa44756fce154019d159d04346004f9387ebf9e6620154d0c6b56bd3 [INFO] running `Command { std: "docker" "start" "-a" "cca5abf3fa44756fce154019d159d04346004f9387ebf9e6620154d0c6b56bd3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cca5abf3fa44756fce154019d159d04346004f9387ebf9e6620154d0c6b56bd3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cca5abf3fa44756fce154019d159d04346004f9387ebf9e6620154d0c6b56bd3", kill_on_drop: false }` [INFO] [stdout] cca5abf3fa44756fce154019d159d04346004f9387ebf9e6620154d0c6b56bd3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2e95fcdd522ad412a4011cd6fc3977f0291edac5d6045c154ef1311204bf391d [INFO] running `Command { std: "docker" "start" "-a" "2e95fcdd522ad412a4011cd6fc3977f0291edac5d6045c154ef1311204bf391d", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling libc v0.2.90 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stderr] Compiling plotters-backend v0.3.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling bytemuck v1.5.1 [INFO] [stderr] Compiling float-ord v0.2.0 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling ordered-float v1.1.1 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling gif v0.10.3 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling plotters-svg v0.3.0 [INFO] [stderr] Compiling rusttype v0.8.3 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling cmake v0.1.45 [INFO] [stderr] Compiling png v0.15.3 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling servo-fontconfig-sys v4.0.9 [INFO] [stderr] Compiling dirs-sys v0.3.5 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling pathfinder_simd v0.5.0 [INFO] [stderr] Compiling image v0.22.5 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling image v0.23.14 [INFO] [stderr] Compiling servo-freetype-sys v4.0.5 [INFO] [stderr] Compiling expat-sys v2.1.6 [INFO] [stderr] Compiling pathfinder_geometry v0.5.1 [INFO] [stderr] Compiling freetype v0.4.1 [INFO] [stderr] Compiling plotters-bitmap v0.3.0 [INFO] [stderr] Compiling servo-fontconfig v0.4.0 [INFO] [stderr] Compiling font-kit v0.7.1 [INFO] [stderr] Compiling plotters v0.3.0 [INFO] [stderr] Compiling eisfit v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::path::Path` [INFO] [stdout] --> src/main.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::path::Path; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `for<'b> &'b DynElement<'static, plotters::prelude::BitMapBackend<'_>, (&f64, &f64)>: PointCollection<'b, ({integer}, {integer})>` is not satisfied [INFO] [stdout] --> src/main.rs:110:11 [INFO] [stdout] | [INFO] [stdout] 110 | chart.draw_series( [INFO] [stdout] | ^^^^^^^^^^^ the trait `for<'b> PointCollection<'b, ({integer}, {integer})>` is not implemented for `&'b DynElement<'static, plotters::prelude::BitMapBackend<'_>, (&f64, &f64)>` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] <&'a DynElement<'b, DB, Coord> as PointCollection<'a, Coord>> [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/main.rs:89:10 [INFO] [stdout] | [INFO] [stdout] 89 | .caption("Electrochemical Impedance Spectroscopy", ("Arial", 30)) [INFO] [stdout] | ^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `{integer}: SizeDesc` found in the `plotters` crate: [INFO] [stdout] - impl SizeDesc for i32; [INFO] [stdout] - impl SizeDesc for u32; [INFO] [stdout] = note: required because of the requirements on the impl of `IntoTextStyle<'_>` for `(&str, {integer})` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/main.rs:90:10 [INFO] [stdout] | [INFO] [stdout] 90 | .margin(10) [INFO] [stdout] | ^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `{integer}: SizeDesc` found in the `plotters` crate: [INFO] [stdout] - impl SizeDesc for i32; [INFO] [stdout] - impl SizeDesc for u32; [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/main.rs:92:10 [INFO] [stdout] | [INFO] [stdout] 92 | .set_label_area_size(LabelAreaPosition::Left, 40) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `{integer}: SizeDesc` found in the `plotters` crate: [INFO] [stdout] - impl SizeDesc for i32; [INFO] [stdout] - impl SizeDesc for u32; [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/main.rs:94:10 [INFO] [stdout] | [INFO] [stdout] 94 | .set_label_area_size(LabelAreaPosition::Bottom, 40) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `{integer}: SizeDesc` found in the `plotters` crate: [INFO] [stdout] - impl SizeDesc for i32; [INFO] [stdout] - impl SizeDesc for u32; [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/main.rs:95:10 [INFO] [stdout] | [INFO] [stdout] 95 | .build_cartesian_2d(-20..100, -20..100) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ cannot infer type for struct `std::ops::Range<{integer}>` [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `std::ops::Range<{integer}>: AsRangedCoord` found in the `plotters` crate: [INFO] [stdout] - impl AsRangedCoord for std::ops::Range; [INFO] [stdout] - impl AsRangedCoord for std::ops::Range; [INFO] [stdout] - impl AsRangedCoord for std::ops::Range; [INFO] [stdout] - impl AsRangedCoord for std::ops::Range; [INFO] [stdout] and 4 more [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0283. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `eisfit` due to 7 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "2e95fcdd522ad412a4011cd6fc3977f0291edac5d6045c154ef1311204bf391d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e95fcdd522ad412a4011cd6fc3977f0291edac5d6045c154ef1311204bf391d", kill_on_drop: false }` [INFO] [stdout] 2e95fcdd522ad412a4011cd6fc3977f0291edac5d6045c154ef1311204bf391d