[INFO] crate piet-direct2d 0.1.0 is already in cache [INFO] testing piet-direct2d-0.1.0 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate piet-direct2d 0.1.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate piet-direct2d 0.1.0 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 crates.io crate piet-direct2d 0.1.0 [INFO] finished tweaking crates.io crate piet-direct2d 0.1.0 [INFO] tweaked toml for crates.io crate piet-direct2d 0.1.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate crates.io crate piet-direct2d 0.1.0 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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] 9838a0f74c8610ea2cae088417d971759635670852644d70c95c6fd18fe1f782 [INFO] running `"docker" "start" "-a" "9838a0f74c8610ea2cae088417d971759635670852644d70c95c6fd18fe1f782"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling kurbo v0.6.0 [INFO] [stderr] Compiling piet v0.1.0 [INFO] [stderr] Compiling wio v0.2.2 [INFO] [stderr] Compiling piet-direct2d v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.77s [INFO] running `"docker" "inspect" "9838a0f74c8610ea2cae088417d971759635670852644d70c95c6fd18fe1f782"` [INFO] running `"docker" "rm" "-f" "9838a0f74c8610ea2cae088417d971759635670852644d70c95c6fd18fe1f782"` [INFO] [stdout] 9838a0f74c8610ea2cae088417d971759635670852644d70c95c6fd18fe1f782 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6f5c1721fad1678cf8a703c823b133e1c08f186a1d4f9ad6ecd2536b33c65edb [INFO] running `"docker" "start" "-a" "6f5c1721fad1678cf8a703c823b133e1c08f186a1d4f9ad6ecd2536b33c65edb"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling png v0.16.3 [INFO] [stderr] Compiling jpeg-decoder v0.1.19 [INFO] [stderr] Compiling image v0.23.4 [INFO] [stderr] Compiling piet-direct2d v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> examples/basic.rs:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | use winapi::shared::dxgi::DXGI_MAP_READ; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `piet_direct2d::D2DRenderContext` [INFO] [stderr] --> examples/basic.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use piet_direct2d::D2DRenderContext; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `D2DRenderContext` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `D2DFactory` in `piet_direct2d` [INFO] [stderr] --> examples/basic.rs:23:30 [INFO] [stderr] | [INFO] [stderr] 23 | let d2d = piet_direct2d::D2DFactory::new().unwrap(); [INFO] [stderr] | ^^^^^^^^^^ could not find `D2DFactory` in `piet_direct2d` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `DwriteFactory` in `piet_direct2d` [INFO] [stderr] --> examples/basic.rs:24:33 [INFO] [stderr] | [INFO] [stderr] 24 | let dwrite = piet_direct2d::DwriteFactory::new().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^ could not find `DwriteFactory` in `piet_direct2d` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `d3d` in `piet_direct2d` [INFO] [stderr] --> examples/basic.rs:27:41 [INFO] [stderr] | [INFO] [stderr] 27 | let (d3d, d3d_ctx) = piet_direct2d::d3d::D3D11Device::create().unwrap(); [INFO] [stderr] | ^^^ could not find `d3d` in `piet_direct2d` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `d3d` in `piet_direct2d` [INFO] [stderr] --> examples/basic.rs:38:28 [INFO] [stderr] | [INFO] [stderr] 38 | piet_direct2d::d3d::TextureMode::Target, [INFO] [stderr] | ^^^ could not find `d3d` in `piet_direct2d` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `d3d` in `piet_direct2d` [INFO] [stderr] --> examples/basic.rs:63:28 [INFO] [stderr] | [INFO] [stderr] 63 | piet_direct2d::d3d::TextureMode::Read, [INFO] [stderr] | ^^^ could not find `d3d` in `piet_direct2d` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DXGI_MAP_READ` in this scope [INFO] [stderr] --> examples/basic.rs:78:49 [INFO] [stderr] | [INFO] [stderr] 78 | let _hr = surface.Map(&mut mapped_rect, DXGI_MAP_READ); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused import: `piet::RenderContext` [INFO] [stderr] --> examples/basic.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use piet::RenderContext; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `piet-direct2d`. [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" "6f5c1721fad1678cf8a703c823b133e1c08f186a1d4f9ad6ecd2536b33c65edb"` [INFO] running `"docker" "rm" "-f" "6f5c1721fad1678cf8a703c823b133e1c08f186a1d4f9ad6ecd2536b33c65edb"` [INFO] [stdout] 6f5c1721fad1678cf8a703c823b133e1c08f186a1d4f9ad6ecd2536b33c65edb