[INFO] fetching crate chinese_currency 0.2.0... [INFO] checking chinese_currency-0.2.0 against try#8de4b308b608cded0ebccf658a0fc719bce87d4e for pr-89056 [INFO] extracting crate chinese_currency 0.2.0 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate chinese_currency 0.2.0 on toolchain 8de4b308b608cded0ebccf658a0fc719bce87d4e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate chinese_currency 0.2.0 [INFO] finished tweaking crates.io crate chinese_currency 0.2.0 [INFO] tweaked toml for crates.io crate chinese_currency 0.2.0 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9f6cad82d219bfdab07dcd2064f85b1003b027d699a98d4d641f877f63aa79e2 [INFO] running `Command { std: "docker" "start" "-a" "9f6cad82d219bfdab07dcd2064f85b1003b027d699a98d4d641f877f63aa79e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9f6cad82d219bfdab07dcd2064f85b1003b027d699a98d4d641f877f63aa79e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f6cad82d219bfdab07dcd2064f85b1003b027d699a98d4d641f877f63aa79e2", kill_on_drop: false }` [INFO] [stdout] 9f6cad82d219bfdab07dcd2064f85b1003b027d699a98d4d641f877f63aa79e2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fceb4e7d6ff9f3207f3167a8143731f5dd403dd2e6a3e299df34a9280bd63d9f [INFO] running `Command { std: "docker" "start" "-a" "fceb4e7d6ff9f3207f3167a8143731f5dd403dd2e6a3e299df34a9280bd63d9f", kill_on_drop: false }` [INFO] [stderr] Checking chinese_currency v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0599]: no method named `to_chinese_currency` found for type `usize` in the current scope [INFO] [stdout] --> tests/smoe_test.rs:60:26 [INFO] [stdout] | [INFO] [stdout] 60 | 12345678900usize.to_chinese_currency(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ method not found in `usize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_chinese_currency` found for type `usize` in the current scope [INFO] [stdout] --> tests/smoe_test.rs:63:33 [INFO] [stdout] | [INFO] [stdout] 63 | assert_eq!(10000000000usize.to_chinese_currency(), "壹亿圆整"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ method not found in `usize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_chinese_currency` found for type `usize` in the current scope [INFO] [stdout] --> tests/smoe_test.rs:66:27 [INFO] [stdout] | [INFO] [stdout] 66 | 123456789100usize.to_chinese_currency(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ method not found in `usize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_chinese_currency` found for type `usize` in the current scope [INFO] [stdout] --> tests/smoe_test.rs:69:34 [INFO] [stdout] | [INFO] [stdout] 69 | assert_eq!(100000000000usize.to_chinese_currency(), "壹拾亿圆整"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ method not found in `usize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_chinese_currency` found for type `usize` in the current scope [INFO] [stdout] --> tests/smoe_test.rs:72:28 [INFO] [stdout] | [INFO] [stdout] 72 | 1234567891200usize.to_chinese_currency(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ method not found in `usize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_chinese_currency` found for type `usize` in the current scope [INFO] [stdout] --> tests/smoe_test.rs:75:35 [INFO] [stdout] | [INFO] [stdout] 75 | assert_eq!(1000000000000usize.to_chinese_currency(), "壹佰亿圆整"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ method not found in `usize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_chinese_currency` found for type `usize` in the current scope [INFO] [stdout] --> tests/smoe_test.rs:78:29 [INFO] [stdout] | [INFO] [stdout] 78 | 12345678912300usize.to_chinese_currency(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ method not found in `usize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_chinese_currency` found for type `usize` in the current scope [INFO] [stdout] --> tests/smoe_test.rs:81:36 [INFO] [stdout] | [INFO] [stdout] 81 | assert_eq!(10000000000000usize.to_chinese_currency(), "壹仟亿圆整"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ method not found in `usize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_chinese_currency` found for type `usize` in the current scope [INFO] [stdout] --> tests/smoe_test.rs:84:30 [INFO] [stdout] | [INFO] [stdout] 84 | 123456789123400usize.to_chinese_currency(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ method not found in `usize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_chinese_currency` found for type `usize` in the current scope [INFO] [stdout] --> tests/smoe_test.rs:88:30 [INFO] [stdout] | [INFO] [stdout] 88 | 100000000000000usize.to_chinese_currency(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ method not found in `usize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_chinese_currency` found for type `usize` in the current scope [INFO] [stdout] --> tests/smoe_test.rs:93:31 [INFO] [stdout] | [INFO] [stdout] 93 | 1234567891234500usize.to_chinese_currency(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ method not found in `usize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_chinese_currency` found for type `usize` in the current scope [INFO] [stdout] --> tests/smoe_test.rs:97:31 [INFO] [stdout] | [INFO] [stdout] 97 | 1000000000000000usize.to_chinese_currency(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ method not found in `usize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_chinese_currency` found for type `usize` in the current scope [INFO] [stdout] --> tests/smoe_test.rs:102:32 [INFO] [stdout] | [INFO] [stdout] 102 | 12345678912345600usize.to_chinese_currency(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ method not found in `usize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_chinese_currency` found for type `usize` in the current scope [INFO] [stdout] --> tests/smoe_test.rs:106:32 [INFO] [stdout] | [INFO] [stdout] 106 | 10000000000000000usize.to_chinese_currency(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ method not found in `usize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_chinese_currency` found for type `usize` in the current scope [INFO] [stdout] --> tests/smoe_test.rs:111:33 [INFO] [stdout] | [INFO] [stdout] 111 | 123456789123456700usize.to_chinese_currency(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ method not found in `usize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_chinese_currency` found for type `usize` in the current scope [INFO] [stdout] --> tests/smoe_test.rs:115:33 [INFO] [stdout] | [INFO] [stdout] 115 | 100000000000000000usize.to_chinese_currency(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ method not found in `usize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_chinese_currency` found for type `usize` in the current scope [INFO] [stdout] --> tests/smoe_test.rs:120:34 [INFO] [stdout] | [INFO] [stdout] 120 | 1234567891234567800usize.to_chinese_currency(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ method not found in `usize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_chinese_currency` found for type `usize` in the current scope [INFO] [stdout] --> tests/smoe_test.rs:124:34 [INFO] [stdout] | [INFO] [stdout] 124 | 1000000000000000000usize.to_chinese_currency(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ method not found in `usize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_chinese_currency` found for type `usize` in the current scope [INFO] [stdout] --> tests/smoe_test.rs:129:35 [INFO] [stdout] | [INFO] [stdout] 129 | 12345678912345678900usize.to_chinese_currency(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ method not found in `usize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_chinese_currency` found for type `usize` in the current scope [INFO] [stdout] --> tests/smoe_test.rs:133:35 [INFO] [stdout] | [INFO] [stdout] 133 | 10000000000000000000usize.to_chinese_currency(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ method not found in `usize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_chinese_currency` found for type `usize` in the current scope [INFO] [stdout] --> tests/smoe_test.rs:137:35 [INFO] [stdout] | [INFO] [stdout] 137 | 10000000910000000900usize.to_chinese_currency(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ method not found in `usize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 21 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `chinese_currency` due to 22 previous errors [INFO] running `Command { std: "docker" "inspect" "fceb4e7d6ff9f3207f3167a8143731f5dd403dd2e6a3e299df34a9280bd63d9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fceb4e7d6ff9f3207f3167a8143731f5dd403dd2e6a3e299df34a9280bd63d9f", kill_on_drop: false }` [INFO] [stdout] fceb4e7d6ff9f3207f3167a8143731f5dd403dd2e6a3e299df34a9280bd63d9f