[INFO] fetching crate al-sys 0.6.1... [INFO] testing al-sys-0.6.1 against 1.60.0 for beta-1.61-1 [INFO] extracting crate al-sys 0.6.1 into /workspace/builds/worker-24/source [INFO] validating manifest of crates.io crate al-sys 0.6.1 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 al-sys 0.6.1 [INFO] finished tweaking crates.io crate al-sys 0.6.1 [INFO] tweaked toml for crates.io crate al-sys 0.6.1 written to /workspace/builds/worker-24/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] [stderr] Blocking waiting for file lock on package cache [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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 58ce22bfd8f060b4e46e1c164b762677e5e010ecd34f6b90b6eb710de734f6dc [INFO] running `Command { std: "docker" "start" "-a" "58ce22bfd8f060b4e46e1c164b762677e5e010ecd34f6b90b6eb710de734f6dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "58ce22bfd8f060b4e46e1c164b762677e5e010ecd34f6b90b6eb710de734f6dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "58ce22bfd8f060b4e46e1c164b762677e5e010ecd34f6b90b6eb710de734f6dc", kill_on_drop: false }` [INFO] [stdout] 58ce22bfd8f060b4e46e1c164b762677e5e010ecd34f6b90b6eb710de734f6dc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a513e8994b76992398aab24b71ddc09bc8a1f0884af796afd9df74d14f767e4d [INFO] running `Command { std: "docker" "start" "-a" "a513e8994b76992398aab24b71ddc09bc8a1f0884af796afd9df74d14f767e4d", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling cmake v0.1.48 [INFO] [stderr] Compiling al-sys v0.6.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling rental-impl v0.5.5 [INFO] [stderr] Compiling rental v0.5.6 [INFO] [stdout] warning: using `procedural-masquerade` crate [INFO] [stdout] --> src/lib.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | / al_api! { [INFO] [stdout] 142 | | alcCreateContext: unsafe extern "C" fn(device: *mut ALCdevice, attrlist: *const ALCint) -> *mut ALCcontext, [INFO] [stdout] 143 | | alcMakeContextCurrent: unsafe extern "C" fn(context: *mut ALCcontext) -> ALCboolean, [INFO] [stdout] 144 | | alcProcessContext: unsafe extern "C" fn(context: *mut ALCcontext) -> (), [INFO] [stdout] ... | [INFO] [stdout] 235 | | alGetBufferiv: unsafe extern "C" fn(buffer: ALuint, param: ALenum, values: *mut ALint) -> (), [INFO] [stdout] 236 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(proc_macro_back_compat)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83125 [INFO] [stdout] = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling. [INFO] [stdout] = note: this warning originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.71s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: al-sys v0.6.1 (/opt/rustwide/workdir), rental v0.5.6 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "a513e8994b76992398aab24b71ddc09bc8a1f0884af796afd9df74d14f767e4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a513e8994b76992398aab24b71ddc09bc8a1f0884af796afd9df74d14f767e4d", kill_on_drop: false }` [INFO] [stdout] a513e8994b76992398aab24b71ddc09bc8a1f0884af796afd9df74d14f767e4d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fbb562ccf2a5c9c8523493890176e278bd6f0aca2bd79c26d61ea15bd4c8cc26 [INFO] running `Command { std: "docker" "start" "-a" "fbb562ccf2a5c9c8523493890176e278bd6f0aca2bd79c26d61ea15bd4c8cc26", kill_on_drop: false }` [INFO] [stderr] Compiling al-sys v0.6.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: using `procedural-masquerade` crate [INFO] [stdout] --> src/lib.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | / al_api! { [INFO] [stdout] 142 | | alcCreateContext: unsafe extern "C" fn(device: *mut ALCdevice, attrlist: *const ALCint) -> *mut ALCcontext, [INFO] [stdout] 143 | | alcMakeContextCurrent: unsafe extern "C" fn(context: *mut ALCcontext) -> ALCboolean, [INFO] [stdout] 144 | | alcProcessContext: unsafe extern "C" fn(context: *mut ALCcontext) -> (), [INFO] [stdout] ... | [INFO] [stdout] 235 | | alGetBufferiv: unsafe extern "C" fn(buffer: ALuint, param: ALenum, values: *mut ALint) -> (), [INFO] [stdout] 236 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(proc_macro_back_compat)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83125 [INFO] [stdout] = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling. [INFO] [stdout] = note: this warning originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `procedural-masquerade` crate [INFO] [stdout] --> src/lib.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | / al_api! { [INFO] [stdout] 142 | | alcCreateContext: unsafe extern "C" fn(device: *mut ALCdevice, attrlist: *const ALCint) -> *mut ALCcontext, [INFO] [stdout] 143 | | alcMakeContextCurrent: unsafe extern "C" fn(context: *mut ALCcontext) -> ALCboolean, [INFO] [stdout] 144 | | alcProcessContext: unsafe extern "C" fn(context: *mut ALCcontext) -> (), [INFO] [stdout] ... | [INFO] [stdout] 235 | | alGetBufferiv: unsafe extern "C" fn(buffer: ALuint, param: ALenum, values: *mut ALint) -> (), [INFO] [stdout] 236 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(proc_macro_back_compat)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83125 [INFO] [stdout] = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling. [INFO] [stdout] = note: this warning originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.58s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: al-sys v0.6.1 (/opt/rustwide/workdir), rental v0.5.6 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2` [INFO] running `Command { std: "docker" "inspect" "fbb562ccf2a5c9c8523493890176e278bd6f0aca2bd79c26d61ea15bd4c8cc26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fbb562ccf2a5c9c8523493890176e278bd6f0aca2bd79c26d61ea15bd4c8cc26", kill_on_drop: false }` [INFO] [stdout] fbb562ccf2a5c9c8523493890176e278bd6f0aca2bd79c26d61ea15bd4c8cc26 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3734db2ae3168130ffa3509bad6c475715649bcf89ae0c33499a5b37ddca7ebc [INFO] running `Command { std: "docker" "start" "-a" "3734db2ae3168130ffa3509bad6c475715649bcf89ae0c33499a5b37ddca7ebc", kill_on_drop: false }` [INFO] [stderr] warning: using `procedural-masquerade` crate [INFO] [stderr] --> src/lib.rs:141:1 [INFO] [stderr] | [INFO] [stderr] 141 | / al_api! { [INFO] [stderr] 142 | | alcCreateContext: unsafe extern "C" fn(device: *mut ALCdevice, attrlist: *const ALCint) -> *mut ALCcontext, [INFO] [stderr] 143 | | alcMakeContextCurrent: unsafe extern "C" fn(context: *mut ALCcontext) -> ALCboolean, [INFO] [stderr] 144 | | alcProcessContext: unsafe extern "C" fn(context: *mut ALCcontext) -> (), [INFO] [stderr] ... | [INFO] [stderr] 235 | | alGetBufferiv: unsafe extern "C" fn(buffer: ALuint, param: ALenum, values: *mut ALint) -> (), [INFO] [stderr] 236 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(proc_macro_back_compat)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #83125 [INFO] [stderr] = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling. [INFO] [stderr] = note: this warning originates in the macro `rental` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `al-sys` (lib) generated 1 warning [INFO] [stderr] warning: `al-sys` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: al-sys v0.6.1 (/opt/rustwide/workdir), rental v0.5.6 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3` [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/al_sys-88b5f78dd7e44f45) [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] [stderr] Doc-tests al-sys [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" "3734db2ae3168130ffa3509bad6c475715649bcf89ae0c33499a5b37ddca7ebc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3734db2ae3168130ffa3509bad6c475715649bcf89ae0c33499a5b37ddca7ebc", kill_on_drop: false }` [INFO] [stdout] 3734db2ae3168130ffa3509bad6c475715649bcf89ae0c33499a5b37ddca7ebc