[INFO] fetching crate webgl-rs 0.2.2... [INFO] testing webgl-rs-0.2.2 against 1.60.0 for beta-1.61-1 [INFO] extracting crate webgl-rs 0.2.2 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate webgl-rs 0.2.2 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate webgl-rs 0.2.2 [INFO] finished tweaking crates.io crate webgl-rs 0.2.2 [INFO] tweaked toml for crates.io crate webgl-rs 0.2.2 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "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" "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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c348c776f12f6e5477ca6178aa14adf9ac8904c9db500b099f5c2ac622c328d0 [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" "c348c776f12f6e5477ca6178aa14adf9ac8904c9db500b099f5c2ac622c328d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c348c776f12f6e5477ca6178aa14adf9ac8904c9db500b099f5c2ac622c328d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c348c776f12f6e5477ca6178aa14adf9ac8904c9db500b099f5c2ac622c328d0", kill_on_drop: false }` [INFO] [stdout] c348c776f12f6e5477ca6178aa14adf9ac8904c9db500b099f5c2ac622c328d0 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1f063335028ec64f735de2767222097bdc217a3f566df9c1b5bf29fd06ca4405 [INFO] running `Command { std: "docker" "start" "-a" "1f063335028ec64f735de2767222097bdc217a3f566df9c1b5bf29fd06ca4405", kill_on_drop: false }` [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.80 [INFO] [stderr] Compiling wasm-bindgen v0.2.80 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.80 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.80 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.80 [INFO] [stderr] Compiling webgl-rs v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `context` [INFO] [stdout] --> src/uniform_location.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) context: &'ctx WebGL2RenderingContext, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `WebGLRSUniformLocation` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/uniform_location.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `inner` [INFO] [stdout] --> src/uniform_location.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | pub(crate) inner: WebGLUniformLocation, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WebGLRSUniformLocation` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/uniform_location.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `document` should have an upper case name [INFO] [stdout] --> src/rendering_context.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | static document: HTMLDocument; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `DOCUMENT` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.54s [INFO] running `Command { std: "docker" "inspect" "1f063335028ec64f735de2767222097bdc217a3f566df9c1b5bf29fd06ca4405", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f063335028ec64f735de2767222097bdc217a3f566df9c1b5bf29fd06ca4405", kill_on_drop: false }` [INFO] [stdout] 1f063335028ec64f735de2767222097bdc217a3f566df9c1b5bf29fd06ca4405 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6adbe91b94ae456626549131b46cb0068d91a81a1439aa328cec276a3e04210a [INFO] running `Command { std: "docker" "start" "-a" "6adbe91b94ae456626549131b46cb0068d91a81a1439aa328cec276a3e04210a", kill_on_drop: false }` [INFO] [stderr] Compiling webgl-rs v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `context` [INFO] [stdout] --> src/uniform_location.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) context: &'ctx WebGL2RenderingContext, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `WebGLRSUniformLocation` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/uniform_location.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `inner` [INFO] [stdout] --> src/uniform_location.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | pub(crate) inner: WebGLUniformLocation, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WebGLRSUniformLocation` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/uniform_location.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `document` should have an upper case name [INFO] [stdout] --> src/rendering_context.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | static document: HTMLDocument; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `DOCUMENT` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `context` [INFO] [stdout] --> src/uniform_location.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) context: &'ctx WebGL2RenderingContext, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `WebGLRSUniformLocation` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/uniform_location.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `inner` [INFO] [stdout] --> src/uniform_location.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | pub(crate) inner: WebGLUniformLocation, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WebGLRSUniformLocation` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/uniform_location.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static variable `document` should have an upper case name [INFO] [stdout] --> src/rendering_context.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | static document: HTMLDocument; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper case: `DOCUMENT` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.23s [INFO] running `Command { std: "docker" "inspect" "6adbe91b94ae456626549131b46cb0068d91a81a1439aa328cec276a3e04210a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6adbe91b94ae456626549131b46cb0068d91a81a1439aa328cec276a3e04210a", kill_on_drop: false }` [INFO] [stdout] 6adbe91b94ae456626549131b46cb0068d91a81a1439aa328cec276a3e04210a [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 395f0c6bea9cd7f9472c039988952e62c5f1afec87fb576e59ced9126ebff666 [INFO] running `Command { std: "docker" "start" "-a" "395f0c6bea9cd7f9472c039988952e62c5f1afec87fb576e59ced9126ebff666", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `context` [INFO] [stderr] --> src/uniform_location.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | pub(crate) context: &'ctx WebGL2RenderingContext, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `WebGLRSUniformLocation` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/uniform_location.rs:5:10 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `inner` [INFO] [stderr] --> src/uniform_location.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | pub(crate) inner: WebGLUniformLocation, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `WebGLRSUniformLocation` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/uniform_location.rs:5:10 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: static variable `document` should have an upper case name [INFO] [stderr] --> src/rendering_context.rs:13:12 [INFO] [stderr] | [INFO] [stderr] 13 | static document: HTMLDocument; [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper case: `DOCUMENT` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `webgl-rs` (lib) generated 3 warnings [INFO] [stderr] warning: `webgl-rs` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/webgl_rs-d391b41f024c4270) [INFO] [stdout] [INFO] [stderr] Doc-tests webgl-rs [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "395f0c6bea9cd7f9472c039988952e62c5f1afec87fb576e59ced9126ebff666", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "395f0c6bea9cd7f9472c039988952e62c5f1afec87fb576e59ced9126ebff666", kill_on_drop: false }` [INFO] [stdout] 395f0c6bea9cd7f9472c039988952e62c5f1afec87fb576e59ced9126ebff666