[INFO] fetching crate owned-pin 1.3.3...
[INFO] testing owned-pin-1.3.3 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate owned-pin 1.3.3 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate owned-pin 1.3.3 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate owned-pin 1.3.3
[INFO] finished tweaking crates.io crate owned-pin 1.3.3
[INFO] tweaked toml for crates.io crate owned-pin 1.3.3 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 9 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pinned-init-macro v0.0.5
[INFO] [stderr]   Downloaded owned-pin-macros v0.2.0
[INFO] [stderr]   Downloaded pinned-init v0.0.7
[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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 83c5f6fa8961066108087e56dfbcf4dd03b019c74cf2d0fbcbccb77e5541a209
[INFO] running `Command { std: "docker" "start" "-a" "83c5f6fa8961066108087e56dfbcf4dd03b019c74cf2d0fbcbccb77e5541a209", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "83c5f6fa8961066108087e56dfbcf4dd03b019c74cf2d0fbcbccb77e5541a209", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "83c5f6fa8961066108087e56dfbcf4dd03b019c74cf2d0fbcbccb77e5541a209", kill_on_drop: false }`
[INFO] [stdout] 83c5f6fa8961066108087e56dfbcf4dd03b019c74cf2d0fbcbccb77e5541a209
[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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b55abc0522eba4737436b554e3e077604e367fc42e4edbaa366c9dc9566e11f5
[INFO] running `Command { std: "docker" "start" "-a" "b55abc0522eba4737436b554e3e077604e367fc42e4edbaa366c9dc9566e11f5", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]    Compiling pinned-init-macro v0.0.5
[INFO] [stderr]    Compiling pinned-init v0.0.7
[INFO] [stderr]    Compiling owned-pin-macros v0.2.0
[INFO] [stderr]    Compiling owned-pin v1.3.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]    --> src/sync.rs:753:9
[INFO] [stdout]     |
[INFO] [stdout] 753 |         Self::as_ptr(a) == Self::as_ptr(b)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default
[INFO] [stdout] help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses
[INFO] [stdout]     |
[INFO] [stdout] 753 |         std::ptr::addr_eq(Self::as_ptr(a), Self::as_ptr(b))
[INFO] [stdout]     |         ++++++++++++++++++               ~                +
[INFO] [stdout] help: use explicit `std::ptr::eq` method to compare metadata and addresses
[INFO] [stdout]     |
[INFO] [stdout] 753 |         std::ptr::eq(Self::as_ptr(a), Self::as_ptr(b))
[INFO] [stdout]     |         +++++++++++++               ~                +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s
[INFO] running `Command { std: "docker" "inspect" "b55abc0522eba4737436b554e3e077604e367fc42e4edbaa366c9dc9566e11f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b55abc0522eba4737436b554e3e077604e367fc42e4edbaa366c9dc9566e11f5", kill_on_drop: false }`
[INFO] [stdout] b55abc0522eba4737436b554e3e077604e367fc42e4edbaa366c9dc9566e11f5
[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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 65a932596f9e373a315dbd6828adf933ba987120aa5c9f143f64175bcb3d286b
[INFO] running `Command { std: "docker" "start" "-a" "65a932596f9e373a315dbd6828adf933ba987120aa5c9f143f64175bcb3d286b", kill_on_drop: false }`
[INFO] [stderr]    Compiling owned-pin v1.3.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]    --> src/sync.rs:753:9
[INFO] [stdout]     |
[INFO] [stdout] 753 |         Self::as_ptr(a) == Self::as_ptr(b)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default
[INFO] [stdout] help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses
[INFO] [stdout]     |
[INFO] [stdout] 753 |         std::ptr::addr_eq(Self::as_ptr(a), Self::as_ptr(b))
[INFO] [stdout]     |         ++++++++++++++++++               ~                +
[INFO] [stdout] help: use explicit `std::ptr::eq` method to compare metadata and addresses
[INFO] [stdout]     |
[INFO] [stdout] 753 |         std::ptr::eq(Self::as_ptr(a), Self::as_ptr(b))
[INFO] [stdout]     |         +++++++++++++               ~                +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]    --> src/sync.rs:753:9
[INFO] [stdout]     |
[INFO] [stdout] 753 |         Self::as_ptr(a) == Self::as_ptr(b)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default
[INFO] [stdout] help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses
[INFO] [stdout]     |
[INFO] [stdout] 753 |         std::ptr::addr_eq(Self::as_ptr(a), Self::as_ptr(b))
[INFO] [stdout]     |         ++++++++++++++++++               ~                +
[INFO] [stdout] help: use explicit `std::ptr::eq` method to compare metadata and addresses
[INFO] [stdout]     |
[INFO] [stdout] 753 |         std::ptr::eq(Self::as_ptr(a), Self::as_ptr(b))
[INFO] [stdout]     |         +++++++++++++               ~                +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] running `Command { std: "docker" "inspect" "65a932596f9e373a315dbd6828adf933ba987120aa5c9f143f64175bcb3d286b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "65a932596f9e373a315dbd6828adf933ba987120aa5c9f143f64175bcb3d286b", kill_on_drop: false }`
[INFO] [stdout] 65a932596f9e373a315dbd6828adf933ba987120aa5c9f143f64175bcb3d286b
[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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d8ed437547eeb05bf02783bf9daa99e3592b87a1921e6599e384fd2f522381b6
[INFO] running `Command { std: "docker" "start" "-a" "d8ed437547eeb05bf02783bf9daa99e3592b87a1921e6599e384fd2f522381b6", kill_on_drop: false }`
[INFO] [stderr] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stderr]    --> src/sync.rs:753:9
[INFO] [stderr]     |
[INFO] [stderr] 753 |         Self::as_ptr(a) == Self::as_ptr(b)
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default
[INFO] [stderr] help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses
[INFO] [stderr]     |
[INFO] [stderr] 753 |         std::ptr::addr_eq(Self::as_ptr(a), Self::as_ptr(b))
[INFO] [stderr]     |         ++++++++++++++++++               ~                +
[INFO] [stderr] help: use explicit `std::ptr::eq` method to compare metadata and addresses
[INFO] [stderr]     |
[INFO] [stderr] 753 |         std::ptr::eq(Self::as_ptr(a), Self::as_ptr(b))
[INFO] [stderr]     |         +++++++++++++               ~                +
[INFO] [stderr] 
[INFO] [stderr] warning: `owned-pin` (lib) generated 1 warning
[INFO] [stderr] warning: `owned-pin` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/owned_pin-8f178b9ece4185e7)
[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] [stderr]    Doc-tests owned_pin
[INFO] [stdout] 
[INFO] [stdout] running 24 tests
[INFO] [stdout] test src/lib.rs - (line 8) - compile ... ok
[INFO] [stdout] test src/sync.rs - sync::RefCounted (line 120) ... ignored
[INFO] [stdout] test src/lib.rs - (line 54) ... FAILED
[INFO] [stdout] test src/pointer.rs - pointer::opin (line 598) ... FAILED
[INFO] [stdout] test src/pointer.rs - pointer::opin_init (line 640) ... FAILED
[INFO] [stdout] test src/pointer.rs - pointer::try_opin_init (line 670) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 33) - compile fail ... ok
[INFO] [stdout] test src/pointer.rs - pointer::init_on_stack (line 140) ... FAILED
[INFO] [stdout] test src/pointer.rs - pointer::try_init_on_stack (line 174) ... FAILED
[INFO] [stdout] test src/sync.rs - sync::apin_init (line 566) ... FAILED
[INFO] [stdout] test src/sync.rs - sync::Arsc (line 197) ... FAILED
[INFO] [stdout] test src/sync.rs - sync::arsc_init_on_stack (line 500) ... FAILED
[INFO] [stdout] test src/sync.rs - sync::try_apin_init (line 534) ... FAILED
[INFO] [stdout] test src/sync.rs - sync::apin (line 334) ... FAILED
[INFO] [stdout] test src/sync.rs - sync::arsc_try_init_on_stack (line 466) ... FAILED
[INFO] [stdout] test src/sync.rs - sync::RefCounted (line 88) ... ok
[INFO] [stdout] test src/sync.rs - sync::ArscExt::arsc (line 375) ... ok
[INFO] [stdout] test src/sync.rs - sync::ArscExt::apin (line 406) ... ok
[INFO] [stdout] test src/pointer.rs - pointer::on_stack (line 91) ... ok
[INFO] [stdout] test src/sync.rs - sync::Arsc (line 172) ... ok
[INFO] [stdout] test src/sync.rs - sync::Arsc<P>::ptr_eq (line 730) ... ok
[INFO] [stdout] test src/pointer.rs - pointer::on_stack (line 82) ... ok
[INFO] [stdout] test src/pointer.rs - pointer::uninit_on_stack (line 121) ... ok
[INFO] [stdout] test src/sync.rs - sync::arsc_on_stack (line 296) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 54) stdout ----
[INFO] [stdout] error[E0560]: struct `Pin<OnStack<'_, String>>` has no field named `pointer`
[INFO] [stdout]   --> src/lib.rs:64:23
[INFO] [stdout]    |
[INFO] [stdout] 13 | take_the_ownership_of(opin!(String::from("Hello")));
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Pin<_>` does not have this field
[INFO] [stdout]    |
[INFO] [stdout]    = note: all struct fields are already assigned
[INFO] [stdout]    = note: this error originates in the macro `opin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0560`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/pointer.rs - pointer::opin (line 598) stdout ----
[INFO] [stdout] error[E0560]: struct `Pin<_>` has no field named `pointer`
[INFO] [stdout]  --> src/pointer.rs:603:14
[INFO] [stdout]   |
[INFO] [stdout] 8 | let pinned = opin!(String::from("Hello!"));
[INFO] [stdout]   |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Pin<_>` does not have this field
[INFO] [stdout]   |
[INFO] [stdout]   = note: all struct fields are already assigned
[INFO] [stdout]   = note: this error originates in the macro `opin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0560`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/pointer.rs - pointer::opin_init (line 640) stdout ----
[INFO] [stdout] error[E0560]: struct `Pin<_>` has no field named `pointer`
[INFO] [stdout]   --> src/pointer.rs:650:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | opin_init!(let a = A { x: 64 });
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Pin<_>` does not have this field
[INFO] [stdout]    |
[INFO] [stdout]    = note: all struct fields are already assigned
[INFO] [stdout]    = note: this error originates in the macro `$crate::opin` which comes from the expansion of the macro `opin_init` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0560`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/pointer.rs - pointer::try_opin_init (line 670) stdout ----
[INFO] [stdout] error[E0560]: struct `Pin<_>` has no field named `pointer`
[INFO] [stdout]   --> src/pointer.rs:680:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | try_opin_init!(let a = A { x: 64 });
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Pin<_>` does not have this field
[INFO] [stdout]    |
[INFO] [stdout]    = note: all struct fields are already assigned
[INFO] [stdout]    = note: this error originates in the macro `$crate::opin` which comes from the expansion of the macro `try_opin_init` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0560`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/pointer.rs - pointer::init_on_stack (line 140) stdout ----
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> src/pointer.rs:152:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / init_on_stack!(let x = X {
[INFO] [stdout] 16 | |     a <- [0; 100]
[INFO] [stdout] 17 | | });
[INFO] [stdout]    | |__^ cannot infer type
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::__init_internal` which comes from the expansion of the macro `init_on_stack` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0282`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/pointer.rs - pointer::try_init_on_stack (line 174) stdout ----
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> src/pointer.rs:186:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / try_init_on_stack!(let x = X {
[INFO] [stdout] 16 | |     a <- [0; 100]
[INFO] [stdout] 17 | | });
[INFO] [stdout]    | |__^ cannot infer type
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::__init_internal` which comes from the expansion of the macro `try_init_on_stack` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0282`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/sync.rs - sync::apin_init (line 566) stdout ----
[INFO] [stdout] error[E0560]: struct `Pin<_>` has no field named `pointer`
[INFO] [stdout]   --> src/sync.rs:579:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | apin_init!(let a = A { x: 64, rc: RefCount::new() });
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Pin<_>` does not have this field
[INFO] [stdout]    |
[INFO] [stdout]    = note: all struct fields are already assigned
[INFO] [stdout]    = note: this error originates in the macro `$crate::opin` which comes from the expansion of the macro `apin_init` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `Pin<_>` has no field named `pointer`
[INFO] [stdout]   --> src/sync.rs:579:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | apin_init!(let a = A { x: 64, rc: RefCount::new() });
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Pin<_>` does not have this field
[INFO] [stdout]    |
[INFO] [stdout]    = note: all struct fields are already assigned
[INFO] [stdout]    = note: this error originates in the macro `apin_init` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `pointer` on type `Pin<OnStack<'_, A>>`
[INFO] [stdout]   --> src/sync.rs:579:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | apin_init!(let a = A { x: 64, rc: RefCount::new() });
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `apin_init` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `x` on type `Pin<_>`
[INFO] [stdout]   --> src/sync.rs:580:14
[INFO] [stdout]    |
[INFO] [stdout] 17 | assert_eq!(a.x, 64);
[INFO] [stdout]    |              ^ unknown field
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0560, E0609.
[INFO] [stdout] For more information about an error, try `rustc --explain E0560`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/sync.rs - sync::Arsc (line 197) stdout ----
[INFO] [stdout] error[E0560]: struct `Pin<_>` has no field named `pointer`
[INFO] [stdout]   --> src/sync.rs:210:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / apin!(let arsc = A {
[INFO] [stdout] 17 | |     value: "Hello!",
[INFO] [stdout] 18 | |     rc: RefCount::new(),
[INFO] [stdout] 19 | | });
[INFO] [stdout]    | |__^ `Pin<_>` does not have this field
[INFO] [stdout]    |
[INFO] [stdout]    = note: all struct fields are already assigned
[INFO] [stdout]    = note: this error originates in the macro `apin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> src/sync.rs:215:19
[INFO] [stdout]    |
[INFO] [stdout] 21 | let cloned = arsc.clone();
[INFO] [stdout]    |                   ^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `clone` found for struct `Pin<_>` in the current scope
[INFO] [stdout]   --> src/sync.rs:215:19
[INFO] [stdout]    |
[INFO] [stdout] 21 | let cloned = arsc.clone();
[INFO] [stdout]    |                   ^^^^^ method not found in `Pin<_>`
[INFO] [stdout]    |
[INFO] [stdout] note: method is available for `Pin<&mut _>`
[INFO] [stdout]   --> /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/clone.rs:160:5
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0560, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/sync.rs - sync::arsc_init_on_stack (line 500) stdout ----
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> src/sync.rs:513:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / arsc_init_on_stack!(let l = Large {
[INFO] [stdout] 17 | |     x <- [0; 100],
[INFO] [stdout] 18 | |     rc: RefCount::new(),
[INFO] [stdout] 19 | | });
[INFO] [stdout]    | |__^ cannot infer type
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::__init_internal` which comes from the expansion of the macro `arsc_init_on_stack` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0282`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/sync.rs - sync::try_apin_init (line 534) stdout ----
[INFO] [stdout] error[E0560]: struct `Pin<_>` has no field named `pointer`
[INFO] [stdout]   --> src/sync.rs:547:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | try_apin_init!(let a = A { x: 64, rc: RefCount::new() });
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Pin<_>` does not have this field
[INFO] [stdout]    |
[INFO] [stdout]    = note: all struct fields are already assigned
[INFO] [stdout]    = note: this error originates in the macro `$crate::opin` which comes from the expansion of the macro `try_apin_init` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0560]: struct `Pin<_>` has no field named `pointer`
[INFO] [stdout]   --> src/sync.rs:547:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | try_apin_init!(let a = A { x: 64, rc: RefCount::new() });
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Pin<_>` does not have this field
[INFO] [stdout]    |
[INFO] [stdout]    = note: all struct fields are already assigned
[INFO] [stdout]    = note: this error originates in the macro `try_apin_init` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `pointer` on type `Pin<OnStack<'_, A>>`
[INFO] [stdout]   --> src/sync.rs:547:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | try_apin_init!(let a = A { x: 64, rc: RefCount::new() });
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_apin_init` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `x` on type `Pin<_>`
[INFO] [stdout]   --> src/sync.rs:548:23
[INFO] [stdout]    |
[INFO] [stdout] 17 | assert_eq!(a.unwrap().x, 64);
[INFO] [stdout]    |                       ^ unknown field
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0560, E0609.
[INFO] [stdout] For more information about an error, try `rustc --explain E0560`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/sync.rs - sync::apin (line 334) stdout ----
[INFO] [stdout] error[E0560]: struct `Pin<_>` has no field named `pointer`
[INFO] [stdout]   --> src/sync.rs:347:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / apin!(let arsc = A {
[INFO] [stdout] 17 | |     value: "Hello!",
[INFO] [stdout] 18 | |     rc: RefCount::new(),
[INFO] [stdout] 19 | | });
[INFO] [stdout]    | |__^ `Pin<_>` does not have this field
[INFO] [stdout]    |
[INFO] [stdout]    = note: all struct fields are already assigned
[INFO] [stdout]    = note: this error originates in the macro `apin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> src/sync.rs:352:19
[INFO] [stdout]    |
[INFO] [stdout] 21 | let cloned = arsc.clone();
[INFO] [stdout]    |                   ^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `clone` found for struct `Pin<_>` in the current scope
[INFO] [stdout]   --> src/sync.rs:352:19
[INFO] [stdout]    |
[INFO] [stdout] 21 | let cloned = arsc.clone();
[INFO] [stdout]    |                   ^^^^^ method not found in `Pin<_>`
[INFO] [stdout]    |
[INFO] [stdout] note: method is available for `Pin<&mut _>`
[INFO] [stdout]   --> /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/clone.rs:160:5
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0560, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/sync.rs - sync::arsc_try_init_on_stack (line 466) stdout ----
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> src/sync.rs:479:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / arsc_try_init_on_stack!(let l = Large {
[INFO] [stdout] 17 | |     x <- [0; 100],
[INFO] [stdout] 18 | |     rc: RefCount::new(),
[INFO] [stdout] 19 | | });
[INFO] [stdout]    | |__^ cannot infer type
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::__init_internal` which comes from the expansion of the macro `arsc_try_init_on_stack` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0282`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 54)
[INFO] [stdout]     src/pointer.rs - pointer::init_on_stack (line 140)
[INFO] [stdout]     src/pointer.rs - pointer::opin (line 598)
[INFO] [stdout]     src/pointer.rs - pointer::opin_init (line 640)
[INFO] [stdout]     src/pointer.rs - pointer::try_init_on_stack (line 174)
[INFO] [stdout]     src/pointer.rs - pointer::try_opin_init (line 670)
[INFO] [stdout]     src/sync.rs - sync::Arsc (line 197)
[INFO] [stdout]     src/sync.rs - sync::apin (line 334)
[INFO] [stdout]     src/sync.rs - sync::apin_init (line 566)
[INFO] [stdout]     src/sync.rs - sync::arsc_init_on_stack (line 500)
[INFO] [stdout]     src/sync.rs - sync::arsc_try_init_on_stack (line 466)
[INFO] [stdout]     src/sync.rs - sync::try_apin_init (line 534)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 11 passed; 12 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.45s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "d8ed437547eeb05bf02783bf9daa99e3592b87a1921e6599e384fd2f522381b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d8ed437547eeb05bf02783bf9daa99e3592b87a1921e6599e384fd2f522381b6", kill_on_drop: false }`
[INFO] [stdout] d8ed437547eeb05bf02783bf9daa99e3592b87a1921e6599e384fd2f522381b6
