[INFO] fetching crate fie-ffi 0.2.0... [INFO] checking fie-ffi-0.2.0 against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] extracting crate fie-ffi 0.2.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate fie-ffi 0.2.0 on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate fie-ffi 0.2.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate fie-ffi 0.2.0 [INFO] tweaked toml for crates.io crate fie-ffi 0.2.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fie v0.13.0 [INFO] [stderr] Downloaded yukikaze v0.5.4 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 64ff92e523543566259345c23ef40f2b015d838a61f2c8c615ded27d4a4a3feb [INFO] running `"docker" "start" "-a" "64ff92e523543566259345c23ef40f2b015d838a61f2c8c615ded27d4a4a3feb"` [INFO] [stderr] Checking etag v1.0.3 [INFO] [stderr] Checking data-encoding v2.1.2 [INFO] [stderr] Compiling fie-ffi v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Checking cookie v0.11.1 [INFO] [stderr] Checking rustls v0.15.2 [INFO] [stderr] Checking ct-logs v0.5.1 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking tokio-rustls v0.9.4 [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[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] 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 46 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433, E0699. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `fie-ffi`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "64ff92e523543566259345c23ef40f2b015d838a61f2c8c615ded27d4a4a3feb"` [INFO] running `"docker" "rm" "-f" "64ff92e523543566259345c23ef40f2b015d838a61f2c8c615ded27d4a4a3feb"` [INFO] [stdout] 64ff92e523543566259345c23ef40f2b015d838a61f2c8c615ded27d4a4a3feb