[INFO] fetching crate swift-rs 1.0.7...
[INFO] testing swift-rs-1.0.7 against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739-1
[INFO] extracting crate swift-rs 1.0.7 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate swift-rs 1.0.7
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate swift-rs 1.0.7
[INFO] tweaked toml for crates.io crate swift-rs 1.0.7 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate swift-rs 1.0.7 on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 40 packages to latest compatible versions
[INFO] [stderr]       Adding base64 v0.21.7 (available: v0.22.1)
[INFO] [stderr]       Adding serial_test v0.10.0 (available: v3.4.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serial_test v0.10.0
[INFO] [stderr]   Downloaded serial_test_derive v0.10.0
[INFO] [stderr]   Downloaded dashmap v5.5.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c0522e6b351369a43722ed967a9c6bc2d0abe9adf640d3964d188ce0a49a95e7
[INFO] running `Command { std: "docker" "start" "-a" "c0522e6b351369a43722ed967a9c6bc2d0abe9adf640d3964d188ce0a49a95e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c0522e6b351369a43722ed967a9c6bc2d0abe9adf640d3964d188ce0a49a95e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c0522e6b351369a43722ed967a9c6bc2d0abe9adf640d3964d188ce0a49a95e7", kill_on_drop: false }`
[INFO] [stdout] c0522e6b351369a43722ed967a9c6bc2d0abe9adf640d3964d188ce0a49a95e7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e555f256580c1fae386f1b414257702ad802c366d380d1472776db32a94604db
[INFO] running `Command { std: "docker" "start" "-a" "e555f256580c1fae386f1b414257702ad802c366d380d1472776db32a94604db", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling swift-rs v1.0.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `autorelease::*`
[INFO] [stdout]   --> src-rs/lib.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub use autorelease::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src-rs/swift.rs:34:25
[INFO] [stdout]    |
[INFO] [stdout] 34 |     unsafe fn swift_ref(&self) -> SwiftRef<Self>
[INFO] [stdout]    |                         ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 |     unsafe fn swift_ref(&self) -> SwiftRef<'_, Self>
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.86s
[INFO] running `Command { std: "docker" "inspect" "e555f256580c1fae386f1b414257702ad802c366d380d1472776db32a94604db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e555f256580c1fae386f1b414257702ad802c366d380d1472776db32a94604db", kill_on_drop: false }`
[INFO] [stdout] e555f256580c1fae386f1b414257702ad802c366d380d1472776db32a94604db
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9ee6270bfbad35f14700599277fe5ddbbc1c4c7e2dd91d2390ab018a568fd318
[INFO] running `Command { std: "docker" "start" "-a" "9ee6270bfbad35f14700599277fe5ddbbc1c4c7e2dd91d2390ab018a568fd318", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling serial_test_derive v0.10.0
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling serial_test v0.10.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling swift-rs v1.0.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `autorelease::*`
[INFO] [stdout]   --> src-rs/lib.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub use autorelease::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `autorelease::*`
[INFO] [stdout]   --> src-rs/lib.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub use autorelease::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src-rs/swift.rs:34:25
[INFO] [stdout]    |
[INFO] [stdout] 34 |     unsafe fn swift_ref(&self) -> SwiftRef<Self>
[INFO] [stdout]    |                         ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 |     unsafe fn swift_ref(&self) -> SwiftRef<'_, Self>
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src-rs/swift.rs:34:25
[INFO] [stdout]    |
[INFO] [stdout] 34 |     unsafe fn swift_ref(&self) -> SwiftRef<Self>
[INFO] [stdout]    |                         ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 |     unsafe fn swift_ref(&self) -> SwiftRef<'_, Self>
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcdwFNHq/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libswift_rs-85ecff73e5c9fa08,libserial_test-c9a3fe9d642aa6c6,libparking_lot-68536ecf61e4811d,libfutures-7c2ab337ffabe540,libfutures_executor-b8235fc18a380853,libfutures_util-016df2d50318133e,libmemchr-d8218b780a78fe0a,libfutures_io-e1af3a1b997b1c01,libslab-f5fed19216a24be8,libfutures_channel-47d00215a7f3ba1a,libpin_project_lite-8ad468af17824a0b,libfutures_sink-8dbbd21ebd105b4d,libfutures_task-02cf0fb977266c2e,libfutures_core-15a43da7f3ca73c3,liblog-a4263a0971f08dad,liblazy_static-afffdbb119bd9ac1,libdashmap-5b4ba5ea8b66bd88,liblock_api-ff2db0b8acf8234a,libscopeguard-88d64e99d3001c2a,libonce_cell-210b47fe854405d5,libparking_lot_core-25085b3ce214a280,liblibc-4aef7f866e20fd95,libcfg_if-cad248e7066eec15,libsmallvec-04749cc7df691946,libhashbrown-bb1686f8f6fe3f08}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{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" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcdwFNHq/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/test_bindings-608a785babe314dc" "-Wl,--gc-sections" "-pie" "-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: undefined symbol: objc_autoreleasePoolPush
[INFO] [stdout]           >>> referenced by test_bindings.rs:99 (tests/test_bindings.rs:99)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/deps/test_bindings-608a785babe314dc.test_bindings.a8e41692213d0648-cgu.0.rcgu.o:(test_bindings::test_autoreleasepool::{closure#0}::{closure#2})
[INFO] [stdout]           >>> referenced by test_bindings.rs:99 (tests/test_bindings.rs:99)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/deps/test_bindings-608a785babe314dc.test_bindings.a8e41692213d0648-cgu.0.rcgu.o:(test_bindings::test_autoreleasepool::{closure#0}::{closure#1})
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: objc_autoreleasePoolPop
[INFO] [stdout]           >>> referenced by test_bindings.rs:99 (tests/test_bindings.rs:99)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/deps/test_bindings-608a785babe314dc.test_bindings.a8e41692213d0648-cgu.0.rcgu.o:(test_bindings::test_autoreleasepool::{closure#0}::{closure#2})
[INFO] [stdout]           >>> referenced by test_bindings.rs:99 (tests/test_bindings.rs:99)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/deps/test_bindings-608a785babe314dc.test_bindings.a8e41692213d0648-cgu.0.rcgu.o:(test_bindings::test_autoreleasepool::{closure#0}::{closure#1})
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: complex_data
[INFO] [stdout]           >>> referenced by swift.rs:93 (src-rs/swift.rs:93)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/deps/test_bindings-608a785babe314dc.test_bindings.a8e41692213d0648-cgu.0.rcgu.o:(test_bindings::complex_data)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: get_greeting
[INFO] [stdout]           >>> referenced by swift.rs:93 (src-rs/swift.rs:93)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/deps/test_bindings-608a785babe314dc.test_bindings.a8e41692213d0648-cgu.0.rcgu.o:(test_bindings::get_greeting)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: echo
[INFO] [stdout]           >>> referenced by swift.rs:93 (src-rs/swift.rs:93)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/deps/test_bindings-608a785babe314dc.test_bindings.a8e41692213d0648-cgu.0.rcgu.o:(test_bindings::echo)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: echo_data
[INFO] [stdout]           >>> referenced by swift.rs:93 (src-rs/swift.rs:93)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/deps/test_bindings-608a785babe314dc.test_bindings.a8e41692213d0648-cgu.0.rcgu.o:(test_bindings::echo_data)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: retain_object
[INFO] [stdout]           >>> referenced by swift.rs:93 (src-rs/swift.rs:93)
[INFO] [stdout]           >>>               swift_rs-85ecff73e5c9fa08.swift_rs.b091b2cfeb7ffbf-cgu.0.rcgu.o:(swift_rs::swift::retain_object) in archive /opt/rustwide/target/debug/deps/libswift_rs-85ecff73e5c9fa08.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: release_object
[INFO] [stdout]           >>> referenced by swift.rs:93 (src-rs/swift.rs:93)
[INFO] [stdout]           >>>               swift_rs-85ecff73e5c9fa08.swift_rs.b091b2cfeb7ffbf-cgu.0.rcgu.o:(swift_rs::swift::release_object) in archive /opt/rustwide/target/debug/deps/libswift_rs-85ecff73e5c9fa08.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: data_from_bytes
[INFO] [stdout]           >>> referenced by swift.rs:93 (src-rs/swift.rs:93)
[INFO] [stdout]           >>>               swift_rs-85ecff73e5c9fa08.swift_rs.b091b2cfeb7ffbf-cgu.0.rcgu.o:(swift_rs::swift::data_from_bytes) in archive /opt/rustwide/target/debug/deps/libswift_rs-85ecff73e5c9fa08.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: string_from_bytes
[INFO] [stdout]           >>> referenced by swift.rs:93 (src-rs/swift.rs:93)
[INFO] [stdout]           >>>               swift_rs-85ecff73e5c9fa08.swift_rs.b091b2cfeb7ffbf-cgu.0.rcgu.o:(swift_rs::swift::string_from_bytes) in archive /opt/rustwide/target/debug/deps/libswift_rs-85ecff73e5c9fa08.rlib
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `swift-rs` (test "test_bindings") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "9ee6270bfbad35f14700599277fe5ddbbc1c4c7e2dd91d2390ab018a568fd318", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9ee6270bfbad35f14700599277fe5ddbbc1c4c7e2dd91d2390ab018a568fd318", kill_on_drop: false }`
[INFO] [stdout] 9ee6270bfbad35f14700599277fe5ddbbc1c4c7e2dd91d2390ab018a568fd318
