[INFO] fetching crate al-sys 0.6.1... [INFO] testing al-sys-0.6.1 against beta-2022-04-10 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 beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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" "+beta-2022-04-10" "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-2022-04-10" "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-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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 160cd5986d696011e5f8a7440d99015c5a9d3f06afe99e3e8494295678ab5842 [INFO] running `Command { std: "docker" "start" "-a" "160cd5986d696011e5f8a7440d99015c5a9d3f06afe99e3e8494295678ab5842", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "160cd5986d696011e5f8a7440d99015c5a9d3f06afe99e3e8494295678ab5842", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "160cd5986d696011e5f8a7440d99015c5a9d3f06afe99e3e8494295678ab5842", kill_on_drop: false }` [INFO] [stdout] 160cd5986d696011e5f8a7440d99015c5a9d3f06afe99e3e8494295678ab5842 [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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0c8ca76ee842ca6e98bac2ecd5adb42f822c7dda5dd91299a579ad9d08f257d1 [INFO] running `Command { std: "docker" "start" "-a" "0c8ca76ee842ca6e98bac2ecd5adb42f822c7dda5dd91299a579ad9d08f257d1", 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.06s [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 4` [INFO] running `Command { std: "docker" "inspect" "0c8ca76ee842ca6e98bac2ecd5adb42f822c7dda5dd91299a579ad9d08f257d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c8ca76ee842ca6e98bac2ecd5adb42f822c7dda5dd91299a579ad9d08f257d1", kill_on_drop: false }` [INFO] [stdout] 0c8ca76ee842ca6e98bac2ecd5adb42f822c7dda5dd91299a579ad9d08f257d1 [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" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 03727b7b5aee1180b695536957bbf190c7dfe9e08fbd1fea318a51dd6e8a5cdb [INFO] running `Command { std: "docker" "start" "-a" "03727b7b5aee1180b695536957bbf190c7dfe9e08fbd1fea318a51dd6e8a5cdb", kill_on_drop: false }` [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] [stderr] Compiling al-sys v0.6.1 (/opt/rustwide/workdir) [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.57s [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 5` [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/al_sys-f600de7b09abdb75) [INFO] running `Command { std: "docker" "inspect" "03727b7b5aee1180b695536957bbf190c7dfe9e08fbd1fea318a51dd6e8a5cdb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03727b7b5aee1180b695536957bbf190c7dfe9e08fbd1fea318a51dd6e8a5cdb", kill_on_drop: false }` [INFO] [stdout] 03727b7b5aee1180b695536957bbf190c7dfe9e08fbd1fea318a51dd6e8a5cdb [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" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 23422e51fcd4dfdd1a7ab0a3f9b92dd3c0c83e552e75a54170a6d27152aa70f8 [INFO] running `Command { std: "docker" "start" "-a" "23422e51fcd4dfdd1a7ab0a3f9b92dd3c0c83e552e75a54170a6d27152aa70f8", 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.01s [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 6` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/al_sys-f600de7b09abdb75) [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" "23422e51fcd4dfdd1a7ab0a3f9b92dd3c0c83e552e75a54170a6d27152aa70f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "23422e51fcd4dfdd1a7ab0a3f9b92dd3c0c83e552e75a54170a6d27152aa70f8", kill_on_drop: false }` [INFO] [stdout] 23422e51fcd4dfdd1a7ab0a3f9b92dd3c0c83e552e75a54170a6d27152aa70f8