[INFO] fetching crate librespot-tremor 0.2.0... [INFO] testing librespot-tremor-0.2.0 against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] extracting crate librespot-tremor 0.2.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate librespot-tremor 0.2.0 on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate librespot-tremor 0.2.0 [INFO] finished tweaking crates.io crate librespot-tremor 0.2.0 [INFO] tweaked toml for crates.io crate librespot-tremor 0.2.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ogg-sys v0.0.9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8d8850528072987cab394cd04c04d67fd1baa2076c30b4e301c6e29c5ff73cdc [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8d8850528072987cab394cd04c04d67fd1baa2076c30b4e301c6e29c5ff73cdc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8d8850528072987cab394cd04c04d67fd1baa2076c30b4e301c6e29c5ff73cdc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d8850528072987cab394cd04c04d67fd1baa2076c30b4e301c6e29c5ff73cdc", kill_on_drop: false }` [INFO] [stdout] 8d8850528072987cab394cd04c04d67fd1baa2076c30b4e301c6e29c5ff73cdc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9d826698ccc8ebedae896fa3f8c54e428e5b9584c2c968087974dd999a7d5014 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9d826698ccc8ebedae896fa3f8c54e428e5b9584c2c968087974dd999a7d5014", kill_on_drop: false }` [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling libc v0.2.95 [INFO] [stderr] Compiling cc v1.0.68 [INFO] [stderr] Compiling ogg-sys v0.0.9 [INFO] [stderr] Compiling librespot-tremor v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: tremor/floor1.c: In function 'floor1_look': [INFO] [stderr] warning: tremor/floor1.c:139:57: warning: unused parameter 'vd' [-Wunused-parameter] [INFO] [stderr] warning: 139 | static vorbis_look_floor *floor1_look(vorbis_dsp_state *vd,vorbis_info_mode *mi, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: tremor/floor1.c:139:78: warning: unused parameter 'mi' [-Wunused-parameter] [INFO] [stderr] warning: 139 | static vorbis_look_floor *floor1_look(vorbis_dsp_state *vd,vorbis_info_mode *mi, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: tremor/floor0.c: In function 'vorbis_lsp_to_curve': [INFO] [stderr] warning: tremor/floor0.c:136:64: warning: unused parameter 'ln' [-Wunused-parameter] [INFO] [stderr] warning: 136 | void vorbis_lsp_to_curve(ogg_int32_t *curve,int *map,int n,int ln, [INFO] [stderr] warning: | ~~~~^~ [INFO] [stderr] warning: tremor/floor0.c: In function 'floor0_inverse2': [INFO] [stderr] warning: tremor/floor0.c:415:42: warning: unused parameter 'vb' [-Wunused-parameter] [INFO] [stderr] warning: 415 | static int floor0_inverse2(vorbis_block *vb,vorbis_look_floor *i, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: tremor/vorbisfile.c: In function '_get_prev_page_serial': [INFO] [stderr] warning: tremor/vorbisfile.c:249:39: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: 249 | if((ogg_uint32_t)ret_serialno == *serialno){ [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: tremor/vorbisfile.c: In function '_fetch_and_process_packet': [INFO] [stderr] warning: tremor/vorbisfile.c:777:34: warning: comparison of integer expressions of different signedness: 'ogg_uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] [INFO] [stderr] warning: 777 | if(vf->current_serialno!=ogg_page_serialno(&og)){ [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: tremor/vorbisfile.c: In function 'ov_raw_seek': [INFO] [stderr] warning: tremor/vorbisfile.c:1301:32: warning: comparison of integer expressions of different signedness: 'ogg_uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] [INFO] [stderr] warning: 1301 | if(vf->current_serialno!=ogg_page_serialno(&og)){ [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: tremor/vorbisfile.c: In function 'ov_pcm_seek_page': [INFO] [stderr] warning: tremor/vorbisfile.c:1486:36: warning: comparison of integer expressions of different signedness: 'int' and 'ogg_uint32_t' {aka 'unsigned int'} [-Wsign-compare] [INFO] [stderr] warning: 1486 | if(ogg_page_serialno(&og)!=vf->serialnos[link]) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: tremor/vorbisfile.c:1547:32: warning: comparison of integer expressions of different signedness: 'int' and 'ogg_uint32_t' {aka 'unsigned int'} [-Wsign-compare] [INFO] [stderr] warning: 1547 | ogg_page_serialno(&og)==vf->serialnos[link]){ [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: tremor/vorbisfile.c:1619:38: warning: comparison of integer expressions of different signedness: 'int' and 'ogg_uint32_t' {aka 'unsigned int'} [-Wsign-compare] [INFO] [stderr] warning: 1619 | if(ogg_page_serialno(&og)==vf->current_serialno && [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: tremor/codebook.c: In function 'vorbis_book_decodev_set': [INFO] [stderr] warning: tremor/codebook.c:339:11: warning: unused variable 'j' [-Wunused-variable] [INFO] [stderr] warning: 339 | int i,j; [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: tremor/sharedbook.c: In function '_book_unquantize': [INFO] [stderr] warning: tremor/sharedbook.c:228:6: warning: absolute value function 'abs' given an argument of type 'long int' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] [INFO] [stderr] warning: 228 | abs(b->quantlist[index]),&point); [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: tremor/sharedbook.c:262:6: warning: absolute value function 'abs' given an argument of type 'long int' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] [INFO] [stderr] warning: 262 | abs(b->quantlist[j*b->dim+k]),&point); [INFO] [stderr] warning: | ^~~ [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.53s [INFO] running `Command { std: "docker" "inspect" "9d826698ccc8ebedae896fa3f8c54e428e5b9584c2c968087974dd999a7d5014", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d826698ccc8ebedae896fa3f8c54e428e5b9584c2c968087974dd999a7d5014", kill_on_drop: false }` [INFO] [stdout] 9d826698ccc8ebedae896fa3f8c54e428e5b9584c2c968087974dd999a7d5014 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7efcf679dff504e060fcc46c813496511457e864e0c5783a65675cbfdbc66e16 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7efcf679dff504e060fcc46c813496511457e864e0c5783a65675cbfdbc66e16", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: tremor/floor1.c: In function 'floor1_look': [INFO] [stderr] warning: tremor/floor1.c:139:57: warning: unused parameter 'vd' [-Wunused-parameter] [INFO] [stderr] warning: 139 | static vorbis_look_floor *floor1_look(vorbis_dsp_state *vd,vorbis_info_mode *mi, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: tremor/floor1.c:139:78: warning: unused parameter 'mi' [-Wunused-parameter] [INFO] [stderr] warning: 139 | static vorbis_look_floor *floor1_look(vorbis_dsp_state *vd,vorbis_info_mode *mi, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: tremor/floor0.c: In function 'vorbis_lsp_to_curve': [INFO] [stderr] warning: tremor/floor0.c:136:64: warning: unused parameter 'ln' [-Wunused-parameter] [INFO] [stderr] warning: 136 | void vorbis_lsp_to_curve(ogg_int32_t *curve,int *map,int n,int ln, [INFO] [stderr] warning: | ~~~~^~ [INFO] [stderr] warning: tremor/floor0.c: In function 'floor0_inverse2': [INFO] [stderr] warning: tremor/floor0.c:415:42: warning: unused parameter 'vb' [-Wunused-parameter] [INFO] [stderr] warning: 415 | static int floor0_inverse2(vorbis_block *vb,vorbis_look_floor *i, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: tremor/vorbisfile.c: In function '_get_prev_page_serial': [INFO] [stderr] warning: tremor/vorbisfile.c:249:39: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: 249 | if((ogg_uint32_t)ret_serialno == *serialno){ [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: tremor/vorbisfile.c: In function '_fetch_and_process_packet': [INFO] [stderr] warning: tremor/vorbisfile.c:777:34: warning: comparison of integer expressions of different signedness: 'ogg_uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] [INFO] [stderr] warning: 777 | if(vf->current_serialno!=ogg_page_serialno(&og)){ [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: tremor/vorbisfile.c: In function 'ov_raw_seek': [INFO] [stderr] warning: tremor/vorbisfile.c:1301:32: warning: comparison of integer expressions of different signedness: 'ogg_uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] [INFO] [stderr] warning: 1301 | if(vf->current_serialno!=ogg_page_serialno(&og)){ [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: tremor/vorbisfile.c: In function 'ov_pcm_seek_page': [INFO] [stderr] warning: tremor/vorbisfile.c:1486:36: warning: comparison of integer expressions of different signedness: 'int' and 'ogg_uint32_t' {aka 'unsigned int'} [-Wsign-compare] [INFO] [stderr] warning: 1486 | if(ogg_page_serialno(&og)!=vf->serialnos[link]) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: tremor/vorbisfile.c:1547:32: warning: comparison of integer expressions of different signedness: 'int' and 'ogg_uint32_t' {aka 'unsigned int'} [-Wsign-compare] [INFO] [stderr] warning: 1547 | ogg_page_serialno(&og)==vf->serialnos[link]){ [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: tremor/vorbisfile.c:1619:38: warning: comparison of integer expressions of different signedness: 'int' and 'ogg_uint32_t' {aka 'unsigned int'} [-Wsign-compare] [INFO] [stderr] warning: 1619 | if(ogg_page_serialno(&og)==vf->current_serialno && [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: tremor/codebook.c: In function 'vorbis_book_decodev_set': [INFO] [stderr] warning: tremor/codebook.c:339:11: warning: unused variable 'j' [-Wunused-variable] [INFO] [stderr] warning: 339 | int i,j; [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: tremor/sharedbook.c: In function '_book_unquantize': [INFO] [stderr] warning: tremor/sharedbook.c:228:6: warning: absolute value function 'abs' given an argument of type 'long int' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] [INFO] [stderr] warning: 228 | abs(b->quantlist[index]),&point); [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: tremor/sharedbook.c:262:6: warning: absolute value function 'abs' given an argument of type 'long int' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] [INFO] [stderr] warning: 262 | abs(b->quantlist[j*b->dim+k]),&point); [INFO] [stderr] warning: | ^~~ [INFO] [stderr] Compiling librespot-tremor v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.91s [INFO] running `Command { std: "docker" "inspect" "7efcf679dff504e060fcc46c813496511457e864e0c5783a65675cbfdbc66e16", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7efcf679dff504e060fcc46c813496511457e864e0c5783a65675cbfdbc66e16", kill_on_drop: false }` [INFO] [stdout] 7efcf679dff504e060fcc46c813496511457e864e0c5783a65675cbfdbc66e16 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 95871a744031f44c07b1b27cf08f9c2e7f3b254ec68ac9cfc88ed5c28e03c5e3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "95871a744031f44c07b1b27cf08f9c2e7f3b254ec68ac9cfc88ed5c28e03c5e3", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: tremor/floor1.c: In function 'floor1_look': [INFO] [stdout] running 0 tests [INFO] [stderr] warning: tremor/floor1.c:139:57: warning: unused parameter 'vd' [-Wunused-parameter] [INFO] [stdout] [INFO] [stderr] warning: 139 | static vorbis_look_floor *floor1_look(vorbis_dsp_state *vd,vorbis_info_mode *mi, [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~^~ [INFO] [stdout] [INFO] [stderr] warning: tremor/floor1.c:139:78: warning: unused parameter 'mi' [-Wunused-parameter] [INFO] [stderr] warning: 139 | static vorbis_look_floor *floor1_look(vorbis_dsp_state *vd,vorbis_info_mode *mi, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: tremor/floor0.c: In function 'vorbis_lsp_to_curve': [INFO] [stderr] warning: tremor/floor0.c:136:64: warning: unused parameter 'ln' [-Wunused-parameter] [INFO] [stderr] warning: 136 | void vorbis_lsp_to_curve(ogg_int32_t *curve,int *map,int n,int ln, [INFO] [stderr] warning: | ~~~~^~ [INFO] [stderr] warning: tremor/floor0.c: In function 'floor0_inverse2': [INFO] [stderr] warning: tremor/floor0.c:415:42: warning: unused parameter 'vb' [-Wunused-parameter] [INFO] [stderr] warning: 415 | static int floor0_inverse2(vorbis_block *vb,vorbis_look_floor *i, [INFO] [stderr] warning: | ~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: tremor/vorbisfile.c: In function '_get_prev_page_serial': [INFO] [stderr] warning: tremor/vorbisfile.c:249:39: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] [INFO] [stderr] warning: 249 | if((ogg_uint32_t)ret_serialno == *serialno){ [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: tremor/vorbisfile.c: In function '_fetch_and_process_packet': [INFO] [stderr] warning: tremor/vorbisfile.c:777:34: warning: comparison of integer expressions of different signedness: 'ogg_uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] [INFO] [stderr] warning: 777 | if(vf->current_serialno!=ogg_page_serialno(&og)){ [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: tremor/vorbisfile.c: In function 'ov_raw_seek': [INFO] [stderr] warning: tremor/vorbisfile.c:1301:32: warning: comparison of integer expressions of different signedness: 'ogg_uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] [INFO] [stderr] warning: 1301 | if(vf->current_serialno!=ogg_page_serialno(&og)){ [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: tremor/vorbisfile.c: In function 'ov_pcm_seek_page': [INFO] [stderr] warning: tremor/vorbisfile.c:1486:36: warning: comparison of integer expressions of different signedness: 'int' and 'ogg_uint32_t' {aka 'unsigned int'} [-Wsign-compare] [INFO] [stderr] warning: 1486 | if(ogg_page_serialno(&og)!=vf->serialnos[link]) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: tremor/vorbisfile.c:1547:32: warning: comparison of integer expressions of different signedness: 'int' and 'ogg_uint32_t' {aka 'unsigned int'} [-Wsign-compare] [INFO] [stderr] warning: 1547 | ogg_page_serialno(&og)==vf->serialnos[link]){ [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: tremor/vorbisfile.c:1619:38: warning: comparison of integer expressions of different signedness: 'int' and 'ogg_uint32_t' {aka 'unsigned int'} [-Wsign-compare] [INFO] [stderr] warning: 1619 | if(ogg_page_serialno(&og)==vf->current_serialno && [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: tremor/codebook.c: In function 'vorbis_book_decodev_set': [INFO] [stderr] warning: tremor/codebook.c:339:11: warning: unused variable 'j' [-Wunused-variable] [INFO] [stderr] warning: 339 | int i,j; [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: tremor/sharedbook.c: In function '_book_unquantize': [INFO] [stderr] warning: tremor/sharedbook.c:228:6: warning: absolute value function 'abs' given an argument of type 'long int' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] [INFO] [stderr] warning: 228 | abs(b->quantlist[index]),&point); [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: tremor/sharedbook.c:262:6: warning: absolute value function 'abs' given an argument of type 'long int' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] [INFO] [stderr] warning: 262 | abs(b->quantlist[j*b->dim+k]),&point); [INFO] [stderr] warning: | ^~~ [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/librespot_tremor-96425b92e039c03f) [INFO] [stderr] Doc-tests librespot-tremor [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "95871a744031f44c07b1b27cf08f9c2e7f3b254ec68ac9cfc88ed5c28e03c5e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "95871a744031f44c07b1b27cf08f9c2e7f3b254ec68ac9cfc88ed5c28e03c5e3", kill_on_drop: false }` [INFO] [stdout] 95871a744031f44c07b1b27cf08f9c2e7f3b254ec68ac9cfc88ed5c28e03c5e3