[INFO] fetching crate al-sys 0.6.1... [INFO] testing al-sys-0.6.1 against try#d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 for pr-86479 [INFO] extracting crate al-sys 0.6.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate al-sys 0.6.1 on toolchain d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "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-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "fetch" "--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 05e7054545e98437709e6269f328ba874727bb46c75ffb3576ae4f3198bc6553 [INFO] running `Command { std: "docker" "start" "-a" "05e7054545e98437709e6269f328ba874727bb46c75ffb3576ae4f3198bc6553", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "05e7054545e98437709e6269f328ba874727bb46c75ffb3576ae4f3198bc6553", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "05e7054545e98437709e6269f328ba874727bb46c75ffb3576ae4f3198bc6553", kill_on_drop: false }` [INFO] [stdout] 05e7054545e98437709e6269f328ba874727bb46c75ffb3576ae4f3198bc6553 [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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a9b5dcdb718a5de19a5b90931dd339598e1a887aa6fb5a3cfa8014cbb833e69e [INFO] running `Command { std: "docker" "start" "-a" "a9b5dcdb718a5de19a5b90931dd339598e1a887aa6fb5a3cfa8014cbb833e69e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling cc v1.0.69 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling cmake v0.1.45 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling libloading v0.5.2 [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 20.61s [INFO] running `Command { std: "docker" "inspect" "a9b5dcdb718a5de19a5b90931dd339598e1a887aa6fb5a3cfa8014cbb833e69e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9b5dcdb718a5de19a5b90931dd339598e1a887aa6fb5a3cfa8014cbb833e69e", kill_on_drop: false }` [INFO] [stdout] a9b5dcdb718a5de19a5b90931dd339598e1a887aa6fb5a3cfa8014cbb833e69e [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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 87c34a6d2e4356b4fb5ed019833c577fbda03660b422b3b3a2054a95948a5e67 [INFO] running `Command { std: "docker" "start" "-a" "87c34a6d2e4356b4fb5ed019833c577fbda03660b422b3b3a2054a95948a5e67", 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.55s [INFO] running `Command { std: "docker" "inspect" "87c34a6d2e4356b4fb5ed019833c577fbda03660b422b3b3a2054a95948a5e67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87c34a6d2e4356b4fb5ed019833c577fbda03660b422b3b3a2054a95948a5e67", kill_on_drop: false }` [INFO] [stdout] 87c34a6d2e4356b4fb5ed019833c577fbda03660b422b3b3a2054a95948a5e67 [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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6da759267c62da2114a57e3fc398780f60b23225058a6237e012b23f8d5e64bf [INFO] running `Command { std: "docker" "start" "-a" "6da759267c62da2114a57e3fc398780f60b23225058a6237e012b23f8d5e64bf", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: using `procedural-masquerade` crate [INFO] [stdout] running 0 tests [INFO] [stderr] --> src/lib.rs:141:1 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 141 | / al_api! { [INFO] [stdout] [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.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/al_sys-a4c2e847eab547e1) [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" "6da759267c62da2114a57e3fc398780f60b23225058a6237e012b23f8d5e64bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6da759267c62da2114a57e3fc398780f60b23225058a6237e012b23f8d5e64bf", kill_on_drop: false }` [INFO] [stdout] 6da759267c62da2114a57e3fc398780f60b23225058a6237e012b23f8d5e64bf