Sep 01 10:25:04.454 INFO checking quicr-0.4.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 10:25:04.454 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 10:25:04.454 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 10:25:04.607 INFO blam! 851c1c1ae79b968819607c61e62424fbaa6000e39a32442fe7f667b1718a4298 Sep 01 10:25:04.609 INFO running `"docker" "start" "-a" "851c1c1ae79b968819607c61e62424fbaa6000e39a32442fe7f667b1718a4298"` Sep 01 10:25:05.464 INFO kablam! Checking quicr-core v0.4.0 Sep 01 10:25:05.465 INFO kablam! Checking tokio v0.1.8 Sep 01 10:25:07.240 INFO kablam! error[E0433]: failed to resolve. Could not find `ExtensionContext` in `ssl` Sep 01 10:25:07.240 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:303:22 Sep 01 10:25:07.240 INFO kablam! | Sep 01 10:25:07.240 INFO kablam! 303 | 26, ssl::ExtensionContext::TLS1_3_ONLY | ssl::ExtensionContext::CLIENT_HELLO | ssl::ExtensionContext::TLS1_3_ENCRYPTED_EXTENSIONS, Sep 01 10:25:07.240 INFO kablam! | ^^^^^^^^^^^^^^^^ Could not find `ExtensionContext` in `ssl` Sep 01 10:25:07.240 INFO kablam! Sep 01 10:25:07.240 INFO kablam! error[E0433]: failed to resolve. Could not find `ExtensionContext` in `ssl` Sep 01 10:25:07.240 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:303:59 Sep 01 10:25:07.240 INFO kablam! | Sep 01 10:25:07.240 INFO kablam! 303 | 26, ssl::ExtensionContext::TLS1_3_ONLY | ssl::ExtensionContext::CLIENT_HELLO | ssl::ExtensionContext::TLS1_3_ENCRYPTED_EXTENSIONS, Sep 01 10:25:07.241 INFO kablam! | ^^^^^^^^^^^^^^^^ Could not find `ExtensionContext` in `ssl` Sep 01 10:25:07.241 INFO kablam! Sep 01 10:25:07.241 INFO kablam! error[E0433]: failed to resolve. Could not find `ExtensionContext` in `ssl` Sep 01 10:25:07.241 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:303:97 Sep 01 10:25:07.241 INFO kablam! | Sep 01 10:25:07.241 INFO kablam! 303 | 26, ssl::ExtensionContext::TLS1_3_ONLY | ssl::ExtensionContext::CLIENT_HELLO | ssl::ExtensionContext::TLS1_3_ENCRYPTED_EXTENSIONS, Sep 01 10:25:07.241 INFO kablam! | ^^^^^^^^^^^^^^^^ Could not find `ExtensionContext` in `ssl` Sep 01 10:25:07.241 INFO kablam! Sep 01 10:25:07.241 INFO kablam! error[E0433]: failed to resolve. Could not find `ExtensionContext` in `ssl` Sep 01 10:25:07.241 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:316:47 Sep 01 10:25:07.241 INFO kablam! | Sep 01 10:25:07.241 INFO kablam! 316 | let am_server = ctx == ssl::ExtensionContext::TLS1_3_ENCRYPTED_EXTENSIONS; Sep 01 10:25:07.241 INFO kablam! | ^^^^^^^^^^^^^^^^ Could not find `ExtensionContext` in `ssl` Sep 01 10:25:07.241 INFO kablam! Sep 01 10:25:07.241 INFO kablam! error[E0433]: failed to resolve. Could not find `ExtensionContext` in `ssl` Sep 01 10:25:07.241 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:329:43 Sep 01 10:25:07.241 INFO kablam! | Sep 01 10:25:07.241 INFO kablam! 329 | let side = if ctx == ssl::ExtensionContext::CLIENT_HELLO { Side::Server } else { Side::Client }; Sep 01 10:25:07.241 INFO kablam! | ^^^^^^^^^^^^^^^^ Could not find `ExtensionContext` in `ssl` Sep 01 10:25:07.241 INFO kablam! Sep 01 10:25:08.485 INFO kablam! error[E0599]: no method named `set_min_proto_version` found for type `openssl::ssl::SslContextBuilder` in the current scope Sep 01 10:25:08.485 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:273:13 Sep 01 10:25:08.485 INFO kablam! | Sep 01 10:25:08.485 INFO kablam! 273 | tls.set_min_proto_version(Some(SslVersion::TLS1_3))?; Sep 01 10:25:08.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:25:08.485 INFO kablam! Sep 01 10:25:08.487 INFO kablam! error[E0599]: no associated item named `TLS1_3` found for type `openssl::ssl::SslVersion` in the current scope Sep 01 10:25:08.487 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:273:40 Sep 01 10:25:08.487 INFO kablam! | Sep 01 10:25:08.487 INFO kablam! 273 | tls.set_min_proto_version(Some(SslVersion::TLS1_3))?; Sep 01 10:25:08.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^ associated item not found in `openssl::ssl::SslVersion` Sep 01 10:25:08.487 INFO kablam! | Sep 01 10:25:08.487 INFO kablam! = help: did you mean `TLS1_1`? Sep 01 10:25:08.487 INFO kablam! Sep 01 10:25:08.490 INFO kablam! error[E0599]: no method named `set_max_proto_version` found for type `openssl::ssl::SslContextBuilder` in the current scope Sep 01 10:25:08.490 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:274:13 Sep 01 10:25:08.490 INFO kablam! | Sep 01 10:25:08.490 INFO kablam! 274 | tls.set_max_proto_version(Some(SslVersion::TLS1_3))?; Sep 01 10:25:08.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:25:08.490 INFO kablam! Sep 01 10:25:08.491 INFO kablam! error[E0599]: no associated item named `TLS1_3` found for type `openssl::ssl::SslVersion` in the current scope Sep 01 10:25:08.492 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:274:40 Sep 01 10:25:08.492 INFO kablam! | Sep 01 10:25:08.492 INFO kablam! 274 | tls.set_max_proto_version(Some(SslVersion::TLS1_3))?; Sep 01 10:25:08.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^ associated item not found in `openssl::ssl::SslVersion` Sep 01 10:25:08.492 INFO kablam! | Sep 01 10:25:08.492 INFO kablam! = help: did you mean `TLS1_1`? Sep 01 10:25:08.492 INFO kablam! Sep 01 10:25:08.495 INFO kablam! error[E0599]: no associated item named `ENABLE_MIDDLEBOX_COMPAT` found for type `openssl::ssl::SslOptions` in the current scope Sep 01 10:25:08.495 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:279:27 Sep 01 10:25:08.495 INFO kablam! | Sep 01 10:25:08.495 INFO kablam! 279 | tls.clear_options(SslOptions::ENABLE_MIDDLEBOX_COMPAT); Sep 01 10:25:08.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `openssl::ssl::SslOptions` Sep 01 10:25:08.495 INFO kablam! Sep 01 10:25:08.499 INFO kablam! error[E0599]: no method named `set_max_early_data` found for type `openssl::ssl::SslContextBuilder` in the current scope Sep 01 10:25:08.499 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:285:17 Sep 01 10:25:08.499 INFO kablam! | Sep 01 10:25:08.499 INFO kablam! 285 | tls.set_max_early_data(TLS_MAX_EARLY_DATA)?; Sep 01 10:25:08.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 01 10:25:08.499 INFO kablam! Sep 01 10:25:08.502 INFO kablam! error[E0599]: no method named `set_stateless_cookie_generate_cb` found for type `openssl::ssl::SslContextBuilder` in the current scope Sep 01 10:25:08.502 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:291:21 Sep 01 10:25:08.502 INFO kablam! | Sep 01 10:25:08.502 INFO kablam! 291 | tls.set_stateless_cookie_generate_cb(move |tls, buf| { Sep 01 10:25:08.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:25:08.502 INFO kablam! | Sep 01 10:25:08.502 INFO kablam! = help: did you mean `set_cookie_generate_cb`? Sep 01 10:25:08.502 INFO kablam! Sep 01 10:25:08.505 INFO kablam! error[E0599]: no method named `set_stateless_cookie_verify_cb` found for type `openssl::ssl::SslContextBuilder` in the current scope Sep 01 10:25:08.505 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:296:17 Sep 01 10:25:08.505 INFO kablam! | Sep 01 10:25:08.505 INFO kablam! 296 | tls.set_stateless_cookie_verify_cb(move |tls, cookie| { Sep 01 10:25:08.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:25:08.505 INFO kablam! | Sep 01 10:25:08.505 INFO kablam! = help: did you mean `set_cookie_verify_cb`? Sep 01 10:25:08.505 INFO kablam! Sep 01 10:25:08.508 INFO kablam! error[E0599]: no method named `add_custom_ext` found for type `openssl::ssl::SslContextBuilder` in the current scope Sep 01 10:25:08.508 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:302:13 Sep 01 10:25:08.508 INFO kablam! | Sep 01 10:25:08.508 INFO kablam! 302 | tls.add_custom_ext( Sep 01 10:25:08.508 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 10:25:08.508 INFO kablam! Sep 01 10:25:08.522 INFO kablam! error[E0599]: no associated item named `ALERT_FATAL` found for type `openssl::ssl::AlpnError` in the current scope Sep 01 10:25:08.522 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:366:25 Sep 01 10:25:08.522 INFO kablam! | Sep 01 10:25:08.522 INFO kablam! 366 | Err(ssl::AlpnError::ALERT_FATAL) Sep 01 10:25:08.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `openssl::ssl::AlpnError` Sep 01 10:25:08.522 INFO kablam! Sep 01 10:25:08.528 INFO kablam! error[E0599]: no method named `set_keylog_callback` found for type `openssl::ssl::SslContextBuilder` in the current scope Sep 01 10:25:08.528 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:374:17 Sep 01 10:25:08.528 INFO kablam! | Sep 01 10:25:08.528 INFO kablam! 374 | tls.set_keylog_callback(move |_, line| { Sep 01 10:25:08.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 10:25:08.528 INFO kablam! | Sep 01 10:25:08.528 INFO kablam! = help: did you mean `set_verify_callback`? Sep 01 10:25:08.528 INFO kablam! Sep 01 10:25:08.534 INFO kablam! error[E0599]: no method named `max_early_data` found for type `openssl::ssl::SslSession` in the current scope Sep 01 10:25:08.534 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:389:31 Sep 01 10:25:08.534 INFO kablam! | Sep 01 10:25:08.534 INFO kablam! 389 | match session.max_early_data() { Sep 01 10:25:08.535 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 10:25:08.535 INFO kablam! Sep 01 10:25:08.620 INFO kablam! error[E0599]: no method named `max_early_data` found for type `openssl::ssl::SslSession` in the current scope Sep 01 10:25:08.620 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:597:24 Sep 01 10:25:08.621 INFO kablam! | Sep 01 10:25:08.621 INFO kablam! 597 | if session.max_early_data() == TLS_MAX_EARLY_DATA { Sep 01 10:25:08.621 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 10:25:08.621 INFO kablam! Sep 01 10:25:08.625 INFO kablam! error[E0599]: no method named `write_early_data` found for type `openssl::ssl::SslStreamBuilder` in the current scope Sep 01 10:25:08.625 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:599:21 Sep 01 10:25:08.625 INFO kablam! | Sep 01 10:25:08.625 INFO kablam! 599 | tls.write_early_data(&[])?; // Prompt OpenSSL to generate early keying material, read below Sep 01 10:25:08.625 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 10:25:08.625 INFO kablam! Sep 01 10:25:08.641 INFO kablam! error[E0599]: no method named `stateless` found for type `openssl::ssl::SslStreamBuilder` in the current scope Sep 01 10:25:08.641 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:661:23 Sep 01 10:25:08.641 INFO kablam! | Sep 01 10:25:08.641 INFO kablam! 661 | match tls.stateless() { Sep 01 10:25:08.641 INFO kablam! | ^^^^^^^^^ Sep 01 10:25:08.641 INFO kablam! Sep 01 10:25:08.653 INFO kablam! error[E0599]: no method named `read_early_data` found for type `openssl::ssl::SslStreamBuilder` in the current scope Sep 01 10:25:08.654 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:702:23 Sep 01 10:25:08.654 INFO kablam! | Sep 01 10:25:08.654 INFO kablam! 702 | match tls.read_early_data(&mut [0; 1]) { Sep 01 10:25:08.654 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 01 10:25:08.654 INFO kablam! Sep 01 10:25:09.370 INFO kablam! error[E0599]: no method named `handshake_digest` found for type `&openssl::ssl::SslCipherRef` in the current scope Sep 01 10:25:09.370 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:3498:33 Sep 01 10:25:09.370 INFO kablam! | Sep 01 10:25:09.370 INFO kablam! 3498 | let digest = tls_cipher.handshake_digest().unwrap(); Sep 01 10:25:09.370 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 10:25:09.370 INFO kablam! Sep 01 10:25:09.373 INFO kablam! error[E0599]: no method named `cipher_nid` found for type `&openssl::ssl::SslCipherRef` in the current scope Sep 01 10:25:09.373 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:3499:50 Sep 01 10:25:09.373 INFO kablam! | Sep 01 10:25:09.373 INFO kablam! 3499 | let cipher = Cipher::from_nid(tls_cipher.cipher_nid().unwrap()).unwrap(); Sep 01 10:25:09.373 INFO kablam! | ^^^^^^^^^^ Sep 01 10:25:09.373 INFO kablam! Sep 01 10:25:09.389 INFO kablam! error[E0599]: no method named `export_keying_material_early` found for type `&openssl::ssl::SslRef` in the current scope Sep 01 10:25:09.389 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:3504:13 Sep 01 10:25:09.389 INFO kablam! | Sep 01 10:25:09.389 INFO kablam! 3504 | tls.export_keying_material_early(&mut secret, &LABEL, b"").unwrap(); Sep 01 10:25:09.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:25:09.389 INFO kablam! | Sep 01 10:25:09.389 INFO kablam! = help: did you mean `export_keying_material`? Sep 01 10:25:09.389 INFO kablam! Sep 01 10:25:09.407 INFO kablam! error[E0599]: no method named `handshake_digest` found for type `&openssl::ssl::SslCipherRef` in the current scope Sep 01 10:25:09.407 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:3558:33 Sep 01 10:25:09.407 INFO kablam! | Sep 01 10:25:09.407 INFO kablam! 3558 | let digest = tls_cipher.handshake_digest().unwrap(); Sep 01 10:25:09.407 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 10:25:09.407 INFO kablam! Sep 01 10:25:09.409 INFO kablam! error[E0599]: no method named `cipher_nid` found for type `&openssl::ssl::SslCipherRef` in the current scope Sep 01 10:25:09.410 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:3559:50 Sep 01 10:25:09.410 INFO kablam! | Sep 01 10:25:09.410 INFO kablam! 3559 | let cipher = Cipher::from_nid(tls_cipher.cipher_nid().unwrap()).unwrap(); Sep 01 10:25:09.410 INFO kablam! | ^^^^^^^^^^ Sep 01 10:25:09.410 INFO kablam! Sep 01 10:25:09.456 INFO kablam! error: aborting due to 26 previous errors Sep 01 10:25:09.456 INFO kablam! Sep 01 10:25:09.456 INFO kablam! Some errors occurred: E0433, E0599. Sep 01 10:25:09.456 INFO kablam! For more information about an error, try `rustc --explain E0433`. Sep 01 10:25:09.471 INFO kablam! error: Could not compile `quicr-core`. Sep 01 10:25:09.471 INFO kablam! Sep 01 10:25:09.471 INFO kablam! To learn more, run the command again with --verbose. Sep 01 10:25:09.473 INFO kablam! su: No module specific data is present Sep 01 10:25:10.076 INFO running `"docker" "rm" "-f" "851c1c1ae79b968819607c61e62424fbaa6000e39a32442fe7f667b1718a4298"` Sep 01 10:25:10.173 INFO blam! 851c1c1ae79b968819607c61e62424fbaa6000e39a32442fe7f667b1718a4298