[INFO] fetching crate minimp4-sys 0.1.0... [INFO] checking minimp4-sys-0.1.0 against beta for pr-78714 [INFO] extracting crate minimp4-sys 0.1.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate minimp4-sys 0.1.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate minimp4-sys 0.1.0 [INFO] finished tweaking crates.io crate minimp4-sys 0.1.0 [INFO] tweaked toml for crates.io crate minimp4-sys 0.1.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 927958029c0bf3dee0a0bf4e1d5f3a6dc9a59b6f792687326425dd4ad6fa759b [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" "927958029c0bf3dee0a0bf4e1d5f3a6dc9a59b6f792687326425dd4ad6fa759b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "927958029c0bf3dee0a0bf4e1d5f3a6dc9a59b6f792687326425dd4ad6fa759b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "927958029c0bf3dee0a0bf4e1d5f3a6dc9a59b6f792687326425dd4ad6fa759b", kill_on_drop: false }` [INFO] [stdout] 927958029c0bf3dee0a0bf4e1d5f3a6dc9a59b6f792687326425dd4ad6fa759b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c8311ce81b87cd496184c0e0466e381f97fdf2762b880c93f881324a68e0fd5c [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" "c8311ce81b87cd496184c0e0466e381f97fdf2762b880c93f881324a68e0fd5c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling bindgen v0.52.0 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling minimp4-sys v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: In file included from minimp4.c:6: [INFO] [stderr] warning: minimp4.h: In function 'write_pending_data': [INFO] [stderr] warning: minimp4.h:1020:56: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 1020 | if (tr->pending_sample.bytes > 0 && tr->smpl.bytes >= sizeof(sample_t)) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: minimp4.h: In function 'add_sample_descriptor': [INFO] [stderr] warning: minimp4.h:1055:32: warning: operand of ?: changes signedness from 'int' to 'unsigned int' due to unsignedness of other operand [-Wsign-compare] [INFO] [stderr] warning: 1055 | smp.duration = (duration ? duration : tr->info.default_duration); [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stderr] warning: minimp4.h: In function 'mp4e_write_fragment_header': [INFO] [stderr] warning: minimp4.h:1076:7: warning: unused variable 'e' [-Wunused-variable] [INFO] [stderr] warning: 1076 | } e; [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: minimp4.h: In function 'MP4E_put_sample': [INFO] [stderr] warning: minimp4.h:1201:32: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] [INFO] [stderr] warning: 1201 | if (tr->smpl.bytes < sizeof(sample_t)) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: minimp4.h: In function 'mp4_h26x_write_init': [INFO] [stderr] warning: minimp4.h:2362:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [INFO] [stderr] warning: 2362 | tr.track_name = track_name; [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: minimp4.h: In function 'MP4D_open': [INFO] [stderr] warning: minimp4.h:3348:31: warning: comparison of integer expressions of different signedness: 'boxsize_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare] [INFO] [stderr] warning: 3348 | if (payload_bytes > file_size) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: minimp4.c: In function 'write_mp4': [INFO] [stderr] warning: minimp4.c:26:40: warning: passing argument 1 of 'get_nal_size' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] [INFO] [stderr] warning: 26 | size_t nal_size = get_nal_size(data, data_size); [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: minimp4.c:8:37: note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} [INFO] [stderr] warning: 8 | static size_t get_nal_size(uint8_t *buf, size_t size) [INFO] [stderr] warning: | ~~~~~~~~~^~~ [INFO] [stderr] warning: In file included from minimp4.c:6: [INFO] [stderr] warning: minimp4.h: In function 'mp4_h26x_write_nal': [INFO] [stderr] warning: minimp4.h:2510:25: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 2510 | h->need_idr = 0; [INFO] [stderr] warning: | ~~~~~~~~~~~~^~~ [INFO] [stderr] warning: minimp4.h:2512:9: note: here [INFO] [stderr] warning: 2512 | default: [INFO] [stderr] warning: | ^~~~~~~ [INFO] [stderr] warning: minimp4.h: In function 'minimp4_read': [INFO] [stderr] warning: minimp4.h:2613:11: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 2613 | v = (v << 8) | minimp4_fgets(mp4); [INFO] [stderr] warning: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: minimp4.h:2614:5: note: here [INFO] [stderr] warning: 2614 | case 3: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: minimp4.h:2615:11: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 2615 | v = (v << 8) | minimp4_fgets(mp4); [INFO] [stderr] warning: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: minimp4.h:2616:5: note: here [INFO] [stderr] warning: 2616 | case 2: [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: minimp4.h:2617:11: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 2617 | v = (v << 8) | minimp4_fgets(mp4); [INFO] [stderr] warning: | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: minimp4.h:2618:5: note: here [INFO] [stderr] warning: 2618 | default: [INFO] [stderr] warning: | ^~~~~~~ [INFO] [stderr] warning: At top level: [INFO] [stderr] warning: minimp4.h:934:29: warning: 'next_dsi' defined but not used [-Wunused-function] [INFO] [stderr] warning: 934 | static const unsigned char *next_dsi(const unsigned char *p, const unsigned char *end, int *bytes) [INFO] [stderr] warning: | ^~~~~~~~ [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> /opt/rustwide/target/debug/build/minimp4-sys-e7525f5172ee3b99/out/bindings.rs:3:45530 [INFO] [stdout] | [INFO] [stdout] 3 | ... __endptr : * mut * mut :: std :: os :: raw :: c_char) -> u128 ; } extern "C" { pub fn strtol (__nptr : * const :: std :: os :: raw ::... [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(improper_ctypes)]` on by default [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> /opt/rustwide/target/debug/build/minimp4-sys-e7525f5172ee3b99/out/bindings.rs:3:89137 [INFO] [stdout] | [INFO] [stdout] 3 | ...:: raw :: c_char ; } extern "C" { pub fn qecvt (__value : u128 , __ndigit : :: std :: os :: raw :: c_int , __decpt : * mut :: std :: o... [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> /opt/rustwide/target/debug/build/minimp4-sys-e7525f5172ee3b99/out/bindings.rs:3:89358 [INFO] [stdout] | [INFO] [stdout] 3 | ...:: raw :: c_char ; } extern "C" { pub fn qfcvt (__value : u128 , __ndigit : :: std :: os :: raw :: c_int , __decpt : * mut :: std :: o... [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> /opt/rustwide/target/debug/build/minimp4-sys-e7525f5172ee3b99/out/bindings.rs:3:89579 [INFO] [stdout] | [INFO] [stdout] 3 | ...:: raw :: c_char ; } extern "C" { pub fn qgcvt (__value : u128 , __ndigit : :: std :: os :: raw :: c_int , __buf : * mut :: std :: os ... [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> /opt/rustwide/target/debug/build/minimp4-sys-e7525f5172ee3b99/out/bindings.rs:3:90307 [INFO] [stdout] | [INFO] [stdout] 3 | ...: raw :: c_int ; } extern "C" { pub fn qecvt_r (__value : u128 , __ndigit : :: std :: os :: raw :: c_int , __decpt : * mut :: std :: o... [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> /opt/rustwide/target/debug/build/minimp4-sys-e7525f5172ee3b99/out/bindings.rs:3:90585 [INFO] [stdout] | [INFO] [stdout] 3 | ...: raw :: c_int ; } extern "C" { pub fn qfcvt_r (__value : u128 , __ndigit : :: std :: os :: raw :: c_int , __decpt : * mut :: std :: o... [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> /opt/rustwide/target/debug/build/minimp4-sys-e7525f5172ee3b99/out/bindings.rs:3:45530 [INFO] [stdout] | [INFO] [stdout] 3 | ... __endptr : * mut * mut :: std :: os :: raw :: c_char) -> u128 ; } extern "C" { pub fn strtol (__nptr : * const :: std :: os :: raw ::... [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(improper_ctypes)]` on by default [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> /opt/rustwide/target/debug/build/minimp4-sys-e7525f5172ee3b99/out/bindings.rs:3:89137 [INFO] [stdout] | [INFO] [stdout] 3 | ...:: raw :: c_char ; } extern "C" { pub fn qecvt (__value : u128 , __ndigit : :: std :: os :: raw :: c_int , __decpt : * mut :: std :: o... [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> /opt/rustwide/target/debug/build/minimp4-sys-e7525f5172ee3b99/out/bindings.rs:3:89358 [INFO] [stdout] | [INFO] [stdout] 3 | ...:: raw :: c_char ; } extern "C" { pub fn qfcvt (__value : u128 , __ndigit : :: std :: os :: raw :: c_int , __decpt : * mut :: std :: o... [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> /opt/rustwide/target/debug/build/minimp4-sys-e7525f5172ee3b99/out/bindings.rs:3:89579 [INFO] [stdout] | [INFO] [stdout] 3 | ...:: raw :: c_char ; } extern "C" { pub fn qgcvt (__value : u128 , __ndigit : :: std :: os :: raw :: c_int , __buf : * mut :: std :: os ... [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> /opt/rustwide/target/debug/build/minimp4-sys-e7525f5172ee3b99/out/bindings.rs:3:90307 [INFO] [stdout] | [INFO] [stdout] 3 | ...: raw :: c_int ; } extern "C" { pub fn qecvt_r (__value : u128 , __ndigit : :: std :: os :: raw :: c_int , __decpt : * mut :: std :: o... [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `u128`, which is not FFI-safe [INFO] [stdout] --> /opt/rustwide/target/debug/build/minimp4-sys-e7525f5172ee3b99/out/bindings.rs:3:90585 [INFO] [stdout] | [INFO] [stdout] 3 | ...: raw :: c_int ; } extern "C" { pub fn qfcvt_r (__value : u128 , __ndigit : :: std :: os :: raw :: c_int , __decpt : * mut :: std :: o... [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: 128-bit integers don't currently have a known stable ABI [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 33.20s [INFO] running `Command { std: "docker" "inspect" "c8311ce81b87cd496184c0e0466e381f97fdf2762b880c93f881324a68e0fd5c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8311ce81b87cd496184c0e0466e381f97fdf2762b880c93f881324a68e0fd5c", kill_on_drop: false }` [INFO] [stdout] c8311ce81b87cd496184c0e0466e381f97fdf2762b880c93f881324a68e0fd5c