[INFO] crate plotter 0.1.0 is already in cache [INFO] testing plotter-0.1.0 against 1.38.0 for beta-1.39-1 [INFO] extracting crate plotter 0.1.0 into work/builds/worker-1/source [INFO] validating manifest of crates.io crate plotter 0.1.0 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate plotter 0.1.0 [INFO] finished tweaking crates.io crate plotter 0.1.0 [INFO] tweaked toml for crates.io crate plotter 0.1.0 written to work/builds/worker-1/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 657cee66adf86e9613ed3fb17d4ec8db8c294f1d031a373f2eaaab7f3be1109f [INFO] running `"docker" "start" "-a" "657cee66adf86e9613ed3fb17d4ec8db8c294f1d031a373f2eaaab7f3be1109f"` [INFO] [stderr] Compiling plotter v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/plotter/mod.rs:115:13 [INFO] [stderr] | [INFO] [stderr] 115 | f: &Fn(f64) -> f64, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(f64) -> f64` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `name` [INFO] [stderr] --> src/plotter/mod.rs:34:42 [INFO] [stderr] | [INFO] [stderr] 34 | pub fn plot(&self, size: (u32, u32), name: &'static str, port: String, options: PlotOptions) { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_name` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.78s [INFO] running `"docker" "inspect" "657cee66adf86e9613ed3fb17d4ec8db8c294f1d031a373f2eaaab7f3be1109f"` [INFO] running `"docker" "rm" "-f" "657cee66adf86e9613ed3fb17d4ec8db8c294f1d031a373f2eaaab7f3be1109f"` [INFO] [stdout] 657cee66adf86e9613ed3fb17d4ec8db8c294f1d031a373f2eaaab7f3be1109f [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 516ad48fa6c67d1a43bc36395948fc467a637f7e883e7b5c1cf5c25463cae12d [INFO] running `"docker" "start" "-a" "516ad48fa6c67d1a43bc36395948fc467a637f7e883e7b5c1cf5c25463cae12d"` [INFO] [stderr] Compiling plotter v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/plotter/mod.rs:115:13 [INFO] [stderr] | [INFO] [stderr] 115 | f: &Fn(f64) -> f64, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(f64) -> f64` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0254]: the name `plotter` is defined multiple times [INFO] [stderr] --> examples/basic.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 1 | extern crate plotter; [INFO] [stderr] | --------------------- previous import of the extern crate `plotter` here [INFO] [stderr] 2 | [INFO] [stderr] 3 | use plotter::plotter; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ `plotter` reimported here [INFO] [stderr] | [INFO] [stderr] = note: `plotter` must be defined only once in the type namespace of this module [INFO] [stderr] help: you can use `as` to change the binding name of the import [INFO] [stderr] | [INFO] [stderr] 3 | use plotter::plotter as other_plotter; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Dataset` in `plotter` [INFO] [stderr] --> examples/basic.rs:8:29 [INFO] [stderr] | [INFO] [stderr] 8 | let mut data = plotter::Dataset::from_fn(&func, (-10.0, 10.0), 1.0, None); [INFO] [stderr] | ^^^^^^^ could not find `Dataset` in `plotter` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Dataset` in `plotter` [INFO] [stderr] --> examples/basic.rs:9:26 [INFO] [stderr] | [INFO] [stderr] 9 | let other = plotter::Dataset::from_fn(&o, (-10.0, 10.0), 1.0, None); [INFO] [stderr] | ^^^^^^^ could not find `Dataset` in `plotter` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Plotter` in `plotter` [INFO] [stderr] --> examples/basic.rs:11:24 [INFO] [stderr] | [INFO] [stderr] 11 | let app = plotter::Plotter::new(data); [INFO] [stderr] | ^^^^^^^ could not find `Plotter` in `plotter` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `PlotOptions` in `plotter` [INFO] [stderr] --> examples/basic.rs:12:24 [INFO] [stderr] | [INFO] [stderr] 12 | let opt = plotter::PlotOptions::new() [INFO] [stderr] | ^^^^^^^^^^^ could not find `PlotOptions` in `plotter` [INFO] [stderr] [INFO] [stderr] warning: unused import: `plotter::plotter` [INFO] [stderr] --> examples/basic.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use plotter::plotter; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0254, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0254`. [INFO] [stderr] error: Could not compile `plotter`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused variable: `name` [INFO] [stderr] --> src/plotter/mod.rs:34:42 [INFO] [stderr] | [INFO] [stderr] 34 | pub fn plot(&self, size: (u32, u32), name: &'static str, port: String, options: PlotOptions) { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_name` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "516ad48fa6c67d1a43bc36395948fc467a637f7e883e7b5c1cf5c25463cae12d"` [INFO] running `"docker" "rm" "-f" "516ad48fa6c67d1a43bc36395948fc467a637f7e883e7b5c1cf5c25463cae12d"` [INFO] [stdout] 516ad48fa6c67d1a43bc36395948fc467a637f7e883e7b5c1cf5c25463cae12d