Sep 17 19:29:15.175 INFO checking quicr-0.4.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 19:29:15.175 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 19:29:15.175 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-7/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 19:29:15.401 INFO blam! b5824fe7a93f6ba80c9f44146a6bce306b5941841fa3c6913a9f4aa0f0ede331 Sep 17 19:29:15.403 INFO running `"docker" "start" "-a" "b5824fe7a93f6ba80c9f44146a6bce306b5941841fa3c6913a9f4aa0f0ede331"` Sep 17 19:29:16.686 INFO kablam! usermod: no changes Sep 17 19:29:17.031 INFO kablam! Checking crossbeam-epoch v0.5.2 Sep 17 19:29:17.039 INFO kablam! Checking slog-term v2.4.0 Sep 17 19:29:17.039 INFO kablam! Checking quicr-core v0.4.0 Sep 17 19:29:18.278 INFO kablam! Checking crossbeam-deque v0.6.1 Sep 17 19:29:19.131 INFO kablam! error[E0433]: failed to resolve. Could not find `ExtensionContext` in `ssl` Sep 17 19:29:19.131 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:303:22 Sep 17 19:29:19.131 INFO kablam! | Sep 17 19:29:19.131 INFO kablam! 303 | 26, ssl::ExtensionContext::TLS1_3_ONLY | ssl::ExtensionContext::CLIENT_HELLO | ssl::ExtensionContext::TLS1_3_ENCRYPTED_EXTENSIONS, Sep 17 19:29:19.131 INFO kablam! | ^^^^^^^^^^^^^^^^ Could not find `ExtensionContext` in `ssl` Sep 17 19:29:19.131 INFO kablam! Sep 17 19:29:19.131 INFO kablam! error[E0433]: failed to resolve. Could not find `ExtensionContext` in `ssl` Sep 17 19:29:19.131 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:303:59 Sep 17 19:29:19.131 INFO kablam! | Sep 17 19:29:19.131 INFO kablam! 303 | 26, ssl::ExtensionContext::TLS1_3_ONLY | ssl::ExtensionContext::CLIENT_HELLO | ssl::ExtensionContext::TLS1_3_ENCRYPTED_EXTENSIONS, Sep 17 19:29:19.131 INFO kablam! | ^^^^^^^^^^^^^^^^ Could not find `ExtensionContext` in `ssl` Sep 17 19:29:19.131 INFO kablam! Sep 17 19:29:19.131 INFO kablam! error[E0433]: failed to resolve. Could not find `ExtensionContext` in `ssl` Sep 17 19:29:19.131 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:303:97 Sep 17 19:29:19.131 INFO kablam! | Sep 17 19:29:19.131 INFO kablam! 303 | 26, ssl::ExtensionContext::TLS1_3_ONLY | ssl::ExtensionContext::CLIENT_HELLO | ssl::ExtensionContext::TLS1_3_ENCRYPTED_EXTENSIONS, Sep 17 19:29:19.131 INFO kablam! | ^^^^^^^^^^^^^^^^ Could not find `ExtensionContext` in `ssl` Sep 17 19:29:19.131 INFO kablam! Sep 17 19:29:19.131 INFO kablam! error[E0433]: failed to resolve. Could not find `ExtensionContext` in `ssl` Sep 17 19:29:19.131 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:316:47 Sep 17 19:29:19.131 INFO kablam! | Sep 17 19:29:19.131 INFO kablam! 316 | let am_server = ctx == ssl::ExtensionContext::TLS1_3_ENCRYPTED_EXTENSIONS; Sep 17 19:29:19.131 INFO kablam! | ^^^^^^^^^^^^^^^^ Could not find `ExtensionContext` in `ssl` Sep 17 19:29:19.131 INFO kablam! Sep 17 19:29:19.131 INFO kablam! error[E0433]: failed to resolve. Could not find `ExtensionContext` in `ssl` Sep 17 19:29:19.131 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:329:43 Sep 17 19:29:19.131 INFO kablam! | Sep 17 19:29:19.131 INFO kablam! 329 | let side = if ctx == ssl::ExtensionContext::CLIENT_HELLO { Side::Server } else { Side::Client }; Sep 17 19:29:19.131 INFO kablam! | ^^^^^^^^^^^^^^^^ Could not find `ExtensionContext` in `ssl` Sep 17 19:29:19.131 INFO kablam! Sep 17 19:29:19.255 INFO kablam! Checking tokio-threadpool v0.1.6 Sep 17 19:29:20.583 INFO kablam! error[E0599]: no method named `set_min_proto_version` found for type `openssl::ssl::SslContextBuilder` in the current scope Sep 17 19:29:20.583 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:273:13 Sep 17 19:29:20.583 INFO kablam! | Sep 17 19:29:20.583 INFO kablam! 273 | tls.set_min_proto_version(Some(SslVersion::TLS1_3))?; Sep 17 19:29:20.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:29:20.583 INFO kablam! Sep 17 19:29:20.583 INFO kablam! error[E0599]: no associated item named `TLS1_3` found for type `openssl::ssl::SslVersion` in the current scope Sep 17 19:29:20.583 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:273:40 Sep 17 19:29:20.583 INFO kablam! | Sep 17 19:29:20.583 INFO kablam! 273 | tls.set_min_proto_version(Some(SslVersion::TLS1_3))?; Sep 17 19:29:20.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^ associated item not found in `openssl::ssl::SslVersion` Sep 17 19:29:20.583 INFO kablam! | Sep 17 19:29:20.583 INFO kablam! = help: did you mean `TLS1_1`? Sep 17 19:29:20.583 INFO kablam! Sep 17 19:29:20.583 INFO kablam! error[E0599]: no method named `set_max_proto_version` found for type `openssl::ssl::SslContextBuilder` in the current scope Sep 17 19:29:20.583 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:274:13 Sep 17 19:29:20.583 INFO kablam! | Sep 17 19:29:20.583 INFO kablam! 274 | tls.set_max_proto_version(Some(SslVersion::TLS1_3))?; Sep 17 19:29:20.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:29:20.583 INFO kablam! Sep 17 19:29:20.583 INFO kablam! error[E0599]: no associated item named `TLS1_3` found for type `openssl::ssl::SslVersion` in the current scope Sep 17 19:29:20.583 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:274:40 Sep 17 19:29:20.583 INFO kablam! | Sep 17 19:29:20.583 INFO kablam! 274 | tls.set_max_proto_version(Some(SslVersion::TLS1_3))?; Sep 17 19:29:20.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^ associated item not found in `openssl::ssl::SslVersion` Sep 17 19:29:20.583 INFO kablam! | Sep 17 19:29:20.583 INFO kablam! = help: did you mean `TLS1_1`? Sep 17 19:29:20.583 INFO kablam! Sep 17 19:29:20.583 INFO kablam! error[E0599]: no associated item named `ENABLE_MIDDLEBOX_COMPAT` found for type `openssl::ssl::SslOptions` in the current scope Sep 17 19:29:20.583 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:279:27 Sep 17 19:29:20.583 INFO kablam! | Sep 17 19:29:20.583 INFO kablam! 279 | tls.clear_options(SslOptions::ENABLE_MIDDLEBOX_COMPAT); Sep 17 19:29:20.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `openssl::ssl::SslOptions` Sep 17 19:29:20.583 INFO kablam! Sep 17 19:29:20.591 INFO kablam! error[E0599]: no method named `set_max_early_data` found for type `openssl::ssl::SslContextBuilder` in the current scope Sep 17 19:29:20.591 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:285:17 Sep 17 19:29:20.591 INFO kablam! | Sep 17 19:29:20.591 INFO kablam! 285 | tls.set_max_early_data(TLS_MAX_EARLY_DATA)?; Sep 17 19:29:20.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 17 19:29:20.591 INFO kablam! Sep 17 19:29:20.591 INFO kablam! error[E0599]: no method named `set_stateless_cookie_generate_cb` found for type `openssl::ssl::SslContextBuilder` in the current scope Sep 17 19:29:20.591 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:291:21 Sep 17 19:29:20.591 INFO kablam! | Sep 17 19:29:20.591 INFO kablam! 291 | tls.set_stateless_cookie_generate_cb(move |tls, buf| { Sep 17 19:29:20.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:29:20.591 INFO kablam! | Sep 17 19:29:20.591 INFO kablam! = help: did you mean `set_cookie_generate_cb`? Sep 17 19:29:20.591 INFO kablam! Sep 17 19:29:20.603 INFO kablam! error[E0599]: no method named `set_stateless_cookie_verify_cb` found for type `openssl::ssl::SslContextBuilder` in the current scope Sep 17 19:29:20.603 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:296:17 Sep 17 19:29:20.603 INFO kablam! | Sep 17 19:29:20.603 INFO kablam! 296 | tls.set_stateless_cookie_verify_cb(move |tls, cookie| { Sep 17 19:29:20.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:29:20.603 INFO kablam! | Sep 17 19:29:20.603 INFO kablam! = help: did you mean `set_cookie_verify_cb`? Sep 17 19:29:20.603 INFO kablam! Sep 17 19:29:20.603 INFO kablam! error[E0599]: no method named `add_custom_ext` found for type `openssl::ssl::SslContextBuilder` in the current scope Sep 17 19:29:20.603 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:302:13 Sep 17 19:29:20.603 INFO kablam! | Sep 17 19:29:20.603 INFO kablam! 302 | tls.add_custom_ext( Sep 17 19:29:20.603 INFO kablam! | ^^^^^^^^^^^^^^ Sep 17 19:29:20.603 INFO kablam! Sep 17 19:29:20.611 INFO kablam! error[E0599]: no associated item named `ALERT_FATAL` found for type `openssl::ssl::AlpnError` in the current scope Sep 17 19:29:20.611 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:366:25 Sep 17 19:29:20.611 INFO kablam! | Sep 17 19:29:20.611 INFO kablam! 366 | Err(ssl::AlpnError::ALERT_FATAL) Sep 17 19:29:20.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `openssl::ssl::AlpnError` Sep 17 19:29:20.611 INFO kablam! Sep 17 19:29:20.619 INFO kablam! error[E0599]: no method named `set_keylog_callback` found for type `openssl::ssl::SslContextBuilder` in the current scope Sep 17 19:29:20.619 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:374:17 Sep 17 19:29:20.619 INFO kablam! | Sep 17 19:29:20.619 INFO kablam! 374 | tls.set_keylog_callback(move |_, line| { Sep 17 19:29:20.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 19:29:20.619 INFO kablam! | Sep 17 19:29:20.619 INFO kablam! = help: did you mean `set_verify_callback`? Sep 17 19:29:20.619 INFO kablam! Sep 17 19:29:20.619 INFO kablam! error[E0599]: no method named `max_early_data` found for type `openssl::ssl::SslSession` in the current scope Sep 17 19:29:20.619 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:389:31 Sep 17 19:29:20.619 INFO kablam! | Sep 17 19:29:20.619 INFO kablam! 389 | match session.max_early_data() { Sep 17 19:29:20.619 INFO kablam! | ^^^^^^^^^^^^^^ Sep 17 19:29:20.619 INFO kablam! Sep 17 19:29:20.679 INFO kablam! error[E0599]: no method named `max_early_data` found for type `openssl::ssl::SslSession` in the current scope Sep 17 19:29:20.679 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:597:24 Sep 17 19:29:20.679 INFO kablam! | Sep 17 19:29:20.679 INFO kablam! 597 | if session.max_early_data() == TLS_MAX_EARLY_DATA { Sep 17 19:29:20.679 INFO kablam! | ^^^^^^^^^^^^^^ Sep 17 19:29:20.679 INFO kablam! Sep 17 19:29:20.683 INFO kablam! error[E0599]: no method named `write_early_data` found for type `openssl::ssl::SslStreamBuilder` in the current scope Sep 17 19:29:20.683 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:599:21 Sep 17 19:29:20.683 INFO kablam! | Sep 17 19:29:20.683 INFO kablam! 599 | tls.write_early_data(&[])?; // Prompt OpenSSL to generate early keying material, read below Sep 17 19:29:20.683 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 17 19:29:20.683 INFO kablam! Sep 17 19:29:20.695 INFO kablam! error[E0599]: no method named `stateless` found for type `openssl::ssl::SslStreamBuilder` in the current scope Sep 17 19:29:20.695 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:661:23 Sep 17 19:29:20.695 INFO kablam! | Sep 17 19:29:20.695 INFO kablam! 661 | match tls.stateless() { Sep 17 19:29:20.695 INFO kablam! | ^^^^^^^^^ Sep 17 19:29:20.695 INFO kablam! Sep 17 19:29:20.703 INFO kablam! error[E0599]: no method named `read_early_data` found for type `openssl::ssl::SslStreamBuilder` in the current scope Sep 17 19:29:20.703 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:702:23 Sep 17 19:29:20.703 INFO kablam! | Sep 17 19:29:20.703 INFO kablam! 702 | match tls.read_early_data(&mut [0; 1]) { Sep 17 19:29:20.703 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 17 19:29:20.703 INFO kablam! Sep 17 19:29:21.034 INFO kablam! Checking tokio-fs v0.1.3 Sep 17 19:29:21.147 INFO kablam! error[E0599]: no method named `handshake_digest` found for type `&openssl::ssl::SslCipherRef` in the current scope Sep 17 19:29:21.147 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:3498:33 Sep 17 19:29:21.147 INFO kablam! | Sep 17 19:29:21.147 INFO kablam! 3498 | let digest = tls_cipher.handshake_digest().unwrap(); Sep 17 19:29:21.147 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 17 19:29:21.147 INFO kablam! Sep 17 19:29:21.147 INFO kablam! error[E0599]: no method named `cipher_nid` found for type `&openssl::ssl::SslCipherRef` in the current scope Sep 17 19:29:21.147 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:3499:50 Sep 17 19:29:21.147 INFO kablam! | Sep 17 19:29:21.147 INFO kablam! 3499 | let cipher = Cipher::from_nid(tls_cipher.cipher_nid().unwrap()).unwrap(); Sep 17 19:29:21.147 INFO kablam! | ^^^^^^^^^^ Sep 17 19:29:21.147 INFO kablam! Sep 17 19:29:21.151 INFO kablam! error[E0599]: no method named `export_keying_material_early` found for type `&openssl::ssl::SslRef` in the current scope Sep 17 19:29:21.151 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:3504:13 Sep 17 19:29:21.151 INFO kablam! | Sep 17 19:29:21.151 INFO kablam! 3504 | tls.export_keying_material_early(&mut secret, &LABEL, b"").unwrap(); Sep 17 19:29:21.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:29:21.151 INFO kablam! | Sep 17 19:29:21.151 INFO kablam! = help: did you mean `export_keying_material`? Sep 17 19:29:21.151 INFO kablam! Sep 17 19:29:21.161 INFO kablam! error[E0599]: no method named `handshake_digest` found for type `&openssl::ssl::SslCipherRef` in the current scope Sep 17 19:29:21.161 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:3558:33 Sep 17 19:29:21.161 INFO kablam! | Sep 17 19:29:21.162 INFO kablam! 3558 | let digest = tls_cipher.handshake_digest().unwrap(); Sep 17 19:29:21.162 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 17 19:29:21.162 INFO kablam! Sep 17 19:29:21.165 INFO kablam! error[E0599]: no method named `cipher_nid` found for type `&openssl::ssl::SslCipherRef` in the current scope Sep 17 19:29:21.165 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:3559:50 Sep 17 19:29:21.165 INFO kablam! | Sep 17 19:29:21.165 INFO kablam! 3559 | let cipher = Cipher::from_nid(tls_cipher.cipher_nid().unwrap()).unwrap(); Sep 17 19:29:21.165 INFO kablam! | ^^^^^^^^^^ Sep 17 19:29:21.166 INFO kablam! Sep 17 19:29:21.204 INFO kablam! error: aborting due to 26 previous errors Sep 17 19:29:21.205 INFO kablam! Sep 17 19:29:21.205 INFO kablam! Some errors occurred: E0433, E0599. Sep 17 19:29:21.205 INFO kablam! For more information about an error, try `rustc --explain E0433`. Sep 17 19:29:21.215 INFO kablam! error: Could not compile `quicr-core`. Sep 17 19:29:21.216 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 19:29:21.844 INFO kablam! error: build failed Sep 17 19:29:21.844 INFO kablam! su: No module specific data is present Sep 17 19:29:22.449 INFO running `"docker" "rm" "-f" "b5824fe7a93f6ba80c9f44146a6bce306b5941841fa3c6913a9f4aa0f0ede331"` Sep 17 19:29:22.562 INFO blam! b5824fe7a93f6ba80c9f44146a6bce306b5941841fa3c6913a9f4aa0f0ede331