[INFO] fetching crate x11nas 2.19.1...
[INFO] testing x11nas-2.19.1 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-8
[INFO] extracting crate x11nas 2.19.1 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate x11nas 2.19.1
[INFO] finished tweaking crates.io crate x11nas 2.19.1
[INFO] tweaked toml for crates.io crate x11nas 2.19.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate x11nas 2.19.1 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate x11nas 2.19.1 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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded libc v0.2.77
[INFO] [stderr]   Downloaded pkg-config v0.3.18
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5c87cddbd60a89d36a2ff093f152f823b0b58be96794317a9cce234b095895fb
[INFO] running `Command { std: "docker" "start" "-a" "5c87cddbd60a89d36a2ff093f152f823b0b58be96794317a9cce234b095895fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5c87cddbd60a89d36a2ff093f152f823b0b58be96794317a9cce234b095895fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c87cddbd60a89d36a2ff093f152f823b0b58be96794317a9cce234b095895fb", kill_on_drop: false }`
[INFO] [stdout] 5c87cddbd60a89d36a2ff093f152f823b0b58be96794317a9cce234b095895fb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=forbid" "-e" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d56efb9b7a37d9dd42ebe9e7a7afe8d982dfc47a3944cf6c4e70a812ed569bab
[INFO] running `Command { std: "docker" "start" "-a" "d56efb9b7a37d9dd42ebe9e7a7afe8d982dfc47a3944cf6c4e70a812ed569bab", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling libc v0.2.77
[INFO] [stderr]    Compiling pkg-config v0.3.18
[INFO] [stderr]    Compiling x11nas v2.19.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/link.rs:18:5
[INFO] [stdout]     |
[INFO] [stdout]  18 |       extern {
[INFO] [stdout]     |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/xlib.rs:25:1
[INFO] [stdout]     |
[INFO] [stdout]  25 | / x11_link! { Xlib, x11, ["libX11.so.6", "libX11.so"], 767,
[INFO] [stdout]  26 | |   pub fn XActivateScreenSaver (_1: *mut Display) -> c_int,
[INFO] [stdout]  27 | |   pub fn XAddConnectionWatch (_3: *mut Display, _2: Option<unsafe extern "C" fn (*mut Display, *mut c_char, c_int, c_int, *mut *m...
[INFO] [stdout]  28 | |   pub fn XAddExtension (_1: *mut Display) -> *mut XExtCodes,
[INFO] [stdout] ...   |
[INFO] [stdout] 794 | | globals:
[INFO] [stdout] 795 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/dpms.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | / x11_link! { Xext, xext, ["libXext.so.6", "libXext.so"], 9,
[INFO] [stdout] 15 | |   pub fn DPMSQueryExtension (_1: *mut Display, _2: *mut c_int, _3: *mut c_int) -> Bool,
[INFO] [stdout] 16 | |   pub fn DPMSGetVersion (_1: *mut Display, _2: *mut c_int, _3: *mut c_int) -> Status,
[INFO] [stdout] 17 | |   pub fn DPMSCapable (_1: *mut Display) -> Bool,
[INFO] [stdout] ...  |
[INFO] [stdout] 25 | | globals:
[INFO] [stdout] 26 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/glx.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / x11_link! { Glx, gl, ["libGL.so.1", "libGL.so"], 40,
[INFO] [stdout] 14 | |   pub fn glXChooseFBConfig (_4: *mut Display, _3: c_int, _2: *const c_int, _1: *mut c_int) -> *mut GLXFBConfig,
[INFO] [stdout] 15 | |   pub fn glXChooseVisual (_3: *mut Display, _2: c_int, _1: *mut c_int) -> *mut XVisualInfo,
[INFO] [stdout] 16 | |   pub fn glXCopyContext (_4: *mut Display, _3: GLXContext, _2: GLXContext, _1: c_ulong) -> (),
[INFO] [stdout] ...  |
[INFO] [stdout] 55 | | globals:
[INFO] [stdout] 56 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/xcursor.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | / x11_link! { Xcursor, xcursor, ["libXcursor.so.1", "libXcursor.so"], 59,
[INFO] [stdout] 15 | |   pub fn XcursorAnimateCreate (_1: *mut XcursorCursors) -> *mut XcursorAnimate,
[INFO] [stdout] 16 | |   pub fn XcursorAnimateDestroy (_1: *mut XcursorAnimate) -> (),
[INFO] [stdout] 17 | |   pub fn XcursorAnimateNext (_1: *mut XcursorAnimate) -> c_ulong,
[INFO] [stdout] ...  |
[INFO] [stdout] 75 | | globals:
[INFO] [stdout] 76 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/xf86vmode.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / x11_link! { Xf86vmode, xxf86vm, ["libXxf86vm.so.1", "libXxf86vm.so"], 22,
[INFO] [stdout] 14 | |   pub fn XF86VidModeAddModeLine (_4: *mut Display, _3: c_int, _2: *mut XF86VidModeModeInfo, _1: *mut XF86VidModeModeInfo) -> c_int,
[INFO] [stdout] 15 | |   pub fn XF86VidModeDeleteModeLine (_3: *mut Display, _2: c_int, _1: *mut XF86VidModeModeInfo) -> c_int,
[INFO] [stdout] 16 | |   pub fn XF86VidModeGetAllModeLines (_4: *mut Display, _3: c_int, _2: *mut c_int, _1: *mut *mut *mut XF86VidModeModeInfo) -> c_int,
[INFO] [stdout] ...  |
[INFO] [stdout] 37 | | globals:
[INFO] [stdout] 38 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/link.rs:18:5
[INFO] [stdout]     |
[INFO] [stdout]  18 |       extern {
[INFO] [stdout]     |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/xft.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]  42 | / x11_link! { Xft, xft, ["libXft.so.2", "libXft.so"], 77,
[INFO] [stdout]  43 | |     pub fn XftCharExists (_2: *mut Display, _1: *mut XftFont, _0: c_uint) -> c_int,
[INFO] [stdout]  44 | |     pub fn XftCharFontSpecRender (_7: *mut Display, _6: c_int, _5: c_ulong, _4: c_ulong, _3: c_int, _2: c_int, _1: *const XftChar...
[INFO] [stdout]  45 | |     pub fn XftCharIndex (_2: *mut Display, _1: *mut XftFont, _0: c_uint) -> c_uint,
[INFO] [stdout] ...   |
[INFO] [stdout] 121 | | globals:
[INFO] [stdout] 122 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/xinerama.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / x11_link! { Xlib, xinerama, ["libXinerama.so.1", "libXinerama.so"], 10,
[INFO] [stdout] 14 | |   pub fn XineramaIsActive (dpy: *mut Display) -> Bool,
[INFO] [stdout] 15 | |   pub fn XineramaQueryExtension (dpy: *mut Display, event_base: *mut c_int, error_base: *mut c_int) -> Bool,
[INFO] [stdout] 16 | |   pub fn XineramaQueryScreens (dpy: *mut Display, number: *mut c_int) -> *mut XineramaScreenInfo,
[INFO] [stdout] ...  |
[INFO] [stdout] 25 | | globals:
[INFO] [stdout] 26 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/xinput.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / x11_link! { XInput, xi, ["libXi.so.6", "libXi.so"], 44,
[INFO] [stdout] 14 | |   pub fn XAllowDeviceEvents (_4: *mut Display, _3: *mut XDevice, _2: c_int, _1: c_ulong) -> c_int,
[INFO] [stdout] 15 | |   pub fn XChangeDeviceControl (_4: *mut Display, _3: *mut XDevice, _2: c_int, _1: *mut XDeviceControl) -> c_int,
[INFO] [stdout] 16 | |   pub fn XChangeDeviceDontPropagateList (_5: *mut Display, _4: c_ulong, _3: c_int, _2: *mut c_ulong, _1: c_int) -> c_int,
[INFO] [stdout] ...  |
[INFO] [stdout] 60 | | globals:
[INFO] [stdout] 61 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/xinput2.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | / x11_link! { XInput2, xi, ["libXi.so.6", "libXi.so"], 34,
[INFO] [stdout] 28 | |   pub fn XIAllowEvents (_4: *mut Display, _3: c_int, _2: c_int, _1: c_ulong) -> c_int,
[INFO] [stdout] 29 | |   pub fn XIAllowTouchEvents (_5: *mut Display, _4: c_int, _3: c_uint, _2: c_ulong, _1: c_int) -> c_int,
[INFO] [stdout] 30 | |   pub fn XIBarrierReleasePointer (_4: *mut Display, _3: c_int, _2: c_ulong, _1: c_uint) -> (),
[INFO] [stdout] ...  |
[INFO] [stdout] 63 | | globals:
[INFO] [stdout] 64 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/xlib_xcb.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / x11_link! { Xlib_xcb, xlib_xcb, ["libX11-xcb.so.1", "libX11-xcb.so"], 1,
[INFO] [stdout]  5 | |     pub fn XGetXCBConnection(_1: *mut Display) -> *mut xcb_connection_t,
[INFO] [stdout]  6 | |     variadic:
[INFO] [stdout]  7 | |     globals:
[INFO] [stdout]  8 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/link.rs:18:5
[INFO] [stdout]     |
[INFO] [stdout]  18 |       extern {
[INFO] [stdout]     |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/xmu.rs:18:1
[INFO] [stdout]     |
[INFO] [stdout]  18 | / x11_link! { Xmu, xmu, ["libXmu.so.6", "libXmu.so"], 132,
[INFO] [stdout]  19 | |   pub fn XmuAddCloseDisplayHook (_3: *mut Display, _2: Option<unsafe extern "C" fn (*mut Display, *mut c_char) -> c_int>, _1: *mu...
[INFO] [stdout]  20 | |   pub fn XmuAddInitializer (_2: Option<unsafe extern "C" fn (XtAppContext, *mut c_char)>, _1: *mut c_char) -> (),
[INFO] [stdout]  21 | |   pub fn XmuAllStandardColormaps (_1: *mut Display) -> c_int,
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | |   pub static _XA_UTF8_STRING: AtomPtr,
[INFO] [stdout] 153 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/xrandr.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | / x11_link! { Xrandr, xrandr, ["libXrandr.so.2", "libXrandr.so"], 70,
[INFO] [stdout] 15 | |     pub fn XRRAddOutputMode (dpy: *mut Display, output: RROutput, mode: RRMode) -> (),
[INFO] [stdout] 16 | |     pub fn XRRAllocGamma (size: c_int) -> *mut XRRCrtcGamma,
[INFO] [stdout] 17 | |     pub fn XRRAllocModeInfo (name: *const c_char, nameLength: c_int) -> *mut XRRModeInfo,
[INFO] [stdout] ...  |
[INFO] [stdout] 86 | | globals:
[INFO] [stdout] 87 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/xrecord.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / x11_link! { Xf86vmode, xtst, ["libXtst.so.6", "libXtst.so"], 14,
[INFO] [stdout] 14 | |   pub fn XRecordAllocRange () -> *mut XRecordRange,
[INFO] [stdout] 15 | |   pub fn XRecordCreateContext (_6: *mut Display, _5: c_int, _4: *mut c_ulong, _3: c_int, _2: *mut *mut XRecordRange, _1: c_int) ->...
[INFO] [stdout] 16 | |   pub fn XRecordDisableContext (_2: *mut Display, _1: c_ulong) -> c_int,
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | | globals:
[INFO] [stdout] 30 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/xrender.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / x11_link! { Xrender, xrender, ["libXrender.so.1", "libXrender.so"], 44,
[INFO] [stdout] 14 | |   pub fn XRenderAddGlyphs (_7: *mut Display, _6: c_ulong, _5: *const c_ulong, _4: *const XGlyphInfo, _3: c_int, _2: *const c_char,...
[INFO] [stdout] 15 | |   pub fn XRenderAddTraps (_6: *mut Display, _5: c_ulong, _4: c_int, _3: c_int, _2: *const XTrap, _1: c_int) -> (),
[INFO] [stdout] 16 | |   pub fn XRenderChangePicture (_4: *mut Display, _3: c_ulong, _2: c_ulong, _1: *const XRenderPictureAttributes) -> (),
[INFO] [stdout] ...  |
[INFO] [stdout] 59 | | globals:
[INFO] [stdout] 60 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/xss.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / x11_link! { Xss, xscrnsaver, ["libXss.so.2", "libXss.so"], 11,
[INFO] [stdout] 16 | |   pub fn XScreenSaverQueryExtension (_1: *mut Display, _2: *mut c_int, _3: *mut c_int) -> Bool,
[INFO] [stdout] 17 | |   pub fn XScreenSaverQueryVersion (_1: *mut Display, _2: *mut c_int, _3: *mut c_int) -> Status,
[INFO] [stdout] 18 | |   pub fn XScreenSaverAllocInfo () -> *mut XScreenSaverInfo,
[INFO] [stdout] ...  |
[INFO] [stdout] 28 | | globals:
[INFO] [stdout] 29 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/link.rs:18:5
[INFO] [stdout]     |
[INFO] [stdout]  18 |       extern {
[INFO] [stdout]     |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/xt.rs:16:1
[INFO] [stdout]     |
[INFO] [stdout]  16 | / x11_link! { Xt, xt, ["libXt.so.6", "libXt.so"], 300,
[INFO] [stdout]  17 | |   pub fn XtAddActions (_2: *mut XtActionsRec, _1: c_uint) -> (),
[INFO] [stdout]  18 | |   pub fn XtAddCallback (_4: Widget, _3: *const c_char, _2: Option<unsafe extern "C" fn (Widget, *mut c_void, *mut c_void)>, _1: *...
[INFO] [stdout]  19 | |   pub fn XtAddCallbacks (_3: Widget, _2: *const c_char, _1: XtCallbackList) -> (),
[INFO] [stdout] ...   |
[INFO] [stdout] 318 | | globals:
[INFO] [stdout] 319 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/xtest.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | / x11_link! { Xf86vmode, xtst, ["libXtst.so.6", "libXtst.so"], 15,
[INFO] [stdout] 15 | |   pub fn XTestCompareCurrentCursorWithWindow (_2: *mut Display, _1: c_ulong) -> c_int,
[INFO] [stdout] 16 | |   pub fn XTestCompareCursorWithWindow (_3: *mut Display, _2: c_ulong, _1: c_ulong) -> c_int,
[INFO] [stdout] 17 | |   pub fn XTestDiscard (_1: *mut Display) -> c_int,
[INFO] [stdout] ...  |
[INFO] [stdout] 31 | | globals:
[INFO] [stdout] 32 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
[INFO] running `Command { std: "docker" "inspect" "d56efb9b7a37d9dd42ebe9e7a7afe8d982dfc47a3944cf6c4e70a812ed569bab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d56efb9b7a37d9dd42ebe9e7a7afe8d982dfc47a3944cf6c4e70a812ed569bab", kill_on_drop: false }`
[INFO] [stdout] d56efb9b7a37d9dd42ebe9e7a7afe8d982dfc47a3944cf6c4e70a812ed569bab
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=forbid" "-e" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1a830d6341b2ee3abf83d7446f5747fdc5a96556b35e645b6ab9fdb5a5402807
[INFO] running `Command { std: "docker" "start" "-a" "1a830d6341b2ee3abf83d7446f5747fdc5a96556b35e645b6ab9fdb5a5402807", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/link.rs:18:5
[INFO] [stdout]     |
[INFO] [stdout]  18 |       extern {
[INFO] [stdout]     |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/xlib.rs:25:1
[INFO] [stdout]     |
[INFO] [stdout]  25 | / x11_link! { Xlib, x11, ["libX11.so.6", "libX11.so"], 767,
[INFO] [stdout]  26 | |   pub fn XActivateScreenSaver (_1: *mut Display) -> c_int,
[INFO] [stdout]  27 | |   pub fn XAddConnectionWatch (_3: *mut Display, _2: Option<unsafe extern "C" fn (*mut Display, *mut c_char, c_int, c_int, *mut *m...
[INFO] [stdout]  28 | |   pub fn XAddExtension (_1: *mut Display) -> *mut XExtCodes,
[INFO] [stdout] ...   |
[INFO] [stdout] 794 | | globals:
[INFO] [stdout] 795 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/dpms.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | / x11_link! { Xext, xext, ["libXext.so.6", "libXext.so"], 9,
[INFO] [stdout] 15 | |   pub fn DPMSQueryExtension (_1: *mut Display, _2: *mut c_int, _3: *mut c_int) -> Bool,
[INFO] [stdout] 16 | |   pub fn DPMSGetVersion (_1: *mut Display, _2: *mut c_int, _3: *mut c_int) -> Status,
[INFO] [stdout] 17 | |   pub fn DPMSCapable (_1: *mut Display) -> Bool,
[INFO] [stdout] ...  |
[INFO] [stdout] 25 | | globals:
[INFO] [stdout] 26 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/glx.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / x11_link! { Glx, gl, ["libGL.so.1", "libGL.so"], 40,
[INFO] [stdout] 14 | |   pub fn glXChooseFBConfig (_4: *mut Display, _3: c_int, _2: *const c_int, _1: *mut c_int) -> *mut GLXFBConfig,
[INFO] [stdout] 15 | |   pub fn glXChooseVisual (_3: *mut Display, _2: c_int, _1: *mut c_int) -> *mut XVisualInfo,
[INFO] [stdout] 16 | |   pub fn glXCopyContext (_4: *mut Display, _3: GLXContext, _2: GLXContext, _1: c_ulong) -> (),
[INFO] [stdout] ...  |
[INFO] [stdout] 55 | | globals:
[INFO] [stdout] 56 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/xcursor.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | / x11_link! { Xcursor, xcursor, ["libXcursor.so.1", "libXcursor.so"], 59,
[INFO] [stdout] 15 | |   pub fn XcursorAnimateCreate (_1: *mut XcursorCursors) -> *mut XcursorAnimate,
[INFO] [stdout] 16 | |   pub fn XcursorAnimateDestroy (_1: *mut XcursorAnimate) -> (),
[INFO] [stdout] 17 | |   pub fn XcursorAnimateNext (_1: *mut XcursorAnimate) -> c_ulong,
[INFO] [stdout] ...  |
[INFO] [stdout] 75 | | globals:
[INFO] [stdout] 76 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/xf86vmode.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / x11_link! { Xf86vmode, xxf86vm, ["libXxf86vm.so.1", "libXxf86vm.so"], 22,
[INFO] [stdout] 14 | |   pub fn XF86VidModeAddModeLine (_4: *mut Display, _3: c_int, _2: *mut XF86VidModeModeInfo, _1: *mut XF86VidModeModeInfo) -> c_int,
[INFO] [stdout] 15 | |   pub fn XF86VidModeDeleteModeLine (_3: *mut Display, _2: c_int, _1: *mut XF86VidModeModeInfo) -> c_int,
[INFO] [stdout] 16 | |   pub fn XF86VidModeGetAllModeLines (_4: *mut Display, _3: c_int, _2: *mut c_int, _1: *mut *mut *mut XF86VidModeModeInfo) -> c_int,
[INFO] [stdout] ...  |
[INFO] [stdout] 37 | | globals:
[INFO] [stdout] 38 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/link.rs:18:5
[INFO] [stdout]     |
[INFO] [stdout]  18 |       extern {
[INFO] [stdout]     |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/xft.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]  42 | / x11_link! { Xft, xft, ["libXft.so.2", "libXft.so"], 77,
[INFO] [stdout]  43 | |     pub fn XftCharExists (_2: *mut Display, _1: *mut XftFont, _0: c_uint) -> c_int,
[INFO] [stdout]  44 | |     pub fn XftCharFontSpecRender (_7: *mut Display, _6: c_int, _5: c_ulong, _4: c_ulong, _3: c_int, _2: c_int, _1: *const XftChar...
[INFO] [stdout]  45 | |     pub fn XftCharIndex (_2: *mut Display, _1: *mut XftFont, _0: c_uint) -> c_uint,
[INFO] [stdout] ...   |
[INFO] [stdout] 121 | | globals:
[INFO] [stdout] 122 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/xinerama.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / x11_link! { Xlib, xinerama, ["libXinerama.so.1", "libXinerama.so"], 10,
[INFO] [stdout] 14 | |   pub fn XineramaIsActive (dpy: *mut Display) -> Bool,
[INFO] [stdout] 15 | |   pub fn XineramaQueryExtension (dpy: *mut Display, event_base: *mut c_int, error_base: *mut c_int) -> Bool,
[INFO] [stdout] 16 | |   pub fn XineramaQueryScreens (dpy: *mut Display, number: *mut c_int) -> *mut XineramaScreenInfo,
[INFO] [stdout] ...  |
[INFO] [stdout] 25 | | globals:
[INFO] [stdout] 26 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/xinput.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / x11_link! { XInput, xi, ["libXi.so.6", "libXi.so"], 44,
[INFO] [stdout] 14 | |   pub fn XAllowDeviceEvents (_4: *mut Display, _3: *mut XDevice, _2: c_int, _1: c_ulong) -> c_int,
[INFO] [stdout] 15 | |   pub fn XChangeDeviceControl (_4: *mut Display, _3: *mut XDevice, _2: c_int, _1: *mut XDeviceControl) -> c_int,
[INFO] [stdout] 16 | |   pub fn XChangeDeviceDontPropagateList (_5: *mut Display, _4: c_ulong, _3: c_int, _2: *mut c_ulong, _1: c_int) -> c_int,
[INFO] [stdout] ...  |
[INFO] [stdout] 60 | | globals:
[INFO] [stdout] 61 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/xinput2.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | / x11_link! { XInput2, xi, ["libXi.so.6", "libXi.so"], 34,
[INFO] [stdout] 28 | |   pub fn XIAllowEvents (_4: *mut Display, _3: c_int, _2: c_int, _1: c_ulong) -> c_int,
[INFO] [stdout] 29 | |   pub fn XIAllowTouchEvents (_5: *mut Display, _4: c_int, _3: c_uint, _2: c_ulong, _1: c_int) -> c_int,
[INFO] [stdout] 30 | |   pub fn XIBarrierReleasePointer (_4: *mut Display, _3: c_int, _2: c_ulong, _1: c_uint) -> (),
[INFO] [stdout] ...  |
[INFO] [stdout] 63 | | globals:
[INFO] [stdout] 64 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/xlib_xcb.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / x11_link! { Xlib_xcb, xlib_xcb, ["libX11-xcb.so.1", "libX11-xcb.so"], 1,
[INFO] [stdout]  5 | |     pub fn XGetXCBConnection(_1: *mut Display) -> *mut xcb_connection_t,
[INFO] [stdout]  6 | |     variadic:
[INFO] [stdout]  7 | |     globals:
[INFO] [stdout]  8 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/link.rs:18:5
[INFO] [stdout]     |
[INFO] [stdout]  18 |       extern {
[INFO] [stdout]     |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/xmu.rs:18:1
[INFO] [stdout]     |
[INFO] [stdout]  18 | / x11_link! { Xmu, xmu, ["libXmu.so.6", "libXmu.so"], 132,
[INFO] [stdout]  19 | |   pub fn XmuAddCloseDisplayHook (_3: *mut Display, _2: Option<unsafe extern "C" fn (*mut Display, *mut c_char) -> c_int>, _1: *mu...
[INFO] [stdout]  20 | |   pub fn XmuAddInitializer (_2: Option<unsafe extern "C" fn (XtAppContext, *mut c_char)>, _1: *mut c_char) -> (),
[INFO] [stdout]  21 | |   pub fn XmuAllStandardColormaps (_1: *mut Display) -> c_int,
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | |   pub static _XA_UTF8_STRING: AtomPtr,
[INFO] [stdout] 153 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/xrandr.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | / x11_link! { Xrandr, xrandr, ["libXrandr.so.2", "libXrandr.so"], 70,
[INFO] [stdout] 15 | |     pub fn XRRAddOutputMode (dpy: *mut Display, output: RROutput, mode: RRMode) -> (),
[INFO] [stdout] 16 | |     pub fn XRRAllocGamma (size: c_int) -> *mut XRRCrtcGamma,
[INFO] [stdout] 17 | |     pub fn XRRAllocModeInfo (name: *const c_char, nameLength: c_int) -> *mut XRRModeInfo,
[INFO] [stdout] ...  |
[INFO] [stdout] 86 | | globals:
[INFO] [stdout] 87 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/xrecord.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / x11_link! { Xf86vmode, xtst, ["libXtst.so.6", "libXtst.so"], 14,
[INFO] [stdout] 14 | |   pub fn XRecordAllocRange () -> *mut XRecordRange,
[INFO] [stdout] 15 | |   pub fn XRecordCreateContext (_6: *mut Display, _5: c_int, _4: *mut c_ulong, _3: c_int, _2: *mut *mut XRecordRange, _1: c_int) ->...
[INFO] [stdout] 16 | |   pub fn XRecordDisableContext (_2: *mut Display, _1: c_ulong) -> c_int,
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | | globals:
[INFO] [stdout] 30 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/xrender.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / x11_link! { Xrender, xrender, ["libXrender.so.1", "libXrender.so"], 44,
[INFO] [stdout] 14 | |   pub fn XRenderAddGlyphs (_7: *mut Display, _6: c_ulong, _5: *const c_ulong, _4: *const XGlyphInfo, _3: c_int, _2: *const c_char,...
[INFO] [stdout] 15 | |   pub fn XRenderAddTraps (_6: *mut Display, _5: c_ulong, _4: c_int, _3: c_int, _2: *const XTrap, _1: c_int) -> (),
[INFO] [stdout] 16 | |   pub fn XRenderChangePicture (_4: *mut Display, _3: c_ulong, _2: c_ulong, _1: *const XRenderPictureAttributes) -> (),
[INFO] [stdout] ...  |
[INFO] [stdout] 59 | | globals:
[INFO] [stdout] 60 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/xss.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / x11_link! { Xss, xscrnsaver, ["libXss.so.2", "libXss.so"], 11,
[INFO] [stdout] 16 | |   pub fn XScreenSaverQueryExtension (_1: *mut Display, _2: *mut c_int, _3: *mut c_int) -> Bool,
[INFO] [stdout] 17 | |   pub fn XScreenSaverQueryVersion (_1: *mut Display, _2: *mut c_int, _3: *mut c_int) -> Status,
[INFO] [stdout] 18 | |   pub fn XScreenSaverAllocInfo () -> *mut XScreenSaverInfo,
[INFO] [stdout] ...  |
[INFO] [stdout] 28 | | globals:
[INFO] [stdout] 29 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/link.rs:18:5
[INFO] [stdout]     |
[INFO] [stdout]  18 |       extern {
[INFO] [stdout]     |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/xt.rs:16:1
[INFO] [stdout]     |
[INFO] [stdout]  16 | / x11_link! { Xt, xt, ["libXt.so.6", "libXt.so"], 300,
[INFO] [stdout]  17 | |   pub fn XtAddActions (_2: *mut XtActionsRec, _1: c_uint) -> (),
[INFO] [stdout]  18 | |   pub fn XtAddCallback (_4: Widget, _3: *const c_char, _2: Option<unsafe extern "C" fn (Widget, *mut c_void, *mut c_void)>, _1: *...
[INFO] [stdout]  19 | |   pub fn XtAddCallbacks (_3: Widget, _2: *const c_char, _1: XtCallbackList) -> (),
[INFO] [stdout] ...   |
[INFO] [stdout] 318 | | globals:
[INFO] [stdout] 319 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/xtest.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | / x11_link! { Xf86vmode, xtst, ["libXtst.so.6", "libXtst.so"], 15,
[INFO] [stdout] 15 | |   pub fn XTestCompareCurrentCursorWithWindow (_2: *mut Display, _1: c_ulong) -> c_int,
[INFO] [stdout] 16 | |   pub fn XTestCompareCursorWithWindow (_3: *mut Display, _2: c_ulong, _1: c_ulong) -> c_int,
[INFO] [stdout] 17 | |   pub fn XTestDiscard (_1: *mut Display) -> c_int,
[INFO] [stdout] ...  |
[INFO] [stdout] 31 | | globals:
[INFO] [stdout] 32 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling x11nas v2.19.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0463]: can't find crate for `x11`
[INFO] [stdout]  --> examples/hello-world.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | extern crate x11;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `x11`
[INFO] [stdout]  --> examples/xrecord.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | extern crate x11;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `x11`
[INFO] [stdout]   --> examples/input.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | extern crate x11;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `x11nas` (example "hello-world") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `x11nas` (example "xrecord") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `x11nas` (example "input") due to 1 previous error
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/link.rs:18:5
[INFO] [stdout]     |
[INFO] [stdout]  18 |       extern {
[INFO] [stdout]     |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/xlib.rs:25:1
[INFO] [stdout]     |
[INFO] [stdout]  25 | / x11_link! { Xlib, x11, ["libX11.so.6", "libX11.so"], 767,
[INFO] [stdout]  26 | |   pub fn XActivateScreenSaver (_1: *mut Display) -> c_int,
[INFO] [stdout]  27 | |   pub fn XAddConnectionWatch (_3: *mut Display, _2: Option<unsafe extern "C" fn (*mut Display, *mut c_char, c_int, c_int, *mut *m...
[INFO] [stdout]  28 | |   pub fn XAddExtension (_1: *mut Display) -> *mut XExtCodes,
[INFO] [stdout] ...   |
[INFO] [stdout] 794 | | globals:
[INFO] [stdout] 795 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/dpms.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | / x11_link! { Xext, xext, ["libXext.so.6", "libXext.so"], 9,
[INFO] [stdout] 15 | |   pub fn DPMSQueryExtension (_1: *mut Display, _2: *mut c_int, _3: *mut c_int) -> Bool,
[INFO] [stdout] 16 | |   pub fn DPMSGetVersion (_1: *mut Display, _2: *mut c_int, _3: *mut c_int) -> Status,
[INFO] [stdout] 17 | |   pub fn DPMSCapable (_1: *mut Display) -> Bool,
[INFO] [stdout] ...  |
[INFO] [stdout] 25 | | globals:
[INFO] [stdout] 26 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/glx.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / x11_link! { Glx, gl, ["libGL.so.1", "libGL.so"], 40,
[INFO] [stdout] 14 | |   pub fn glXChooseFBConfig (_4: *mut Display, _3: c_int, _2: *const c_int, _1: *mut c_int) -> *mut GLXFBConfig,
[INFO] [stdout] 15 | |   pub fn glXChooseVisual (_3: *mut Display, _2: c_int, _1: *mut c_int) -> *mut XVisualInfo,
[INFO] [stdout] 16 | |   pub fn glXCopyContext (_4: *mut Display, _3: GLXContext, _2: GLXContext, _1: c_ulong) -> (),
[INFO] [stdout] ...  |
[INFO] [stdout] 55 | | globals:
[INFO] [stdout] 56 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/xcursor.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | / x11_link! { Xcursor, xcursor, ["libXcursor.so.1", "libXcursor.so"], 59,
[INFO] [stdout] 15 | |   pub fn XcursorAnimateCreate (_1: *mut XcursorCursors) -> *mut XcursorAnimate,
[INFO] [stdout] 16 | |   pub fn XcursorAnimateDestroy (_1: *mut XcursorAnimate) -> (),
[INFO] [stdout] 17 | |   pub fn XcursorAnimateNext (_1: *mut XcursorAnimate) -> c_ulong,
[INFO] [stdout] ...  |
[INFO] [stdout] 75 | | globals:
[INFO] [stdout] 76 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/xf86vmode.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / x11_link! { Xf86vmode, xxf86vm, ["libXxf86vm.so.1", "libXxf86vm.so"], 22,
[INFO] [stdout] 14 | |   pub fn XF86VidModeAddModeLine (_4: *mut Display, _3: c_int, _2: *mut XF86VidModeModeInfo, _1: *mut XF86VidModeModeInfo) -> c_int,
[INFO] [stdout] 15 | |   pub fn XF86VidModeDeleteModeLine (_3: *mut Display, _2: c_int, _1: *mut XF86VidModeModeInfo) -> c_int,
[INFO] [stdout] 16 | |   pub fn XF86VidModeGetAllModeLines (_4: *mut Display, _3: c_int, _2: *mut c_int, _1: *mut *mut *mut XF86VidModeModeInfo) -> c_int,
[INFO] [stdout] ...  |
[INFO] [stdout] 37 | | globals:
[INFO] [stdout] 38 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/link.rs:18:5
[INFO] [stdout]     |
[INFO] [stdout]  18 |       extern {
[INFO] [stdout]     |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/xft.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]  42 | / x11_link! { Xft, xft, ["libXft.so.2", "libXft.so"], 77,
[INFO] [stdout]  43 | |     pub fn XftCharExists (_2: *mut Display, _1: *mut XftFont, _0: c_uint) -> c_int,
[INFO] [stdout]  44 | |     pub fn XftCharFontSpecRender (_7: *mut Display, _6: c_int, _5: c_ulong, _4: c_ulong, _3: c_int, _2: c_int, _1: *const XftChar...
[INFO] [stdout]  45 | |     pub fn XftCharIndex (_2: *mut Display, _1: *mut XftFont, _0: c_uint) -> c_uint,
[INFO] [stdout] ...   |
[INFO] [stdout] 121 | | globals:
[INFO] [stdout] 122 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/xinerama.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / x11_link! { Xlib, xinerama, ["libXinerama.so.1", "libXinerama.so"], 10,
[INFO] [stdout] 14 | |   pub fn XineramaIsActive (dpy: *mut Display) -> Bool,
[INFO] [stdout] 15 | |   pub fn XineramaQueryExtension (dpy: *mut Display, event_base: *mut c_int, error_base: *mut c_int) -> Bool,
[INFO] [stdout] 16 | |   pub fn XineramaQueryScreens (dpy: *mut Display, number: *mut c_int) -> *mut XineramaScreenInfo,
[INFO] [stdout] ...  |
[INFO] [stdout] 25 | | globals:
[INFO] [stdout] 26 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/xinput.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / x11_link! { XInput, xi, ["libXi.so.6", "libXi.so"], 44,
[INFO] [stdout] 14 | |   pub fn XAllowDeviceEvents (_4: *mut Display, _3: *mut XDevice, _2: c_int, _1: c_ulong) -> c_int,
[INFO] [stdout] 15 | |   pub fn XChangeDeviceControl (_4: *mut Display, _3: *mut XDevice, _2: c_int, _1: *mut XDeviceControl) -> c_int,
[INFO] [stdout] 16 | |   pub fn XChangeDeviceDontPropagateList (_5: *mut Display, _4: c_ulong, _3: c_int, _2: *mut c_ulong, _1: c_int) -> c_int,
[INFO] [stdout] ...  |
[INFO] [stdout] 60 | | globals:
[INFO] [stdout] 61 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/xinput2.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | / x11_link! { XInput2, xi, ["libXi.so.6", "libXi.so"], 34,
[INFO] [stdout] 28 | |   pub fn XIAllowEvents (_4: *mut Display, _3: c_int, _2: c_int, _1: c_ulong) -> c_int,
[INFO] [stdout] 29 | |   pub fn XIAllowTouchEvents (_5: *mut Display, _4: c_int, _3: c_uint, _2: c_ulong, _1: c_int) -> c_int,
[INFO] [stdout] 30 | |   pub fn XIBarrierReleasePointer (_4: *mut Display, _3: c_int, _2: c_ulong, _1: c_uint) -> (),
[INFO] [stdout] ...  |
[INFO] [stdout] 63 | | globals:
[INFO] [stdout] 64 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/xlib_xcb.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / x11_link! { Xlib_xcb, xlib_xcb, ["libX11-xcb.so.1", "libX11-xcb.so"], 1,
[INFO] [stdout]  5 | |     pub fn XGetXCBConnection(_1: *mut Display) -> *mut xcb_connection_t,
[INFO] [stdout]  6 | |     variadic:
[INFO] [stdout]  7 | |     globals:
[INFO] [stdout]  8 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/link.rs:18:5
[INFO] [stdout]     |
[INFO] [stdout]  18 |       extern {
[INFO] [stdout]     |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/xmu.rs:18:1
[INFO] [stdout]     |
[INFO] [stdout]  18 | / x11_link! { Xmu, xmu, ["libXmu.so.6", "libXmu.so"], 132,
[INFO] [stdout]  19 | |   pub fn XmuAddCloseDisplayHook (_3: *mut Display, _2: Option<unsafe extern "C" fn (*mut Display, *mut c_char) -> c_int>, _1: *mu...
[INFO] [stdout]  20 | |   pub fn XmuAddInitializer (_2: Option<unsafe extern "C" fn (XtAppContext, *mut c_char)>, _1: *mut c_char) -> (),
[INFO] [stdout]  21 | |   pub fn XmuAllStandardColormaps (_1: *mut Display) -> c_int,
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | |   pub static _XA_UTF8_STRING: AtomPtr,
[INFO] [stdout] 153 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/xrandr.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | / x11_link! { Xrandr, xrandr, ["libXrandr.so.2", "libXrandr.so"], 70,
[INFO] [stdout] 15 | |     pub fn XRRAddOutputMode (dpy: *mut Display, output: RROutput, mode: RRMode) -> (),
[INFO] [stdout] 16 | |     pub fn XRRAllocGamma (size: c_int) -> *mut XRRCrtcGamma,
[INFO] [stdout] 17 | |     pub fn XRRAllocModeInfo (name: *const c_char, nameLength: c_int) -> *mut XRRModeInfo,
[INFO] [stdout] ...  |
[INFO] [stdout] 86 | | globals:
[INFO] [stdout] 87 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/xrecord.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / x11_link! { Xf86vmode, xtst, ["libXtst.so.6", "libXtst.so"], 14,
[INFO] [stdout] 14 | |   pub fn XRecordAllocRange () -> *mut XRecordRange,
[INFO] [stdout] 15 | |   pub fn XRecordCreateContext (_6: *mut Display, _5: c_int, _4: *mut c_ulong, _3: c_int, _2: *mut *mut XRecordRange, _1: c_int) ->...
[INFO] [stdout] 16 | |   pub fn XRecordDisableContext (_2: *mut Display, _1: c_ulong) -> c_int,
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | | globals:
[INFO] [stdout] 30 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/xrender.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / x11_link! { Xrender, xrender, ["libXrender.so.1", "libXrender.so"], 44,
[INFO] [stdout] 14 | |   pub fn XRenderAddGlyphs (_7: *mut Display, _6: c_ulong, _5: *const c_ulong, _4: *const XGlyphInfo, _3: c_int, _2: *const c_char,...
[INFO] [stdout] 15 | |   pub fn XRenderAddTraps (_6: *mut Display, _5: c_ulong, _4: c_int, _3: c_int, _2: *const XTrap, _1: c_int) -> (),
[INFO] [stdout] 16 | |   pub fn XRenderChangePicture (_4: *mut Display, _3: c_ulong, _2: c_ulong, _1: *const XRenderPictureAttributes) -> (),
[INFO] [stdout] ...  |
[INFO] [stdout] 59 | | globals:
[INFO] [stdout] 60 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/xss.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / x11_link! { Xss, xscrnsaver, ["libXss.so.2", "libXss.so"], 11,
[INFO] [stdout] 16 | |   pub fn XScreenSaverQueryExtension (_1: *mut Display, _2: *mut c_int, _3: *mut c_int) -> Bool,
[INFO] [stdout] 17 | |   pub fn XScreenSaverQueryVersion (_1: *mut Display, _2: *mut c_int, _3: *mut c_int) -> Status,
[INFO] [stdout] 18 | |   pub fn XScreenSaverAllocInfo () -> *mut XScreenSaverInfo,
[INFO] [stdout] ...  |
[INFO] [stdout] 28 | | globals:
[INFO] [stdout] 29 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/link.rs:18:5
[INFO] [stdout]     |
[INFO] [stdout]  18 |       extern {
[INFO] [stdout]     |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/xt.rs:16:1
[INFO] [stdout]     |
[INFO] [stdout]  16 | / x11_link! { Xt, xt, ["libXt.so.6", "libXt.so"], 300,
[INFO] [stdout]  17 | |   pub fn XtAddActions (_2: *mut XtActionsRec, _1: c_uint) -> (),
[INFO] [stdout]  18 | |   pub fn XtAddCallback (_4: Widget, _3: *const c_char, _2: Option<unsafe extern "C" fn (Widget, *mut c_void, *mut c_void)>, _1: *...
[INFO] [stdout]  19 | |   pub fn XtAddCallbacks (_3: Widget, _2: *const c_char, _1: XtCallbackList) -> (),
[INFO] [stdout] ...   |
[INFO] [stdout] 318 | | globals:
[INFO] [stdout] 319 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/link.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |       extern {
[INFO] [stdout]    |       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/xtest.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | / x11_link! { Xf86vmode, xtst, ["libXtst.so.6", "libXtst.so"], 15,
[INFO] [stdout] 15 | |   pub fn XTestCompareCurrentCursorWithWindow (_2: *mut Display, _1: c_ulong) -> c_int,
[INFO] [stdout] 16 | |   pub fn XTestCompareCursorWithWindow (_3: *mut Display, _2: c_ulong, _1: c_ulong) -> c_int,
[INFO] [stdout] 17 | |   pub fn XTestDiscard (_1: *mut Display) -> c_int,
[INFO] [stdout] ...  |
[INFO] [stdout] 31 | | globals:
[INFO] [stdout] 32 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `x11_link` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "1a830d6341b2ee3abf83d7446f5747fdc5a96556b35e645b6ab9fdb5a5402807", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1a830d6341b2ee3abf83d7446f5747fdc5a96556b35e645b6ab9fdb5a5402807", kill_on_drop: false }`
[INFO] [stdout] 1a830d6341b2ee3abf83d7446f5747fdc5a96556b35e645b6ab9fdb5a5402807
