[INFO] fetching crate rustsynth-derive 0.5.0... [INFO] testing rustsynth-derive-0.5.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate rustsynth-derive 0.5.0 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate rustsynth-derive 0.5.0 [INFO] finished tweaking crates.io crate rustsynth-derive 0.5.0 [INFO] tweaked toml for crates.io crate rustsynth-derive 0.5.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate rustsynth-derive 0.5.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate rustsynth-derive 0.5.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rustsynth v0.5.0 [INFO] [stderr] Downloaded rustsynth-sys v0.5.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cd073e0107e49bbc4c9df45b1598a004f266667a6fa79096fa800bad66d47ab4 [INFO] running `Command { std: "docker" "start" "-a" "cd073e0107e49bbc4c9df45b1598a004f266667a6fa79096fa800bad66d47ab4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cd073e0107e49bbc4c9df45b1598a004f266667a6fa79096fa800bad66d47ab4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd073e0107e49bbc4c9df45b1598a004f266667a6fa79096fa800bad66d47ab4", kill_on_drop: false }` [INFO] [stdout] cd073e0107e49bbc4c9df45b1598a004f266667a6fa79096fa800bad66d47ab4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e260ad9ec98c3d786ac2a603a389e6b818317c96d42a7d0c074307d7bd5ec234 [INFO] running `Command { std: "docker" "start" "-a" "e260ad9ec98c3d786ac2a603a389e6b818317c96d42a7d0c074307d7bd5ec234", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.97 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling memchr v2.6.2 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling regex-syntax v0.7.5 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libloading v0.7.4 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling bindgen v0.63.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling shlex v1.1.0 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling clang-sys v1.6.1 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling thiserror v1.0.47 [INFO] [stderr] Compiling which v4.4.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.105 [INFO] [stderr] Compiling regex-automata v0.3.7 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling regex v1.9.4 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling thiserror-impl v1.0.47 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling rustsynth-sys v0.5.0 [INFO] [stderr] Compiling rustsynth v0.5.0 [INFO] [stderr] Compiling rustsynth-derive v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--version-script=/tmp/rustcZbVeEj/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcZbVeEj/symbols.o" "<3 object files omitted>" "/tmp/rustcZbVeEj/rmeta.o" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsyn-bc0ee5b93de6e403,librustsynth-ea35998dec9ba231,libfutures-065f5494d3ecbcf6,libfutures_executor-58f30be21754f3c8,libfutures_util-26512c76f5092b3e,libmemchr-660bac7049c8a252,libfutures_io-16b39c7ceed13bd6,libslab-2e3f802d50fcf1ad,libfutures_channel-9878eca480503049,libpin_project_lite-2ecca6b667797f49,libfutures_sink-91b5e0139b339377,libfutures_task-3c3f30b429261b4e,libpin_utils-98755945da2574f7,libfutures_core-6ac3a9f50a80a191,libthiserror-e0093865ce3cc3b7,libbitflags-1969f6684f376d5e,librustsynth_sys-1113ad5b09719e8b,libquote-3f21950f180a3ed1,libproc_macro2-3a3de8b7879a66fb,libunicode_ident-35fb19b3987835f7}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,librustc_literal_escaper-*,librustc_std_workspace_std-*,libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lvapoursynth" "-lvapoursynth-script" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcZbVeEj/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/librustsynth_derive-aebf5b5f26c2a069.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: error: unable to find library -lvapoursynth [INFO] [stdout] rust-lld: error: unable to find library -lvapoursynth-script [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rustsynth-derive` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "e260ad9ec98c3d786ac2a603a389e6b818317c96d42a7d0c074307d7bd5ec234", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e260ad9ec98c3d786ac2a603a389e6b818317c96d42a7d0c074307d7bd5ec234", kill_on_drop: false }` [INFO] [stdout] e260ad9ec98c3d786ac2a603a389e6b818317c96d42a7d0c074307d7bd5ec234