[INFO] cloning repository https://github.com/mhallin/render_callback-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mhallin/render_callback-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmhallin%2Frender_callback-rs"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmhallin%2Frender_callback-rs'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 20d2f522e8f0c5a4d8eb217f7a7cc2354df3bb1b [INFO] testing mhallin/render_callback-rs against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmhallin%2Frender_callback-rs" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mhallin/render_callback-rs on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/mhallin/render_callback-rs [INFO] finished tweaking git repo https://github.com/mhallin/render_callback-rs [INFO] tweaked toml for git repo https://github.com/mhallin/render_callback-rs written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/mhallin/render_callback-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stdout] ce9250374ad96f1a8b953809a81b8b85845f517026e152e2e74c1e16b89987c7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "ce9250374ad96f1a8b953809a81b8b85845f517026e152e2e74c1e16b89987c7"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling render_callback v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `coreaudio_sys` [INFO] [stderr] --> src/coreaudio/aggregate_device.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use coreaudio_sys::{ [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `coreaudio_sys` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `coreaudio_sys` [INFO] [stderr] --> src/coreaudio/backend.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use coreaudio_sys::kAudioObjectSystemObject; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `coreaudio_sys` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `coreaudio_sys` [INFO] [stderr] --> src/coreaudio/properties.rs:138:9 [INFO] [stderr] | [INFO] [stderr] 138 | use coreaudio_sys::*; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `coreaudio_sys` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `coreaudio_sys` [INFO] [stderr] --> src/coreaudio/properties.rs:154:9 [INFO] [stderr] | [INFO] [stderr] 154 | use coreaudio_sys::*; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `coreaudio_sys` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `coreaudio_sys` [INFO] [stderr] --> src/coreaudio/properties.rs:196:9 [INFO] [stderr] | [INFO] [stderr] 196 | use coreaudio_sys::*; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `coreaudio_sys` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `coreaudio_sys` [INFO] [stderr] --> src/coreaudio/session.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use coreaudio_sys::{ [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `coreaudio_sys` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `coreaudio_sys` [INFO] [stderr] --> src/coreaudio/cf.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use coreaudio_sys::{ [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `coreaudio_sys` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `coreaudio_sys` [INFO] [stderr] --> src/coreaudio/device.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use coreaudio_sys::AudioDeviceID; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `coreaudio_sys` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `coreaudio_sys` [INFO] [stderr] --> src/coreaudio/properties.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use coreaudio_sys::{ [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `coreaudio_sys` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `coreaudio_sys` [INFO] [stderr] --> src/coreaudio/properties.rs:455:13 [INFO] [stderr] | [INFO] [stderr] 455 | use coreaudio_sys::CFDictionaryRef; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `coreaudio_sys` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `coreaudio_sys` [INFO] [stderr] --> src/coreaudio/properties.rs:476:13 [INFO] [stderr] | [INFO] [stderr] 476 | use coreaudio_sys::CFArrayRef; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `coreaudio_sys` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `coreaudio_sys` [INFO] [stderr] --> src/coreaudio/properties.rs:530:13 [INFO] [stderr] | [INFO] [stderr] 530 | use coreaudio_sys::CFStringRef; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `coreaudio_sys` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `coreaudio_sys` [INFO] [stderr] --> src/coreaudio/properties.rs:548:13 [INFO] [stderr] | [INFO] [stderr] 548 | use coreaudio_sys::AudioBufferList; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `coreaudio_sys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `coreaudio_sys` [INFO] [stderr] --> src/coreaudio/properties.rs:546:35 [INFO] [stderr] | [INFO] [stderr] 546 | impl GettablePropertyType for Box { [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `coreaudio_sys` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AudioObjectPropertyElement` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:147:25 [INFO] [stderr] | [INFO] [stderr] 147 | fn element() -> AudioObjectPropertyElement { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `kAudioObjectPropertyElementMaster` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:148:13 [INFO] [stderr] | [INFO] [stderr] 148 | kAudioObjectPropertyElementMaster [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AudioObjectPropertyScope` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:163:23 [INFO] [stderr] | [INFO] [stderr] 163 | fn scope() -> AudioObjectPropertyScope { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `kAudioObjectPropertyScopeGlobal` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:164:13 [INFO] [stderr] | [INFO] [stderr] 164 | kAudioObjectPropertyScopeGlobal [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AudioObjectPropertyScope` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:172:23 [INFO] [stderr] | [INFO] [stderr] 172 | fn scope() -> AudioObjectPropertyScope { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `kAudioObjectPropertyScopeInput` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:173:13 [INFO] [stderr] | [INFO] [stderr] 173 | kAudioObjectPropertyScopeInput [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AudioObjectPropertyScope` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:181:23 [INFO] [stderr] | [INFO] [stderr] 181 | fn scope() -> AudioObjectPropertyScope { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `kAudioObjectPropertyScopeOutput` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:182:13 [INFO] [stderr] | [INFO] [stderr] 182 | kAudioObjectPropertyScopeOutput [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AudioObjectPropertyScope` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:189:23 [INFO] [stderr] | [INFO] [stderr] 189 | fn scope() -> AudioObjectPropertyScope { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `kAudioObjectPropertyScopeWildcard` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:190:13 [INFO] [stderr] | [INFO] [stderr] 190 | kAudioObjectPropertyScopeWildcard [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AudioObjectPropertySelector` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:206:26 [INFO] [stderr] | [INFO] [stderr] 206 | fn selector() -> AudioObjectPropertySelector { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `kAudioHardwarePropertyDevices` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:207:13 [INFO] [stderr] | [INFO] [stderr] 202 | pub struct HardwarePropertyDevices; [INFO] [stderr] | ----------------------------------- similarly named unit struct `HardwarePropertyDevices` defined here [INFO] [stderr] ... [INFO] [stderr] 207 | kAudioHardwarePropertyDevices [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a unit struct with a similar name exists: `HardwarePropertyDevices` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AudioObjectPropertySelector` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:216:26 [INFO] [stderr] | [INFO] [stderr] 216 | fn selector() -> AudioObjectPropertySelector { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `kAudioHardwarePropertyDefaultInputDevice` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:217:13 [INFO] [stderr] | [INFO] [stderr] 212 | pub struct HardwarePropertyDefaultInputDevice; [INFO] [stderr] | ---------------------------------------------- similarly named unit struct `HardwarePropertyDefaultInputDevice` defined here [INFO] [stderr] ... [INFO] [stderr] 217 | kAudioHardwarePropertyDefaultInputDevice [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a unit struct with a similar name exists: `HardwarePropertyDefaultInputDevice` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AudioObjectPropertySelector` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:226:26 [INFO] [stderr] | [INFO] [stderr] 226 | fn selector() -> AudioObjectPropertySelector { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `kAudioHardwarePropertyDefaultOutputDevice` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:227:13 [INFO] [stderr] | [INFO] [stderr] 222 | pub struct HardwarePropertyDefaultOutputDevice; [INFO] [stderr] | ----------------------------------------------- similarly named unit struct `HardwarePropertyDefaultOutputDevice` defined here [INFO] [stderr] ... [INFO] [stderr] 227 | kAudioHardwarePropertyDefaultOutputDevice [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a unit struct with a similar name exists: `HardwarePropertyDefaultOutputDevice` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AudioValueTranslation` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:238:21 [INFO] [stderr] | [INFO] [stderr] 238 | type Type = AudioValueTranslation; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AudioObjectPropertySelector` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:240:26 [INFO] [stderr] | [INFO] [stderr] 240 | fn selector() -> AudioObjectPropertySelector { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `kAudioHardwarePropertyPlugInForBundleID` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:241:13 [INFO] [stderr] | [INFO] [stderr] 236 | pub struct HardwarePropertyPlugInForBundleID; [INFO] [stderr] | --------------------------------------------- similarly named unit struct `HardwarePropertyPlugInForBundleID` defined here [INFO] [stderr] ... [INFO] [stderr] 241 | kAudioHardwarePropertyPlugInForBundleID [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a unit struct with a similar name exists: `HardwarePropertyPlugInForBundleID` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AudioObjectPropertySelector` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:254:26 [INFO] [stderr] | [INFO] [stderr] 254 | fn selector() -> AudioObjectPropertySelector { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `kAudioAggregateDevicePropertyFullSubDeviceList` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:255:13 [INFO] [stderr] | [INFO] [stderr] 250 | pub struct AggregateDevicePropertyFullSubDeviceList; [INFO] [stderr] | ---------------------------------------------------- similarly named unit struct `AggregateDevicePropertyFullSubDeviceList` defined here [INFO] [stderr] ... [INFO] [stderr] 255 | kAudioAggregateDevicePropertyFullSubDeviceList [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a unit struct with a similar name exists: `AggregateDevicePropertyFullSubDeviceList` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AudioObjectPropertySelector` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:267:26 [INFO] [stderr] | [INFO] [stderr] 267 | fn selector() -> AudioObjectPropertySelector { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `kAudioPlugInDestroyAggregateDevice` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:268:13 [INFO] [stderr] | [INFO] [stderr] 263 | pub struct PlugInDestroyAggregateDevice; [INFO] [stderr] | ---------------------------------------- similarly named unit struct `PlugInDestroyAggregateDevice` defined here [INFO] [stderr] ... [INFO] [stderr] 268 | kAudioPlugInDestroyAggregateDevice [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a unit struct with a similar name exists: `PlugInDestroyAggregateDevice` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AudioObjectPropertySelector` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:283:26 [INFO] [stderr] | [INFO] [stderr] 283 | fn selector() -> AudioObjectPropertySelector { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `kAudioPlugInCreateAggregateDevice` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:284:13 [INFO] [stderr] | [INFO] [stderr] 279 | pub struct PlugInCreateAggregateDevice; [INFO] [stderr] | --------------------------------------- similarly named unit struct `PlugInCreateAggregateDevice` defined here [INFO] [stderr] ... [INFO] [stderr] 284 | kAudioPlugInCreateAggregateDevice [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a unit struct with a similar name exists: `PlugInCreateAggregateDevice` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AudioObjectPropertySelector` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:299:26 [INFO] [stderr] | [INFO] [stderr] 299 | fn selector() -> AudioObjectPropertySelector { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `kAudioDevicePropertyDeviceUID` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:300:13 [INFO] [stderr] | [INFO] [stderr] 295 | pub struct DevicePropertyDeviceUID; [INFO] [stderr] | ----------------------------------- similarly named unit struct `DevicePropertyDeviceUID` defined here [INFO] [stderr] ... [INFO] [stderr] 300 | kAudioDevicePropertyDeviceUID [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a unit struct with a similar name exists: `DevicePropertyDeviceUID` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AudioBufferList` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:310:25 [INFO] [stderr] | [INFO] [stderr] 309 | impl Selector for DevicePropertyStreamConfiguration { [INFO] [stderr] | - help: you might be missing a type parameter: `` [INFO] [stderr] 310 | type Type = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AudioObjectPropertySelector` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:312:26 [INFO] [stderr] | [INFO] [stderr] 312 | fn selector() -> AudioObjectPropertySelector { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `kAudioDevicePropertyStreamConfiguration` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:313:13 [INFO] [stderr] | [INFO] [stderr] 308 | pub struct DevicePropertyStreamConfiguration; [INFO] [stderr] | --------------------------------------------- similarly named unit struct `DevicePropertyStreamConfiguration` defined here [INFO] [stderr] ... [INFO] [stderr] 313 | kAudioDevicePropertyStreamConfiguration [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a unit struct with a similar name exists: `DevicePropertyStreamConfiguration` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AudioObjectPropertySelector` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:323:26 [INFO] [stderr] | [INFO] [stderr] 323 | fn selector() -> AudioObjectPropertySelector { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `kAudioObjectPropertyName` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:324:13 [INFO] [stderr] | [INFO] [stderr] 319 | pub struct ObjectPropertyName; [INFO] [stderr] | ------------------------------ similarly named unit struct `ObjectPropertyName` defined here [INFO] [stderr] ... [INFO] [stderr] 324 | kAudioObjectPropertyName [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a unit struct with a similar name exists: `ObjectPropertyName` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AudioObjectPropertySelector` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:334:26 [INFO] [stderr] | [INFO] [stderr] 334 | fn selector() -> AudioObjectPropertySelector { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `kAudioDevicePropertyNominalSampleRate` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:335:13 [INFO] [stderr] | [INFO] [stderr] 330 | pub struct DevicePropertyNominalSampleRate; [INFO] [stderr] | ------------------------------------------- similarly named unit struct `DevicePropertyNominalSampleRate` defined here [INFO] [stderr] ... [INFO] [stderr] 335 | kAudioDevicePropertyNominalSampleRate [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a unit struct with a similar name exists: `DevicePropertyNominalSampleRate` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `AudioObjectPropertySelector` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:345:26 [INFO] [stderr] | [INFO] [stderr] 345 | fn selector() -> AudioObjectPropertySelector { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `kAudioDevicePropertyActualSampleRate` in this scope [INFO] [stderr] --> src/coreaudio/properties.rs:346:13 [INFO] [stderr] | [INFO] [stderr] 341 | pub struct DevicePropertyActualSampleRate; [INFO] [stderr] | ------------------------------------------ similarly named unit struct `DevicePropertyActualSampleRate` defined here [INFO] [stderr] ... [INFO] [stderr] 346 | kAudioDevicePropertyActualSampleRate [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a unit struct with a similar name exists: `DevicePropertyActualSampleRate` [INFO] [stderr] [INFO] [stderr] error: aborting due to 50 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `render_callback`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ce9250374ad96f1a8b953809a81b8b85845f517026e152e2e74c1e16b89987c7"` [INFO] running `"docker" "rm" "-f" "ce9250374ad96f1a8b953809a81b8b85845f517026e152e2e74c1e16b89987c7"` [INFO] [stdout] ce9250374ad96f1a8b953809a81b8b85845f517026e152e2e74c1e16b89987c7