[INFO] fetching crate miniblink 0.3.0... [INFO] testing miniblink-0.3.0 against 1.83.0 for beta-1.84.0-4 [INFO] extracting crate miniblink 0.3.0 into /workspace/builds/worker-2-tc1/source [INFO] validating manifest of crates.io crate miniblink 0.3.0 on toolchain 1.83.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.83.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate miniblink 0.3.0 [INFO] finished tweaking crates.io crate miniblink 0.3.0 [INFO] tweaked toml for crates.io crate miniblink 0.3.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate crates.io crate miniblink 0.3.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.83.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded miniblink-sys v0.3.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+1.83.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] aa7c72b0a1d64e87593c445194d06631916b0aa4aba6b9b1de59fa11d223ed03 [INFO] running `Command { std: "docker" "start" "-a" "aa7c72b0a1d64e87593c445194d06631916b0aa4aba6b9b1de59fa11d223ed03", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aa7c72b0a1d64e87593c445194d06631916b0aa4aba6b9b1de59fa11d223ed03", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa7c72b0a1d64e87593c445194d06631916b0aa4aba6b9b1de59fa11d223ed03", kill_on_drop: false }` [INFO] [stdout] aa7c72b0a1d64e87593c445194d06631916b0aa4aba6b9b1de59fa11d223ed03 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+1.83.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2eb834f781919eee8a64751786ba067fb56ce8209122ce6fd82b66478996d52a [INFO] running `Command { std: "docker" "start" "-a" "2eb834f781919eee8a64751786ba067fb56ce8209122ce6fd82b66478996d52a", kill_on_drop: false }` [INFO] [stderr] Compiling libloading v0.8.3 [INFO] [stderr] Compiling miniblink-sys v0.3.0 [INFO] [stderr] Compiling miniblink v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/webview/mod.rs:283:9 [INFO] [stdout] | [INFO] [stdout] 283 | / unsafe extern "stdcall" fn shim( [INFO] [stdout] 284 | | webview: mbWebView, [INFO] [stdout] 285 | | param: *mut ::std::os::raw::c_void, [INFO] [stdout] 286 | | title: *const utf8, [INFO] [stdout] 287 | | ) where [INFO] [stdout] 288 | | F: FnMut(&mut WebView, String) + 'static, [INFO] [stdout] | |_____________________________________________________^ [INFO] [stdout] | [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 #87678 [INFO] [stdout] = note: `#[warn(unsupported_calling_conventions)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/webview/mod.rs:308:9 [INFO] [stdout] | [INFO] [stdout] 308 | / unsafe extern "stdcall" fn shim( [INFO] [stdout] 309 | | webview: mbWebView, [INFO] [stdout] 310 | | param: *mut ::std::os::raw::c_void, [INFO] [stdout] 311 | | url: *const utf8, [INFO] [stdout] ... | [INFO] [stdout] 314 | | ) where [INFO] [stdout] 315 | | F: FnMut(&mut WebView, String, bool, bool) + 'static, [INFO] [stdout] | |_________________________________________________________________^ [INFO] [stdout] | [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 #87678 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/webview/mod.rs:339:9 [INFO] [stdout] | [INFO] [stdout] 339 | / unsafe extern "stdcall" fn shim( [INFO] [stdout] 340 | | webwiew: mbWebView, [INFO] [stdout] 341 | | param: *mut ::std::os::raw::c_void, [INFO] [stdout] 342 | | frame_id: mbWebFrameHandle, [INFO] [stdout] 343 | | ) where [INFO] [stdout] 344 | | F: FnMut(&mut WebView, WebFrameHandle) + 'static, [INFO] [stdout] | |_____________________________________________________________^ [INFO] [stdout] | [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 #87678 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/webview/mod.rs:365:9 [INFO] [stdout] | [INFO] [stdout] 365 | / unsafe extern "stdcall" fn shim( [INFO] [stdout] 366 | | webview: mbWebView, [INFO] [stdout] 367 | | param: *mut ::std::os::raw::c_void, [INFO] [stdout] 368 | | _unuse: *mut ::std::os::raw::c_void, [INFO] [stdout] 369 | | ) -> BOOL [INFO] [stdout] 370 | | where [INFO] [stdout] 371 | | F: FnMut(&mut WebView) -> bool + 'static, [INFO] [stdout] | |_____________________________________________________^ [INFO] [stdout] | [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 #87678 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/webview/mod.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | / unsafe extern "stdcall" fn shim( [INFO] [stdout] 397 | | webview: mbWebView, [INFO] [stdout] 398 | | param: *mut ::std::os::raw::c_void, [INFO] [stdout] 399 | | _unuse: *mut ::std::os::raw::c_void, [INFO] [stdout] 400 | | ) -> BOOL [INFO] [stdout] 401 | | where [INFO] [stdout] 402 | | F: FnMut(&mut WebView) -> bool + 'static, [INFO] [stdout] | |_____________________________________________________^ [INFO] [stdout] | [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 #87678 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/webview/mod.rs:446:9 [INFO] [stdout] | [INFO] [stdout] 446 | / unsafe extern "stdcall" fn shim( [INFO] [stdout] 447 | | webview: mbWebView, [INFO] [stdout] 448 | | param: *mut ::std::os::raw::c_void, [INFO] [stdout] 449 | | _es: mbJsExecState, [INFO] [stdout] ... | [INFO] [stdout] 453 | | ) where [INFO] [stdout] 454 | | F: FnMut(&mut WebView, QueryMessage, String) -> (QueryMessage, String) + 'static, [INFO] [stdout] | |_____________________________________________________________________________________________^ [INFO] [stdout] | [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 #87678 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s [INFO] running `Command { std: "docker" "inspect" "2eb834f781919eee8a64751786ba067fb56ce8209122ce6fd82b66478996d52a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2eb834f781919eee8a64751786ba067fb56ce8209122ce6fd82b66478996d52a", kill_on_drop: false }` [INFO] [stdout] 2eb834f781919eee8a64751786ba067fb56ce8209122ce6fd82b66478996d52a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+1.83.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ad87ba28cfbd2e1a6456f4c50cdfdf0a301fa05211f0c1aee1f7465efa79249f [INFO] running `Command { std: "docker" "start" "-a" "ad87ba28cfbd2e1a6456f4c50cdfdf0a301fa05211f0c1aee1f7465efa79249f", kill_on_drop: false }` [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/webview/mod.rs:283:9 [INFO] [stdout] | [INFO] [stdout] 283 | / unsafe extern "stdcall" fn shim( [INFO] [stdout] 284 | | webview: mbWebView, [INFO] [stdout] 285 | | param: *mut ::std::os::raw::c_void, [INFO] [stdout] 286 | | title: *const utf8, [INFO] [stdout] 287 | | ) where [INFO] [stdout] 288 | | F: FnMut(&mut WebView, String) + 'static, [INFO] [stdout] | |_____________________________________________________^ [INFO] [stdout] | [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 #87678 [INFO] [stdout] = note: `#[warn(unsupported_calling_conventions)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/webview/mod.rs:308:9 [INFO] [stdout] | [INFO] [stdout] 308 | / unsafe extern "stdcall" fn shim( [INFO] [stdout] 309 | | webview: mbWebView, [INFO] [stdout] 310 | | param: *mut ::std::os::raw::c_void, [INFO] [stdout] 311 | | url: *const utf8, [INFO] [stdout] ... | [INFO] [stdout] 314 | | ) where [INFO] [stdout] 315 | | F: FnMut(&mut WebView, String, bool, bool) + 'static, [INFO] [stdout] | |_________________________________________________________________^ [INFO] [stdout] | [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 #87678 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/webview/mod.rs:339:9 [INFO] [stdout] | [INFO] [stdout] 339 | / unsafe extern "stdcall" fn shim( [INFO] [stdout] 340 | | webwiew: mbWebView, [INFO] [stdout] 341 | | param: *mut ::std::os::raw::c_void, [INFO] [stdout] 342 | | frame_id: mbWebFrameHandle, [INFO] [stdout] 343 | | ) where [INFO] [stdout] 344 | | F: FnMut(&mut WebView, WebFrameHandle) + 'static, [INFO] [stdout] | |_____________________________________________________________^ [INFO] [stdout] | [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 #87678 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/webview/mod.rs:365:9 [INFO] [stdout] | [INFO] [stdout] 365 | / unsafe extern "stdcall" fn shim( [INFO] [stdout] 366 | | webview: mbWebView, [INFO] [stdout] 367 | | param: *mut ::std::os::raw::c_void, [INFO] [stdout] 368 | | _unuse: *mut ::std::os::raw::c_void, [INFO] [stdout] 369 | | ) -> BOOL [INFO] [stdout] 370 | | where [INFO] [stdout] 371 | | F: FnMut(&mut WebView) -> bool + 'static, [INFO] [stdout] | |_____________________________________________________^ [INFO] [stdout] | [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 #87678 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/webview/mod.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | / unsafe extern "stdcall" fn shim( [INFO] [stdout] 397 | | webview: mbWebView, [INFO] [stdout] 398 | | param: *mut ::std::os::raw::c_void, [INFO] [stdout] 399 | | _unuse: *mut ::std::os::raw::c_void, [INFO] [stdout] 400 | | ) -> BOOL [INFO] [stdout] 401 | | where [INFO] [stdout] 402 | | F: FnMut(&mut WebView) -> bool + 'static, [INFO] [stdout] | |_____________________________________________________^ [INFO] [stdout] | [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 #87678 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/webview/mod.rs:446:9 [INFO] [stdout] | [INFO] [stdout] 446 | / unsafe extern "stdcall" fn shim( [INFO] [stdout] 447 | | webview: mbWebView, [INFO] [stdout] 448 | | param: *mut ::std::os::raw::c_void, [INFO] [stdout] 449 | | _es: mbJsExecState, [INFO] [stdout] ... | [INFO] [stdout] 453 | | ) where [INFO] [stdout] 454 | | F: FnMut(&mut WebView, QueryMessage, String) -> (QueryMessage, String) + 'static, [INFO] [stdout] | |_____________________________________________________________________________________________^ [INFO] [stdout] | [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 #87678 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling miniblink v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/webview/mod.rs:283:9 [INFO] [stdout] | [INFO] [stdout] 283 | / unsafe extern "stdcall" fn shim( [INFO] [stdout] 284 | | webview: mbWebView, [INFO] [stdout] 285 | | param: *mut ::std::os::raw::c_void, [INFO] [stdout] 286 | | title: *const utf8, [INFO] [stdout] 287 | | ) where [INFO] [stdout] 288 | | F: FnMut(&mut WebView, String) + 'static, [INFO] [stdout] | |_____________________________________________________^ [INFO] [stdout] | [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 #87678 [INFO] [stdout] = note: `#[warn(unsupported_calling_conventions)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/webview/mod.rs:308:9 [INFO] [stdout] | [INFO] [stdout] 308 | / unsafe extern "stdcall" fn shim( [INFO] [stdout] 309 | | webview: mbWebView, [INFO] [stdout] 310 | | param: *mut ::std::os::raw::c_void, [INFO] [stdout] 311 | | url: *const utf8, [INFO] [stdout] ... | [INFO] [stdout] 314 | | ) where [INFO] [stdout] 315 | | F: FnMut(&mut WebView, String, bool, bool) + 'static, [INFO] [stdout] | |_________________________________________________________________^ [INFO] [stdout] | [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 #87678 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/webview/mod.rs:339:9 [INFO] [stdout] | [INFO] [stdout] 339 | / unsafe extern "stdcall" fn shim( [INFO] [stdout] 340 | | webwiew: mbWebView, [INFO] [stdout] 341 | | param: *mut ::std::os::raw::c_void, [INFO] [stdout] 342 | | frame_id: mbWebFrameHandle, [INFO] [stdout] 343 | | ) where [INFO] [stdout] 344 | | F: FnMut(&mut WebView, WebFrameHandle) + 'static, [INFO] [stdout] | |_____________________________________________________________^ [INFO] [stdout] | [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 #87678 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/webview/mod.rs:365:9 [INFO] [stdout] | [INFO] [stdout] 365 | / unsafe extern "stdcall" fn shim( [INFO] [stdout] 366 | | webview: mbWebView, [INFO] [stdout] 367 | | param: *mut ::std::os::raw::c_void, [INFO] [stdout] 368 | | _unuse: *mut ::std::os::raw::c_void, [INFO] [stdout] 369 | | ) -> BOOL [INFO] [stdout] 370 | | where [INFO] [stdout] 371 | | F: FnMut(&mut WebView) -> bool + 'static, [INFO] [stdout] | |_____________________________________________________^ [INFO] [stdout] | [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 #87678 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/webview/mod.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | / unsafe extern "stdcall" fn shim( [INFO] [stdout] 397 | | webview: mbWebView, [INFO] [stdout] 398 | | param: *mut ::std::os::raw::c_void, [INFO] [stdout] 399 | | _unuse: *mut ::std::os::raw::c_void, [INFO] [stdout] 400 | | ) -> BOOL [INFO] [stdout] 401 | | where [INFO] [stdout] 402 | | F: FnMut(&mut WebView) -> bool + 'static, [INFO] [stdout] | |_____________________________________________________^ [INFO] [stdout] | [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 #87678 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of calling convention not supported on this target [INFO] [stdout] --> src/webview/mod.rs:446:9 [INFO] [stdout] | [INFO] [stdout] 446 | / unsafe extern "stdcall" fn shim( [INFO] [stdout] 447 | | webview: mbWebView, [INFO] [stdout] 448 | | param: *mut ::std::os::raw::c_void, [INFO] [stdout] 449 | | _es: mbJsExecState, [INFO] [stdout] ... | [INFO] [stdout] 453 | | ) where [INFO] [stdout] 454 | | F: FnMut(&mut WebView, QueryMessage, String) -> (QueryMessage, String) + 'static, [INFO] [stdout] | |_____________________________________________________________________________________________^ [INFO] [stdout] | [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 #87678 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.26s [INFO] running `Command { std: "docker" "inspect" "ad87ba28cfbd2e1a6456f4c50cdfdf0a301fa05211f0c1aee1f7465efa79249f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad87ba28cfbd2e1a6456f4c50cdfdf0a301fa05211f0c1aee1f7465efa79249f", kill_on_drop: false }` [INFO] [stdout] ad87ba28cfbd2e1a6456f4c50cdfdf0a301fa05211f0c1aee1f7465efa79249f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+1.83.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6e28906006d81d822177c325bf5474cedc16f41d56cb51b866775c5ac5ddf198 [INFO] running `Command { std: "docker" "start" "-a" "6e28906006d81d822177c325bf5474cedc16f41d56cb51b866775c5ac5ddf198", kill_on_drop: false }` [INFO] [stderr] warning: use of calling convention not supported on this target [INFO] [stderr] --> src/webview/mod.rs:283:9 [INFO] [stderr] | [INFO] [stderr] 283 | / unsafe extern "stdcall" fn shim( [INFO] [stderr] 284 | | webview: mbWebView, [INFO] [stderr] 285 | | param: *mut ::std::os::raw::c_void, [INFO] [stderr] 286 | | title: *const utf8, [INFO] [stderr] 287 | | ) where [INFO] [stderr] 288 | | F: FnMut(&mut WebView, String) + 'static, [INFO] [stderr] | |_____________________________________________________^ [INFO] [stderr] | [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 #87678 [INFO] [stderr] = note: `#[warn(unsupported_calling_conventions)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of calling convention not supported on this target [INFO] [stderr] --> src/webview/mod.rs:308:9 [INFO] [stderr] | [INFO] [stderr] 308 | / unsafe extern "stdcall" fn shim( [INFO] [stderr] 309 | | webview: mbWebView, [INFO] [stderr] 310 | | param: *mut ::std::os::raw::c_void, [INFO] [stderr] 311 | | url: *const utf8, [INFO] [stderr] ... | [INFO] [stderr] 314 | | ) where [INFO] [stderr] 315 | | F: FnMut(&mut WebView, String, bool, bool) + 'static, [INFO] [stderr] | |_________________________________________________________________^ [INFO] [stderr] | [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 #87678 [INFO] [stderr] [INFO] [stderr] warning: use of calling convention not supported on this target [INFO] [stderr] --> src/webview/mod.rs:339:9 [INFO] [stderr] | [INFO] [stderr] 339 | / unsafe extern "stdcall" fn shim( [INFO] [stderr] 340 | | webwiew: mbWebView, [INFO] [stderr] 341 | | param: *mut ::std::os::raw::c_void, [INFO] [stderr] 342 | | frame_id: mbWebFrameHandle, [INFO] [stderr] 343 | | ) where [INFO] [stderr] 344 | | F: FnMut(&mut WebView, WebFrameHandle) + 'static, [INFO] [stderr] | |_____________________________________________________________^ [INFO] [stderr] | [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 #87678 [INFO] [stderr] [INFO] [stderr] warning: use of calling convention not supported on this target [INFO] [stderr] --> src/webview/mod.rs:365:9 [INFO] [stderr] | [INFO] [stderr] 365 | / unsafe extern "stdcall" fn shim( [INFO] [stderr] 366 | | webview: mbWebView, [INFO] [stderr] 367 | | param: *mut ::std::os::raw::c_void, [INFO] [stderr] 368 | | _unuse: *mut ::std::os::raw::c_void, [INFO] [stderr] 369 | | ) -> BOOL [INFO] [stderr] 370 | | where [INFO] [stderr] 371 | | F: FnMut(&mut WebView) -> bool + 'static, [INFO] [stderr] | |_____________________________________________________^ [INFO] [stderr] | [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 #87678 [INFO] [stderr] [INFO] [stderr] warning: use of calling convention not supported on this target [INFO] [stderr] --> src/webview/mod.rs:396:9 [INFO] [stderr] | [INFO] [stderr] 396 | / unsafe extern "stdcall" fn shim( [INFO] [stderr] 397 | | webview: mbWebView, [INFO] [stderr] 398 | | param: *mut ::std::os::raw::c_void, [INFO] [stderr] 399 | | _unuse: *mut ::std::os::raw::c_void, [INFO] [stderr] 400 | | ) -> BOOL [INFO] [stderr] 401 | | where [INFO] [stderr] 402 | | F: FnMut(&mut WebView) -> bool + 'static, [INFO] [stderr] | |_____________________________________________________^ [INFO] [stderr] | [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 #87678 [INFO] [stderr] [INFO] [stderr] warning: use of calling convention not supported on this target [INFO] [stderr] --> src/webview/mod.rs:446:9 [INFO] [stderr] | [INFO] [stderr] 446 | / unsafe extern "stdcall" fn shim( [INFO] [stderr] 447 | | webview: mbWebView, [INFO] [stderr] 448 | | param: *mut ::std::os::raw::c_void, [INFO] [stderr] 449 | | _es: mbJsExecState, [INFO] [stderr] ... | [INFO] [stderr] 453 | | ) where [INFO] [stderr] 454 | | F: FnMut(&mut WebView, QueryMessage, String) -> (QueryMessage, String) + 'static, [INFO] [stderr] | |_____________________________________________________________________________________________^ [INFO] [stderr] | [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 #87678 [INFO] [stderr] [INFO] [stderr] warning: `miniblink` (lib) generated 6 warnings [INFO] [stderr] warning: `miniblink` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/miniblink-c0d2dd24189dc0b1) [INFO] [stdout] [INFO] [stderr] Doc-tests miniblink [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 1 test [INFO] [stdout] test src/../README.md - (line 9) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/../README.md - (line 9) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `miniblink::prelude` [INFO] [stdout] --> src/../README.md:11:16 [INFO] [stdout] | [INFO] [stdout] 4 | use miniblink::prelude::*; [INFO] [stdout] | ^^^^^^^ could not find `prelude` in `miniblink` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/../README.md - (line 9) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "6e28906006d81d822177c325bf5474cedc16f41d56cb51b866775c5ac5ddf198", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e28906006d81d822177c325bf5474cedc16f41d56cb51b866775c5ac5ddf198", kill_on_drop: false }` [INFO] [stdout] 6e28906006d81d822177c325bf5474cedc16f41d56cb51b866775c5ac5ddf198