fix unsound Sync impl for atomic_queue::Queue #1722
Annotations
2 errors and 22 warnings
Build release rust crates ubuntu-20.04
Process completed with exit code 101.
|
Run unit-tests on rust crates ubuntu-20.04
Process completed with exit code 101.
|
Build release rust crates ubuntu-20.04
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build release rust crates ubuntu-20.04
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected key-value, found comma
21: audio-garbage-collector = { path = "../../augmented/audio/audio-garbage-collector" , version = "1.2.0" }
^
22: audio-processor-traits = { path = "../../augmented/audio/audio-processor-traits" , version = "4.1.0" }
|
Build release rust crates ubuntu-20.04
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected key-value, found comma
50: cpal = "0.15.2"
51: audio-processor-metronome = { path = "../../../augmented/audio/audio-processor-metronome" , version = "3.1.0" }
^
52: augmented-longbackoff = { path = "../../../augmented/audio/augmented-longbackoff", version = "0.1" }
|
Build release rust crates ubuntu-20.04
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected key-value, found comma
20: wisual-logger = { path = "../../augmented/ops/wisual-logger", version = "0.1.4" }
21: audio-processor-metronome = { path = "../../augmented/audio/audio-processor-metronome" , version = "3.1.0" }
^
22: audio-processor-standalone = { path = "../../augmented/application/audio-processor-standalone" , version = "3.1.0", default-features = false }
|
Build release rust crates ubuntu-20.04
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected key-value, found comma
35: audio-garbage-collector = { path = "../../../augmented/audio/audio-garbage-collector", version = "1.2.0" }
36: audio-processor-iced-storybook = { path = "../../../augmented/gui/audio-processor-iced-storybook" , version = "1.0.0" }
^
37: audio-processor-iced-design-system = { path = "../../../augmented/gui/audio-processor-iced-design-system", features = ["wgpu"], default-features = false , version = "1.0.0" }
|
Build release rust crates ubuntu-20.04
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected key-value, found comma
41: atomic-queue = { path = "../../../augmented/data/atomic-queue" , version = "1.0.1" }
^
42: audio-garbage-collector = { path = "../../../augmented/audio/audio-garbage-collector" , version = "1.2.0" }
|
Build release rust crates ubuntu-20.04
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected key-value, found comma
11: audio-processor-traits = { version = "4.1.0", path = "../../augmented/audio/audio-processor-traits" }
12: augmented-adsr-envelope = { path = "../../augmented/audio/adsr-envelope" , version = "0.5.0" }
^
13: augmented_oscillator = { version = "1.3.0", path = "../../augmented/audio/oscillator" }
|
Build release rust crates ubuntu-20.04
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected key-value, found comma
24: audio-processor-traits = { version = "4.1.0", path = "../../audio/audio-processor-traits", features = ["vst"] }
25: audio-garbage-collector = { path = "../../audio/audio-garbage-collector" , version = "1.2.0" }
^
|
Build release rust crates ubuntu-20.04
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected key-value, found comma
10: [dependencies]
11: augmented-atomics = { path = "../../data/atomics" , version = "0.2.0" }
^
12: num-traits = "0.2.14"
|
Build release rust crates ubuntu-20.04
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected key-value, found comma
10: [dependencies]
11: atomic-queue = { path = "../../data/atomic-queue" , version = "1.0.1" }
^
12: circular-data-structures = { path = "../../data/circular-data-structures" }
|
Build release rust crates ubuntu-20.04
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected key-value, found comma
16: [dev-dependencies]
17: audio-processor-testing-helpers = { path = "../../testing/audio-processor-testing-helpers" , version = "2.5.0" }
^
|
Run unit-tests on rust crates ubuntu-20.04
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run unit-tests on rust crates ubuntu-20.04
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected key-value, found comma
21: audio-garbage-collector = { path = "../../augmented/audio/audio-garbage-collector" , version = "1.2.0" }
^
22: audio-processor-traits = { path = "../../augmented/audio/audio-processor-traits" , version = "4.1.0" }
|
Run unit-tests on rust crates ubuntu-20.04
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected key-value, found comma
50: cpal = "0.15.2"
51: audio-processor-metronome = { path = "../../../augmented/audio/audio-processor-metronome" , version = "3.1.0" }
^
52: augmented-longbackoff = { path = "../../../augmented/audio/augmented-longbackoff", version = "0.1" }
|
Run unit-tests on rust crates ubuntu-20.04
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected key-value, found comma
20: wisual-logger = { path = "../../augmented/ops/wisual-logger", version = "0.1.4" }
21: audio-processor-metronome = { path = "../../augmented/audio/audio-processor-metronome" , version = "3.1.0" }
^
22: audio-processor-standalone = { path = "../../augmented/application/audio-processor-standalone" , version = "3.1.0", default-features = false }
|
Run unit-tests on rust crates ubuntu-20.04
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected key-value, found comma
35: audio-garbage-collector = { path = "../../../augmented/audio/audio-garbage-collector", version = "1.2.0" }
36: audio-processor-iced-storybook = { path = "../../../augmented/gui/audio-processor-iced-storybook" , version = "1.0.0" }
^
37: audio-processor-iced-design-system = { path = "../../../augmented/gui/audio-processor-iced-design-system", features = ["wgpu"], default-features = false , version = "1.0.0" }
|
Run unit-tests on rust crates ubuntu-20.04
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected key-value, found comma
41: atomic-queue = { path = "../../../augmented/data/atomic-queue" , version = "1.0.1" }
^
42: audio-garbage-collector = { path = "../../../augmented/audio/audio-garbage-collector" , version = "1.2.0" }
|
Run unit-tests on rust crates ubuntu-20.04
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected key-value, found comma
11: audio-processor-traits = { version = "4.1.0", path = "../../augmented/audio/audio-processor-traits" }
12: augmented-adsr-envelope = { path = "../../augmented/audio/adsr-envelope" , version = "0.5.0" }
^
13: augmented_oscillator = { version = "1.3.0", path = "../../augmented/audio/oscillator" }
|
Run unit-tests on rust crates ubuntu-20.04
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected key-value, found comma
24: audio-processor-traits = { version = "4.1.0", path = "../../audio/audio-processor-traits", features = ["vst"] }
25: audio-garbage-collector = { path = "../../audio/audio-garbage-collector" , version = "1.2.0" }
^
|
Run unit-tests on rust crates ubuntu-20.04
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected key-value, found comma
10: [dependencies]
11: augmented-atomics = { path = "../../data/atomics" , version = "0.2.0" }
^
12: num-traits = "0.2.14"
|
Run unit-tests on rust crates ubuntu-20.04
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected key-value, found comma
10: [dependencies]
11: atomic-queue = { path = "../../data/atomic-queue" , version = "1.0.1" }
^
12: circular-data-structures = { path = "../../data/circular-data-structures" }
|
Run unit-tests on rust crates ubuntu-20.04
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected key-value, found comma
16: [dev-dependencies]
17: audio-processor-testing-helpers = { path = "../../testing/audio-processor-testing-helpers" , version = "2.5.0" }
^
|