[INFO] fetching crate glitter 0.1.2... [INFO] checking glitter-0.1.2 against beta for pr-78714 [INFO] extracting crate glitter 0.1.2 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate glitter 0.1.2 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate glitter 0.1.2 [INFO] finished tweaking crates.io crate glitter 0.1.2 [INFO] tweaked toml for crates.io crate glitter 0.1.2 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 51c493ad694e87d9e57e5a4ef8139c71e875f62c8598169d1f998a0200188811 [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" "51c493ad694e87d9e57e5a4ef8139c71e875f62c8598169d1f998a0200188811", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "51c493ad694e87d9e57e5a4ef8139c71e875f62c8598169d1f998a0200188811", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "51c493ad694e87d9e57e5a4ef8139c71e875f62c8598169d1f998a0200188811", kill_on_drop: false }` [INFO] [stdout] 51c493ad694e87d9e57e5a4ef8139c71e875f62c8598169d1f998a0200188811 [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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 29b577798b7f1117359dc323ea47b30c359fbfd6af825432a2d6bdcd26ca0451 [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" "29b577798b7f1117359dc323ea47b30c359fbfd6af825432a2d6bdcd26ca0451", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v0.3.3 [INFO] [stderr] Compiling khronos_api v1.0.1 [INFO] [stderr] Checking inflate v0.1.1 [INFO] [stderr] Checking lzw v0.10.0 [INFO] [stderr] Checking bitflags v0.7.0 [INFO] [stderr] Compiling sdl2-sys v0.8.1 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Checking glob v0.2.11 [INFO] [stderr] Checking byteorder v0.5.3 [INFO] [stderr] Checking scoped_threadpool v0.1.9 [INFO] [stderr] Checking bitflags v0.5.0 [INFO] [stderr] Compiling miniz-sys v0.1.12 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling xml-rs v0.2.2 [INFO] [stderr] Checking cgmath v0.11.0 [INFO] [stderr] Checking jpeg-decoder v0.1.20 [INFO] [stderr] Checking gif v0.9.2 [INFO] [stderr] Checking sdl2 v0.13.0 [INFO] [stderr] Checking flate2 v0.2.20 [INFO] [stderr] Compiling gl_generator v0.4.2 [INFO] [stderr] Checking png v0.5.2 [INFO] [stderr] Compiling gl v0.5.2 [INFO] [stderr] Checking image v0.10.4 [INFO] [stderr] Checking glitter v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/context/program_context.rs:62:31 [INFO] [stdout] | [INFO] [stdout] 62 | let mut program = try! { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/context/program_context.rs:73:13 [INFO] [stdout] | [INFO] [stdout] 73 | try!(self.gl.link_program(&mut program)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/shader.rs:97:30 [INFO] [stdout] | [INFO] [stdout] 97 | let mut shader = try! { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/shader.rs:105:13 [INFO] [stdout] | [INFO] [stdout] 105 | try!(self.gl.compile_shader(&mut shader)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | / bitflags! { [INFO] [stdout] 98 | | /// The possible buffers that the active framebuffer may contain. [INFO] [stdout] 99 | | pub flags BufferBits: ::gl::types::GLbitfield { [INFO] [stdout] 100 | | /// The color buffer, which stores color information [INFO] [stdout] ... | [INFO] [stdout] 112 | | } [INFO] [stdout] 113 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | / bitflags! { [INFO] [stdout] 98 | | /// The possible buffers that the active framebuffer may contain. [INFO] [stdout] 99 | | pub flags BufferBits: ::gl::types::GLbitfield { [INFO] [stdout] 100 | | /// The color buffer, which stores color information [INFO] [stdout] ... | [INFO] [stdout] 112 | | } [INFO] [stdout] 113 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/context/texture_context.rs:29:23 [INFO] [stdout] | [INFO] [stdout] 29 | image: Option<&'a Image2d>, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Image2d` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/context/texture_context.rs:50:42 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn image_2d(mut self, image: &'a Image2d) -> Self { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Image2d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/types.rs:245:32 [INFO] [stdout] | [INFO] [stdout] 245 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/context/program_context.rs:62:31 [INFO] [stdout] | [INFO] [stdout] 62 | let mut program = try! { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/context/program_context.rs:73:13 [INFO] [stdout] | [INFO] [stdout] 73 | try!(self.gl.link_program(&mut program)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/shader.rs:97:30 [INFO] [stdout] | [INFO] [stdout] 97 | let mut shader = try! { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/shader.rs:105:13 [INFO] [stdout] | [INFO] [stdout] 105 | try!(self.gl.compile_shader(&mut shader)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | / bitflags! { [INFO] [stdout] 98 | | /// The possible buffers that the active framebuffer may contain. [INFO] [stdout] 99 | | pub flags BufferBits: ::gl::types::GLbitfield { [INFO] [stdout] 100 | | /// The color buffer, which stores color information [INFO] [stdout] ... | [INFO] [stdout] 112 | | } [INFO] [stdout] 113 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/types.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | / bitflags! { [INFO] [stdout] 98 | | /// The possible buffers that the active framebuffer may contain. [INFO] [stdout] 99 | | pub flags BufferBits: ::gl::types::GLbitfield { [INFO] [stdout] 100 | | /// The color buffer, which stores color information [INFO] [stdout] ... | [INFO] [stdout] 112 | | } [INFO] [stdout] 113 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/context/texture_context.rs:29:23 [INFO] [stdout] | [INFO] [stdout] 29 | image: Option<&'a Image2d>, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Image2d` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/context/texture_context.rs:50:42 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn image_2d(mut self, image: &'a Image2d) -> Self { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Image2d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/types.rs:245:32 [INFO] [stdout] | [INFO] [stdout] 245 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/types.rs:239:17 [INFO] [stdout] | [INFO] [stdout] 239 | error::Error::description(e) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/types.rs:239:17 [INFO] [stdout] | [INFO] [stdout] 239 | error::Error::description(e) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> examples/hello-triangle.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | impl_vertex_data!(Vertex, position, color); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> examples/circle-texture.rs:106:5 [INFO] [stdout] | [INFO] [stdout] 106 | impl_vertex_data!(Vertex, position, tex_coord); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> examples/circle-texture.rs:106:5 [INFO] [stdout] | [INFO] [stdout] 106 | impl_vertex_data!(Vertex, position, tex_coord); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> examples/circle-texture.rs:106:5 [INFO] [stdout] | [INFO] [stdout] 106 | impl_vertex_data!(Vertex, position, tex_coord); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> examples/hello-triangle.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | impl_vertex_data!(Vertex, position, color); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> examples/hello-triangle.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | impl_vertex_data!(Vertex, position, color); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.04s [INFO] running `Command { std: "docker" "inspect" "29b577798b7f1117359dc323ea47b30c359fbfd6af825432a2d6bdcd26ca0451", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "29b577798b7f1117359dc323ea47b30c359fbfd6af825432a2d6bdcd26ca0451", kill_on_drop: false }` [INFO] [stdout] 29b577798b7f1117359dc323ea47b30c359fbfd6af825432a2d6bdcd26ca0451