[INFO] crate fie-ffi 0.2.0 is already in cache [INFO] extracting crate fie-ffi 0.2.0 into work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/reg/fie-ffi/0.2.0 [INFO] extracting crate fie-ffi 0.2.0 into work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/reg/fie-ffi/0.2.0 [INFO] validating manifest of fie-ffi-0.2.0 on toolchain master#39401465da4ce27aeeb2c2a26133ac35c63aa515 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of fie-ffi-0.2.0 on toolchain try#f45cc3094ee337acd688771b9234318046b0572d [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing fie-ffi-0.2.0 [INFO] removed 0 missing tests [INFO] finished frobbing fie-ffi-0.2.0 [INFO] frobbed toml for fie-ffi-0.2.0 written to work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/reg/fie-ffi/0.2.0/Cargo.toml [INFO] started frobbing fie-ffi-0.2.0 [INFO] removed 0 missing tests [INFO] finished frobbing fie-ffi-0.2.0 [INFO] frobbed toml for fie-ffi-0.2.0 written to work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/reg/fie-ffi/0.2.0/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking fie-ffi-0.2.0 against master#39401465da4ce27aeeb2c2a26133ac35c63aa515 for pr-60914 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60914/worker-4/master#39401465da4ce27aeeb2c2a26133ac35c63aa515:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/reg/fie-ffi/0.2.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] eb8cfcee80f2ee3eb238310e95d22e4edd63e35247eed400d8a4dde981146185 [INFO] running `"docker" "start" "-a" "eb8cfcee80f2ee3eb238310e95d22e4edd63e35247eed400d8a4dde981146185"` [INFO] [stderr] Checking etag v1.0.3 [INFO] [stderr] Compiling fie-ffi v0.2.0 (/opt/crater/workdir) [INFO] [stderr] Checking hyper v0.12.29 [INFO] [stderr] Checking hyper-rustls v0.16.1 [INFO] [stderr] Checking yukikaze v0.5.4 [INFO] [stderr] Checking fie v0.13.0 [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `fie_ffi` [INFO] [stderr] --> tests/c.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use fie_ffi::c::config::*; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `fie_ffi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ApiType` [INFO] [stderr] --> tests/c.rs:14:49 [INFO] [stderr] | [INFO] [stderr] 14 | assert!(fie_config_platform_get(config, ApiType::Twitter)); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `ApiType` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ApiType` [INFO] [stderr] --> tests/c.rs:15:50 [INFO] [stderr] | [INFO] [stderr] 15 | fie_config_platform_set(ptr::null_mut(), ApiType::Twitter, false); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `ApiType` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ApiType` [INFO] [stderr] --> tests/c.rs:16:49 [INFO] [stderr] | [INFO] [stderr] 16 | assert!(fie_config_platform_get(config, ApiType::Twitter)); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `ApiType` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ApiType` [INFO] [stderr] --> tests/c.rs:17:41 [INFO] [stderr] | [INFO] [stderr] 17 | fie_config_platform_set(config, ApiType::Twitter, false); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `ApiType` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ApiType` [INFO] [stderr] --> tests/c.rs:18:50 [INFO] [stderr] | [INFO] [stderr] 18 | assert!(!fie_config_platform_get(config, ApiType::Twitter)); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `ApiType` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ApiType` [INFO] [stderr] --> tests/c.rs:20:49 [INFO] [stderr] | [INFO] [stderr] 20 | assert!(fie_config_platform_get(config, ApiType::Mastodon)); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `ApiType` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ApiType` [INFO] [stderr] --> tests/c.rs:21:41 [INFO] [stderr] | [INFO] [stderr] 21 | fie_config_platform_set(config, ApiType::Mastodon, false); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `ApiType` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ApiType` [INFO] [stderr] --> tests/c.rs:22:50 [INFO] [stderr] | [INFO] [stderr] 22 | assert!(!fie_config_platform_get(config, ApiType::Mastodon)); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `ApiType` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ApiType` [INFO] [stderr] --> tests/c.rs:24:49 [INFO] [stderr] | [INFO] [stderr] 24 | assert!(fie_config_platform_get(config, ApiType::Minds)); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `ApiType` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ApiType` [INFO] [stderr] --> tests/c.rs:25:41 [INFO] [stderr] | [INFO] [stderr] 25 | fie_config_platform_set(config, ApiType::Minds, false); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `ApiType` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ApiType` [INFO] [stderr] --> tests/c.rs:26:50 [INFO] [stderr] | [INFO] [stderr] 26 | assert!(!fie_config_platform_get(config, ApiType::Minds)); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `ApiType` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ApiType` [INFO] [stderr] --> tests/c.rs:28:49 [INFO] [stderr] | [INFO] [stderr] 28 | assert!(fie_config_platform_get(config, ApiType::Gab)); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `ApiType` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ApiType` [INFO] [stderr] --> tests/c.rs:29:41 [INFO] [stderr] | [INFO] [stderr] 29 | fie_config_platform_set(config, ApiType::Gab, false); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `ApiType` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ApiType` [INFO] [stderr] --> tests/c.rs:30:50 [INFO] [stderr] | [INFO] [stderr] 30 | assert!(!fie_config_platform_get(config, ApiType::Gab)); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `ApiType` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `fie_config_new` in this scope [INFO] [stderr] --> tests/c.rs:8:18 [INFO] [stderr] | [INFO] [stderr] 8 | let config = fie_config_new(); [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `fie_config_platform_get` in this scope [INFO] [stderr] --> tests/c.rs:14:17 [INFO] [stderr] | [INFO] [stderr] 14 | assert!(fie_config_platform_get(config, ApiType::Twitter)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `fie_config_platform_set` in this scope [INFO] [stderr] --> tests/c.rs:15:9 [INFO] [stderr] | [INFO] [stderr] 15 | fie_config_platform_set(ptr::null_mut(), ApiType::Twitter, false); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `fie_config_platform_get` in this scope [INFO] [stderr] --> tests/c.rs:16:17 [INFO] [stderr] | [INFO] [stderr] 16 | assert!(fie_config_platform_get(config, ApiType::Twitter)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `fie_config_platform_set` in this scope [INFO] [stderr] --> tests/c.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | fie_config_platform_set(config, ApiType::Twitter, false); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `fie_config_platform_get` in this scope [INFO] [stderr] --> tests/c.rs:18:18 [INFO] [stderr] | [INFO] [stderr] 18 | assert!(!fie_config_platform_get(config, ApiType::Twitter)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `fie_config_platform_get` in this scope [INFO] [stderr] --> tests/c.rs:20:17 [INFO] [stderr] | [INFO] [stderr] 20 | assert!(fie_config_platform_get(config, ApiType::Mastodon)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `fie_config_platform_set` in this scope [INFO] [stderr] --> tests/c.rs:21:9 [INFO] [stderr] | [INFO] [stderr] 21 | fie_config_platform_set(config, ApiType::Mastodon, false); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `fie_config_platform_get` in this scope [INFO] [stderr] --> tests/c.rs:22:18 [INFO] [stderr] | [INFO] [stderr] 22 | assert!(!fie_config_platform_get(config, ApiType::Mastodon)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `fie_config_platform_get` in this scope [INFO] [stderr] --> tests/c.rs:24:17 [INFO] [stderr] | [INFO] [stderr] 24 | assert!(fie_config_platform_get(config, ApiType::Minds)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `fie_config_platform_set` in this scope [INFO] [stderr] --> tests/c.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | fie_config_platform_set(config, ApiType::Minds, false); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `fie_config_platform_get` in this scope [INFO] [stderr] --> tests/c.rs:26:18 [INFO] [stderr] | [INFO] [stderr] 26 | assert!(!fie_config_platform_get(config, ApiType::Minds)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `fie_config_platform_get` in this scope [INFO] [stderr] --> tests/c.rs:28:17 [INFO] [stderr] | [INFO] [stderr] 28 | assert!(fie_config_platform_get(config, ApiType::Gab)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `fie_config_platform_set` in this scope [INFO] [stderr] --> tests/c.rs:29:9 [INFO] [stderr] | [INFO] [stderr] 29 | fie_config_platform_set(config, ApiType::Gab, false); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `fie_config_platform_get` in this scope [INFO] [stderr] --> tests/c.rs:30:18 [INFO] [stderr] | [INFO] [stderr] 30 | assert!(!fie_config_platform_get(config, ApiType::Gab)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `fie_config_api_gab_get` in this scope [INFO] [stderr] --> tests/c.rs:39:18 [INFO] [stderr] | [INFO] [stderr] 39 | assert!(!fie_config_api_gab_get(ptr::null(), &mut username, &mut password)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `fie_config_api_gab_get` in this scope [INFO] [stderr] --> tests/c.rs:43:17 [INFO] [stderr] | [INFO] [stderr] 43 | assert!(fie_config_api_gab_get(config, &mut username, &mut password)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `fie_string_free` in this scope [INFO] [stderr] --> tests/c.rs:51:9 [INFO] [stderr] | [INFO] [stderr] 51 | fie_string_free(username as *mut _); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `fie_string_free` in this scope [INFO] [stderr] --> tests/c.rs:52:9 [INFO] [stderr] | [INFO] [stderr] 52 | fie_string_free(password as *mut _); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `fie_config_api_gab_set` in this scope [INFO] [stderr] --> tests/c.rs:58:18 [INFO] [stderr] | [INFO] [stderr] 58 | assert!(!fie_config_api_gab_set(ptr::null_mut(), expected_username.as_c_str().as_ptr(), expected_password.as_c_str().as_ptr())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `fie_config_api_gab_set` in this scope [INFO] [stderr] --> tests/c.rs:59:17 [INFO] [stderr] | [INFO] [stderr] 59 | assert!(fie_config_api_gab_set(config, expected_username.as_c_str().as_ptr(), expected_password.as_c_str().as_ptr())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `fie_config_api_gab_get` in this scope [INFO] [stderr] --> tests/c.rs:63:17 [INFO] [stderr] | [INFO] [stderr] 63 | assert!(fie_config_api_gab_get(config, &mut username, &mut password)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `fie_string_free` in this scope [INFO] [stderr] --> tests/c.rs:70:9 [INFO] [stderr] | [INFO] [stderr] 70 | fie_string_free(username as *mut _); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `fie_string_free` in this scope [INFO] [stderr] --> tests/c.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | fie_string_free(password as *mut _); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `fie_config_free` in this scope [INFO] [stderr] --> tests/c.rs:75:9 [INFO] [stderr] | [INFO] [stderr] 75 | fie_config_free(config); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused import: `fie_ffi::c::config::*` [INFO] [stderr] --> tests/c.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use fie_ffi::c::config::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error[E0699]: the type of this value must be known to call a method on a raw pointer on it [INFO] [stderr] --> tests/c.rs:40:26 [INFO] [stderr] | [INFO] [stderr] 40 | assert!(password.is_null()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0699]: the type of this value must be known to call a method on a raw pointer on it [INFO] [stderr] --> tests/c.rs:41:26 [INFO] [stderr] | [INFO] [stderr] 41 | assert!(username.is_null()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0699]: the type of this value must be known to call a method on a raw pointer on it [INFO] [stderr] --> tests/c.rs:44:27 [INFO] [stderr] | [INFO] [stderr] 44 | assert!(!password.is_null()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0699]: the type of this value must be known to call a method on a raw pointer on it [INFO] [stderr] --> tests/c.rs:45:27 [INFO] [stderr] | [INFO] [stderr] 45 | assert!(!username.is_null()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0699]: the type of this value must be known to call a method on a raw pointer on it [INFO] [stderr] --> tests/c.rs:65:27 [INFO] [stderr] | [INFO] [stderr] 65 | assert!(!password.is_null()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0699]: the type of this value must be known to call a method on a raw pointer on it [INFO] [stderr] --> tests/c.rs:66:27 [INFO] [stderr] | [INFO] [stderr] 66 | assert!(!username.is_null()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 47 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0433, E0699. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `fie-ffi`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "eb8cfcee80f2ee3eb238310e95d22e4edd63e35247eed400d8a4dde981146185"` [INFO] running `"docker" "rm" "-f" "eb8cfcee80f2ee3eb238310e95d22e4edd63e35247eed400d8a4dde981146185"` [INFO] [stdout] eb8cfcee80f2ee3eb238310e95d22e4edd63e35247eed400d8a4dde981146185