[INFO] fetching crate winpty-rs-windows-collections 0.2.0...
[INFO] checking winpty-rs-windows-collections-0.2.0 against e977a0b5ab976a591981e7263bd67a71a4f79308 for pr-158914
[INFO] extracting crate winpty-rs-windows-collections 0.2.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate winpty-rs-windows-collections 0.2.0
[INFO] finished tweaking crates.io crate winpty-rs-windows-collections 0.2.0
[INFO] tweaked toml for crates.io crate winpty-rs-windows-collections 0.2.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate winpty-rs-windows-collections 0.2.0 on toolchain e977a0b5ab976a591981e7263bd67a71a4f79308
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate winpty-rs-windows-collections 0.2.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" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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] 8baf4d507aac285545b5da96b69accc8fb3dd836f329482e31157114d07f0b13
[INFO] running `Command { std: "docker" "start" "8baf4d507aac285545b5da96b69accc8fb3dd836f329482e31157114d07f0b13", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8baf4d507aac285545b5da96b69accc8fb3dd836f329482e31157114d07f0b13", 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" "8baf4d507aac285545b5da96b69accc8fb3dd836f329482e31157114d07f0b13" "/opt/rustwide/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8baf4d507aac285545b5da96b69accc8fb3dd836f329482e31157114d07f0b13", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8baf4d507aac285545b5da96b69accc8fb3dd836f329482e31157114d07f0b13" "/opt/rustwide/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]     Checking winpty-rs-windows-link v0.1.3
[INFO] [stderr]     Checking winpty-rs-windows-result v0.3.4
[INFO] [stderr]     Checking winpty-rs-windows-strings v0.4.2
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.103
[INFO] [stderr]    Compiling winpty-rs-windows-interface v0.59.1
[INFO] [stderr]    Compiling winpty-rs-windows-implement v0.60.0
[INFO] [stderr]     Checking winpty-rs-windows-core v0.61.2
[INFO] [stderr]     Checking winpty-rs-windows-collections v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]  --> src/iterable.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 |   #[implement(IIterable<T>)]
[INFO] [stdout]   |               ^            - temporary value is freed at the end of this statement
[INFO] [stdout]   |  _____________|
[INFO] [stdout]   | |
[INFO] [stdout] 5 | | struct StockIterable<T>
[INFO] [stdout]   | |                    ^
[INFO] [stdout]   | |                    |
[INFO] [stdout]   | |____________________creates a temporary value which is freed while still in use
[INFO] [stdout]   |                      this usage requires that borrow lasts for `'static`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/iterable.rs:27:13
[INFO] [stdout]    |
[INFO] [stdout] 27 |   #[implement(IIterator<T>)]
[INFO] [stdout]    |               ^            - temporary value is freed at the end of this statement
[INFO] [stdout]    |  _____________|
[INFO] [stdout]    | |
[INFO] [stdout] 28 | | struct StockIterator<T>
[INFO] [stdout]    | |                    ^
[INFO] [stdout]    | |                    |
[INFO] [stdout]    | |____________________creates a temporary value which is freed while still in use
[INFO] [stdout]    |                      this usage requires that borrow lasts for `'static`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]  --> src/map_view.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 |   #[implement(IMapView<K, V>, IIterable<IKeyValuePair<K, V>>)]
[INFO] [stdout]   |               ^                                              - temporary value is freed at the end of this statement
[INFO] [stdout]   |  _____________|
[INFO] [stdout]   | |
[INFO] [stdout] 5 | | struct StockMapView<K, V>
[INFO] [stdout]   | |                   ^
[INFO] [stdout]   | |                   |
[INFO] [stdout]   | |___________________creates a temporary value which is freed while still in use
[INFO] [stdout]   |                     this usage requires that borrow lasts for `'static`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]  --> src/map_view.rs:4:29
[INFO] [stdout]   |
[INFO] [stdout] 4 |   #[implement(IMapView<K, V>, IIterable<IKeyValuePair<K, V>>)]
[INFO] [stdout]   |                               ^                              - temporary value is freed at the end of this statement
[INFO] [stdout]   |  _____________________________|
[INFO] [stdout]   | |
[INFO] [stdout] 5 | | struct StockMapView<K, V>
[INFO] [stdout]   | |                   ^
[INFO] [stdout]   | |                   |
[INFO] [stdout]   | |___________________creates a temporary value which is freed while still in use
[INFO] [stdout]   |                     this usage requires that borrow lasts for `'static`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/map_view.rs:63:13
[INFO] [stdout]    |
[INFO] [stdout] 63 |   #[implement(IIterator<IKeyValuePair<K, V>>)]
[INFO] [stdout]    |               ^                              - temporary value is freed at the end of this statement
[INFO] [stdout]    |  _____________|
[INFO] [stdout]    | |
[INFO] [stdout] 64 | | struct StockMapViewIterator<'a, K, V>
[INFO] [stdout]    | |                           ^
[INFO] [stdout]    | |                           |
[INFO] [stdout]    | |___________________________creates a temporary value which is freed while still in use
[INFO] [stdout]    |                             this usage requires that borrow lasts for `'static`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/map_view.rs:130:13
[INFO] [stdout]     |
[INFO] [stdout] 130 |   #[implement(IKeyValuePair<K, V>)]
[INFO] [stdout]     |               ^                   - temporary value is freed at the end of this statement
[INFO] [stdout]     |  _____________|
[INFO] [stdout]     | |
[INFO] [stdout] 131 | | struct StockKeyValuePair<K, V>
[INFO] [stdout]     | |                        ^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |________________________creates a temporary value which is freed while still in use
[INFO] [stdout]     |                          this usage requires that borrow lasts for `'static`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]  --> src/vector_view.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 |   #[implement(IVectorView<T>, IIterable<T>)]
[INFO] [stdout]   |               ^                            - temporary value is freed at the end of this statement
[INFO] [stdout]   |  _____________|
[INFO] [stdout]   | |
[INFO] [stdout] 5 | | struct StockVectorView<T>
[INFO] [stdout]   | |                      ^
[INFO] [stdout]   | |                      |
[INFO] [stdout]   | |______________________creates a temporary value which is freed while still in use
[INFO] [stdout]   |                        this usage requires that borrow lasts for `'static`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]  --> src/vector_view.rs:4:29
[INFO] [stdout]   |
[INFO] [stdout] 4 |   #[implement(IVectorView<T>, IIterable<T>)]
[INFO] [stdout]   |                               ^            - temporary value is freed at the end of this statement
[INFO] [stdout]   |  _____________________________|
[INFO] [stdout]   | |
[INFO] [stdout] 5 | | struct StockVectorView<T>
[INFO] [stdout]   | |                      ^
[INFO] [stdout]   | |                      |
[INFO] [stdout]   | |______________________creates a temporary value which is freed while still in use
[INFO] [stdout]   |                        this usage requires that borrow lasts for `'static`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/vector_view.rs:69:13
[INFO] [stdout]    |
[INFO] [stdout] 69 |   #[implement(IIterator<T>)]
[INFO] [stdout]    |               ^            - temporary value is freed at the end of this statement
[INFO] [stdout]    |  _____________|
[INFO] [stdout]    | |
[INFO] [stdout] 70 | | struct StockVectorViewIterator<T>
[INFO] [stdout]    | |                              ^
[INFO] [stdout]    | |                              |
[INFO] [stdout]    | |______________________________creates a temporary value which is freed while still in use
[INFO] [stdout]    |                                this usage requires that borrow lasts for `'static`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `winpty-rs-windows-collections` (lib) due to 9 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]  --> src/iterable.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 |   #[implement(IIterable<T>)]
[INFO] [stdout]   |               ^            - temporary value is freed at the end of this statement
[INFO] [stdout]   |  _____________|
[INFO] [stdout]   | |
[INFO] [stdout] 5 | | struct StockIterable<T>
[INFO] [stdout]   | |                    ^
[INFO] [stdout]   | |                    |
[INFO] [stdout]   | |____________________creates a temporary value which is freed while still in use
[INFO] [stdout]   |                      this usage requires that borrow lasts for `'static`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/iterable.rs:27:13
[INFO] [stdout]    |
[INFO] [stdout] 27 |   #[implement(IIterator<T>)]
[INFO] [stdout]    |               ^            - temporary value is freed at the end of this statement
[INFO] [stdout]    |  _____________|
[INFO] [stdout]    | |
[INFO] [stdout] 28 | | struct StockIterator<T>
[INFO] [stdout]    | |                    ^
[INFO] [stdout]    | |                    |
[INFO] [stdout]    | |____________________creates a temporary value which is freed while still in use
[INFO] [stdout]    |                      this usage requires that borrow lasts for `'static`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]  --> src/map_view.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 |   #[implement(IMapView<K, V>, IIterable<IKeyValuePair<K, V>>)]
[INFO] [stdout]   |               ^                                              - temporary value is freed at the end of this statement
[INFO] [stdout]   |  _____________|
[INFO] [stdout]   | |
[INFO] [stdout] 5 | | struct StockMapView<K, V>
[INFO] [stdout]   | |                   ^
[INFO] [stdout]   | |                   |
[INFO] [stdout]   | |___________________creates a temporary value which is freed while still in use
[INFO] [stdout]   |                     this usage requires that borrow lasts for `'static`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]  --> src/map_view.rs:4:29
[INFO] [stdout]   |
[INFO] [stdout] 4 |   #[implement(IMapView<K, V>, IIterable<IKeyValuePair<K, V>>)]
[INFO] [stdout]   |                               ^                              - temporary value is freed at the end of this statement
[INFO] [stdout]   |  _____________________________|
[INFO] [stdout]   | |
[INFO] [stdout] 5 | | struct StockMapView<K, V>
[INFO] [stdout]   | |                   ^
[INFO] [stdout]   | |                   |
[INFO] [stdout]   | |___________________creates a temporary value which is freed while still in use
[INFO] [stdout]   |                     this usage requires that borrow lasts for `'static`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/map_view.rs:63:13
[INFO] [stdout]    |
[INFO] [stdout] 63 |   #[implement(IIterator<IKeyValuePair<K, V>>)]
[INFO] [stdout]    |               ^                              - temporary value is freed at the end of this statement
[INFO] [stdout]    |  _____________|
[INFO] [stdout]    | |
[INFO] [stdout] 64 | | struct StockMapViewIterator<'a, K, V>
[INFO] [stdout]    | |                           ^
[INFO] [stdout]    | |                           |
[INFO] [stdout]    | |___________________________creates a temporary value which is freed while still in use
[INFO] [stdout]    |                             this usage requires that borrow lasts for `'static`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/map_view.rs:130:13
[INFO] [stdout]     |
[INFO] [stdout] 130 |   #[implement(IKeyValuePair<K, V>)]
[INFO] [stdout]     |               ^                   - temporary value is freed at the end of this statement
[INFO] [stdout]     |  _____________|
[INFO] [stdout]     | |
[INFO] [stdout] 131 | | struct StockKeyValuePair<K, V>
[INFO] [stdout]     | |                        ^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |________________________creates a temporary value which is freed while still in use
[INFO] [stdout]     |                          this usage requires that borrow lasts for `'static`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]  --> src/vector_view.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 |   #[implement(IVectorView<T>, IIterable<T>)]
[INFO] [stdout]   |               ^                            - temporary value is freed at the end of this statement
[INFO] [stdout]   |  _____________|
[INFO] [stdout]   | |
[INFO] [stdout] 5 | | struct StockVectorView<T>
[INFO] [stdout]   | |                      ^
[INFO] [stdout]   | |                      |
[INFO] [stdout]   | |______________________creates a temporary value which is freed while still in use
[INFO] [stdout]   |                        this usage requires that borrow lasts for `'static`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]  --> src/vector_view.rs:4:29
[INFO] [stdout]   |
[INFO] [stdout] 4 |   #[implement(IVectorView<T>, IIterable<T>)]
[INFO] [stdout]   |                               ^            - temporary value is freed at the end of this statement
[INFO] [stdout]   |  _____________________________|
[INFO] [stdout]   | |
[INFO] [stdout] 5 | | struct StockVectorView<T>
[INFO] [stdout]   | |                      ^
[INFO] [stdout]   | |                      |
[INFO] [stdout]   | |______________________creates a temporary value which is freed while still in use
[INFO] [stdout]   |                        this usage requires that borrow lasts for `'static`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]   --> src/vector_view.rs:69:13
[INFO] [stdout]    |
[INFO] [stdout] 69 |   #[implement(IIterator<T>)]
[INFO] [stdout]    |               ^            - temporary value is freed at the end of this statement
[INFO] [stdout]    |  _____________|
[INFO] [stdout]    | |
[INFO] [stdout] 70 | | struct StockVectorViewIterator<T>
[INFO] [stdout]    | |                              ^
[INFO] [stdout]    | |                              |
[INFO] [stdout]    | |______________________________creates a temporary value which is freed while still in use
[INFO] [stdout]    |                                this usage requires that borrow lasts for `'static`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `winpty-rs-windows-collections` (lib test) due to 9 previous errors
[INFO] running `Command { std: "docker" "inspect" "8baf4d507aac285545b5da96b69accc8fb3dd836f329482e31157114d07f0b13", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8baf4d507aac285545b5da96b69accc8fb3dd836f329482e31157114d07f0b13", kill_on_drop: false }`
[INFO] [stdout] 8baf4d507aac285545b5da96b69accc8fb3dd836f329482e31157114d07f0b13
