[INFO] cloning repository https://github.com/NearTiger/near-tiger-nft [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NearTiger/near-tiger-nft" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNearTiger%2Fnear-tiger-nft", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNearTiger%2Fnear-tiger-nft'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 47b476f99e57288706f1358137a87c0da4fdaf00 [INFO] building NearTiger/near-tiger-nft against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNearTiger%2Fnear-tiger-nft" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/NearTiger/near-tiger-nft [INFO] finished tweaking git repo https://github.com/NearTiger/near-tiger-nft [INFO] tweaked toml for git repo https://github.com/NearTiger/near-tiger-nft written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/NearTiger/near-tiger-nft on toolchain 23647e694de8d0904848ad068b2e0ec2dd098c37 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/NearTiger/near-tiger-nft 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" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 57ba5352e8125360c2e966e3e4edbd31d41198436226b38c676c8c80856ec575 [INFO] running `Command { std: "docker" "start" "-a" "57ba5352e8125360c2e966e3e4edbd31d41198436226b38c676c8c80856ec575", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "57ba5352e8125360c2e966e3e4edbd31d41198436226b38c676c8c80856ec575", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57ba5352e8125360c2e966e3e4edbd31d41198436226b38c676c8c80856ec575", kill_on_drop: false }` [INFO] [stdout] 57ba5352e8125360c2e966e3e4edbd31d41198436226b38c676c8c80856ec575 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "build" "--frozen" "--message-format=json" "--target" "wasm32-wasip1", kill_on_drop: false }` [INFO] [stdout] 6cdefda743484217818839292b9f8907137f368c33166888f0a6557935310aba [INFO] running `Command { std: "docker" "start" "-a" "6cdefda743484217818839292b9f8907137f368c33166888f0a6557935310aba", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.34 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling serde v1.0.132 [INFO] [stderr] Compiling serde_derive v1.0.132 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling wee_alloc v0.4.5 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling serde_json v1.0.73 [INFO] [stderr] Compiling memory_units v0.4.0 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling near-sys v0.1.0 (https://github.com/willemneal/near-sdk-rs?branch=release#b17577b4) [INFO] [stderr] Compiling num-format v0.4.0 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling near-units-core v0.2.0 [INFO] [stderr] Compiling darling_core v0.13.1 [INFO] [stderr] Compiling borsh-schema-derive-internal v0.8.2 [INFO] [stderr] Compiling borsh-derive-internal v0.8.2 [INFO] [stderr] Compiling near-sdk-macros v4.0.0-pre.4 (https://github.com/willemneal/near-sdk-rs?branch=release#b17577b4) [INFO] [stderr] Compiling near-units-macro v0.2.0 [INFO] [stderr] Compiling near-units v0.2.0 [INFO] [stderr] Compiling darling_macro v0.13.1 [INFO] [stderr] Compiling darling v0.13.1 [INFO] [stderr] Compiling serde_with_macros v1.5.1 [INFO] [stderr] Compiling serde_with v1.11.0 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling proc-macro-crate v0.1.5 [INFO] [stderr] Compiling borsh-derive v0.8.2 [INFO] [stderr] Compiling borsh v0.8.2 [INFO] [stderr] Compiling near-sdk v4.0.0-pre.4 (https://github.com/willemneal/near-sdk-rs?branch=release#b17577b4) [INFO] [stderr] Compiling near-contract-standards v4.0.0-pre.4 (https://github.com/willemneal/near-sdk-rs?branch=release#b17577b4) [INFO] [stderr] Compiling tenk v0.1.0 (/opt/rustwide/workdir/contracts/tenk) [INFO] [stdout] warning: unexpected `cfg` condition value: `expensive-debug` [INFO] [stdout] --> contracts/tenk/src/raffle.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | #[cfg_attr(not(feature = "expensive-debug"), derive(Debug))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `airdrop`, `default`, `mainnet`, and `on_sale` [INFO] [stdout] = help: consider adding `expensive-debug` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `rust-lld` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "rust-lld" "-flavor" "wasm" "--export" "add_whitelist_account" "--export" "check_key" "--export" "claim" "--export" "cost_of_linkdrop" "--export" "cost_per_token" "--export" "create_account_and_claim" "--export" "create_linkdrop" "--export" "discount" "--export" "end_premint" "--export" "get_key_balance" "--export" "get_linkdrop_contract" "--export" "link_callback" "--export" "new" "--export" "new_default_meta" "--export" "nft_approve" "--export" "nft_is_approved" "--export" "nft_metadata" "--export" "nft_mint" "--export" "nft_mint_many" "--export" "nft_mint_one" "--export" "nft_payout" "--export" "nft_resolve_transfer" "--export" "nft_revoke" "--export" "nft_revoke_all" "--export" "nft_supply_for_owner" "--export" "nft_token" "--export" "nft_tokens" "--export" "nft_tokens_for_owner" "--export" "nft_total_supply" "--export" "nft_transfer" "--export" "nft_transfer_call" "--export" "nft_transfer_payout" "--export" "on_create_and_claim" "--export" "on_send_with_callback" "--export" "start_premint" "--export" "token_storage_cost" "--export" "tokens_left" "--export" "total_cost" "--export" "transfer_ownership" "--export" "update_royalties" "-z" "stack-size=1048576" "--stack-first" "--no-demangle" "<10 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libnear_units-12ace3bf81df3812,libnear_units_core-d2bf496877222ad9,libnum_format-1c89ec05f6e5e07e,libitoa-46abc3af1b6d43cd,libarrayvec-96426b50ac730af3,libnodrop-85ca6e89abfe5956,libregex-79e871bbedef2450,libaho_corasick-baddd0b3557f6bb6,libmemchr-545e7d17a9c608e3,libregex_syntax-8d711ceefe044bbe,libnear_contract_standards-069617e4f5f38555,libserde_with-293427f576bdb130,libnear_sdk-c5edd59c795886ca,libwee_alloc-5885fc6494f36ffb,libmemory_units-93578f67784e9426,libcfg_if-c52cb2c48f08318d,libserde_json-121f532e7de04cae,libryu-23f3ccdf871e5b71,libitoa-9acc885e9ae026f1,libindexmap-8f3e8adf6304a45d,libhashbrown-ece374be44553230,libbase64-4ed240cdd589693c,libserde-8ab1c625fc641d0a,libbs58-d328228bb53bbec7,libnear_sys-28e2edfdab78b6c1,libborsh-14f77259adce6ccc}.rlib" "/lib/rustlib/wasm32-wasip1/lib/{libstd-*,libwasi-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*}.rlib" "-l" "c" "/lib/rustlib/wasm32-wasip1/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/deps/tenk.wasm" "--gc-sections" "--no-entry" "-O0" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libnear_sdk-c5edd59c795886ca.rlib(near_sdk-c5edd59c795886ca.near_sdk.e42a12d80acfa51b-cgu.3.rcgu.o): undefined symbol: panic_utf8 [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libnear_sdk-c5edd59c795886ca.rlib(near_sdk-c5edd59c795886ca.near_sdk.e42a12d80acfa51b-cgu.3.rcgu.o): undefined symbol: prepaid_gas [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libnear_sdk-c5edd59c795886ca.rlib(near_sdk-c5edd59c795886ca.near_sdk.e42a12d80acfa51b-cgu.3.rcgu.o): undefined symbol: promise_and [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libnear_sdk-c5edd59c795886ca.rlib(near_sdk-c5edd59c795886ca.near_sdk.e42a12d80acfa51b-cgu.3.rcgu.o): undefined symbol: random_seed [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libnear_sdk-c5edd59c795886ca.rlib(near_sdk-c5edd59c795886ca.near_sdk.e42a12d80acfa51b-cgu.3.rcgu.o): undefined symbol: read_register [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libnear_sdk-c5edd59c795886ca.rlib(near_sdk-c5edd59c795886ca.near_sdk.e42a12d80acfa51b-cgu.3.rcgu.o): undefined symbol: register_len [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libnear_sdk-c5edd59c795886ca.rlib(near_sdk-c5edd59c795886ca.near_sdk.e42a12d80acfa51b-cgu.3.rcgu.o): undefined symbol: storage_has_key [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libnear_sdk-c5edd59c795886ca.rlib(near_sdk-c5edd59c795886ca.near_sdk.e42a12d80acfa51b-cgu.3.rcgu.o): undefined symbol: storage_read [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libnear_sdk-c5edd59c795886ca.rlib(near_sdk-c5edd59c795886ca.near_sdk.e42a12d80acfa51b-cgu.3.rcgu.o): undefined symbol: value_return [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libnear_sdk-c5edd59c795886ca.rlib(near_sdk-c5edd59c795886ca.near_sdk.e42a12d80acfa51b-cgu.3.rcgu.o): undefined symbol: storage_usage [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libnear_sdk-c5edd59c795886ca.rlib(near_sdk-c5edd59c795886ca.near_sdk.e42a12d80acfa51b-cgu.3.rcgu.o): undefined symbol: storage_write [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libnear_sdk-c5edd59c795886ca.rlib(near_sdk-c5edd59c795886ca.near_sdk.e42a12d80acfa51b-cgu.3.rcgu.o): undefined symbol: promise_result [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libnear_sdk-c5edd59c795886ca.rlib(near_sdk-c5edd59c795886ca.near_sdk.e42a12d80acfa51b-cgu.3.rcgu.o): undefined symbol: promise_return [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libnear_sdk-c5edd59c795886ca.rlib(near_sdk-c5edd59c795886ca.near_sdk.e42a12d80acfa51b-cgu.3.rcgu.o): undefined symbol: storage_remove [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libnear_sdk-c5edd59c795886ca.rlib(near_sdk-c5edd59c795886ca.near_sdk.e42a12d80acfa51b-cgu.3.rcgu.o): undefined symbol: block_timestamp [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libnear_sdk-c5edd59c795886ca.rlib(near_sdk-c5edd59c795886ca.near_sdk.e42a12d80acfa51b-cgu.3.rcgu.o): undefined symbol: attached_deposit [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libnear_sdk-c5edd59c795886ca.rlib(near_sdk-c5edd59c795886ca.near_sdk.e42a12d80acfa51b-cgu.3.rcgu.o): undefined symbol: signer_account_id [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libnear_sdk-c5edd59c795886ca.rlib(near_sdk-c5edd59c795886ca.near_sdk.e42a12d80acfa51b-cgu.3.rcgu.o): undefined symbol: signer_account_pk [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libnear_sdk-c5edd59c795886ca.rlib(near_sdk-c5edd59c795886ca.near_sdk.e42a12d80acfa51b-cgu.3.rcgu.o): undefined symbol: current_account_id [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libnear_sdk-c5edd59c795886ca.rlib(near_sdk-c5edd59c795886ca.near_sdk.e42a12d80acfa51b-cgu.3.rcgu.o): undefined symbol: promise_batch_then [INFO] [stdout] rust-lld: error: too many errors emitted, stopping now (use -error-limit=0 to see all errors) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tenk` (lib) due to 1 previous error; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "6cdefda743484217818839292b9f8907137f368c33166888f0a6557935310aba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6cdefda743484217818839292b9f8907137f368c33166888f0a6557935310aba", kill_on_drop: false }` [INFO] [stdout] 6cdefda743484217818839292b9f8907137f368c33166888f0a6557935310aba