[INFO] updating cached repository https://github.com/oligami/sinsha [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/oligami/sinsha [INFO] [stderr] 5d7525d..b26fbb8 develop -> develop [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e91270399bb8b7e8265d04bd3f4728e97d5ea2b7 [INFO] testing oligami/sinsha against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Foligami%2Fsinsha" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/oligami/sinsha on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/oligami/sinsha [INFO] finished tweaking git repo https://github.com/oligami/sinsha [INFO] tweaked toml for git repo https://github.com/oligami/sinsha written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/oligami/sinsha already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 23d865c88108eb49bef892e203eb1e79d020d906d1ec2a4248c6dea6b2740ff2 [INFO] running `"docker" "start" "-a" "23d865c88108eb49bef892e203eb1e79d020d906d1ec2a4248c6dea6b2740ff2"` [INFO] [stderr] Compiling libc v0.2.44 [INFO] [stderr] Compiling cc v1.0.26 [INFO] [stderr] Compiling nix v0.11.0 [INFO] [stderr] Compiling num-rational v0.2.1 [INFO] [stderr] Compiling winapi v0.3.6 [INFO] [stderr] Compiling safe-transmute v0.10.1 [INFO] [stderr] Compiling arrayvec v0.4.8 [INFO] [stderr] Compiling wayland-scanner v0.21.7 [INFO] [stderr] Compiling rand_core v0.2.2 [INFO] [stderr] Compiling rand_xorshift v0.1.0 [INFO] [stderr] Compiling rand_chacha v0.1.0 [INFO] [stderr] Compiling rand v0.6.1 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling png v0.14.0 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling rusttype v0.7.3 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling andrew v0.1.4 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling num_cpus v1.9.0 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling nix v0.12.0 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Compiling wayland-client v0.21.7 [INFO] [stderr] Compiling wayland-protocols v0.21.7 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling ash v0.27.1 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling wayland-sys v0.21.7 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling image v0.21.0 [INFO] [stderr] Compiling wayland-commons v0.21.7 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.3 [INFO] [stderr] Compiling winit v0.18.0 [INFO] [stderr] Compiling sinsha v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find value `image_type` in this scope [INFO] [stderr] --> src/vulkan_api/buffer_and_image.rs:281:6 [INFO] [stderr] | [INFO] [stderr] 281 | image_type, [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `instance_extensions` in this scope [INFO] [stderr] --> src/vulkan_api.rs:331:29 [INFO] [stderr] | [INFO] [stderr] 331 | let instance_extensions = instance_extensions(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `surface` in this scope [INFO] [stderr] --> src/vulkan_api.rs:357:16 [INFO] [stderr] | [INFO] [stderr] 357 | raw_handle: surface(&entry, &instance, window), [INFO] [stderr] | ^^^^^^^ a field by this name exists in `Self` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `sample_count` on type `vulkan_api::buffer_and_image::Image` [INFO] [stderr] --> src/vulkan_api/buffer_and_image.rs:742:28 [INFO] [stderr] | [INFO] [stderr] 742 | pre_image_info.image.sample_count, [INFO] [stderr] | ^^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `raw_handle`, `offset`, `size`, `view`, `format` ... and 3 others [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `sinsha`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "23d865c88108eb49bef892e203eb1e79d020d906d1ec2a4248c6dea6b2740ff2"` [INFO] running `"docker" "rm" "-f" "23d865c88108eb49bef892e203eb1e79d020d906d1ec2a4248c6dea6b2740ff2"` [INFO] [stdout] 23d865c88108eb49bef892e203eb1e79d020d906d1ec2a4248c6dea6b2740ff2