Sep 21 13:04:48.095 INFO checking basic_dsp_interop-0.5.2 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 13:04:48.095 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 13:04:48.095 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 13:04:48.296 INFO blam! 5a01a9b11b75fe13bd4cda8874a990014709ad9d0d1ada8d79d1c311d2a3772e Sep 21 13:04:48.298 INFO running `"docker" "start" "-a" "5a01a9b11b75fe13bd4cda8874a990014709ad9d0d1ada8d79d1c311d2a3772e"` Sep 21 13:04:49.601 INFO kablam! usermod: no changes Sep 21 13:04:49.738 INFO kablam! Checking basic_dsp_vector v0.5.3 Sep 21 13:04:51.807 INFO kablam! error[E0310]: the parameter type `T` may not live long enough Sep 21 13:04:51.807 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/basic_dsp_vector-0.5.3/src/vector_types/support_core.rs:84:30 Sep 21 13:04:51.807 INFO kablam! | Sep 21 13:04:51.807 INFO kablam! 84 | pub type RealTimeVec = DspVec; Sep 21 13:04:51.807 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:04:51.807 INFO kablam! | | Sep 21 13:04:51.808 INFO kablam! | help: consider adding an explicit lifetime bound `T: 'static`... Sep 21 13:04:51.808 INFO kablam! | Sep 21 13:04:51.808 INFO kablam! note: ...so that the type `T` will meet its required lifetime bounds Sep 21 13:04:51.808 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/basic_dsp_vector-0.5.3/src/vector_types/support_core.rs:84:30 Sep 21 13:04:51.808 INFO kablam! | Sep 21 13:04:51.808 INFO kablam! 84 | pub type RealTimeVec = DspVec; Sep 21 13:04:51.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:04:51.808 INFO kablam! Sep 21 13:04:51.809 INFO kablam! error[E0310]: the parameter type `T` may not live long enough Sep 21 13:04:51.809 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/basic_dsp_vector-0.5.3/src/vector_types/support_core.rs:86:30 Sep 21 13:04:51.809 INFO kablam! | Sep 21 13:04:51.809 INFO kablam! 86 | pub type RealFreqVec = DspVec; Sep 21 13:04:51.809 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:04:51.809 INFO kablam! | | Sep 21 13:04:51.809 INFO kablam! | help: consider adding an explicit lifetime bound `T: 'static`... Sep 21 13:04:51.809 INFO kablam! | Sep 21 13:04:51.809 INFO kablam! note: ...so that the type `T` will meet its required lifetime bounds Sep 21 13:04:51.809 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/basic_dsp_vector-0.5.3/src/vector_types/support_core.rs:86:30 Sep 21 13:04:51.809 INFO kablam! | Sep 21 13:04:51.809 INFO kablam! 86 | pub type RealFreqVec = DspVec; Sep 21 13:04:51.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:04:51.809 INFO kablam! Sep 21 13:04:51.810 INFO kablam! error[E0310]: the parameter type `T` may not live long enough Sep 21 13:04:51.810 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/basic_dsp_vector-0.5.3/src/vector_types/support_core.rs:88:33 Sep 21 13:04:51.810 INFO kablam! | Sep 21 13:04:51.810 INFO kablam! 88 | pub type ComplexTimeVec = DspVec; Sep 21 13:04:51.810 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:04:51.810 INFO kablam! | | Sep 21 13:04:51.810 INFO kablam! | help: consider adding an explicit lifetime bound `T: 'static`... Sep 21 13:04:51.810 INFO kablam! | Sep 21 13:04:51.810 INFO kablam! note: ...so that the type `T` will meet its required lifetime bounds Sep 21 13:04:51.810 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/basic_dsp_vector-0.5.3/src/vector_types/support_core.rs:88:33 Sep 21 13:04:51.810 INFO kablam! | Sep 21 13:04:51.810 INFO kablam! 88 | pub type ComplexTimeVec = DspVec; Sep 21 13:04:51.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:04:51.811 INFO kablam! Sep 21 13:04:51.811 INFO kablam! error[E0310]: the parameter type `T` may not live long enough Sep 21 13:04:51.811 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/basic_dsp_vector-0.5.3/src/vector_types/support_core.rs:90:33 Sep 21 13:04:51.811 INFO kablam! | Sep 21 13:04:51.811 INFO kablam! 90 | pub type ComplexFreqVec = DspVec; Sep 21 13:04:51.811 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:04:51.811 INFO kablam! | | Sep 21 13:04:51.811 INFO kablam! | help: consider adding an explicit lifetime bound `T: 'static`... Sep 21 13:04:51.811 INFO kablam! | Sep 21 13:04:51.811 INFO kablam! note: ...so that the type `T` will meet its required lifetime bounds Sep 21 13:04:51.811 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/basic_dsp_vector-0.5.3/src/vector_types/support_core.rs:90:33 Sep 21 13:04:51.811 INFO kablam! | Sep 21 13:04:51.811 INFO kablam! 90 | pub type ComplexFreqVec = DspVec; Sep 21 13:04:51.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:04:51.811 INFO kablam! Sep 21 13:04:51.812 INFO kablam! error[E0310]: the parameter type `T` may not live long enough Sep 21 13:04:51.812 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/basic_dsp_vector-0.5.3/src/vector_types/support_core.rs:92:28 Sep 21 13:04:51.812 INFO kablam! | Sep 21 13:04:51.812 INFO kablam! 92 | pub type GenDspVec = DspVec; Sep 21 13:04:51.812 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:04:51.812 INFO kablam! | | Sep 21 13:04:51.812 INFO kablam! | help: consider adding an explicit lifetime bound `T: 'static`... Sep 21 13:04:51.812 INFO kablam! | Sep 21 13:04:51.813 INFO kablam! note: ...so that the type `T` will meet its required lifetime bounds Sep 21 13:04:51.813 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/basic_dsp_vector-0.5.3/src/vector_types/support_core.rs:92:28 Sep 21 13:04:51.813 INFO kablam! | Sep 21 13:04:51.813 INFO kablam! 92 | pub type GenDspVec = DspVec; Sep 21 13:04:51.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:04:51.813 INFO kablam! Sep 21 13:04:51.932 INFO kablam! error[E0310]: the parameter type `T` may not live long enough Sep 21 13:04:51.932 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/basic_dsp_vector-0.5.3/src/vector_types/combined_ops/identifier_ops.rs:102:29 Sep 21 13:04:51.932 INFO kablam! | Sep 21 13:04:51.932 INFO kablam! 102 | pub type RealTimeIdent = Identifier; Sep 21 13:04:51.932 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:04:51.932 INFO kablam! | | Sep 21 13:04:51.932 INFO kablam! | help: consider adding an explicit lifetime bound `T: 'static`... Sep 21 13:04:51.933 INFO kablam! | Sep 21 13:04:51.933 INFO kablam! note: ...so that the type `T` will meet its required lifetime bounds Sep 21 13:04:51.933 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/basic_dsp_vector-0.5.3/src/vector_types/combined_ops/identifier_ops.rs:102:29 Sep 21 13:04:51.933 INFO kablam! | Sep 21 13:04:51.933 INFO kablam! 102 | pub type RealTimeIdent = Identifier; Sep 21 13:04:51.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:04:51.933 INFO kablam! Sep 21 13:04:51.933 INFO kablam! error[E0310]: the parameter type `T` may not live long enough Sep 21 13:04:51.933 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/basic_dsp_vector-0.5.3/src/vector_types/combined_ops/identifier_ops.rs:104:29 Sep 21 13:04:51.933 INFO kablam! | Sep 21 13:04:51.933 INFO kablam! 104 | pub type RealFreqIdent = Identifier; Sep 21 13:04:51.933 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:04:51.933 INFO kablam! | | Sep 21 13:04:51.933 INFO kablam! | help: consider adding an explicit lifetime bound `T: 'static`... Sep 21 13:04:51.934 INFO kablam! | Sep 21 13:04:51.934 INFO kablam! note: ...so that the type `T` will meet its required lifetime bounds Sep 21 13:04:51.934 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/basic_dsp_vector-0.5.3/src/vector_types/combined_ops/identifier_ops.rs:104:29 Sep 21 13:04:51.934 INFO kablam! | Sep 21 13:04:51.934 INFO kablam! 104 | pub type RealFreqIdent = Identifier; Sep 21 13:04:51.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:04:51.934 INFO kablam! Sep 21 13:04:51.935 INFO kablam! error[E0310]: the parameter type `T` may not live long enough Sep 21 13:04:51.935 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/basic_dsp_vector-0.5.3/src/vector_types/combined_ops/identifier_ops.rs:106:32 Sep 21 13:04:51.935 INFO kablam! | Sep 21 13:04:51.935 INFO kablam! 106 | pub type ComplexTimeIdent = Identifier; Sep 21 13:04:51.935 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:04:51.935 INFO kablam! | | Sep 21 13:04:51.935 INFO kablam! | help: consider adding an explicit lifetime bound `T: 'static`... Sep 21 13:04:51.935 INFO kablam! | Sep 21 13:04:51.935 INFO kablam! note: ...so that the type `T` will meet its required lifetime bounds Sep 21 13:04:51.935 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/basic_dsp_vector-0.5.3/src/vector_types/combined_ops/identifier_ops.rs:106:32 Sep 21 13:04:51.935 INFO kablam! | Sep 21 13:04:51.935 INFO kablam! 106 | pub type ComplexTimeIdent = Identifier; Sep 21 13:04:51.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:04:51.935 INFO kablam! Sep 21 13:04:51.936 INFO kablam! error[E0310]: the parameter type `T` may not live long enough Sep 21 13:04:51.936 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/basic_dsp_vector-0.5.3/src/vector_types/combined_ops/identifier_ops.rs:108:32 Sep 21 13:04:51.936 INFO kablam! | Sep 21 13:04:51.936 INFO kablam! 108 | pub type ComplexFreqIdent = Identifier; Sep 21 13:04:51.936 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:04:51.936 INFO kablam! | | Sep 21 13:04:51.936 INFO kablam! | help: consider adding an explicit lifetime bound `T: 'static`... Sep 21 13:04:51.936 INFO kablam! | Sep 21 13:04:51.936 INFO kablam! note: ...so that the type `T` will meet its required lifetime bounds Sep 21 13:04:51.936 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/basic_dsp_vector-0.5.3/src/vector_types/combined_ops/identifier_ops.rs:108:32 Sep 21 13:04:51.936 INFO kablam! | Sep 21 13:04:51.936 INFO kablam! 108 | pub type ComplexFreqIdent = Identifier; Sep 21 13:04:51.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:04:51.936 INFO kablam! Sep 21 13:04:51.937 INFO kablam! error[E0310]: the parameter type `T` may not live long enough Sep 21 13:04:51.937 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/basic_dsp_vector-0.5.3/src/vector_types/combined_ops/identifier_ops.rs:110:27 Sep 21 13:04:51.937 INFO kablam! | Sep 21 13:04:51.937 INFO kablam! 110 | pub type GenDspIdent = Identifier; Sep 21 13:04:51.937 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:04:51.937 INFO kablam! | | Sep 21 13:04:51.937 INFO kablam! | help: consider adding an explicit lifetime bound `T: 'static`... Sep 21 13:04:51.937 INFO kablam! | Sep 21 13:04:51.937 INFO kablam! note: ...so that the type `T` will meet its required lifetime bounds Sep 21 13:04:51.937 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/basic_dsp_vector-0.5.3/src/vector_types/combined_ops/identifier_ops.rs:110:27 Sep 21 13:04:51.937 INFO kablam! | Sep 21 13:04:51.937 INFO kablam! 110 | pub type GenDspIdent = Identifier; Sep 21 13:04:51.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:04:51.937 INFO kablam! Sep 21 13:04:52.371 INFO kablam! error: aborting due to 10 previous errors Sep 21 13:04:52.371 INFO kablam! Sep 21 13:04:52.371 INFO kablam! For more information about this error, try `rustc --explain E0310`. Sep 21 13:04:52.384 INFO kablam! error: Could not compile `basic_dsp_vector`. Sep 21 13:04:52.385 INFO kablam! Sep 21 13:04:52.385 INFO kablam! To learn more, run the command again with --verbose. Sep 21 13:04:52.387 INFO kablam! su: No module specific data is present Sep 21 13:04:53.712 INFO running `"docker" "rm" "-f" "5a01a9b11b75fe13bd4cda8874a990014709ad9d0d1ada8d79d1c311d2a3772e"` Sep 21 13:04:53.826 INFO blam! 5a01a9b11b75fe13bd4cda8874a990014709ad9d0d1ada8d79d1c311d2a3772e