[INFO] crate nbez 0.1.0 is already in cache
[INFO] checking nbez-0.1.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate nbez 0.1.0 into /workspace/builds/worker-10/source
[INFO] validating manifest of crates.io crate nbez 0.1.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate nbez 0.1.0
[INFO] finished tweaking crates.io crate nbez 0.1.0
[INFO] tweaked toml for crates.io crate nbez 0.1.0 written to /workspace/builds/worker-10/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=forbid" "-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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 06842905643a25fb054c3b99109d45533f5c0e63d220a6a61a787764ffe91351
[INFO] running `"docker" "start" "-a" "06842905643a25fb054c3b99109d45533f5c0e63d220a6a61a787764ffe91351"`
[INFO] [stderr]    Compiling bitflags v0.9.1
[INFO] [stderr]     Checking bitflags v0.6.0
[INFO] [stderr]    Compiling nbez v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling serde_json v0.9.10
[INFO] [stderr]    Compiling wayland-client v0.5.12
[INFO] [stderr]    Compiling target_build_utils v0.3.1
[INFO] [stderr]     Checking draw_state v0.6.0
[INFO] [stderr]    Compiling xml-rs v0.6.1
[INFO] [stderr]     Checking gfx_core v0.3.1
[INFO] [stderr]    Compiling gl_generator v0.5.5
[INFO] [stderr]    Compiling gfx_gl v0.3.1
[INFO] [stderr]    Compiling glutin v0.5.2
[INFO] [stderr]    Compiling libloading v0.3.4
[INFO] [stderr]     Checking gfx v0.11.0
[INFO] [stderr]     Checking dlib v0.3.1
[INFO] [stderr]     Checking wayland-sys v0.5.11
[INFO] [stderr]     Checking gfx_device_gl v0.10.0
[INFO] [stderr]     Checking wayland-window v0.2.3
[INFO] [stderr]     Checking wayland-kbd v0.3.6
[INFO] [stderr]     Checking gfx_window_glutin v0.11.0
[INFO] [stderr] error: `$crate` may not be imported
[INFO] [stderr]   --> examples/curve.rs:24:1
[INFO] [stderr]    |
[INFO] [stderr] 24 | / gfx_pipeline!{ pipe {
[INFO] [stderr] 25 | |     vbuf: gfx::VertexBuffer<Vertex> = (),
[INFO] [stderr] 26 | |     window_matrix: gfx::Global<[[f32; 2]; 2]> = "window_matrix",
[INFO] [stderr] 27 | |     offset: gfx::Global<[f32; 2]> = "offset",
[INFO] [stderr] 28 | |     out: gfx::RenderTarget<ColorFormat> = "r_target",
[INFO] [stderr] 29 | | }}
[INFO] [stderr]    | |__^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead
[INFO] [stderr]   --> examples/curve.rs:19:1
[INFO] [stderr]    |
[INFO] [stderr] 19 | / gfx_vertex_struct!{ Vertex {
[INFO] [stderr] 20 | |     pos: [f32; 2] = "v_pos",
[INFO] [stderr] 21 | |     col: [f32; 3] = "v_col",
[INFO] [stderr] 22 | | }}
[INFO] [stderr]    | |__^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `nbez`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "06842905643a25fb054c3b99109d45533f5c0e63d220a6a61a787764ffe91351"`
[INFO] running `"docker" "rm" "-f" "06842905643a25fb054c3b99109d45533f5c0e63d220a6a61a787764ffe91351"`
[INFO] [stdout] 06842905643a25fb054c3b99109d45533f5c0e63d220a6a61a787764ffe91351
