[INFO] updating cached repository https://github.com/fschutt/azul-beziercurve-test [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] cbdd0d2d8fbfbabd8717d149af81b473f2a3041a [INFO] testing fschutt/azul-beziercurve-test against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffschutt%2Fazul-beziercurve-test" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fschutt/azul-beziercurve-test on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/fschutt/azul-beziercurve-test [INFO] removed path dependency azul from git repo https://github.com/fschutt/azul-beziercurve-test [INFO] finished tweaking git repo https://github.com/fschutt/azul-beziercurve-test [INFO] tweaked toml for git repo https://github.com/fschutt/azul-beziercurve-test written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/fschutt/azul-beziercurve-test already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-8/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 997be035b0388c75dfb2168cf3e0aaee05a7041cb88594aee1cc6285fb12fc2a [INFO] running `"docker" "start" "-a" "997be035b0388c75dfb2168cf3e0aaee05a7041cb88594aee1cc6285fb12fc2a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling quadtree-f32 v0.3.0 [INFO] [stderr] Compiling azul v0.1.0 [INFO] [stderr] Compiling crossbeam-queue v0.2.2 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling beziercurve-wkt v0.1.2 [INFO] [stderr] Compiling azul-beziercurve-test v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `widgets` in `azul` [INFO] [stderr] --> src/main.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | widgets::{button::Button, svg::*}, [INFO] [stderr] | ^^^^^^^ could not find `widgets` in `azul` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `widgets` in `azul` [INFO] [stderr] --> src/main.rs:49:15 [INFO] [stderr] | [INFO] [stderr] 49 | use azul::widgets::svg::SvgLayerResource::*; [INFO] [stderr] | ^^^^^^^ could not find `widgets` in `azul` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `azul::prelude` [INFO] [stderr] --> src/main.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | prelude::*, [INFO] [stderr] | ^^^^^^^ could not find `prelude` in `azul` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Dom` [INFO] [stderr] --> src/main.rs:32:9 [INFO] [stderr] | [INFO] [stderr] 32 | Dom::gl_texture(draw_svg, self.svg.clone()) [INFO] [stderr] | ^^^ use of undeclared type or module `Dom` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `On` [INFO] [stderr] --> src/main.rs:33:24 [INFO] [stderr] | [INFO] [stderr] 33 | .with_callback(On::Scroll, scroll_map_contents).with_id("svg-container") [INFO] [stderr] | ^^ use of undeclared type or module `On` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Button` [INFO] [stderr] --> src/main.rs:44:5 [INFO] [stderr] | [INFO] [stderr] 44 | Button::with_label(label).dom().with_class("control-btn").with_id(css_id).with_callback(On::MouseUp, callback) [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Button` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `On` [INFO] [stderr] --> src/main.rs:44:93 [INFO] [stderr] | [INFO] [stderr] 44 | Button::with_label(label).dom().with_class("control-btn").with_id(css_id).with_callback(On::MouseUp, callback) [INFO] [stderr] | ^^ use of undeclared type or module `On` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BezierCurve` [INFO] [stderr] --> src/main.rs:55:18 [INFO] [stderr] | [INFO] [stderr] 55 | let curve1 = BezierCurve::from_str(CURVE).unwrap().cache(); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `BezierCurve` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BezierCurve` [INFO] [stderr] --> src/main.rs:56:18 [INFO] [stderr] | [INFO] [stderr] 56 | let curve2 = BezierCurve::from_str(LINE).unwrap().cache(); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `BezierCurve` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Svg` [INFO] [stderr] --> src/main.rs:59:15 [INFO] [stderr] | [INFO] [stderr] 59 | let svg = Svg::with_layers(vec![ [INFO] [stderr] | ^^^ use of undeclared type or module `Svg` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SvgLayerResource` [INFO] [stderr] --> src/main.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | SvgLayerResource::Direct(), // curve1 [INFO] [stderr] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `SvgLayerResource` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SvgLayerResource` [INFO] [stderr] --> src/main.rs:61:9 [INFO] [stderr] | [INFO] [stderr] 61 | SvgLayerResource::Direct(), // curve2 [INFO] [stderr] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `SvgLayerResource` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SvgLayerResource` [INFO] [stderr] --> src/main.rs:62:9 [INFO] [stderr] | [INFO] [stderr] 62 | SvgLayerResource::Direct(), // intersection points [INFO] [stderr] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `SvgLayerResource` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Ref` [INFO] [stderr] --> src/main.rs:100:14 [INFO] [stderr] | [INFO] [stderr] 100 | svg: Ref::new(SvgDocument { [INFO] [stderr] | ^^^ use of undeclared type or module `Ref` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `App` [INFO] [stderr] --> src/main.rs:107:15 [INFO] [stderr] | [INFO] [stderr] 107 | let app = App::new(app_data, AppConfig::default()).unwrap(); [INFO] [stderr] | ^^^ use of undeclared type or module `App` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `AppConfig` [INFO] [stderr] --> src/main.rs:107:34 [INFO] [stderr] | [INFO] [stderr] 107 | let app = App::new(app_data, AppConfig::default()).unwrap(); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `AppConfig` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `css` [INFO] [stderr] --> src/main.rs:108:15 [INFO] [stderr] | [INFO] [stderr] 108 | let css = css::override_native(include_str!(CSS_PATH!())).unwrap(); [INFO] [stderr] | ^^^ use of undeclared type or module `css` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `WindowCreateOptions` [INFO] [stderr] --> src/main.rs:109:13 [INFO] [stderr] | [INFO] [stderr] 109 | app.run(WindowCreateOptions::new(css)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `WindowCreateOptions` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Ref` in this scope [INFO] [stderr] --> src/main.rs:18:10 [INFO] [stderr] | [INFO] [stderr] 18 | svg: Ref, [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: consider importing one of these items [INFO] [stderr] | [INFO] [stderr] 6 | use core::cell::Ref; [INFO] [stderr] | [INFO] [stderr] 6 | use std::cell::Ref; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `CallbackInfo` in this scope [INFO] [stderr] --> src/main.rs:28:19 [INFO] [stderr] | [INFO] [stderr] 28 | type CbInfo<'a> = CallbackInfo<'a, MyAppData>; [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Layout` in this scope [INFO] [stderr] --> src/main.rs:30:6 [INFO] [stderr] | [INFO] [stderr] 30 | impl Layout for MyAppData { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `LayoutInfo` in this scope [INFO] [stderr] --> src/main.rs:31:29 [INFO] [stderr] | [INFO] [stderr] 31 | fn layout(&self, _info: LayoutInfo) -> Dom { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Dom` in this scope [INFO] [stderr] --> src/main.rs:31:44 [INFO] [stderr] | [INFO] [stderr] 31 | fn layout(&self, _info: LayoutInfo) -> Dom { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Redraw` in this scope [INFO] [stderr] --> src/main.rs:34:125 [INFO] [stderr] | [INFO] [stderr] 34 | .with_child(render_control_btn("+", "btn-zoom-in", |info: CbInfo| { info.state.svg.borrow_mut().zoom *= 2.0; Redraw })) [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Redraw` in this scope [INFO] [stderr] --> src/main.rs:35:125 [INFO] [stderr] | [INFO] [stderr] 35 | .with_child(render_control_btn("-", "btn-zoom-out", |info: CbInfo| { info.state.svg.borrow_mut().zoom /= 2.0; Redraw })) [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Redraw` in this scope [INFO] [stderr] --> src/main.rs:36:131 [INFO] [stderr] | [INFO] [stderr] 36 | .with_child(render_control_btn("^", "btn-move-up", |info: CbInfo| { info.state.svg.borrow_mut().pan_vert += 100.0; Redraw })) [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Redraw` in this scope [INFO] [stderr] --> src/main.rs:37:131 [INFO] [stderr] | [INFO] [stderr] 37 | .with_child(render_control_btn(">", "btn-move-right", |info: CbInfo| { info.state.svg.borrow_mut().pan_horz += 100.0; Redraw })) [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Redraw` in this scope [INFO] [stderr] --> src/main.rs:38:131 [INFO] [stderr] | [INFO] [stderr] 38 | .with_child(render_control_btn("<", "btn-move-left", |info: CbInfo| { info.state.svg.borrow_mut().pan_horz -= 100.0; Redraw })) [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Redraw` in this scope [INFO] [stderr] --> src/main.rs:39:131 [INFO] [stderr] | [INFO] [stderr] 39 | .with_child(render_control_btn("v", "btn-move-down", |info: CbInfo| { info.state.svg.borrow_mut().pan_vert -= 100.0; Redraw })) [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UpdateScreen` in this scope [INFO] [stderr] --> src/main.rs:43:90 [INFO] [stderr] | [INFO] [stderr] 43 | fn render_control_btn(label: &'static str, css_id: &'static str, callback: fn(CbInfo) -> UpdateScreen) -> Dom { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Dom` in this scope [INFO] [stderr] --> src/main.rs:43:107 [INFO] [stderr] | [INFO] [stderr] 43 | fn render_control_btn(label: &'static str, css_id: &'static str, callback: fn(CbInfo) -> UpdateScreen) -> Dom { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `GlCallbackInfo` in this scope [INFO] [stderr] --> src/main.rs:47:19 [INFO] [stderr] | [INFO] [stderr] 47 | fn draw_svg(info: GlCallbackInfo) -> GlCallbackReturn { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `GlCallbackReturn` in this scope [INFO] [stderr] --> src/main.rs:47:38 [INFO] [stderr] | [INFO] [stderr] 47 | fn draw_svg(info: GlCallbackInfo) -> GlCallbackReturn { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `UpdateScreen` in this scope [INFO] [stderr] --> src/main.rs:76:41 [INFO] [stderr] | [INFO] [stderr] 76 | fn scroll_map_contents(info: CbInfo) -> UpdateScreen { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `Redraw` in this scope [INFO] [stderr] --> src/main.rs:94:5 [INFO] [stderr] | [INFO] [stderr] 94 | Redraw [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 35 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `azul-beziercurve-test`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "997be035b0388c75dfb2168cf3e0aaee05a7041cb88594aee1cc6285fb12fc2a"` [INFO] running `"docker" "rm" "-f" "997be035b0388c75dfb2168cf3e0aaee05a7041cb88594aee1cc6285fb12fc2a"` [INFO] [stdout] 997be035b0388c75dfb2168cf3e0aaee05a7041cb88594aee1cc6285fb12fc2a