[INFO] crate layout2d 0.1.2 is already in cache [INFO] testing layout2d-0.1.2 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate layout2d 0.1.2 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate layout2d 0.1.2 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate layout2d 0.1.2 [INFO] finished tweaking crates.io crate layout2d 0.1.2 [INFO] tweaked toml for crates.io crate layout2d 0.1.2 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a539e7e3c94acd2c57ed8742e74ee3e2a9f87ff1909f75f0fd1b5c5b54c4a72f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a539e7e3c94acd2c57ed8742e74ee3e2a9f87ff1909f75f0fd1b5c5b54c4a72f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a539e7e3c94acd2c57ed8742e74ee3e2a9f87ff1909f75f0fd1b5c5b54c4a72f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a539e7e3c94acd2c57ed8742e74ee3e2a9f87ff1909f75f0fd1b5c5b54c4a72f", kill_on_drop: false }` [INFO] [stdout] a539e7e3c94acd2c57ed8742e74ee3e2a9f87ff1909f75f0fd1b5c5b54c4a72f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 139a8a326034af4eb43827ec205bb62639abfbd212ddc658f151ae04d7e22d18 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "139a8a326034af4eb43827ec205bb62639abfbd212ddc658f151ae04d7e22d18", kill_on_drop: false }` [INFO] [stderr] Compiling layout2d v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stdout] --> src/rect.rs:166:3 [INFO] [stdout] | [INFO] [stdout] 166 | #[bench] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(soft_unstable)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #64266 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stdout] --> src/rect.rs:177:3 [INFO] [stdout] | [INFO] [stdout] 177 | #[bench] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #64266 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stdout] --> src/ui_screen.rs:176:3 [INFO] [stdout] | [INFO] [stdout] 176 | #[bench] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #64266 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Clone` is imported redundantly [INFO] [stdout] --> src/ui_screen.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | use std::clone::Clone; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.28s [INFO] running `Command { std: "docker" "inspect" "139a8a326034af4eb43827ec205bb62639abfbd212ddc658f151ae04d7e22d18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "139a8a326034af4eb43827ec205bb62639abfbd212ddc658f151ae04d7e22d18", kill_on_drop: false }` [INFO] [stdout] 139a8a326034af4eb43827ec205bb62639abfbd212ddc658f151ae04d7e22d18 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 18027bfdfd713ae2934db391606bcdc7948d755925d901e03f5ed99e2841d419 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "18027bfdfd713ae2934db391606bcdc7948d755925d901e03f5ed99e2841d419", kill_on_drop: false }` [INFO] [stdout] warning: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stdout] --> src/rect.rs:166:3 [INFO] [stdout] | [INFO] [stdout] 166 | #[bench] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(soft_unstable)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #64266 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stdout] --> src/rect.rs:177:3 [INFO] [stdout] | [INFO] [stdout] 177 | #[bench] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #64266 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stdout] --> src/ui_screen.rs:176:3 [INFO] [stdout] | [INFO] [stdout] 176 | #[bench] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #64266 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Clone` is imported redundantly [INFO] [stdout] --> src/ui_screen.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | use std::clone::Clone; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling layout2d v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `input` [INFO] [stdout] --> src/ui_screen.rs:181:9 [INFO] [stdout] | [INFO] [stdout] 181 | use input; [INFO] [stdout] | ^^^^^ no `input` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `test` [INFO] [stdout] --> src/rect.rs:167:32 [INFO] [stdout] | [INFO] [stdout] 167 | fn bench_rotate_center(b: &mut test::Bencher) { [INFO] [stdout] | ^^^^ use of undeclared type or module `test` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `DebugColor` [INFO] [stdout] --> src/rect.rs:168:63 [INFO] [stdout] | [INFO] [stdout] 168 | let mut rect = Rect::new(200.0, 400.0, 400.0, 600.0, 0.0, DebugColor::yellow()); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `DebugColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `test` [INFO] [stdout] --> src/rect.rs:178:28 [INFO] [stdout] | [INFO] [stdout] 178 | fn bench_translate(b: &mut test::Bencher) { [INFO] [stdout] | ^^^^ use of undeclared type or module `test` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `DebugColor` [INFO] [stdout] --> src/rect.rs:179:63 [INFO] [stdout] | [INFO] [stdout] 179 | let mut rect = Rect::new(200.0, 400.0, 400.0, 600.0, 0.0, DebugColor::yellow()); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `DebugColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `test` [INFO] [stdout] --> src/ui_screen.rs:177:42 [INFO] [stdout] | [INFO] [stdout] 177 | fn bench_ui_screen_layout_simple(b: &mut test::Bencher) { [INFO] [stdout] | ^^^^ use of undeclared type or module `test` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `DebugColor` [INFO] [stdout] --> src/ui_screen.rs:194:36 [INFO] [stdout] | [INFO] [stdout] 194 | FlexDirection::Column, DebugColor::green())); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `DebugColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `DebugColor` [INFO] [stdout] --> src/ui_screen.rs:199:29 [INFO] [stdout] | [INFO] [stdout] 199 | FlexDirection::Row, DebugColor::blue())); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `DebugColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `DebugColor` [INFO] [stdout] --> src/ui_screen.rs:204:40 [INFO] [stdout] | [INFO] [stdout] 204 | FlexDirection::Column, DebugColor::red())); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `DebugColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `DebugColor` [INFO] [stdout] --> src/ui_screen.rs:209:40 [INFO] [stdout] | [INFO] [stdout] 209 | FlexDirection::Column, DebugColor::blue())); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `DebugColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `glium` [INFO] [stdout] --> src/ui_screen.rs:218:25 [INFO] [stdout] | [INFO] [stdout] 218 | let event = glium::glutin::Event::Resized(rand::random::(), rand::random::()); [INFO] [stdout] | ^^^^^ use of undeclared type or module `glium` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stdout] --> src/rect.rs:166:3 [INFO] [stdout] | [INFO] [stdout] 166 | #[bench] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(soft_unstable)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #64266 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stdout] --> src/rect.rs:177:3 [INFO] [stdout] | [INFO] [stdout] 177 | #[bench] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #64266 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stdout] --> src/ui_screen.rs:176:3 [INFO] [stdout] | [INFO] [stdout] 176 | #[bench] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #64266 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Clone` is imported redundantly [INFO] [stdout] --> src/ui_screen.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | use std::clone::Clone; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stdout] --> src/ui_screen.rs:188:25 [INFO] [stdout] | [INFO] [stdout] 19 | / pub fn new(initial_width: f32, initial_height: f32, data: NodeData) [INFO] [stdout] 20 | | -> Self [INFO] [stdout] 21 | | { [INFO] [stdout] 22 | | Self { [INFO] [stdout] 23 | | root: NodeRef::new(Rect::new(0.0, initial_height, 0.0, initial_width, 0.0, data)) [INFO] [stdout] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_____- defined here [INFO] [stdout] ... [INFO] [stdout] 188 | let mut ui_screen = UiScreen::new(INITIAL_WIDTH, INITIAL_HEIGHT) [INFO] [stdout] | ^^^^^^^^^^^^^ ------------- -------------- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 3 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/ui_screen.rs:214:27 [INFO] [stdout] | [INFO] [stdout] 214 | ui_screen.root.append(top_bar_wrapper); [INFO] [stdout] | ^^^^^^^^^^^^^^^ expected struct `rect::Rect`, found struct `node_data::NodeData` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `rctree::NodeRef>` [INFO] [stdout] found struct `rctree::NodeRef>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/ui_screen.rs:215:27 [INFO] [stdout] | [INFO] [stdout] 215 | ui_screen.root.append(explorer_wrapper); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ expected struct `rect::Rect`, found struct `node_data::NodeData` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `rctree::NodeRef>` [INFO] [stdout] found struct `rctree::NodeRef>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 2 arguments but 0 arguments were supplied [INFO] [stdout] --> src/ui_screen.rs:220:31 [INFO] [stdout] | [INFO] [stdout] 37 | / pub fn into_rectangles(&mut self, root_width: f32, root_height: f32) [INFO] [stdout] 38 | | -> Vec> [INFO] [stdout] 39 | | { [INFO] [stdout] 40 | | self.root.borrow_mut().data.width = Some(root_width); [INFO] [stdout] ... | [INFO] [stdout] 56 | | &mut cur_offset_width, &mut cur_offset_height) [INFO] [stdout] 57 | | } [INFO] [stdout] | |_____- defined here [INFO] [stdout] ... [INFO] [stdout] 220 | let _ = ui_screen.into_rectangles(); [INFO] [stdout] | ^^^^^^^^^^^^^^^- supplied 0 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 2 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 15 previous errors; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0308, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: could not compile `layout2d`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "18027bfdfd713ae2934db391606bcdc7948d755925d901e03f5ed99e2841d419", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "18027bfdfd713ae2934db391606bcdc7948d755925d901e03f5ed99e2841d419", kill_on_drop: false }` [INFO] [stdout] 18027bfdfd713ae2934db391606bcdc7948d755925d901e03f5ed99e2841d419