[INFO] fetching crate ffmpeg-dev 0.3.8... [INFO] testing ffmpeg-dev-0.3.8 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate ffmpeg-dev 0.3.8 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate ffmpeg-dev 0.3.8 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 crates.io crate ffmpeg-dev 0.3.8 [INFO] finished tweaking crates.io crate ffmpeg-dev 0.3.8 [INFO] tweaked toml for crates.io crate ffmpeg-dev 0.3.8 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate ffmpeg-dev 0.3.8 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 35a18afedd3a51ecfaba0986dccaed78b9c8634acd911f6cc391a3cd453473c5 [INFO] running `"docker" "start" "-a" "35a18afedd3a51ecfaba0986dccaed78b9c8634acd911f6cc391a3cd453473c5"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling cc v1.0.48 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling termcolor v1.0.5 [INFO] [stderr] Compiling bindgen v0.51.1 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling which v3.1.0 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling filetime v0.2.8 [INFO] [stderr] Compiling num_cpus v1.11.1 [INFO] [stderr] Compiling flate2 v1.0.13 [INFO] [stderr] Compiling rustc-hash v1.0.1 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling tar v0.4.26 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling cexpr v0.3.6 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling ffmpeg-dev v0.3.8 (/opt/rustwide/workdir) [INFO] [stderr] warning: cbits/img_utils.c: In function 'mp4_packager': [INFO] [stderr] warning: cbits/img_utils.c:248: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] [INFO] [stderr] warning: 248 | #pragma clang diagnostic ignored "-Wdeprecated-declarations" [INFO] [stderr] warning: | [INFO] [stderr] warning: cbits/img_utils.c:249:14: warning: 'codec' is deprecated [-Wdeprecated-declarations] [INFO] [stderr] warning: 249 | enum AVCodecID codec_id = ifmt_ctx->streams[stream_index]->codec->codec_id; [INFO] [stderr] warning: | ^~~~~~~~~ [INFO] [stderr] warning: In file included from cbits/img_utils.c:26: [INFO] [stderr] warning: /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/FFmpeg-FFmpeg-2722fc2/libavformat/avformat.h:885:21: note: declared here [INFO] [stderr] warning: 885 | AVCodecContext *codec; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: cbits/img_utils.c: At top level: [INFO] [stderr] warning: cbits/img_utils.c:477: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] [INFO] [stderr] warning: 477 | #pragma clang diagnostic ignored "-Wunused-parameter" [INFO] [stderr] warning: | [INFO] [stderr] warning: cbits/img_utils.c: In function 'decode_packet': [INFO] [stderr] warning: cbits/img_utils.c:488: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] [INFO] [stderr] warning: 488 | #pragma clang diagnostic ignored "-Wdeprecated-declarations" [INFO] [stderr] warning: | [INFO] [stderr] warning: cbits/img_utils.c:489:9: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] [INFO] [stderr] warning: 489 | int res = avcodec_decode_video2( [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: In file included from /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/FFmpeg-FFmpeg-2722fc2/libavformat/avformat.h:317, [INFO] [stderr] warning: from cbits/img_utils.c:26: [INFO] [stderr] warning: /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/FFmpeg-FFmpeg-2722fc2/libavcodec/avcodec.h:4828:5: note: declared here [INFO] [stderr] warning: 4828 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: cbits/img_utils.c:482:9: warning: unused parameter 'cached' [-Wunused-parameter] [INFO] [stderr] warning: 482 | int cached, [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4m 15s [INFO] running `"docker" "inspect" "35a18afedd3a51ecfaba0986dccaed78b9c8634acd911f6cc391a3cd453473c5"` [INFO] running `"docker" "rm" "-f" "35a18afedd3a51ecfaba0986dccaed78b9c8634acd911f6cc391a3cd453473c5"` [INFO] [stdout] 35a18afedd3a51ecfaba0986dccaed78b9c8634acd911f6cc391a3cd453473c5 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7c89b62bd2f16609786f343c495a89004d7f6ba497b0574219b7976e056f6031 [INFO] running `"docker" "start" "-a" "7c89b62bd2f16609786f343c495a89004d7f6ba497b0574219b7976e056f6031"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: cbits/img_utils.c: In function 'mp4_packager': [INFO] [stderr] warning: cbits/img_utils.c:248: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] [INFO] [stderr] warning: 248 | #pragma clang diagnostic ignored "-Wdeprecated-declarations" [INFO] [stderr] warning: | [INFO] [stderr] warning: cbits/img_utils.c:249:14: warning: 'codec' is deprecated [-Wdeprecated-declarations] [INFO] [stderr] warning: 249 | enum AVCodecID codec_id = ifmt_ctx->streams[stream_index]->codec->codec_id; [INFO] [stderr] warning: | ^~~~~~~~~ [INFO] [stderr] warning: In file included from cbits/img_utils.c:26: [INFO] [stderr] warning: /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/FFmpeg-FFmpeg-2722fc2/libavformat/avformat.h:885:21: note: declared here [INFO] [stderr] warning: 885 | AVCodecContext *codec; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: cbits/img_utils.c: At top level: [INFO] [stderr] warning: cbits/img_utils.c:477: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] [INFO] [stderr] warning: 477 | #pragma clang diagnostic ignored "-Wunused-parameter" [INFO] [stderr] warning: | [INFO] [stderr] warning: cbits/img_utils.c: In function 'decode_packet': [INFO] [stderr] warning: cbits/img_utils.c:488: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] [INFO] [stderr] warning: 488 | #pragma clang diagnostic ignored "-Wdeprecated-declarations" [INFO] [stderr] warning: | [INFO] [stderr] warning: cbits/img_utils.c:489:9: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] [INFO] [stderr] warning: 489 | int res = avcodec_decode_video2( [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: In file included from /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/FFmpeg-FFmpeg-2722fc2/libavformat/avformat.h:317, [INFO] [stderr] warning: from cbits/img_utils.c:26: [INFO] [stderr] warning: /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/FFmpeg-FFmpeg-2722fc2/libavcodec/avcodec.h:4828:5: note: declared here [INFO] [stderr] warning: 4828 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: cbits/img_utils.c:482:9: warning: unused parameter 'cached' [-Wunused-parameter] [INFO] [stderr] warning: 482 | int cached, [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] Compiling ffmpeg-dev v0.3.8 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.60s [INFO] running `"docker" "inspect" "7c89b62bd2f16609786f343c495a89004d7f6ba497b0574219b7976e056f6031"` [INFO] running `"docker" "rm" "-f" "7c89b62bd2f16609786f343c495a89004d7f6ba497b0574219b7976e056f6031"` [INFO] [stdout] 7c89b62bd2f16609786f343c495a89004d7f6ba497b0574219b7976e056f6031 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "test" "--frozen"` [INFO] [stdout] 919e063743379b4aaf7ef14b8a78f47b43f1434e196ab18fe8b3444d1d6bb25a [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" "919e063743379b4aaf7ef14b8a78f47b43f1434e196ab18fe8b3444d1d6bb25a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: cbits/img_utils.c: In function 'mp4_packager': [INFO] [stderr] warning: cbits/img_utils.c:248: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] [INFO] [stderr] warning: 248 | #pragma clang diagnostic ignored "-Wdeprecated-declarations" [INFO] [stderr] warning: | [INFO] [stderr] warning: cbits/img_utils.c:249:14: warning: 'codec' is deprecated [-Wdeprecated-declarations] [INFO] [stderr] warning: 249 | enum AVCodecID codec_id = ifmt_ctx->streams[stream_index]->codec->codec_id; [INFO] [stderr] warning: | ^~~~~~~~~ [INFO] [stderr] warning: In file included from cbits/img_utils.c:26: [INFO] [stderr] warning: /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/FFmpeg-FFmpeg-2722fc2/libavformat/avformat.h:885:21: note: declared here [INFO] [stderr] warning: 885 | AVCodecContext *codec; [INFO] [stderr] warning: | ^~~~~ [INFO] [stderr] warning: cbits/img_utils.c: At top level: [INFO] [stderr] warning: cbits/img_utils.c:477: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] [INFO] [stderr] warning: 477 | #pragma clang diagnostic ignored "-Wunused-parameter" [INFO] [stderr] warning: | [INFO] [stderr] warning: cbits/img_utils.c: In function 'decode_packet': [INFO] [stderr] warning: cbits/img_utils.c:488: warning: ignoring #pragma clang diagnostic [-Wunknown-pragmas] [INFO] [stderr] warning: 488 | #pragma clang diagnostic ignored "-Wdeprecated-declarations" [INFO] [stderr] warning: | [INFO] [stderr] warning: cbits/img_utils.c:489:9: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] [INFO] [stderr] warning: 489 | int res = avcodec_decode_video2( [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: In file included from /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/FFmpeg-FFmpeg-2722fc2/libavformat/avformat.h:317, [INFO] [stderr] warning: from cbits/img_utils.c:26: [INFO] [stderr] warning: /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/FFmpeg-FFmpeg-2722fc2/libavcodec/avcodec.h:4828:5: note: declared here [INFO] [stderr] warning: 4828 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: cbits/img_utils.c:482:9: warning: unused parameter 'cached' [-Wunused-parameter] [INFO] [stderr] warning: 482 | int cached, [INFO] [stderr] warning: | ~~~~^~~~~~ [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.20s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/ffmpeg_dev-e9b80767c793492b [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 [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/ffmpeg_dev-918e61f7d5da3757 [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 [INFO] [stdout] [INFO] [stderr] Doc-tests ffmpeg-dev [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs - sys::avcodec_encode_audio2 (line 23) ... FAILED [INFO] [stdout] test /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs - sys::AVChromaLocation (line 11) ... FAILED [INFO] [stdout] test /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs - sys::ff_formats_unref (line 8) ... FAILED [INFO] [stdout] test /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs - sys::avcodec_send_frame (line 20) ... FAILED [INFO] [stdout] test /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs - sys::avcodec_encode_video2 (line 23) ... FAILED [INFO] [stdout] test /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs - sys::AVOptionType (line 87) ... FAILED [INFO] [stdout] test /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs - sys::av_parser_parse2 (line 29) ... FAILED [INFO] [stdout] test /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs - sys::AVCodecContext::hw_frames_ctx (line 13) ... FAILED [INFO] [stdout] test /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs - sys::AVCodecContext::hw_frames_ctx (line 24) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs - sys::avcodec_encode_audio2 (line 23) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `this` [INFO] [stdout] --> /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs:24:4 [INFO] [stdout] | [INFO] [stdout] 3 | If this function fails or produces no output, avpkt will be [INFO] [stdout] | ^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs - sys::AVChromaLocation (line 11) stdout ---- [INFO] [stdout] error: invalid suffix `st` for integer literal [INFO] [stdout] --> /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 3 | 1st 2nd 1st 2nd horizontal luma sample positions [INFO] [stdout] | ^^^ invalid suffix `st` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] error: expected one of `.`, `;`, `?`, `}`, or an operator, found `2nd` [INFO] [stdout] --> /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 3 | 1st 2nd 1st 2nd horizontal luma sample positions [INFO] [stdout] | ^^^ expected one of `.`, `;`, `?`, `}`, or an operator [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs - sys::ff_formats_unref (line 8) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `After` [INFO] [stdout] --> /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs:9:40 [INFO] [stdout] | [INFO] [stdout] 3 | Before After [INFO] [stdout] | ^^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs - sys::avcodec_send_frame (line 20) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `audio` [INFO] [stdout] --> /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 3 | For audio: [INFO] [stdout] | ^^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs - sys::avcodec_encode_video2 (line 23) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `this` [INFO] [stdout] --> /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs:24:4 [INFO] [stdout] | [INFO] [stdout] 3 | If this function fails or produces no output, avpkt will be [INFO] [stdout] | ^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs - sys::AVOptionType (line 87) stdout ---- [INFO] [stdout] error: expected expression, found `@` [INFO] [stdout] --> /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 3 | @code [INFO] [stdout] | ^ expected expression [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs - sys::av_parser_parse2 (line 29) stdout ---- [INFO] [stdout] error: expected `{`, found `decode_frame` [INFO] [stdout] --> /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs:31:7 [INFO] [stdout] | [INFO] [stdout] 3 | if(size) [INFO] [stdout] | -- this `if` expression has a condition, but no block [INFO] [stdout] 4 | decode_frame(data, size); [INFO] [stdout] | ^^^^^^^^^^^^------------- [INFO] [stdout] | | [INFO] [stdout] | expected `{` [INFO] [stdout] | help: try placing this code inside a block: `{ decode_frame(data, size); }` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs - sys::AVCodecContext::hw_frames_ctx (line 13) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `the` [INFO] [stdout] --> /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs:14:4 [INFO] [stdout] | [INFO] [stdout] 3 | If the default get_buffer2() is used with a hwaccel pixel [INFO] [stdout] | ^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs - sys::AVCodecContext::hw_frames_ctx (line 24) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `field` [INFO] [stdout] --> /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs:25:6 [INFO] [stdout] | [INFO] [stdout] 3 | This field should be set before avcodec_open2() is called. [INFO] [stdout] | ^^^^^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs - sys::AVChromaLocation (line 11) [INFO] [stdout] /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs - sys::AVCodecContext::hw_frames_ctx (line 13) [INFO] [stdout] /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs - sys::AVCodecContext::hw_frames_ctx (line 24) [INFO] [stdout] /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs - sys::AVOptionType (line 87) [INFO] [stdout] /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs - sys::av_parser_parse2 (line 29) [INFO] [stdout] /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs - sys::avcodec_encode_audio2 (line 23) [INFO] [stdout] /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs - sys::avcodec_encode_video2 (line 23) [INFO] [stdout] /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs - sys::avcodec_send_frame (line 20) [INFO] [stdout] /opt/rustwide/target/debug/build/ffmpeg-dev-d58150e7a4bba330/out/bindings_ffmpeg.rs - sys::ff_formats_unref (line 8) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `"docker" "inspect" "919e063743379b4aaf7ef14b8a78f47b43f1434e196ab18fe8b3444d1d6bb25a"` [INFO] running `"docker" "rm" "-f" "919e063743379b4aaf7ef14b8a78f47b43f1434e196ab18fe8b3444d1d6bb25a"` [INFO] [stdout] 919e063743379b4aaf7ef14b8a78f47b43f1434e196ab18fe8b3444d1d6bb25a