[INFO] fetching crate agility 0.1.1...
[INFO] testing agility-0.1.1 against 1.97.0-beta.6 for beta-1.98-1
[INFO] extracting crate agility 0.1.1 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate agility 0.1.1
[INFO] finished tweaking crates.io crate agility 0.1.1
[INFO] tweaked toml for crates.io crate agility 0.1.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate agility 0.1.1 on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate agility 0.1.1 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" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded agility-macros v0.1.1
[INFO] [stderr]   Downloaded target-triple v0.1.4
[INFO] [stderr]   Downloaded trybuild v1.0.112
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c9454e489a9548e85b8c21bbbc5f9e2ac6df6d269e344113bf3108325096a793
[INFO] running `Command { std: "docker" "start" "c9454e489a9548e85b8c21bbbc5f9e2ac6df6d269e344113bf3108325096a793", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c9454e489a9548e85b8c21bbbc5f9e2ac6df6d269e344113bf3108325096a793", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c9454e489a9548e85b8c21bbbc5f9e2ac6df6d269e344113bf3108325096a793" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c9454e489a9548e85b8c21bbbc5f9e2ac6df6d269e344113bf3108325096a793", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c9454e489a9548e85b8c21bbbc5f9e2ac6df6d269e344113bf3108325096a793" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling agility-macros v0.1.1
[INFO] [stderr]    Compiling agility v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.36s
[INFO] running `Command { std: "docker" "inspect" "c9454e489a9548e85b8c21bbbc5f9e2ac6df6d269e344113bf3108325096a793", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c9454e489a9548e85b8c21bbbc5f9e2ac6df6d269e344113bf3108325096a793" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling target-triple v0.1.4
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling toml_writer v1.0.4
[INFO] [stderr]    Compiling serde_spanned v1.0.3
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]    Compiling toml v0.9.8
[INFO] [stderr]    Compiling trybuild v1.0.112
[INFO] [stderr]    Compiling agility v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 9.71s
[INFO] running `Command { std: "docker" "inspect" "c9454e489a9548e85b8c21bbbc5f9e2ac6df6d269e344113bf3108325096a793", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c9454e489a9548e85b8c21bbbc5f9e2ac6df6d269e344113bf3108325096a793" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/agility-8d41f615a5c33c16)
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test it_works ... ok
[INFO] [stdout] test signal::tests::test_high_order_signal ... ok
[INFO] [stdout] test signal::tests::test_promap_backward ... ok
[INFO] [stdout] test signal::tests::test_promap_forward ... ok
[INFO] [stdout] test signal::tests::test_depend ... ok
[INFO] [stdout] test signal::tests::test_promap_bidirectional ... ok
[INFO] [stdout] test signal::tests::test_signal1 ... ok
[INFO] [stdout] test signal::tests::test_signal2 ... ok
[INFO] [stdout] test signal::tests::test_signal ... ok
[INFO] [stdout] test signal::tests::test_depend2 ... ok
[INFO] [stdout] test signal::tests::test_signal3 ... ok
[INFO] [stdout] test signal::tests::test_signal4 ... ok
[INFO] [stdout] test signal_sync::tests::test_depend_sync ... ok
[INFO] [stdout] test signal_sync::tests::test_signal_sync_basic ... ok
[INFO] [stdout] test signal_sync::tests::test_signal_sync_map ... ok
[INFO] [stdout] test signal_sync::tests::test_signal_sync_combine ... ok
[INFO] [stdout] test signal_sync::tests::test_signal5 ... ok
[INFO] [stdout] test signal::tests::test_signal5 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests agility
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test src/signal.rs - signal::Signal<'a,T>::depend (line 625) ... FAILED
[INFO] [stdout] test src/signal.rs - signal::Signal<'a,T>::send (line 150) ... FAILED
[INFO] [stdout] test src/signal.rs - signal::Signal<'a,T>::lift_from_array (line 699) ... FAILED
[INFO] [stdout] test src/signal.rs - signal::Signal<'a,T>::contramap (line 259) ... FAILED
[INFO] [stdout] test src/signal.rs - signal::Signal<'a,T>::extend (line 504) ... FAILED
[INFO] [stdout] test src/signal_sync.rs - signal_sync::SignalSync<'a,T>::and (line 431) ... FAILED
[INFO] [stdout] test src/signal.rs - signal::Signal<'a,T>::with (line 209) ... FAILED
[INFO] [stdout] test src/signal_sync.rs - signal_sync::SignalSync<'a,T>::combine (line 408) ... FAILED
[INFO] [stdout] test src/signal_sync.rs - signal_sync::SignalSync<'a,T>::map (line 200) ... FAILED
[INFO] [stdout] test src/signal_sync.rs - signal_sync::SignalSync<'a,T>::follow (line 551) ... FAILED
[INFO] [stdout] test src/signal.rs - signal::Signal<'a,T>::combine (line 388) ... FAILED
[INFO] [stdout] test src/signal_sync.rs - signal_sync::SignalSync<'a,T>::contramap (line 272) ... FAILED
[INFO] [stdout] test src/signal.rs - signal::Signal<'a,T>::map (line 189) ... FAILED
[INFO] [stdout] test src/signal_sync.rs - signal_sync::SignalSync<'a,T>::extend (line 527) ... FAILED
[INFO] [stdout] test src/signal.rs - signal::Signal<'a,T>::depend (line 616) ... FAILED
[INFO] [stdout] test src/api.rs - api::LiftInto::lift (line 12) ... FAILED
[INFO] [stdout] test src/signal_sync.rs - signal_sync::SignalSync<'a,T>::depend (line 649) ... FAILED
[INFO] [stdout] test src/signal_sync.rs - signal_sync::SignalSync<'a,T>::promap (line 325) ... FAILED
[INFO] [stdout] test src/signal_sync.rs - signal_sync::SignalSync<'a,T>::lift_from_array (line 728) ... FAILED
[INFO] [stdout] test src/signal.rs - signal::Signal<'a,T>::follow (line 528) ... FAILED
[INFO] [stdout] test src/signal_sync.rs - signal_sync::SignalSync<'a,T>::send (line 165) ... FAILED
[INFO] [stdout] test src/signal_sync.rs - signal_sync::SignalSync<'a,T>::depend (line 640) ... FAILED
[INFO] [stdout] test src/signal.rs - signal::Signal<'a,T>::and (line 411) ... FAILED
[INFO] [stdout] test src/signal_sync.rs - signal_sync::SignalSync<'a,T>::with (line 220) ... FAILED
[INFO] [stdout] test src/signal.rs - signal::Signal<'a,T>::promap (line 310) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/signal.rs - signal::Signal<'a,T>::depend (line 625) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `Signal` in this scope
[INFO] [stdout]    --> src/signal.rs:626:9
[INFO] [stdout]     |
[INFO] [stdout] 626 | let a = Signal::new(1);
[INFO] [stdout]     |         ^^^^^^ use of undeclared type `Signal`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/signal.rs - signal::Signal<'a,T>::send (line 150) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `Signal` in this scope
[INFO] [stdout]    --> src/signal.rs:151:14
[INFO] [stdout]     |
[INFO] [stdout] 151 | let signal = Signal::new(0);
[INFO] [stdout]     |              ^^^^^^ use of undeclared type `Signal`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/signal.rs - signal::Signal<'a,T>::lift_from_array (line 699) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `Signal` in this scope
[INFO] [stdout]    --> src/signal.rs:700:9
[INFO] [stdout]     |
[INFO] [stdout] 700 | let a = Signal::new(1);
[INFO] [stdout]     |         ^^^^^^ use of undeclared type `Signal`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Signal` in this scope
[INFO] [stdout]    --> src/signal.rs:701:9
[INFO] [stdout]     |
[INFO] [stdout] 701 | let b = Signal::new(2);
[INFO] [stdout]     |         ^^^^^^ use of undeclared type `Signal`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Signal` in this scope
[INFO] [stdout]    --> src/signal.rs:702:9
[INFO] [stdout]     |
[INFO] [stdout] 702 | let c = Signal::new(3);
[INFO] [stdout]     |         ^^^^^^ use of undeclared type `Signal`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Signal` in this scope
[INFO] [stdout]    --> src/signal.rs:703:11
[INFO] [stdout]     |
[INFO] [stdout] 703 | let abc = Signal::lift_from_array([a, b, c]);
[INFO] [stdout]     |           ^^^^^^ use of undeclared type `Signal`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/signal.rs - signal::Signal<'a,T>::contramap (line 259) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `Signal` in this scope
[INFO] [stdout]    --> src/signal.rs:260:14
[INFO] [stdout]     |
[INFO] [stdout] 260 | let result = Signal::new(42);
[INFO] [stdout]     |              ^^^^^^ use of undeclared type `Signal`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/signal.rs - signal::Signal<'a,T>::extend (line 504) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `Signal` in this scope
[INFO] [stdout]    --> src/signal.rs:505:9
[INFO] [stdout]     |
[INFO] [stdout] 505 | let a = Signal::new(1);
[INFO] [stdout]     |         ^^^^^^ use of undeclared type `Signal`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Signal` in this scope
[INFO] [stdout]    --> src/signal.rs:506:9
[INFO] [stdout]     |
[INFO] [stdout] 506 | let b = Signal::new(2);
[INFO] [stdout]     |         ^^^^^^ use of undeclared type `Signal`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Signal` in this scope
[INFO] [stdout]    --> src/signal.rs:507:9
[INFO] [stdout]     |
[INFO] [stdout] 507 | let c = Signal::new(3);
[INFO] [stdout]     |         ^^^^^^ use of undeclared type `Signal`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/signal_sync.rs - signal_sync::SignalSync<'a,T>::and (line 431) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `SignalSync` in this scope
[INFO] [stdout]    --> src/signal_sync.rs:432:9
[INFO] [stdout]     |
[INFO] [stdout] 432 | let a = SignalSync::new(10);
[INFO] [stdout]     |         ^^^^^^^^^^ use of undeclared type `SignalSync`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/signal.rs - signal::Signal<'a,T>::with (line 209) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `Signal` in this scope
[INFO] [stdout]    --> src/signal.rs:210:9
[INFO] [stdout]     |
[INFO] [stdout] 210 | let a = Signal::new(10);
[INFO] [stdout]     |         ^^^^^^ use of undeclared type `Signal`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/signal_sync.rs - signal_sync::SignalSync<'a,T>::combine (line 408) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `SignalSync` in this scope
[INFO] [stdout]    --> src/signal_sync.rs:409:9
[INFO] [stdout]     |
[INFO] [stdout] 409 | let a = SignalSync::new(10);
[INFO] [stdout]     |         ^^^^^^^^^^ use of undeclared type `SignalSync`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/signal_sync.rs - signal_sync::SignalSync<'a,T>::map (line 200) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `SignalSync` in this scope
[INFO] [stdout]    --> src/signal_sync.rs:201:9
[INFO] [stdout]     |
[INFO] [stdout] 201 | let a = SignalSync::new(10);
[INFO] [stdout]     |         ^^^^^^^^^^ use of undeclared type `SignalSync`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/signal_sync.rs - signal_sync::SignalSync<'a,T>::follow (line 551) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `SignalSync` in this scope
[INFO] [stdout]    --> src/signal_sync.rs:552:9
[INFO] [stdout]     |
[INFO] [stdout] 552 | let a = SignalSync::new(1);
[INFO] [stdout]     |         ^^^^^^^^^^ use of undeclared type `SignalSync`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `SignalSync` in this scope
[INFO] [stdout]    --> src/signal_sync.rs:553:9
[INFO] [stdout]     |
[INFO] [stdout] 553 | let b = SignalSync::new(2);
[INFO] [stdout]     |         ^^^^^^^^^^ use of undeclared type `SignalSync`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `SignalSync` in this scope
[INFO] [stdout]    --> src/signal_sync.rs:554:9
[INFO] [stdout]     |
[INFO] [stdout] 554 | let c = SignalSync::new(3);
[INFO] [stdout]     |         ^^^^^^^^^^ use of undeclared type `SignalSync`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/signal.rs - signal::Signal<'a,T>::combine (line 388) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `Signal` in this scope
[INFO] [stdout]    --> src/signal.rs:389:9
[INFO] [stdout]     |
[INFO] [stdout] 389 | let a = Signal::new(10);
[INFO] [stdout]     |         ^^^^^^ use of undeclared type `Signal`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/signal_sync.rs - signal_sync::SignalSync<'a,T>::contramap (line 272) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `SignalSync` in this scope
[INFO] [stdout]    --> src/signal_sync.rs:273:14
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout]     |
[INFO] [stdout] 273 | let result = SignalSync::new(42);
[INFO] [stdout]     |              ^^^^^^^^^^ use of undeclared type `SignalSync`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/signal.rs - signal::Signal<'a,T>::map (line 189) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `Signal` in this scope
[INFO] [stdout]    --> src/signal.rs:190:9
[INFO] [stdout]     |
[INFO] [stdout] 190 | let a = Signal::new(10);
[INFO] [stdout]     |         ^^^^^^ use of undeclared type `Signal`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/signal_sync.rs - signal_sync::SignalSync<'a,T>::extend (line 527) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `SignalSync` in this scope
[INFO] [stdout]    --> src/signal_sync.rs:528:9
[INFO] [stdout]     |
[INFO] [stdout] 528 | let a = SignalSync::new(1);
[INFO] [stdout]     |         ^^^^^^^^^^ use of undeclared type `SignalSync`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `SignalSync` in this scope
[INFO] [stdout]    --> src/signal_sync.rs:529:9
[INFO] [stdout]     |
[INFO] [stdout] 529 | let b = SignalSync::new(2);
[INFO] [stdout]     |         ^^^^^^^^^^ use of undeclared type `SignalSync`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `SignalSync` in this scope
[INFO] [stdout]    --> src/signal_sync.rs:530:9
[INFO] [stdout]     |
[INFO] [stdout] 530 | let c = SignalSync::new(3);
[INFO] [stdout]     |         ^^^^^^^^^^ use of undeclared type `SignalSync`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/signal.rs - signal::Signal<'a,T>::depend (line 616) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `Signal` in this scope
[INFO] [stdout]    --> src/signal.rs:617:9
[INFO] [stdout]     |
[INFO] [stdout] 617 | let a = Signal::new(1);
[INFO] [stdout]     |         ^^^^^^ use of undeclared type `Signal`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Signal` in this scope
[INFO] [stdout]    --> src/signal.rs:618:13
[INFO] [stdout]     |
[INFO] [stdout] 618 | let mut b = Signal::new(2);
[INFO] [stdout]     |             ^^^^^^ use of undeclared type `Signal`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/api.rs - api::LiftInto::lift (line 12) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `Signal` in this scope
[INFO] [stdout]   --> src/api.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | let a = Signal::new(1);
[INFO] [stdout]    |         ^^^^^^ use of undeclared type `Signal`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Signal` in this scope
[INFO] [stdout]   --> src/api.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | let b = Signal::new(2);
[INFO] [stdout]    |         ^^^^^^ use of undeclared type `Signal`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/signal_sync.rs - signal_sync::SignalSync<'a,T>::depend (line 649) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `SignalSync` in this scope
[INFO] [stdout]    --> src/signal_sync.rs:650:9
[INFO] [stdout]     |
[INFO] [stdout] 650 | let a = SignalSync::new(1);
[INFO] [stdout]     |         ^^^^^^^^^^ use of undeclared type `SignalSync`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/signal_sync.rs - signal_sync::SignalSync<'a,T>::promap (line 325) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `SignalSync` in this scope
[INFO] [stdout]    --> src/signal_sync.rs:326:9
[INFO] [stdout]     |
[INFO] [stdout] 326 | let a = SignalSync::new(10);
[INFO] [stdout]     |         ^^^^^^^^^^ use of undeclared type `SignalSync`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/signal_sync.rs - signal_sync::SignalSync<'a,T>::lift_from_array (line 728) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `SignalSync` in this scope
[INFO] [stdout]    --> src/signal_sync.rs:729:9
[INFO] [stdout]     |
[INFO] [stdout] 729 | let a = SignalSync::new(1);
[INFO] [stdout]     |         ^^^^^^^^^^ use of undeclared type `SignalSync`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `SignalSync` in this scope
[INFO] [stdout]    --> src/signal_sync.rs:730:9
[INFO] [stdout]     |
[INFO] [stdout] 730 | let b = SignalSync::new(2);
[INFO] [stdout]     |         ^^^^^^^^^^ use of undeclared type `SignalSync`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `SignalSync` in this scope
[INFO] [stdout]    --> src/signal_sync.rs:731:9
[INFO] [stdout]     |
[INFO] [stdout] 731 | let c = SignalSync::new(3);
[INFO] [stdout]     |         ^^^^^^^^^^ use of undeclared type `SignalSync`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `SignalSync` in this scope
[INFO] [stdout]    --> src/signal_sync.rs:732:11
[INFO] [stdout]     |
[INFO] [stdout] 732 | let abc = SignalSync::lift_from_array([a, b, c]);
[INFO] [stdout]     |           ^^^^^^^^^^ use of undeclared type `SignalSync`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/signal.rs - signal::Signal<'a,T>::follow (line 528) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `Signal` in this scope
[INFO] [stdout]    --> src/signal.rs:529:9
[INFO] [stdout]     |
[INFO] [stdout] 529 | let a = Signal::new(1);
[INFO] [stdout]     |         ^^^^^^ use of undeclared type `Signal`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Signal` in this scope
[INFO] [stdout]    --> src/signal.rs:530:9
[INFO] [stdout]     |
[INFO] [stdout] 530 | let b = Signal::new(2);
[INFO] [stdout]     |         ^^^^^^ use of undeclared type `Signal`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Signal` in this scope
[INFO] [stdout]    --> src/signal.rs:531:9
[INFO] [stdout]     |
[INFO] [stdout] 531 | let c = Signal::new(3);
[INFO] [stdout]     |         ^^^^^^ use of undeclared type `Signal`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/signal_sync.rs - signal_sync::SignalSync<'a,T>::send (line 165) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `SignalSync` in this scope
[INFO] [stdout]    --> src/signal_sync.rs:166:14
[INFO] [stdout]     |
[INFO] [stdout] 166 | let signal = SignalSync::new(0);
[INFO] [stdout]     |              ^^^^^^^^^^ use of undeclared type `SignalSync`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/signal_sync.rs - signal_sync::SignalSync<'a,T>::depend (line 640) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `SignalSync` in this scope
[INFO] [stdout]    --> src/signal_sync.rs:641:9
[INFO] [stdout]     |
[INFO] [stdout] 641 | let a = SignalSync::new(1);
[INFO] [stdout]     |         ^^^^^^^^^^ use of undeclared type `SignalSync`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `SignalSync` in this scope
[INFO] [stdout]    --> src/signal_sync.rs:642:13
[INFO] [stdout]     |
[INFO] [stdout] 642 | let mut b = SignalSync::new(2);
[INFO] [stdout]     |             ^^^^^^^^^^ use of undeclared type `SignalSync`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/signal.rs - signal::Signal<'a,T>::and (line 411) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `Signal` in this scope
[INFO] [stdout]    --> src/signal.rs:412:9
[INFO] [stdout]     |
[INFO] [stdout] 412 | let a = Signal::new(10);
[INFO] [stdout]     |         ^^^^^^ use of undeclared type `Signal`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/signal_sync.rs - signal_sync::SignalSync<'a,T>::with (line 220) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `SignalSync` in this scope
[INFO] [stdout]    --> src/signal_sync.rs:221:9
[INFO] [stdout]     |
[INFO] [stdout] 221 | let a = SignalSync::new(10);
[INFO] [stdout]     |         ^^^^^^^^^^ use of undeclared type `SignalSync`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/signal.rs - signal::Signal<'a,T>::promap (line 310) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `Signal` in this scope
[INFO] [stdout]    --> src/signal.rs:311:9
[INFO] [stdout]     |
[INFO] [stdout] 311 | let a = Signal::new(10);
[INFO] [stdout]     |         ^^^^^^ use of undeclared type `Signal`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/api.rs - api::LiftInto::lift (line 12)
[INFO] [stdout]     src/signal.rs - signal::Signal<'a,T>::and (line 411)
[INFO] [stdout]     src/signal.rs - signal::Signal<'a,T>::combine (line 388)
[INFO] [stdout]     src/signal.rs - signal::Signal<'a,T>::contramap (line 259)
[INFO] [stdout]     src/signal.rs - signal::Signal<'a,T>::depend (line 616)
[INFO] [stdout]     src/signal.rs - signal::Signal<'a,T>::depend (line 625)
[INFO] [stdout]     src/signal.rs - signal::Signal<'a,T>::extend (line 504)
[INFO] [stdout]     src/signal.rs - signal::Signal<'a,T>::follow (line 528)
[INFO] [stdout]     src/signal.rs - signal::Signal<'a,T>::lift_from_array (line 699)
[INFO] [stdout]     src/signal.rs - signal::Signal<'a,T>::map (line 189)
[INFO] [stdout]     src/signal.rs - signal::Signal<'a,T>::promap (line 310)
[INFO] [stdout]     src/signal.rs - signal::Signal<'a,T>::send (line 150)
[INFO] [stdout]     src/signal.rs - signal::Signal<'a,T>::with (line 209)
[INFO] [stdout]     src/signal_sync.rs - signal_sync::SignalSync<'a,T>::and (line 431)
[INFO] [stdout]     src/signal_sync.rs - signal_sync::SignalSync<'a,T>::combine (line 408)
[INFO] [stdout]     src/signal_sync.rs - signal_sync::SignalSync<'a,T>::contramap (line 272)
[INFO] [stdout]     src/signal_sync.rs - signal_sync::SignalSync<'a,T>::depend (line 640)
[INFO] [stdout]     src/signal_sync.rs - signal_sync::SignalSync<'a,T>::depend (line 649)
[INFO] [stdout]     src/signal_sync.rs - signal_sync::SignalSync<'a,T>::extend (line 527)
[INFO] [stdout]     src/signal_sync.rs - signal_sync::SignalSync<'a,T>::follow (line 551)
[INFO] [stdout]     src/signal_sync.rs - signal_sync::SignalSync<'a,T>::lift_from_array (line 728)
[INFO] [stdout]     src/signal_sync.rs - signal_sync::SignalSync<'a,T>::map (line 200)
[INFO] [stdout]     src/signal_sync.rs - signal_sync::SignalSync<'a,T>::promap (line 325)
[INFO] [stdout]     src/signal_sync.rs - signal_sync::SignalSync<'a,T>::send (line 165)
[INFO] [stdout]     src/signal_sync.rs - signal_sync::SignalSync<'a,T>::with (line 220)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 25 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.86s; merged doctests compilation took 0.45s
[INFO] running `Command { std: "docker" "inspect" "c9454e489a9548e85b8c21bbbc5f9e2ac6df6d269e344113bf3108325096a793", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c9454e489a9548e85b8c21bbbc5f9e2ac6df6d269e344113bf3108325096a793", kill_on_drop: false }`
[INFO] [stdout] c9454e489a9548e85b8c21bbbc5f9e2ac6df6d269e344113bf3108325096a793
