[INFO] fetching crate ovsdb-schema 0.0.1... [INFO] checking ovsdb-schema-0.0.1 against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1 [INFO] extracting crate ovsdb-schema 0.0.1 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate ovsdb-schema 0.0.1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate ovsdb-schema 0.0.1 [INFO] tweaked toml for crates.io crate ovsdb-schema 0.0.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate ovsdb-schema 0.0.1 on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate ovsdb-schema 0.0.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] edab908f5abd166754187718c31b3f7997ca007499b7346e7888fb41a5fddf10 [INFO] running `Command { std: "docker" "start" "-a" "edab908f5abd166754187718c31b3f7997ca007499b7346e7888fb41a5fddf10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "edab908f5abd166754187718c31b3f7997ca007499b7346e7888fb41a5fddf10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "edab908f5abd166754187718c31b3f7997ca007499b7346e7888fb41a5fddf10", kill_on_drop: false }` [INFO] [stdout] edab908f5abd166754187718c31b3f7997ca007499b7346e7888fb41a5fddf10 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9950bba3d330539d4d998b16ae816a58dd0f2c42efcb2b643f090dd1f05fad59 [INFO] running `Command { std: "docker" "start" "-a" "9950bba3d330539d4d998b16ae816a58dd0f2c42efcb2b643f090dd1f05fad59", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling serde v1.0.218 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking itoa v1.0.15 [INFO] [stderr] Checking ryu v1.0.20 [INFO] [stderr] Compiling quote v1.0.39 [INFO] [stderr] Compiling syn v2.0.99 [INFO] [stderr] Compiling serde_derive v1.0.218 [INFO] [stderr] Checking uuid v1.15.1 [INFO] [stderr] Checking ovsdb-schema v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `ovsdb_derive` [INFO] [stdout] --> tests/integration.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use ovsdb_derive::ovsdb_object; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `ovsdb_derive` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `ovsdb_derive`, use `cargo add ovsdb_derive` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_map` found for struct `NbGlobal` in the current scope [INFO] [stdout] --> tests/integration.rs:49:19 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct NbGlobal { [INFO] [stdout] | ------------------- function or associated item `from_map` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 49 | NbGlobal::from_map(&serde_json::from_value(json_value.clone()).unwrap()).unwrap(); [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `NbGlobal` [INFO] [stdout] | [INFO] [stdout] help: there is an associated function `from` with a similar name [INFO] [stdout] | [INFO] [stdout] 49 - NbGlobal::from_map(&serde_json::from_value(json_value.clone()).unwrap()).unwrap(); [INFO] [stdout] 49 + NbGlobal::from(&serde_json::from_value(json_value.clone()).unwrap()).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `NbGlobal` in the current scope [INFO] [stdout] --> tests/integration.rs:89:35 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct NbGlobal { [INFO] [stdout] | ------------------- function or associated item `new` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 89 | let mut nb_global = NbGlobal::new(); [INFO] [stdout] | ^^^ function or associated item not found in `NbGlobal` [INFO] [stdout] | [INFO] [stdout] help: there is a method `ne` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/cmp.rs:265:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_map` found for struct `NbGlobal` in the current scope [INFO] [stdout] --> tests/integration.rs:175:31 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct NbGlobal { [INFO] [stdout] | ------------------- function or associated item `from_map` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 175 | let nb_global = NbGlobal::from_map(&serde_json::from_value(json_value).unwrap()).unwrap(); [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `NbGlobal` [INFO] [stdout] | [INFO] [stdout] help: there is an associated function `from` with a similar name [INFO] [stdout] | [INFO] [stdout] 175 - let nb_global = NbGlobal::from_map(&serde_json::from_value(json_value).unwrap()).unwrap(); [INFO] [stdout] 175 + let nb_global = NbGlobal::from(&serde_json::from_value(json_value).unwrap()).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_map` found for struct `NbGlobal` in the current scope [INFO] [stdout] --> tests/integration.rs:181:32 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct NbGlobal { [INFO] [stdout] | ------------------- function or associated item `from_map` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 181 | let nb_global2 = NbGlobal::from_map(&serde_json::from_value(serialized).unwrap()).unwrap(); [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `NbGlobal` [INFO] [stdout] | [INFO] [stdout] help: there is an associated function `from` with a similar name [INFO] [stdout] | [INFO] [stdout] 181 - let nb_global2 = NbGlobal::from_map(&serde_json::from_value(serialized).unwrap()).unwrap(); [INFO] [stdout] 181 + let nb_global2 = NbGlobal::from(&serde_json::from_value(serialized).unwrap()).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_map` found for struct `NbGlobal` in the current scope [INFO] [stdout] --> tests/integration.rs:196:31 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct NbGlobal { [INFO] [stdout] | ------------------- function or associated item `from_map` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 196 | let nb_global = NbGlobal::from_map(&serde_json::from_value(json_value).unwrap()).unwrap(); [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `NbGlobal` [INFO] [stdout] | [INFO] [stdout] help: there is an associated function `from` with a similar name [INFO] [stdout] | [INFO] [stdout] 196 - let nb_global = NbGlobal::from_map(&serde_json::from_value(json_value).unwrap()).unwrap(); [INFO] [stdout] 196 + let nb_global = NbGlobal::from(&serde_json::from_value(json_value).unwrap()).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_map` found for struct `NbGlobal` in the current scope [INFO] [stdout] --> tests/integration.rs:215:31 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct NbGlobal { [INFO] [stdout] | ------------------- function or associated item `from_map` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 215 | let nb_global = NbGlobal::from_map(&serde_json::from_value(json_value).unwrap()).unwrap(); [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `NbGlobal` [INFO] [stdout] | [INFO] [stdout] help: there is an associated function `from` with a similar name [INFO] [stdout] | [INFO] [stdout] 215 - let nb_global = NbGlobal::from_map(&serde_json::from_value(json_value).unwrap()).unwrap(); [INFO] [stdout] 215 + let nb_global = NbGlobal::from(&serde_json::from_value(json_value).unwrap()).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_map` found for struct `NbGlobal` in the current scope [INFO] [stdout] --> tests/integration.rs:232:31 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct NbGlobal { [INFO] [stdout] | ------------------- function or associated item `from_map` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 232 | let nb_global = NbGlobal::from_map(&serde_json::from_value(json_value).unwrap()).unwrap(); [INFO] [stdout] | ^^^^^^^^ function or associated item not found in `NbGlobal` [INFO] [stdout] | [INFO] [stdout] help: there is an associated function `from` with a similar name [INFO] [stdout] | [INFO] [stdout] 232 - let nb_global = NbGlobal::from_map(&serde_json::from_value(json_value).unwrap()).unwrap(); [INFO] [stdout] 232 + let nb_global = NbGlobal::from(&serde_json::from_value(json_value).unwrap()).unwrap(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `NbGlobal` in the current scope [INFO] [stdout] --> tests/integration.rs:240:35 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct NbGlobal { [INFO] [stdout] | ------------------- function or associated item `new` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 240 | let mut nb_global = NbGlobal::new(); [INFO] [stdout] | ^^^ function or associated item not found in `NbGlobal` [INFO] [stdout] | [INFO] [stdout] help: there is a method `ne` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/cmp.rs:265:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `NbGlobal` in the current scope [INFO] [stdout] --> tests/integration.rs:259:35 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct NbGlobal { [INFO] [stdout] | ------------------- function or associated item `new` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 259 | let mut nb_global = NbGlobal::new(); [INFO] [stdout] | ^^^ function or associated item not found in `NbGlobal` [INFO] [stdout] | [INFO] [stdout] help: there is a method `ne` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/cmp.rs:265:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ovsdb-schema` (test "integration") due to 10 previous errors [INFO] running `Command { std: "docker" "inspect" "9950bba3d330539d4d998b16ae816a58dd0f2c42efcb2b643f090dd1f05fad59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9950bba3d330539d4d998b16ae816a58dd0f2c42efcb2b643f090dd1f05fad59", kill_on_drop: false }` [INFO] [stdout] 9950bba3d330539d4d998b16ae816a58dd0f2c42efcb2b643f090dd1f05fad59