Build #498397 2022-01-24T21:56:13.994970+00:00
# rustc version
rustc 1.60.0-nightly (84322efad 2022-01-23)# docs.rs version
docsrs 0.6.0 (142844e 2022-01-23)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/librador-sys-0.1.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/librador-sys-0.1.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20220123-1.60.0-nightly-84322efad\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\"]" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 07641c415e1b06352db56184d8dad2faa557badb6a4e79ca938c5421cf827cac
[INFO] running `Command { std: "docker" "start" "-a" "07641c415e1b06352db56184d8dad2faa557badb6a4e79ca938c5421cf827cac", kill_on_drop: false }`
[INFO] [stderr] warning: In file included from /opt/rustwide/workdir/Labrador/Librador_API/___librador/librador_shared_library/librador.h:4,
[INFO] [stderr] warning: from /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/librador-sys-427e657eec66198a/out/cxxbridge/sources/librador-sys/src/lib.rs.cc:1:
[INFO] [stderr] warning: /opt/rustwide/workdir/Labrador/Librador_API/___librador/librador_shared_library/librador_global.h:7:19: warning: extra tokens at end of #ifdef directive
[INFO] [stderr] warning: 7 | #ifdef _WIN32 | _WIN64
[INFO] [stderr] warning: | ^
[INFO] [stderr] warning: In file included from /opt/rustwide/workdir/Labrador/Librador_API/___librador/librador_shared_library/librador.h:4,
[INFO] [stderr] warning: from /opt/rustwide/workdir/Labrador/Librador_API/___librador/librador_shared_library/librador.cpp:1:
[INFO] [stderr] warning: /opt/rustwide/workdir/Labrador/Librador_API/___librador/librador_shared_library/librador_global.h:7:19: warning: extra tokens at end of #ifdef directive
[INFO] [stderr] warning: 7 | #ifdef _WIN32 | _WIN64
[INFO] [stderr] warning: | ^
[INFO] [stderr] warning: In file included from /opt/rustwide/workdir/Labrador/Librador_API/___librador/librador_shared_library/librador.cpp:2:
[INFO] [stderr] warning: /opt/rustwide/workdir/Labrador/Librador_API/___librador/librador_shared_library/librador.cpp: In function 'uint8_t librador_get_device_firmware_variant()':
[INFO] [stderr] warning: /opt/rustwide/workdir/Labrador/Librador_API/___librador/librador_shared_library/librador_internal.h:9:76: warning: unsigned conversion from 'int' to 'uint8_t' {aka 'unsigned char'} changes value from '-420' to '92' [-Woverflow]
[INFO] [stderr] warning: 9 | #define CHECK_API_INITIALISED if(internal_librador_object == NULL) return -420;
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: /opt/rustwide/workdir/Labrador/Librador_API/___librador/librador_shared_library/librador.cpp:190:5: note: in expansion of macro 'CHECK_API_INITIALISED'
[INFO] [stderr] warning: 190 | CHECK_API_INITIALISED
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: /opt/rustwide/workdir/Labrador/Librador_API/___librador/librador_shared_library/librador_internal.h:10:92: warning: unsigned conversion from 'int' to 'uint8_t' {aka 'unsigned char'} changes value from '-421' to '91' [-Woverflow]
[INFO] [stderr] warning: 10 | #define CHECK_USB_INITIALISED if(!internal_librador_object->usb_driver->connected) return -421;
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: /opt/rustwide/workdir/Labrador/Librador_API/___librador/librador_shared_library/librador.cpp:191:5: note: in expansion of macro 'CHECK_USB_INITIALISED'
[INFO] [stderr] warning: 191 | CHECK_USB_INITIALISED
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: /opt/rustwide/workdir/Labrador/Librador_API/___librador/librador_shared_library/o1buffer.cpp:251:10: warning: #warning Hack here. Do not know why this line works, but it does. [-Wcpp]
[INFO] [stderr] warning: 251 | #warning Hack here. Do not know why this line works, but it does.
[INFO] [stderr] warning: | ^~~~~~~
[INFO] [stderr] warning: /opt/rustwide/workdir/Labrador/Librador_API/___librador/librador_shared_library/usbcallhandler.cpp: In member function 'int usbCallHandler::setup_usb_control()':
[INFO] [stderr] warning: /opt/rustwide/workdir/Labrador/Librador_API/___librador/librador_shared_library/usbcallhandler.cpp:183:28: warning: 'void libusb_set_debug(libusb_context*, int)' is deprecated: Use libusb_set_option instead [-Wdeprecated-declarations]
[INFO] [stderr] warning: 183 | libusb_set_debug(ctx, 3);
[INFO] [stderr] warning: | ^
[INFO] [stderr] warning: In file included from /opt/rustwide/workdir/Labrador/Librador_API/___librador/librador_shared_library/usbcallhandler.h:4,
[INFO] [stderr] warning: from /opt/rustwide/workdir/Labrador/Librador_API/___librador/librador_shared_library/usbcallhandler.cpp:1:
[INFO] [stderr] warning: /usr/include/libusb-1.0/libusb.h:1325:18: note: declared here
[INFO] [stderr] warning: 1325 | void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level);
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~
[INFO] [stderr] warning: /opt/rustwide/workdir/Labrador/Librador_API/___librador/librador_shared_library/usbcallhandler.cpp:183:28: warning: 'void libusb_set_debug(libusb_context*, int)' is deprecated: Use libusb_set_option instead [-Wdeprecated-declarations]
[INFO] [stderr] warning: 183 | libusb_set_debug(ctx, 3);
[INFO] [stderr] warning: | ^
[INFO] [stderr] warning: In file included from /opt/rustwide/workdir/Labrador/Librador_API/___librador/librador_shared_library/usbcallhandler.h:4,
[INFO] [stderr] warning: from /opt/rustwide/workdir/Labrador/Librador_API/___librador/librador_shared_library/usbcallhandler.cpp:1:
[INFO] [stderr] warning: /usr/include/libusb-1.0/libusb.h:1325:18: note: declared here
[INFO] [stderr] warning: 1325 | void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level);
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~
[INFO] [stderr] Documenting librador-sys v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.74s
[INFO] running `Command { std: "docker" "inspect" "07641c415e1b06352db56184d8dad2faa557badb6a4e79ca938c5421cf827cac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "07641c415e1b06352db56184d8dad2faa557badb6a4e79ca938c5421cf827cac", kill_on_drop: false }`
[INFO] [stdout] 07641c415e1b06352db56184d8dad2faa557badb6a4e79ca938c5421cf827cac