[INFO] fetching crate mapo 0.1.1...
[INFO] testing mapo-0.1.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[INFO] extracting crate mapo 0.1.1 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate mapo 0.1.1
[INFO] finished tweaking crates.io crate mapo 0.1.1
[INFO] tweaked toml for crates.io crate mapo 0.1.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate mapo 0.1.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate mapo 0.1.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4cc2d9261b2ce682b9bd53b3a820c2d3423f4678866b9b1cad4e218c5cc1770e
[INFO] running `Command { std: "docker" "start" "-a" "4cc2d9261b2ce682b9bd53b3a820c2d3423f4678866b9b1cad4e218c5cc1770e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4cc2d9261b2ce682b9bd53b3a820c2d3423f4678866b9b1cad4e218c5cc1770e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4cc2d9261b2ce682b9bd53b3a820c2d3423f4678866b9b1cad4e218c5cc1770e", kill_on_drop: false }`
[INFO] [stdout] 4cc2d9261b2ce682b9bd53b3a820c2d3423f4678866b9b1cad4e218c5cc1770e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 48e9886488138f6deabe8c02e53f12caa9b581755d3dcce48a95cc1c33a71767
[INFO] running `Command { std: "docker" "start" "-a" "48e9886488138f6deabe8c02e53f12caa9b581755d3dcce48a95cc1c33a71767", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.36
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.86
[INFO] [stderr]    Compiling serde v1.0.133
[INFO] [stderr]    Compiling anyhow v1.0.52
[INFO] [stderr]    Compiling unicode-segmentation v1.8.0
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling smallvec v1.8.0
[INFO] [stderr]    Compiling pkg-config v0.3.24
[INFO] [stderr]    Compiling version-compare v0.0.11
[INFO] [stderr]    Compiling strum v0.21.0
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling libc v0.2.112
[INFO] [stderr]    Compiling futures-core v0.3.19
[INFO] [stderr]    Compiling futures-task v0.3.19
[INFO] [stderr]    Compiling futures-util v0.3.19
[INFO] [stderr]    Compiling pin-project-lite v0.2.8
[INFO] [stderr]    Compiling futures-channel v0.3.19
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling slab v0.4.5
[INFO] [stderr]    Compiling unic-common v0.9.0
[INFO] [stderr]    Compiling unic-char-range v0.9.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling itertools v0.10.3
[INFO] [stderr]    Compiling cfg-expr v0.8.1
[INFO] [stderr]    Compiling once_cell v1.9.0
[INFO] [stderr]    Compiling unic-char-property v0.9.0
[INFO] [stderr]    Compiling unic-ucd-version v0.9.0
[INFO] [stderr]    Compiling arrayvec v0.7.2
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling xi-unicode v0.3.0
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling itertools v0.9.0
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling unic-ucd-bidi v0.9.0
[INFO] [stderr]    Compiling kurbo v0.8.3
[INFO] [stderr]    Compiling to_precision v0.1.2
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling unic-bidi v0.9.0
[INFO] [stderr]    Compiling quote v1.0.14
[INFO] [stderr]    Compiling piet v0.5.0
[INFO] [stderr]    Compiling futures-executor v0.3.19
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling strum_macros v0.21.1
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling proc-macro-crate v1.1.0
[INFO] [stderr]    Compiling system-deps v3.2.0
[INFO] [stderr]    Compiling glib-macros v0.14.1
[INFO] [stderr]    Compiling glib-sys v0.14.0
[INFO] [stderr]    Compiling gobject-sys v0.14.0
[INFO] [stderr]    Compiling pango-sys v0.14.0
[INFO] [stderr]    Compiling cairo-sys-rs v0.14.9
[INFO] [stderr]    Compiling pangocairo-sys v0.14.0
[INFO] [stderr]    Compiling glib v0.14.8
[INFO] [stderr]    Compiling pango v0.14.8
[INFO] [stderr]    Compiling cairo-rs v0.14.9
[INFO] [stderr]    Compiling pangocairo v0.14.0
[INFO] [stderr]    Compiling piet-cairo v0.5.0
[INFO] [stderr]    Compiling piet-common v0.5.0
[INFO] [stderr]    Compiling mapo v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::any::Any`
[INFO] [stdout]  --> src/chart.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::any::Any;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.78s
[INFO] running `Command { std: "docker" "inspect" "48e9886488138f6deabe8c02e53f12caa9b581755d3dcce48a95cc1c33a71767", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "48e9886488138f6deabe8c02e53f12caa9b581755d3dcce48a95cc1c33a71767", kill_on_drop: false }`
[INFO] [stdout] 48e9886488138f6deabe8c02e53f12caa9b581755d3dcce48a95cc1c33a71767
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 78a2d327801b23a1aaf056a1fa9cf5591f97d85dbdebeeffff6b8541e210b63f
[INFO] running `Command { std: "docker" "start" "-a" "78a2d327801b23a1aaf056a1fa9cf5591f97d85dbdebeeffff6b8541e210b63f", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling serde v1.0.133
[INFO] [stderr]    Compiling anyhow v1.0.52
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling getrandom v0.2.4
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling libm v0.2.1
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling indexmap v1.8.0
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling textwrap v0.14.2
[INFO] [stderr]    Compiling clap_derive v3.0.14
[INFO] [stderr]    Compiling qu-derive v0.4.2
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling ryu v1.0.9
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling os_str_bytes v6.0.0
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling clap v3.0.14
[INFO] [stderr]    Compiling fake v2.4.3
[INFO] [stderr]    Compiling rand_distr v0.4.3
[INFO] [stderr]    Compiling env_logger v0.8.4
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling qu v0.4.2
[INFO] [stderr]    Compiling csv v1.1.6
[INFO] [stderr]    Compiling system-deps v3.2.0
[INFO] [stderr]    Compiling proc-macro-crate v1.1.0
[INFO] [stderr]    Compiling glib-macros v0.14.1
[INFO] [stderr]    Compiling glib-sys v0.14.0
[INFO] [stderr]    Compiling gobject-sys v0.14.0
[INFO] [stderr]    Compiling cairo-sys-rs v0.14.9
[INFO] [stderr]    Compiling pango-sys v0.14.0
[INFO] [stderr]    Compiling pangocairo-sys v0.14.0
[INFO] [stderr]    Compiling glib v0.14.8
[INFO] [stderr]    Compiling pango v0.14.8
[INFO] [stderr]    Compiling cairo-rs v0.14.9
[INFO] [stderr]    Compiling pangocairo v0.14.0
[INFO] [stderr]    Compiling piet-cairo v0.5.0
[INFO] [stderr]    Compiling piet-common v0.5.0
[INFO] [stderr]    Compiling mapo v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::any::Any`
[INFO] [stdout]  --> src/chart.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::any::Any;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::any::Any`
[INFO] [stdout]  --> src/chart.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::any::Any;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `druid_shell`
[INFO] [stdout]  --> examples/live.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use druid_shell::{
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `druid_shell`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `druid_shell`, use `cargo add druid_shell` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `piet`
[INFO] [stdout]  --> examples/histogram.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use piet::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `piet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `piet`, use `cargo add piet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `druid_shell`
[INFO] [stdout]  --> examples/live.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use druid_shell::{
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `druid_shell`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `druid_shell`, use `cargo add druid_shell` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `piet`
[INFO] [stdout]  --> examples/histogram.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use piet::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `piet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `piet`, use `cargo add piet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mapo` (example "live") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mapo` (example "histogram") due to 2 previous errors
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `piet`
[INFO] [stdout]  --> examples/scatter.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use piet::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `piet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `piet`, use `cargo add piet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mapo::scatter::scatter`
[INFO] [stdout]  --> examples/scatter.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use mapo::scatter::scatter;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^ no `scatter` in `scatter`
[INFO] [stdout]   |
[INFO] [stdout] help: a similar name exists in the module (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 1 - use mapo::scatter::scatter;
[INFO] [stdout] 1 + use mapo::scatter::Scatter;
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this module instead
[INFO] [stdout]   |
[INFO] [stdout] 1 - use mapo::scatter::scatter;
[INFO] [stdout] 1 + use mapo::scatter;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `piet`
[INFO] [stdout]  --> examples/scatter.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use piet::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `piet`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `piet`, use `cargo add piet` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mapo` (example "scatter") due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "78a2d327801b23a1aaf056a1fa9cf5591f97d85dbdebeeffff6b8541e210b63f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "78a2d327801b23a1aaf056a1fa9cf5591f97d85dbdebeeffff6b8541e210b63f", kill_on_drop: false }`
[INFO] [stdout] 78a2d327801b23a1aaf056a1fa9cf5591f97d85dbdebeeffff6b8541e210b63f
