[INFO] fetching crate windows-collections 0.3.2...
[INFO] checking windows-collections-0.3.2 against e977a0b5ab976a591981e7263bd67a71a4f79308 for pr-158914
[INFO] extracting crate windows-collections 0.3.2 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate windows-collections 0.3.2
[INFO] finished tweaking crates.io crate windows-collections 0.3.2
[INFO] tweaked toml for crates.io crate windows-collections 0.3.2 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate windows-collections 0.3.2 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 windows-collections 0.3.2 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-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 26a086f69590d98c30fba75bddbb34a9665648c99e75c47834cb524d57fdfb99
[INFO] running `Command { std: "docker" "start" "26a086f69590d98c30fba75bddbb34a9665648c99e75c47834cb524d57fdfb99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "26a086f69590d98c30fba75bddbb34a9665648c99e75c47834cb524d57fdfb99", 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" "26a086f69590d98c30fba75bddbb34a9665648c99e75c47834cb524d57fdfb99" "/opt/rustwide/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "26a086f69590d98c30fba75bddbb34a9665648c99e75c47834cb524d57fdfb99", 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" "26a086f69590d98c30fba75bddbb34a9665648c99e75c47834cb524d57fdfb99" "/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.101
[INFO] [stderr]     Checking windows-link v0.2.1
[INFO] [stderr]     Checking windows-strings v0.5.1
[INFO] [stderr]     Checking windows-result v0.4.1
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling windows-implement v0.60.2
[INFO] [stderr]    Compiling windows-interface v0.59.3
[INFO] [stderr]     Checking windows-core v0.62.2
[INFO] [stderr]     Checking windows-collections v0.3.2 (/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:59:13
[INFO] [stdout]    |
[INFO] [stdout] 59 |   #[implement(IIterator<IKeyValuePair<K, V>>)]
[INFO] [stdout]    |               ^                              - temporary value is freed at the end of this statement
[INFO] [stdout]    |  _____________|
[INFO] [stdout]    | |
[INFO] [stdout] 60 | | 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:126:13
[INFO] [stdout]     |
[INFO] [stdout] 126 |   #[implement(IKeyValuePair<K, V>)]
[INFO] [stdout]     |               ^                   - temporary value is freed at the end of this statement
[INFO] [stdout]     |  _____________|
[INFO] [stdout]     | |
[INFO] [stdout] 127 | | 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] 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] For more information about this error, try `rustc --explain E0716`.
[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] [stderr] error: could not compile `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/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:59:13
[INFO] [stdout]    |
[INFO] [stdout] 59 |   #[implement(IIterator<IKeyValuePair<K, V>>)]
[INFO] [stdout]    |               ^                              - temporary value is freed at the end of this statement
[INFO] [stdout]    |  _____________|
[INFO] [stdout]    | |
[INFO] [stdout] 60 | | 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:126:13
[INFO] [stdout]     |
[INFO] [stdout] 126 |   #[implement(IKeyValuePair<K, V>)]
[INFO] [stdout]     |               ^                   - temporary value is freed at the end of this statement
[INFO] [stdout]     |  _____________|
[INFO] [stdout]     | |
[INFO] [stdout] 127 | | 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 `windows-collections` (lib test) due to 9 previous errors
[INFO] running `Command { std: "docker" "inspect" "26a086f69590d98c30fba75bddbb34a9665648c99e75c47834cb524d57fdfb99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "26a086f69590d98c30fba75bddbb34a9665648c99e75c47834cb524d57fdfb99", kill_on_drop: false }`
[INFO] [stdout] 26a086f69590d98c30fba75bddbb34a9665648c99e75c47834cb524d57fdfb99
