Aug 31 17:44:27.184 INFO checking quicr-0.4.0 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Aug 31 17:44:27.184 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Aug 31 17:44:27.184 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-0/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 31 17:44:27.414 INFO blam! 9aa7addb9f9f72f7dacd7808620a14d8a5e3d594b0bff7da1f7bb3dda822932a Aug 31 17:44:27.417 INFO running `"docker" "start" "-a" "9aa7addb9f9f72f7dacd7808620a14d8a5e3d594b0bff7da1f7bb3dda822932a"` Aug 31 17:44:28.455 INFO kablam! Checking tokio-threadpool v0.1.6 Aug 31 17:44:28.456 INFO kablam! Checking quicr-core v0.4.0 Aug 31 17:44:30.165 INFO kablam! error[E0433]: failed to resolve. Could not find `ExtensionContext` in `ssl` Aug 31 17:44:30.166 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:303:22 Aug 31 17:44:30.166 INFO kablam! | Aug 31 17:44:30.166 INFO kablam! 303 | 26, ssl::ExtensionContext::TLS1_3_ONLY | ssl::ExtensionContext::CLIENT_HELLO | ssl::ExtensionContext::TLS1_3_ENCRYPTED_EXTENSIONS, Aug 31 17:44:30.166 INFO kablam! | ^^^^^^^^^^^^^^^^ Could not find `ExtensionContext` in `ssl` Aug 31 17:44:30.166 INFO kablam! Aug 31 17:44:30.166 INFO kablam! error[E0433]: failed to resolve. Could not find `ExtensionContext` in `ssl` Aug 31 17:44:30.166 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:303:59 Aug 31 17:44:30.166 INFO kablam! | Aug 31 17:44:30.166 INFO kablam! 303 | 26, ssl::ExtensionContext::TLS1_3_ONLY | ssl::ExtensionContext::CLIENT_HELLO | ssl::ExtensionContext::TLS1_3_ENCRYPTED_EXTENSIONS, Aug 31 17:44:30.166 INFO kablam! | ^^^^^^^^^^^^^^^^ Could not find `ExtensionContext` in `ssl` Aug 31 17:44:30.166 INFO kablam! Aug 31 17:44:30.166 INFO kablam! error[E0433]: failed to resolve. Could not find `ExtensionContext` in `ssl` Aug 31 17:44:30.166 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:303:97 Aug 31 17:44:30.166 INFO kablam! | Aug 31 17:44:30.166 INFO kablam! 303 | 26, ssl::ExtensionContext::TLS1_3_ONLY | ssl::ExtensionContext::CLIENT_HELLO | ssl::ExtensionContext::TLS1_3_ENCRYPTED_EXTENSIONS, Aug 31 17:44:30.166 INFO kablam! | ^^^^^^^^^^^^^^^^ Could not find `ExtensionContext` in `ssl` Aug 31 17:44:30.166 INFO kablam! Aug 31 17:44:30.166 INFO kablam! error[E0433]: failed to resolve. Could not find `ExtensionContext` in `ssl` Aug 31 17:44:30.167 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:316:47 Aug 31 17:44:30.167 INFO kablam! | Aug 31 17:44:30.167 INFO kablam! 316 | let am_server = ctx == ssl::ExtensionContext::TLS1_3_ENCRYPTED_EXTENSIONS; Aug 31 17:44:30.167 INFO kablam! | ^^^^^^^^^^^^^^^^ Could not find `ExtensionContext` in `ssl` Aug 31 17:44:30.167 INFO kablam! Aug 31 17:44:30.167 INFO kablam! error[E0433]: failed to resolve. Could not find `ExtensionContext` in `ssl` Aug 31 17:44:30.167 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:329:43 Aug 31 17:44:30.167 INFO kablam! | Aug 31 17:44:30.167 INFO kablam! 329 | let side = if ctx == ssl::ExtensionContext::CLIENT_HELLO { Side::Server } else { Side::Client }; Aug 31 17:44:30.167 INFO kablam! | ^^^^^^^^^^^^^^^^ Could not find `ExtensionContext` in `ssl` Aug 31 17:44:30.167 INFO kablam! Aug 31 17:44:30.751 INFO kablam! Checking tokio-fs v0.1.3 Aug 31 17:44:31.508 INFO kablam! error[E0599]: no method named `set_min_proto_version` found for type `openssl::ssl::SslContextBuilder` in the current scope Aug 31 17:44:31.508 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:273:13 Aug 31 17:44:31.509 INFO kablam! | Aug 31 17:44:31.509 INFO kablam! 273 | tls.set_min_proto_version(Some(SslVersion::TLS1_3))?; Aug 31 17:44:31.509 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Aug 31 17:44:31.509 INFO kablam! Aug 31 17:44:31.511 INFO kablam! error[E0599]: no associated item named `TLS1_3` found for type `openssl::ssl::SslVersion` in the current scope Aug 31 17:44:31.511 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:273:40 Aug 31 17:44:31.511 INFO kablam! | Aug 31 17:44:31.511 INFO kablam! 273 | tls.set_min_proto_version(Some(SslVersion::TLS1_3))?; Aug 31 17:44:31.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^ associated item not found in `openssl::ssl::SslVersion` Aug 31 17:44:31.511 INFO kablam! | Aug 31 17:44:31.511 INFO kablam! = help: did you mean `TLS1_1`? Aug 31 17:44:31.511 INFO kablam! Aug 31 17:44:31.514 INFO kablam! error[E0599]: no method named `set_max_proto_version` found for type `openssl::ssl::SslContextBuilder` in the current scope Aug 31 17:44:31.514 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:274:13 Aug 31 17:44:31.514 INFO kablam! | Aug 31 17:44:31.514 INFO kablam! 274 | tls.set_max_proto_version(Some(SslVersion::TLS1_3))?; Aug 31 17:44:31.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Aug 31 17:44:31.514 INFO kablam! Aug 31 17:44:31.516 INFO kablam! error[E0599]: no associated item named `TLS1_3` found for type `openssl::ssl::SslVersion` in the current scope Aug 31 17:44:31.517 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:274:40 Aug 31 17:44:31.517 INFO kablam! | Aug 31 17:44:31.517 INFO kablam! 274 | tls.set_max_proto_version(Some(SslVersion::TLS1_3))?; Aug 31 17:44:31.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^ associated item not found in `openssl::ssl::SslVersion` Aug 31 17:44:31.517 INFO kablam! | Aug 31 17:44:31.517 INFO kablam! = help: did you mean `TLS1_1`? Aug 31 17:44:31.517 INFO kablam! Aug 31 17:44:31.522 INFO kablam! error[E0599]: no associated item named `ENABLE_MIDDLEBOX_COMPAT` found for type `openssl::ssl::SslOptions` in the current scope Aug 31 17:44:31.522 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:279:27 Aug 31 17:44:31.522 INFO kablam! | Aug 31 17:44:31.522 INFO kablam! 279 | tls.clear_options(SslOptions::ENABLE_MIDDLEBOX_COMPAT); Aug 31 17:44:31.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `openssl::ssl::SslOptions` Aug 31 17:44:31.522 INFO kablam! Aug 31 17:44:31.526 INFO kablam! error[E0599]: no method named `set_max_early_data` found for type `openssl::ssl::SslContextBuilder` in the current scope Aug 31 17:44:31.526 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:285:17 Aug 31 17:44:31.526 INFO kablam! | Aug 31 17:44:31.526 INFO kablam! 285 | tls.set_max_early_data(TLS_MAX_EARLY_DATA)?; Aug 31 17:44:31.526 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Aug 31 17:44:31.526 INFO kablam! Aug 31 17:44:31.529 INFO kablam! error[E0599]: no method named `set_stateless_cookie_generate_cb` found for type `openssl::ssl::SslContextBuilder` in the current scope Aug 31 17:44:31.530 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:291:21 Aug 31 17:44:31.530 INFO kablam! | Aug 31 17:44:31.530 INFO kablam! 291 | tls.set_stateless_cookie_generate_cb(move |tls, buf| { Aug 31 17:44:31.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 17:44:31.530 INFO kablam! | Aug 31 17:44:31.530 INFO kablam! = help: did you mean `set_cookie_generate_cb`? Aug 31 17:44:31.530 INFO kablam! Aug 31 17:44:31.533 INFO kablam! error[E0599]: no method named `set_stateless_cookie_verify_cb` found for type `openssl::ssl::SslContextBuilder` in the current scope Aug 31 17:44:31.533 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:296:17 Aug 31 17:44:31.533 INFO kablam! | Aug 31 17:44:31.533 INFO kablam! 296 | tls.set_stateless_cookie_verify_cb(move |tls, cookie| { Aug 31 17:44:31.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 17:44:31.533 INFO kablam! | Aug 31 17:44:31.533 INFO kablam! = help: did you mean `set_cookie_verify_cb`? Aug 31 17:44:31.533 INFO kablam! Aug 31 17:44:31.536 INFO kablam! error[E0599]: no method named `add_custom_ext` found for type `openssl::ssl::SslContextBuilder` in the current scope Aug 31 17:44:31.536 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:302:13 Aug 31 17:44:31.536 INFO kablam! | Aug 31 17:44:31.536 INFO kablam! 302 | tls.add_custom_ext( Aug 31 17:44:31.536 INFO kablam! | ^^^^^^^^^^^^^^ Aug 31 17:44:31.536 INFO kablam! Aug 31 17:44:31.555 INFO kablam! error[E0599]: no associated item named `ALERT_FATAL` found for type `openssl::ssl::AlpnError` in the current scope Aug 31 17:44:31.555 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:366:25 Aug 31 17:44:31.555 INFO kablam! | Aug 31 17:44:31.555 INFO kablam! 366 | Err(ssl::AlpnError::ALERT_FATAL) Aug 31 17:44:31.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `openssl::ssl::AlpnError` Aug 31 17:44:31.555 INFO kablam! Aug 31 17:44:31.560 INFO kablam! error[E0599]: no method named `set_keylog_callback` found for type `openssl::ssl::SslContextBuilder` in the current scope Aug 31 17:44:31.560 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:374:17 Aug 31 17:44:31.560 INFO kablam! | Aug 31 17:44:31.560 INFO kablam! 374 | tls.set_keylog_callback(move |_, line| { Aug 31 17:44:31.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Aug 31 17:44:31.561 INFO kablam! | Aug 31 17:44:31.561 INFO kablam! = help: did you mean `set_verify_callback`? Aug 31 17:44:31.561 INFO kablam! Aug 31 17:44:31.567 INFO kablam! error[E0599]: no method named `max_early_data` found for type `openssl::ssl::SslSession` in the current scope Aug 31 17:44:31.567 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:389:31 Aug 31 17:44:31.567 INFO kablam! | Aug 31 17:44:31.567 INFO kablam! 389 | match session.max_early_data() { Aug 31 17:44:31.567 INFO kablam! | ^^^^^^^^^^^^^^ Aug 31 17:44:31.567 INFO kablam! Aug 31 17:44:31.664 INFO kablam! error[E0599]: no method named `max_early_data` found for type `openssl::ssl::SslSession` in the current scope Aug 31 17:44:31.664 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:597:24 Aug 31 17:44:31.664 INFO kablam! | Aug 31 17:44:31.664 INFO kablam! 597 | if session.max_early_data() == TLS_MAX_EARLY_DATA { Aug 31 17:44:31.665 INFO kablam! | ^^^^^^^^^^^^^^ Aug 31 17:44:31.665 INFO kablam! Aug 31 17:44:31.670 INFO kablam! error[E0599]: no method named `write_early_data` found for type `openssl::ssl::SslStreamBuilder` in the current scope Aug 31 17:44:31.670 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:599:21 Aug 31 17:44:31.670 INFO kablam! | Aug 31 17:44:31.670 INFO kablam! 599 | tls.write_early_data(&[])?; // Prompt OpenSSL to generate early keying material, read below Aug 31 17:44:31.670 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 31 17:44:31.670 INFO kablam! Aug 31 17:44:31.691 INFO kablam! error[E0599]: no method named `stateless` found for type `openssl::ssl::SslStreamBuilder` in the current scope Aug 31 17:44:31.691 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:661:23 Aug 31 17:44:31.691 INFO kablam! | Aug 31 17:44:31.691 INFO kablam! 661 | match tls.stateless() { Aug 31 17:44:31.691 INFO kablam! | ^^^^^^^^^ Aug 31 17:44:31.691 INFO kablam! Aug 31 17:44:31.706 INFO kablam! error[E0599]: no method named `read_early_data` found for type `openssl::ssl::SslStreamBuilder` in the current scope Aug 31 17:44:31.706 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:702:23 Aug 31 17:44:31.706 INFO kablam! | Aug 31 17:44:31.706 INFO kablam! 702 | match tls.read_early_data(&mut [0; 1]) { Aug 31 17:44:31.706 INFO kablam! | ^^^^^^^^^^^^^^^ Aug 31 17:44:31.706 INFO kablam! Aug 31 17:44:32.209 INFO kablam! Checking tokio v0.1.8 Aug 31 17:44:32.459 INFO kablam! error[E0599]: no method named `handshake_digest` found for type `&openssl::ssl::SslCipherRef` in the current scope Aug 31 17:44:32.459 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:3498:33 Aug 31 17:44:32.459 INFO kablam! | Aug 31 17:44:32.459 INFO kablam! 3498 | let digest = tls_cipher.handshake_digest().unwrap(); Aug 31 17:44:32.459 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 31 17:44:32.459 INFO kablam! Aug 31 17:44:32.461 INFO kablam! error[E0599]: no method named `cipher_nid` found for type `&openssl::ssl::SslCipherRef` in the current scope Aug 31 17:44:32.461 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:3499:50 Aug 31 17:44:32.461 INFO kablam! | Aug 31 17:44:32.461 INFO kablam! 3499 | let cipher = Cipher::from_nid(tls_cipher.cipher_nid().unwrap()).unwrap(); Aug 31 17:44:32.461 INFO kablam! | ^^^^^^^^^^ Aug 31 17:44:32.461 INFO kablam! Aug 31 17:44:32.471 INFO kablam! error[E0599]: no method named `export_keying_material_early` found for type `&openssl::ssl::SslRef` in the current scope Aug 31 17:44:32.471 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:3504:13 Aug 31 17:44:32.471 INFO kablam! | Aug 31 17:44:32.471 INFO kablam! 3504 | tls.export_keying_material_early(&mut secret, &LABEL, b"").unwrap(); Aug 31 17:44:32.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 31 17:44:32.471 INFO kablam! | Aug 31 17:44:32.471 INFO kablam! = help: did you mean `export_keying_material`? Aug 31 17:44:32.471 INFO kablam! Aug 31 17:44:32.489 INFO kablam! error[E0599]: no method named `handshake_digest` found for type `&openssl::ssl::SslCipherRef` in the current scope Aug 31 17:44:32.489 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:3558:33 Aug 31 17:44:32.489 INFO kablam! | Aug 31 17:44:32.489 INFO kablam! 3558 | let digest = tls_cipher.handshake_digest().unwrap(); Aug 31 17:44:32.489 INFO kablam! | ^^^^^^^^^^^^^^^^ Aug 31 17:44:32.489 INFO kablam! Aug 31 17:44:32.491 INFO kablam! error[E0599]: no method named `cipher_nid` found for type `&openssl::ssl::SslCipherRef` in the current scope Aug 31 17:44:32.492 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quicr-core-0.4.0/src/endpoint.rs:3559:50 Aug 31 17:44:32.492 INFO kablam! | Aug 31 17:44:32.492 INFO kablam! 3559 | let cipher = Cipher::from_nid(tls_cipher.cipher_nid().unwrap()).unwrap(); Aug 31 17:44:32.492 INFO kablam! | ^^^^^^^^^^ Aug 31 17:44:32.492 INFO kablam! Aug 31 17:44:32.547 INFO kablam! error: aborting due to 26 previous errors Aug 31 17:44:32.547 INFO kablam! Aug 31 17:44:32.548 INFO kablam! Some errors occurred: E0433, E0599. Aug 31 17:44:32.548 INFO kablam! For more information about an error, try `rustc --explain E0433`. Aug 31 17:44:32.559 INFO kablam! error: Could not compile `quicr-core`. Aug 31 17:44:32.559 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 31 17:44:34.070 INFO kablam! error: build failed Aug 31 17:44:34.071 INFO kablam! su: No module specific data is present Aug 31 17:44:34.452 INFO running `"docker" "rm" "-f" "9aa7addb9f9f72f7dacd7808620a14d8a5e3d594b0bff7da1f7bb3dda822932a"` Aug 31 17:44:34.537 INFO blam! 9aa7addb9f9f72f7dacd7808620a14d8a5e3d594b0bff7da1f7bb3dda822932a