Migrate renterd
subscriber to coreutils
types
#5530
Annotations
10 errors and 1 warning
Test Integration - MySQL
1/2 tests failed
|
Test Integration - MySQL:
internal/test/e2e/sql.go#L183
2024-04-18T08:00:32Z INFO sql stores/sql.go:183 Using MySQL version 8.3.0
|
Test Integration - MySQL:
internal/test/e2e/migrations_utils.go#L15
2024-04-18T08:00:32Z INFO sql stores/migrations_utils.go:15 initializing 'main' schema
|
Test Integration - MySQL:
internal/test/e2e/migrations_utils.go#L18
2024-04-18T08:00:33Z WARN SQL stores/migrations_utils.go:18 trace {"elapsed": 0.327785929, "rows": 1, "sql": "-- dbArchivedContract\nCREATE TABLE `archived_contracts` (\n `id` bigint unsigned NOT NULL AUTO_INCREMENT,\n `created_at` datetime(3) DEFAULT NULL,\n `fcid` varbinary(32) NOT NULL,\n `renewed_from` varbinary(32) DEFAULT NULL,\n `contract_price` longtext,\n `state` tinyint unsigned NOT NULL DEFAULT '0',\n `total_cost` longtext,\n `proof_height` bigint unsigned DEFAULT '0',\n `revision_height` bigint unsigned DEFAULT '0',\n `revision_number` varchar(191) NOT NULL DEFAULT '0',\n `size` bigint unsigned DEFAULT NULL,\n `start_height` bigint unsigned NOT NULL,\n `window_start` bigint unsigned NOT NULL DEFAULT '0',\n `window_end` bigint unsigned NOT NULL DEFAULT '0',\n `upload_spending` longtext,\n `download_spending` longtext,\n `fund_account_spending` longtext,\n `delete_spending` longtext,\n `list_spending` longtext,\n `renewed_to` varbinary(32) DEFAULT NULL,\n `host` varbinary(32) NOT NULL,\n `reason` longtext,\n PRIMARY KEY (`id`),\n UNIQUE KEY `fcid` (`fcid`),\n KEY `idx_archived_contracts_renewed_from` (`renewed_from`),\n KEY `idx_archived_contracts_proof_height` (`proof_height`),\n KEY `idx_archived_contracts_revision_height` (`revision_height`),\n KEY `idx_archived_contracts_start_height` (`start_height`),\n KEY `idx_archived_contracts_host` (`host`),\n KEY `idx_archived_contracts_fc_id` (`fcid`),\n KEY `idx_archived_contracts_state` (`state`),\n KEY `idx_archived_contracts_window_start` (`window_start`),\n KEY `idx_archived_contracts_window_end` (`window_end`),\n KEY `idx_archived_contracts_renewed_to` (`renewed_to`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;\n\n-- dbAutopilot\nCREATE TABLE `autopilots` (\n `id` bigint unsigned NOT NULL AUTO_INCREMENT,\n `created_at` datetime(3) DEFAULT NULL,\n `identifier` varchar(191) NOT NULL,\n `config` longtext,\n `current_period` bigint unsigned DEFAULT '0',\n PRIMARY KEY (`id`),\n UNIQUE KEY `identifier` (`identifier`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;\n\n-- dbBucket\nCREATE TABLE `buckets` (\n `id` bigint unsigned NOT NULL AUTO_INCREMENT,\n `created_at` datetime(3) DEFAULT NULL,\n `policy` longtext,\n `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,\n PRIMARY KEY (`id`),\n UNIQUE KEY `name` (`name`),\n KEY `idx_buckets_name` (`name`)\n) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;\n\n-- dbBufferedSlab\nCREATE TABLE `buffered_slabs` (\n `id` bigint unsigned NOT NULL AUTO_INCREMENT,\n `created_at` datetime(3) DEFAULT NULL,\n `filename` longtext,\n PRIMARY KEY (`id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;\n\n-- dbConsensusInfo\nCREATE TABLE `consensus_infos` (\n `id` bigint unsigned NOT NULL AUTO_INCREMENT,\n `created_at` datetime(3) DEFAULT NULL,\n `height` bigint unsigned DEFAULT NULL,\n `block_id` longblob,\n PRIMARY KEY (`id`)\n) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;\n\n-- dbHost\nCREATE TABLE `hosts` (\n `id` bigint unsigned NOT NULL AUTO_INCREMENT,\n `created_at` datetime(3) DEFAULT NULL,\n `public_key` varbinary(32) NOT NULL,\n `settings` longtext,\n `price_table` longtext,\n `price_table_expiry` datetime(3) DEFAULT NULL,\n `total_scans` bigint unsigned DEFAULT NULL,\n `last_scan` bigint DEFAULT NULL,\n `last_scan_success` tinyint(1) DEFAULT NULL,\n `second_to_last_scan_success` tinyint(1) DEFAULT NULL,\n `scanned` tinyint(1) DEFAULT NULL,\n `uptime` bigint DEFAULT NULL,\n `downtime` bigint DEFAULT NULL,\n `recent_downtime` bigint DEFAULT NULL,\n `recent_scan_failures` bigint unsigned DEFAULT NULL,\n `successful_interactions` double DEFAULT NULL,\n `failed_interactions` double DEFAULT NULL,\n `lost_sectors` bigint unsigned DEFAULT NULL,\n `last_announcement` datetime(3) DEFAULT NULL,\n `net_address` varchar(191) DEFAULT NULL,\n PRIMARY KEY (`id`),\n UNIQUE KEY `public_key` (`public
|
Test Integration - MySQL:
internal/test/e2e/migrations_utils.go#L23
2024-04-18T08:00:33Z INFO sql stores/migrations_utils.go:23 initialization complete
|
Test Integration - MySQL:
internal/test/e2e/migrations_utils.go#L15
2024-04-18T08:00:33Z INFO sql stores/migrations_utils.go:15 initializing 'metrics' schema
|
Test Integration - MySQL:
internal/test/e2e/migrations_utils.go#L23
2024-04-18T08:00:33Z INFO sql stores/migrations_utils.go:23 initialization complete
|
Test Integration - MySQL:
internal/test/e2e/autopilot.go#L451
2024-04-18T08:00:33Z INFO autopilot.autopilot autopilot/autopilot.go:451 autopilot is waiting on the bus to connect to peers...
Apr 18 08:00:33.488 | DEBUG PJ: sync triggered at 1
Apr 18 08:00:33.488 | DEBUG PJ: sync triggered
Apr 18 08:00:33.491 | DEBUG PJ: sync triggered at 2
Apr 18 08:00:33.493 | DEBUG PJ: already syncing, ignoring 3
Apr 18 08:00:33.498 | DEBUG PJ: already syncing, ignoring 4
Apr 18 08:00:33.500 | DEBUG PJ: already syncing, ignoring 5
Apr 18 08:00:33.503 | DEBUG PJ: already syncing, ignoring 6
Apr 18 08:00:33.507 | DEBUG PJ: already syncing, ignoring 7
Apr 18 08:00:33.509 | DEBUG PJ: already syncing, ignoring 8
Apr 18 08:00:33.511 | DEBUG PJ: already syncing, ignoring 9
Apr 18 08:00:33.514 | DEBUG PJ: already syncing, ignoring 10
Apr 18 08:00:33.516 | DEBUG PJ: already syncing, ignoring 11
Apr 18 08:00:33.519 | DEBUG PJ: already syncing, ignoring 12
Apr 18 08:00:33.521 | DEBUG PJ: already syncing, ignoring 13
Apr 18 08:00:33.525 | DEBUG PJ: already syncing, ignoring 14
Apr 18 08:00:33.527 | DEBUG PJ: already syncing, ignoring 15
Apr 18 08:00:33.529 | DEBUG PJ: already syncing, ignoring 16
Apr 18 08:00:33.532 | DEBUG PJ: already syncing, ignoring 17
Apr 18 08:00:33.535 | DEBUG PJ: already syncing, ignoring 18
Apr 18 08:00:33.538 | DEBUG PJ: already syncing, ignoring 19
Apr 18 08:00:33.540 | DEBUG PJ: already syncing, ignoring 20
Apr 18 08:00:33.543 | DEBUG PJ: already syncing, ignoring 21
Apr 18 08:00:33.547 | DEBUG PJ: already syncing, ignoring 22
Apr 18 08:00:33.549 | DEBUG PJ: already syncing, ignoring 23
Apr 18 08:00:33.552 | DEBUG PJ: already syncing, ignoring 24
Apr 18 08:00:33.555 | DEBUG PJ: already syncing, ignoring 25
Apr 18 08:00:33.560 | DEBUG PJ: already syncing, ignoring 26
Apr 18 08:00:33.563 | DEBUG PJ: already syncing, ignoring 27
Apr 18 08:00:33.566 | DEBUG PJ: already syncing, ignoring 28
Apr 18 08:00:33.569 | DEBUG PJ: already syncing, ignoring 29
Apr 18 08:00:33.572 | DEBUG PJ: already syncing, ignoring 30
Apr 18 08:00:33.575 | DEBUG PJ: already syncing, ignoring 31
Apr 18 08:00:33.578 | DEBUG PJ: already syncing, ignoring 32
Apr 18 08:00:33.584 | DEBUG PJ: already syncing, ignoring 33
Apr 18 08:00:33.587 | DEBUG PJ: already syncing, ignoring 34
Apr 18 08:00:33.589 | DEBUG PJ: already syncing, ignoring 35
Apr 18 08:00:33.592 | DEBUG PJ: already syncing, ignoring 36
Apr 18 08:00:33.595 | DEBUG PJ: already syncing, ignoring 37
Apr 18 08:00:33.598 | DEBUG PJ: already syncing, ignoring 38
Apr 18 08:00:33.601 | DEBUG PJ: already syncing, ignoring 39
Apr 18 08:00:33.604 | DEBUG PJ: already syncing, ignoring 40
Apr 18 08:00:33.607 | DEBUG PJ: already syncing, ignoring 41
Apr 18 08:00:33.610 | DEBUG PJ: already syncing, ignoring 42
Apr 18 08:00:33.614 | DEBUG PJ: already syncing, ignoring 43
Apr 18 08:00:33.618 | DEBUG PJ: already syncing, ignoring 44
Apr 18 08:00:33.621 | DEBUG PJ: already syncing, ignoring 45
Apr 18 08:00:33.625 | DEBUG PJ: already syncing, ignoring 46
Apr 18 08:00:33.628 | DEBUG PJ: already syncing, ignoring 47
Apr 18 08:00:33.631 | DEBUG PJ: already syncing, ignoring 48
Apr 18 08:00:33.634 | DEBUG PJ: already syncing, ignoring 49
Apr 18 08:00:33.637 | DEBUG PJ: already syncing, ignoring 50
Apr 18 08:00:33.641 | DEBUG PJ: already syncing, ignoring 51
Apr 18 08:00:33.644 | DEBUG PJ: already syncing, ignoring 52
Apr 18 08:00:33.647 | DEBUG PJ: already syncing, ignoring 53
Apr 18 08:00:33.650 | DEBUG PJ: already syncing, ignoring 54
Apr 18 08:00:33.653 | DEBUG PJ: already syncing, ignoring 55
Apr 18 08:00:33.656 | DEBUG PJ: already syncing, ignoring 56
Apr 18 08:00:33.659 | DEBUG PJ: already syncing, ignoring 57
Apr 18 08:00:33.662 | DEBUG PJ: already syncing, ignoring 58
Apr 18 08:00:33.665 | DEBUG PJ: already syncing, ignoring 59
Apr 18 08:00:33.669 | DEBUG PJ: already syncing, ignoring 60
Apr 18 08:00:33.673 | DEBUG PJ: already syncing, ignoring 61
Apr 18 08:00:33.677 | DEBUG PJ: already syncing, ignoring 62
Apr 18 08:00:33.679 | DEBUG PJ: already syncing, ignoring 63
Apr 18 08:00:33.683 | DEBUG PJ: already syncing, ignoring 64
Apr 18 08:00:33.685 | DEBUG PJ: a
|
Test Integration - MySQL:
internal/test/e2e/syncer.go#L406
2024-04-18T08:00:34Z DEBUG syncer syncer/syncer.go:406 failed to accept inbound connection {"remoteAddress": "127.0.0.1:57321", "error": "could not write our header: peer rejected our header: stop"}
|
Test Integration - MySQL:
internal/test/e2e/syncer.go#L556
2024-04-18T08:00:34Z DEBUG syncer syncer/syncer.go:556 syncing with peer {"peer": "->127.0.0.1:42673"}
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/golangci-lint-action@v3, SiaFoundation/action-golang-analysis@HEAD, n8maninger/action-golang-test@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading