[INFO] fetching crate coremidi 0.7.0... [INFO] documenting coremidi-0.7.0 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate coremidi 0.7.0 into /workspace/builds/worker-100/source [INFO] validating manifest of crates.io crate coremidi 0.7.0 on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-100/source/rust-toolchain [INFO] started tweaking crates.io crate coremidi 0.7.0 [INFO] finished tweaking crates.io crate coremidi 0.7.0 [INFO] tweaked toml for crates.io crate coremidi 0.7.0 written to /workspace/builds/worker-100/source/Cargo.toml [INFO] crate crates.io crate coremidi 0.7.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-100/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-100/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 534db664f08a363e202b1e8fa5557e032b9910b43dabaf786134a9559da16458 [INFO] running `Command { std: "docker" "start" "-a" "534db664f08a363e202b1e8fa5557e032b9910b43dabaf786134a9559da16458", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "534db664f08a363e202b1e8fa5557e032b9910b43dabaf786134a9559da16458", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "534db664f08a363e202b1e8fa5557e032b9910b43dabaf786134a9559da16458", kill_on_drop: false }` [INFO] [stdout] 534db664f08a363e202b1e8fa5557e032b9910b43dabaf786134a9559da16458 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-100/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-100/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" "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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7482ccef8a2785a072ddbf2dc6bc61afcf84a27806180ca7849e0e1863a401eb [INFO] running `Command { std: "docker" "start" "-a" "7482ccef8a2785a072ddbf2dc6bc61afcf84a27806180ca7849e0e1863a401eb", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.121 [INFO] [stderr] Compiling core-foundation-sys v0.8.3 [INFO] [stderr] Compiling coremidi-sys v3.1.0 [INFO] [stderr] Checking block v0.1.6 [INFO] [stderr] Checking core-foundation v0.9.3 [INFO] [stderr] Documenting coremidi v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIClientCreate`, `coremidi_sys::MIDIClientCreateWithBlock`, `coremidi_sys::MIDIClientDispose`, `coremidi_sys::MIDIDestinationCreateWithBlock`, `coremidi_sys::MIDIDestinationCreateWithProtocol`, `coremidi_sys::MIDIEventList`, `coremidi_sys::MIDIInputPortCreateWithBlock`, `coremidi_sys::MIDIInputPortCreateWithProtocol`, `coremidi_sys::MIDINotification`, `coremidi_sys::MIDINotifyBlock`, `coremidi_sys::MIDIOutputPortCreate`, `coremidi_sys::MIDIPacketList`, `coremidi_sys::MIDIReadBlock`, `coremidi_sys::MIDIReceiveBlock`, `coremidi_sys::MIDISourceCreate` [INFO] [stdout] --> src/client.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | MIDIClientCreate, MIDIClientCreateWithBlock, MIDIClientDispose, MIDIDestinationCreateWithBlock, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIDestinationCreateWithBlock` in the root [INFO] [stdout] | | | | [INFO] [stdout] | | | no `MIDIClientDispose` in the root [INFO] [stdout] | | no `MIDIClientCreateWithBlock` in the root [INFO] [stdout] | no `MIDIClientCreate` in the root [INFO] [stdout] 11 | MIDIDestinationCreateWithProtocol, MIDIEventList, MIDIInputPortCreateWithBlock, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIInputPortCreateWithBlock` in the root [INFO] [stdout] | | | [INFO] [stdout] | | no `MIDIEventList` in the root [INFO] [stdout] | no `MIDIDestinationCreateWithProtocol` in the root [INFO] [stdout] 12 | MIDIInputPortCreateWithProtocol, MIDINotification, MIDINotifyBlock, MIDIOutputPortCreate, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | no `MIDINotifyBlock` in the root [INFO] [stdout] | | no `MIDINotification` in the root [INFO] [stdout] | no `MIDIInputPortCreateWithProtocol` in the root [INFO] [stdout] 13 | MIDIPacketList, MIDIReadBlock, MIDIReceiveBlock, MIDISourceCreate, [INFO] [stdout] | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `coremidi_sys::MIDIObjectRef` [INFO] [stdout] --> src/device.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use coremidi_sys::MIDIObjectRef; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIObjectRef` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::ItemCount`, `coremidi_sys::MIDIEndpointDispose`, `coremidi_sys::MIDIEndpointRef`, `coremidi_sys::MIDIGetDestination`, `coremidi_sys::MIDIGetNumberOfDestinations` [INFO] [stdout] --> src/endpoints/destinations.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | ItemCount, MIDIEndpointDispose, MIDIEndpointRef, MIDIGetDestination, [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ no `MIDIGetDestination` in the root [INFO] [stdout] | | | | [INFO] [stdout] | | | no `MIDIEndpointRef` in the root [INFO] [stdout] | | no `MIDIEndpointDispose` in the root [INFO] [stdout] | no `ItemCount` in the root [INFO] [stdout] 5 | MIDIGetNumberOfDestinations, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIGetNumberOfDestinations` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIEndpointRef`, `coremidi_sys::MIDIFlushOutput` [INFO] [stdout] --> src/endpoints/endpoint.rs:4:20 [INFO] [stdout] | [INFO] [stdout] 4 | use coremidi_sys::{MIDIEndpointRef, MIDIFlushOutput}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ no `MIDIFlushOutput` in the root [INFO] [stdout] | | [INFO] [stdout] | no `MIDIEndpointRef` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::ItemCount`, `coremidi_sys::MIDIEndpointDispose`, `coremidi_sys::MIDIEndpointRef`, `coremidi_sys::MIDIGetNumberOfSources`, `coremidi_sys::MIDIGetSource`, `coremidi_sys::MIDIReceived`, `coremidi_sys::MIDIReceivedEventList` [INFO] [stdout] --> src/endpoints/sources.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | ItemCount, MIDIEndpointDispose, MIDIEndpointRef, MIDIGetNumberOfSources, MIDIGetSource, [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ no `MIDIGetSource` in the root [INFO] [stdout] | | | | | [INFO] [stdout] | | | | no `MIDIGetNumberOfSources` in the root [INFO] [stdout] | | | no `MIDIEndpointRef` in the root [INFO] [stdout] | | no `MIDIEndpointDispose` in the root [INFO] [stdout] | no `ItemCount` in the root [INFO] [stdout] 6 | MIDIReceived, MIDIReceivedEventList, [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ no `MIDIReceivedEventList` in the root [INFO] [stdout] | | [INFO] [stdout] | no `MIDIReceived` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `coremidi_sys::MIDIObjectRef` [INFO] [stdout] --> src/entity.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use coremidi_sys::MIDIObjectRef; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIObjectRef` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIEventList`, `coremidi_sys::MIDIEventListAdd`, `coremidi_sys::MIDIEventListInit`, `coremidi_sys::MIDIEventPacket`, `coremidi_sys::MIDIEventPacketNext` [INFO] [stdout] --> src/events.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | MIDIEventList, MIDIEventListAdd, MIDIEventListInit, MIDIEventPacket, MIDIEventPacketNext, [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ no `MIDIEventPacketNext` in the root [INFO] [stdout] | | | | | [INFO] [stdout] | | | | no `MIDIEventPacket` in the root [INFO] [stdout] | | | no `MIDIEventListInit` in the root [INFO] [stdout] | | no `MIDIEventListAdd` in the root [INFO] [stdout] | no `MIDIEventList` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIIOErrorNotification`, `coremidi_sys::MIDINotification`, `coremidi_sys::MIDIObjectAddRemoveNotification`, `coremidi_sys::MIDIObjectPropertyChangeNotification` [INFO] [stdout] --> src/notifications.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | MIDIIOErrorNotification, MIDINotification, MIDIObjectAddRemoveNotification, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIObjectAddRemoveNotification` in the root [INFO] [stdout] | | | [INFO] [stdout] | | no `MIDINotification` in the root [INFO] [stdout] | no `MIDIIOErrorNotification` in the root [INFO] [stdout] 8 | MIDIObjectPropertyChangeNotification, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIObjectPropertyChangeNotification` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIObjectRef`, `coremidi_sys::SInt32` [INFO] [stdout] --> src/object.rs:4:20 [INFO] [stdout] | [INFO] [stdout] 4 | use coremidi_sys::{MIDIObjectRef, SInt32}; [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^ no `SInt32` in the root [INFO] [stdout] | | [INFO] [stdout] | no `MIDIObjectRef` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIPacket`, `coremidi_sys::MIDIPacketList`, `coremidi_sys::MIDIPacketListAdd`, `coremidi_sys::MIDIPacketListInit`, `coremidi_sys::MIDIPacketNext` [INFO] [stdout] --> src/packets.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | MIDIPacket, MIDIPacketList, MIDIPacketListAdd, MIDIPacketListInit, MIDIPacketNext, [INFO] [stdout] | ^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ no `MIDIPacketNext` in the root [INFO] [stdout] | | | | | [INFO] [stdout] | | | | no `MIDIPacketListInit` in the root [INFO] [stdout] | | | no `MIDIPacketListAdd` in the root [INFO] [stdout] | | no `MIDIPacketList` in the root [INFO] [stdout] | no `MIDIPacket` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIObjectRef`, `coremidi_sys::MIDIPortConnectSource`, `coremidi_sys::MIDIPortDisconnectSource`, `coremidi_sys::MIDIPortDispose`, `coremidi_sys::MIDIPortRef`, `coremidi_sys::MIDISend`, `coremidi_sys::MIDISendEventList` [INFO] [stdout] --> src/ports.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | MIDIObjectRef, MIDIPortConnectSource, MIDIPortDisconnectSource, MIDIPortDispose, MIDIPortRef, [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ ^^^^^^^^^^^ no `MIDIPortRef` in the root [INFO] [stdout] | | | | | [INFO] [stdout] | | | | no `MIDIPortDispose` in the root [INFO] [stdout] | | | no `MIDIPortDisconnectSource` in the root [INFO] [stdout] | | no `MIDIPortConnectSource` in the root [INFO] [stdout] | no `MIDIObjectRef` in the root [INFO] [stdout] 9 | MIDISend, MIDISendEventList, [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^^^^^^^^^ no `MIDISendEventList` in the root [INFO] [stdout] | | [INFO] [stdout] | no `MIDISend` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::kMIDIPropertyAdvanceScheduleTimeMuSec`, `coremidi_sys::kMIDIPropertyCanRoute`, `coremidi_sys::kMIDIPropertyConnectionUniqueID`, `coremidi_sys::kMIDIPropertyDeviceID`, `coremidi_sys::kMIDIPropertyDisplayName`, `coremidi_sys::kMIDIPropertyDriverDeviceEditorApp`, `coremidi_sys::kMIDIPropertyDriverOwner`, `coremidi_sys::kMIDIPropertyDriverVersion`, `coremidi_sys::kMIDIPropertyIsBroadcast`, `coremidi_sys::kMIDIPropertyIsDrumMachine`, `coremidi_sys::kMIDIPropertyIsEffectUnit`, `coremidi_sys::kMIDIPropertyIsEmbeddedEntity`, `coremidi_sys::kMIDIPropertyIsMixer`, `coremidi_sys::kMIDIPropertyIsSampler`, `coremidi_sys::kMIDIPropertyManufacturer`, `coremidi_sys::kMIDIPropertyMaxReceiveChannels`, `coremidi_sys::kMIDIPropertyMaxSysExSpeed`, `coremidi_sys::kMIDIPropertyMaxTransmitChannels`, `coremidi_sys::kMIDIPropertyModel`, `coremidi_sys::kMIDIPropertyName`, `coremidi_sys::kMIDIPropertyOffline`, `coremidi_sys::kMIDIPropertyPanDisruptsStereo`, `coremidi_sys::kMIDIPropertyPrivate`, `coremidi_sys::kMIDIPropertyProtocolID`, `coremidi_sys::kMIDIPropertyReceiveChannels`, `coremidi_sys::kMIDIPropertyReceivesBankSelectLSB`, `coremidi_sys::kMIDIPropertyReceivesBankSelectMSB`, `coremidi_sys::kMIDIPropertyReceivesClock`, `coremidi_sys::kMIDIPropertyReceivesMTC`, `coremidi_sys::kMIDIPropertyReceivesNotes`, `coremidi_sys::kMIDIPropertyReceivesProgramChanges`, `coremidi_sys::kMIDIPropertySingleRealtimeEntity`, `coremidi_sys::kMIDIPropertySupportsGeneralMIDI`, `coremidi_sys::kMIDIPropertySupportsMMC`, `coremidi_sys::kMIDIPropertySupportsShowControl`, `coremidi_sys::kMIDIPropertyTransmitChannels`, `coremidi_sys::kMIDIPropertyTransmitsBankSelectLSB`, `coremidi_sys::kMIDIPropertyTransmitsBankSelectMSB`, `coremidi_sys::kMIDIPropertyTransmitsClock`, `coremidi_sys::kMIDIPropertyTransmitsMTC`, `coremidi_sys::kMIDIPropertyTransmitsNotes`, `coremidi_sys::kMIDIPropertyTransmitsProgramChanges`, `coremidi_sys::kMIDIPropertyUniqueID`, `coremidi_sys::MIDIObjectGetIntegerProperty`, `coremidi_sys::MIDIObjectGetStringProperty`, `coremidi_sys::MIDIObjectSetIntegerProperty`, `coremidi_sys::MIDIObjectSetStringProperty`, `coremidi_sys::SInt32` [INFO] [stdout] --> src/properties.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | kMIDIPropertyAdvanceScheduleTimeMuSec, kMIDIPropertyCanRoute, kMIDIPropertyConnectionUniqueID, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `kMIDIPropertyConnectionUniqueID` in the root [INFO] [stdout] | | | [INFO] [stdout] | | no `kMIDIPropertyCanRoute` in the root [INFO] [stdout] | no `kMIDIPropertyAdvanceScheduleTimeMuSec` in the root [INFO] [stdout] 9 | kMIDIPropertyDeviceID, kMIDIPropertyDisplayName, kMIDIPropertyDriverDeviceEditorApp, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `kMIDIPropertyDriverDeviceEditorApp` in the root [INFO] [stdout] | | | [INFO] [stdout] | | no `kMIDIPropertyDisplayName` in the root [INFO] [stdout] | no `kMIDIPropertyDeviceID` in the root [INFO] [stdout] 10 | kMIDIPropertyDriverOwner, kMIDIPropertyDriverVersion, kMIDIPropertyIsBroadcast, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ no `kMIDIPropertyIsBroadcast` in the root [INFO] [stdout] | | | [INFO] [stdout] | | no `kMIDIPropertyDriverVersion` in the root [INFO] [stdout] | no `kMIDIPropertyDriverOwner` in the root [INFO] [stdout] 11 | kMIDIPropertyIsDrumMachine, kMIDIPropertyIsEffectUnit, kMIDIPropertyIsEmbeddedEntity, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `kMIDIPropertyIsDrumMachine` in the root [INFO] [stdout] 12 | kMIDIPropertyIsMixer, kMIDIPropertyIsSampler, kMIDIPropertyManufacturer, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 13 | kMIDIPropertyMaxReceiveChannels, kMIDIPropertyMaxSysExSpeed, kMIDIPropertyMaxTransmitChannels, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 14 | kMIDIPropertyModel, kMIDIPropertyName, kMIDIPropertyOffline, kMIDIPropertyPanDisruptsStereo, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 15 | kMIDIPropertyPrivate, kMIDIPropertyProtocolID, kMIDIPropertyReceiveChannels, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 16 | kMIDIPropertyReceivesBankSelectLSB, kMIDIPropertyReceivesBankSelectMSB, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 17 | kMIDIPropertyReceivesClock, kMIDIPropertyReceivesMTC, kMIDIPropertyReceivesNotes, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 18 | kMIDIPropertyReceivesProgramChanges, kMIDIPropertySingleRealtimeEntity, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 19 | kMIDIPropertySupportsGeneralMIDI, kMIDIPropertySupportsMMC, kMIDIPropertySupportsShowControl, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 20 | kMIDIPropertyTransmitChannels, kMIDIPropertyTransmitsBankSelectLSB, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 21 | kMIDIPropertyTransmitsBankSelectMSB, kMIDIPropertyTransmitsClock, kMIDIPropertyTransmitsMTC, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 22 | kMIDIPropertyTransmitsNotes, kMIDIPropertyTransmitsProgramChanges, kMIDIPropertyUniqueID, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 23 | MIDIObjectGetIntegerProperty, MIDIObjectGetStringProperty, MIDIObjectSetIntegerProperty, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 24 | MIDIObjectSetStringProperty, SInt32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `coremidi_sys::MIDIProtocolID` [INFO] [stdout] --> src/protocol.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use coremidi_sys::MIDIProtocolID; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MIDIProtocolID` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `coremidi_sys::MIDIFlushOutput`, `coremidi_sys::MIDIRestart` [INFO] [stdout] --> src/lib.rs:56:20 [INFO] [stdout] | [INFO] [stdout] 56 | use coremidi_sys::{MIDIFlushOutput, MIDIRestart}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ ^^^^^^^^^^^ no `MIDIRestart` in the root [INFO] [stdout] | | [INFO] [stdout] | no `MIDIFlushOutput` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 15 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not document `coremidi` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type lib --crate-name coremidi src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=be15a7a55039283e -L dependency=/opt/rustwide/target/debug/deps --extern block=/opt/rustwide/target/debug/deps/libblock-142fd8678e5219b7.rmeta --extern core_foundation=/opt/rustwide/target/debug/deps/libcore_foundation-fd3b57260ae4c6a9.rmeta --extern core_foundation_sys=/opt/rustwide/target/debug/deps/libcore_foundation_sys-5fa9cc9753b978a4.rmeta --extern coremidi_sys=/opt/rustwide/target/debug/deps/libcoremidi_sys-2534cd33c43fab0d.rmeta --cap-lints=warn --crate-version 0.7.0` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "7482ccef8a2785a072ddbf2dc6bc61afcf84a27806180ca7849e0e1863a401eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7482ccef8a2785a072ddbf2dc6bc61afcf84a27806180ca7849e0e1863a401eb", kill_on_drop: false }` [INFO] [stdout] 7482ccef8a2785a072ddbf2dc6bc61afcf84a27806180ca7849e0e1863a401eb