04/22/2025 06:58:14 PM UTC [INFO] Listening for events... Press Ctrl-C to stop. 04/22/2025 06:58:15 PM UTC [INFO] Processing 6 unprocessed nodes 04/22/2025 06:58:24 PM UTC [INFO] Processing event node: 6807e5531b4012cda6bf851e 04/22/2025 06:58:24 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e5531b4012cda6bf851e 04/22/2025 06:58:24 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807b36ceeef98828f27e70f', 'id': 'maestro:6807e5531b4012cda6bf851e', 'origin': 'maestro', 'comment': 'baseline-arm-clabbe on sun8i-r40-bananapi-m2-ultra in ' 'lava-clabbe', 'start_time': '2025-04-22T18:52:03.216000+00:00', 'environment': {'comment': 'Runtime: lava-clabbe', 'compatible': ['sinovoip,bpi-m2-ultra', 'allwinner,sun8i-r40'], 'misc': {'platform': 'sun8i-r40-bananapi-m2-ultra', 'job_url': 'https://lava.montjoie.ovh/scheduler/job/476173', 'job_id': '476173'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-clabbe', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e5531b4012cda6bf851e'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm-clabbe-6807e5531b4012cda6bf851e/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm-clabbe-6807e5531b4012cda6bf851e/log.txt.gz', 'log_excerpt': 'sh table entries: 8192 (order: 3, 32768 bytes, ' 'linear)\n' '[ 0.119170] TCP bind hash table entries: 8192 ' '(order: 5, 131072 bytes, linear)\n' '[ 0.119493] TCP: Hash tables configured ' '(established 8192 bind 8192)\n' '[ 0.119619] UDP hash table entries: 512 (order: 2, ' '16384 bytes, linear)\n' '[ 0.119687] UDP-Lite hash table entries: 512 ' '(order: 2, 16384 bytes, linear)\n' '[ 0.119914] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.120716] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.120731] RPC: Registered udp transport module.\n' '[ 0.120736] RPC: Registered tcp transport module.\n' '[ 0.120739] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.120751] PCI: CLS 0 bytes, default 64\n' '[ 0.121617] Trying to unpack rootfs image as ' 'initramfs...\n' '[ 0.136694] hw perfevents: enabled with ' 'armv7_cortex_a7 PMU driver, 5 counters available\n' '[ 0.138251] Initialise system trusted keyrings\n' '[ 0.138655] workingset: timestamp_bits=30 ' 'max_order=19 bucket_order=0\n' '[ 0.144825] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.145753] NFS: Registering the id_resolver key ' 'type\n' '[ 0.145839] Key type id_resolver registered\n' '[ 0.145845] Key type id_legacy registered\n' '[ 0.145962] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.145971] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.146013] ntfs: driver 2.1.32 [Flags: R/O].\n' '[ 0.146623] Key type asymmetric registered\n' "[ 0.146636] Asymmetric key parser 'x509' " 'registered\n' '[ 0.146829] bounce: pool size: 64 pages\n' '[ 0.146957] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 247)\n' '[ 0.146967] io scheduler mq-deadline registered\n' '[ 0.146973] io scheduler kyber registered\n' '[ 0.256575] Serial: 8250/16550 driver, 5 ports, ' 'IRQ sharing enabled\n' '[ 0.261140] SuperH (H)SCI(F) driver initialized\n' '[ 0.262098] msm_serial: driver initialized\n' '[ 0.262109] STMicroelectronics ASC driver ' 'initialized\n' '[ 0.263135] STM32 USART driver initialized\n' '[ 0.281374] brd: module loaded\n' '[ 0.288386] loop: module loaded\n' '[ 0.300476] CAN device driver interface\n' '[ 0.301627] bgmac_bcma: Broadcom 47xx GBit MAC ' 'driver loaded\n' '[ 0.302664] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.302672] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 0.302746] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 0.302753] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 0.306889] pegasus: Pegasus/Pegasus II USB ' 'Ethernet driver\n' '[ 0.306977] usbcore: registered new interface ' 'driver pegasus\n' '[ 0.307035] usbcore: registered new interface ' 'driver asix\n' '[ 0.307087] usbcore: registered new interface ' 'driver ax88179_178a\n' '[ 0.307120] usbcore: registered new interface ' 'driver cdc_ether\n' '[ 0.307160] usbcore: registered new interface ' 'driver smsc75xx\n' '[ 0.307201] usbcore: registered new interface ' 'driver smsc95xx\n' '[ 0.307233] usbcore: registered new interface ' 'driver net1080\n' '[ 0.307265] usbcore: registered new interface ' 'driver cdc_subset\n' '[ 0.307326] usbcore: registered new interface ' 'driver zaurus\n' '[ 0.307369] usbcore: registered new interface ' 'driver cdc_ncm\n' '[ 0.311620] usbcore: registered new interface ' 'driver usb-storage\n' '[ 0.317495] sun6i-rtc 1c20400.rtc: registered as ' 'rtc0\n' '[ 0.317548] sun6i-rtc 1c20400.rtc: setting system ' 'clock to 1970-01-01T00:00:12 UTC (12)\n' '[ 0.317715] sun6i-rtc 1c20400.rtc: RTC enabled\n' '[ 0.318893] i2c_dev: i2c /dev entries driver\n' '[ 0.329251] sunxi-wdt 1c20c90.watchdog: Watchdog ' 'enabled (timeout=16 sec, nowayout=0)\n' '[ 0.334776] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 0.334793] sdhci: Copyright(c) Pierre Ossman\n' '[ 0.336725] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 0.338703] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 0.348020] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 0.350424] usbcore: registered new interface ' 'driver usbhid\n' '[ 0.350439] usbhid: USB HID core driver\n' '[ 0.357466] NET: Registered PF_INET6 protocol ' 'family\n' '[ 0.358923] Segment Routing with IPv6\n' '[ 0.358990] In-situ OAM (IOAM) with IPv6\n' '[ 0.359068] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 0.359799] NET: Registered PF_PACKET protocol ' 'family\n' '[ 0.359812] can: controller area network core\n' '[ 0.359882] NET: Registered PF_CAN protocol ' 'family\n' '[ 0.359891] can: raw protocol\n' '[ 0.359899] can: broadcast manager protocol\n' '[ 0.359910] can: netlink gateway - max_hops=1\n' '[ 0.360401] Key type dns_resolver registered\n' '[ 0.360547] ThumbEE CPU extension supported.\n' '[ 0.360569] Registering SWP/SWPB emulation ' 'handler\n' '[ 0.361368] Loading compiled-in X.509 ' 'certificates\n' '[ 0.380757] sun4i-pinctrl 1c20800.pinctrl: supply ' 'vcc-pi not found, using dummy regulator\n' '[ 0.382657] sun4i-pinctrl 1c20800.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 0.384941] sun4i-pinctrl 1c20800.pinctrl: supply ' 'vcc-pb not found, using dummy regulator\n' '[ 0.386014] printk: console [ttyS0] disabled\n' '[ 0.406297] 1c28000.serial: ttyS0 at MMIO ' '0x1c28000 (irq = 70, base_baud = 1500000) is a ' 'U6_16550A\n' '[ 1.291527] Freeing initrd memory: 16748K\n' '[ 1.293261] printk: console [ttyS0] enabled\n' '[ 1.640151] sun4i-pinctrl 1c20800.pinctrl: ' 'request() failed for pin 198\n' '[ 1.646825] sun4i-pinctrl 1c20800.pinctrl: pin-198 ' '(1c28c00.serial) status -517\n' '[ 1.654138] sun4i-pinctrl 1c20800.pinctrl: could ' 'not request pin 198 (PG6) from group PG6 on device ' '1c20800.pinctrl\n' '[ 1.664673] dw-apb-uart 1c28c00.serial: Error ' 'applying setting, reverse things back\n' '[ 1.691664] axp20x-i2c 0-0034: AXP20x variant ' 'AXP221 found\n' '[ 1.697922] axp20x-i2c 0-0034: mask_invert=true is ' 'deprecated; please switch to unmask_base\n' '[ 1.712724] axp20x-gpio: Failed to locate of_node ' '[id: -1]\n' '[ 1.730055] vcc-wifi-io: Bringing 700000uV into ' '1800000-1800000uV\n' '[ 1.737658] vcc-wifi: Bringing 700000uV into ' '3300000-3300000uV\n' '[ 1.744792] vcc-wifi-2: Bringing 700000uV into ' '3300000-3300000uV\n' '[ 1.756645] axp20x-i2c 0-0034: AXP20X driver ' 'loaded\n' '[ 1.781502] sun4i-pinctrl 1c20800.pinctrl: supply ' 'vcc-ph not found, using dummy regulator\n' '[ 1.795240] sunxi-mmc 1c0f000.mmc: Got CD GPIO\n' '[ 1.815123] 1c28c00.serial: ttyS1 at MMIO ' '0x1c28c00 (irq = 102, base_baud = 1500000) is a ' 'U6_16550A\n' '[ 1.824389] serial serial0: tty port ttyS1 ' 'registered\n' '[ 1.825415] sunxi-mmc 1c0f000.mmc: initialized, ' 'max. request size: 16384 KB, uses new timings mode\n' '[ 1.831932] ahci-sunxi 1c18000.sata: supply target ' 'not found, using dummy regulator\n' '[ 1.846575] sunxi-mmc 1c10000.mmc: allocated ' 'mmc-pwrseq\n' '[ 1.882495] sunxi-mmc 1c10000.mmc: initialized, ' 'max. request size: 16384 KB, uses new timings mode\n' '[ 1.883847] sunxi-mmc 1c11000.mmc: initialized, ' 'max. request size: 2048 KB, uses new timings mode\n' '[ 1.918217] mmc0: host does not support reading ' 'read-only switch, assuming write-enable\n' '[ 1.931195] mmc0: new high speed SDHC card at ' 'address 59b4\n' '[ 1.936466] ahci-sunxi 1c18000.sata: controller ' "can't do PMP, turning off CAP_PMP\n" '[ 1.937605] mmcblk0: mmc0:59b4 00000 14.9 GiB\n' '[ 1.944160] ahci-sunxi 1c18000.sata: forcing ' 'PORTS_IMPL to 0x1\n' '[ 1.955010] ahci-sunxi 1c18000.sata: AHCI ' '0001.0100 32 slots 1 ports 3 Gbps 0x1 impl platform ' 'mode\n' '[ 1.956083] mmcblk0: p1\n' '[ 1.964014] ahci-sunxi 1c18000.sata: flags: ncq ' 'sntf pm led clo only pio slum part ccc\n' '[ 1.975636] scsi host0: ahci-sunxi\n' '[ 1.979370] ata1: SATA max UDMA/133 mmio [mem ' '0x01c18000-0x01c18fff] port 0x100 irq 103\n' '[ 1.990109] dwmac-sun8i 1c50000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 1.996522] dwmac-sun8i 1c50000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 2.002399] mmc2: new DDR MMC card at address ' '0001\n' '[ 2.002689] dwmac-sun8i 1c50000.ethernet: PTP uses ' 'main clock\n' '[ 2.008144] mmcblk2: mmc2:0001 8WPD3R 7.28 GiB\n' '[ 2.013028] dwmac-sun8i 1c50000.ethernet: Current ' 'syscon value is not the default 6 (expect 0)\n' '[ 2.020113] mmcblk2boot0: mmc2:0001 8WPD3R 4.00 ' 'MiB\n' '[ 2.026593] dwmac-sun8i 1c50000.ethernet: No HW ' 'DMA feature register supported\n' '[ 2.033014] mmcblk2boot1: mmc2:0001 8WPD3R 4.00 ' 'MiB\n' '[ 2.038464] dwmac-sun8i 1c50000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 2.050669] dwmac-sun8i 1c50000.ethernet: COE Type ' '2\n' '[ 2.055642] dwmac-sun8i 1c50000.ethernet: TX ' 'Checksum insertion supported\n' '[ 2.062435] dwmac-sun8i 1c50000.ethernet: Normal ' 'descriptors\n' '[ 2.068099] dwmac-sun8i 1c50000.ethernet: Chain ' 'mode enabled\n' '[ 2.109170] ehci-platform 1c19000.usb: EHCI Host ' 'Controller\n' '[ 2.114868] ehci-platform 1c19000.usb: new USB bus ' 'registered, assigned bus number 1\n' '[ 2.116255] ehci-platform 1c1c000.usb: EHCI Host ' 'Controller\n' '[ 2.119211] ohci-platform 1c1c400.usb: Generic ' 'Platform OHCI controller\n' '[ 2.119243] ohci-platform 1c1c400.usb: new USB bus ' 'registered, assigned bus number 2\n' '[ 2.119273] ohci-platform 1c19400.usb: Generic ' 'Platform OHCI controller\n' '[ 2.119290] ohci-platform 1c19400.usb: new USB bus ' 'registered, assigned bus number 3\n' '[ 2.157425] ehci-platform 1c1c000.usb: new USB bus ' 'registered, assigned bus number 4\n' '[ 2.165416] ohci-platform 1c1c400.usb: irq 107, io ' 'mem 0x01c1c400\n' '[ 2.171700] ohci-platform 1c19400.usb: irq 108, io ' 'mem 0x01c19400\n' '[ 2.180981] ehci-platform 1c19000.usb: irq 105, io ' 'mem 0x01c19000\n' '[ 2.187241] ehci-platform 1c1c000.usb: irq 106, io ' 'mem 0x01c1c000\n' '[ 2.216389] ehci-platform 1c19000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 2.223664] hub 1-0:1.0: USB hub found\n' '[ 2.227530] hub 1-0:1.0: 1 port detected\n' '[ 2.243372] hub 2-0:1.0: USB hub found\n' '[ 2.246376] ehci-platform 1c1c000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 2.247187] hub 2-0:1.0: 1 port detected\n' '[ 2.262058] hub 3-0:1.0: USB hub found\n' '[ 2.265843] hub 3-0:1.0: 1 port detected\n' '[ 2.270669] hub 4-0:1.0: USB hub found\n' '[ 2.270784] mmc1: new high speed SDIO card at ' 'address 0001\n' '[ 2.274451] hub 4-0:1.0: 1 port detected\n' '[ 2.317791] ata1: SATA link down (SStatus 0 ' 'SControl 300)\n' '[ 2.324314] dwmac-sun8i 1c50000.ethernet eth0: ' 'Register MEM_TYPE_PAGE_POOL RxQ-0\n' '[ 2.333974] dwmac-sun8i 1c50000.ethernet eth0: PHY ' '[stmmac-0:01] driver [RTL8211E Gigabit Ethernet] ' '(irq=POLL)\n' '[ 2.344039] dwmac-sun8i 1c50000.ethernet eth0: No ' 'Safety Features support found\n' '[ 2.351383] dwmac-sun8i 1c50000.ethernet eth0: No ' 'MAC Management Counters available\n' '[ 2.359056] dwmac-sun8i 1c50000.ethernet eth0: PTP ' 'not supported by HW\n' '[ 2.371417] dwmac-sun8i 1c50000.ethernet eth0: ' 'configuring for phy/rgmii-id link mode\n' '[ 6.567211] dwmac-sun8i 1c50000.ethernet eth0: ' 'Link is Up - 1Gbps/Full - flow control off\n' '[ 6.567237] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: ' 'link becomes ready\n' '[ 6.606367] Sending DHCP requests ..., OK\n' '[ 12.960444] IP-Config: Got DHCP answer from ' '192.168.1.100, my address is 192.168.1.210\n' '[ 12.968410] IP-Config: Complete:\n' '[ 12.971639] device=eth0, ' 'hwaddr=02:53:72:0d:43:5b, ipaddr=192.168.1.210, ' 'mask=255.255.255.0, gw=192.168.1.1\n' '[ 12.982367] host=192.168.1.210, domain=, ' 'nis-domain=(none)\n' '[ 12.988394] bootserver=192.168.1.100, ' 'rootserver=192.168.1.100, rootpath=\n' '[ 12.988403] nameserver0=192.168.1.100\n' '[ 12.999967] clk: Disabling unused clocks\n' '[ 13.007042] Freeing unused kernel image (initmem) ' 'memory: 2048K\n' '[ 13.013279] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 13.143263] ' 'udevd[119]: starting version 3.2.9\n' '[ 15.706355] random: crng init done\n' "[ 15.717373] udevd[119]: specified user 'tss' " 'unknown\n' "[ 15.722473] udevd[119]: specified group 'tss' " 'unknown\n' '[ 15.730314] udevd[120]: starting eudev-3.2.9\n' '[ 16.201475] cfg80211: Loading compiled-in X.509 ' 'certificates for regulatory database\n' '[ 16.228587] lima 1c40000.gpu: gp - mali400 version ' 'major 1 minor 1\n' '[ 16.235004] lima 1c40000.gpu: pp0 - mali400 ' 'version major 1 minor 1\n' '[ 16.242123] lima 1c40000.gpu: pp1 - mali400 ' 'version major 1 minor 1\n' '[ 16.248601] lima 1c40000.gpu: l2 cache 64K, 4-way, ' '64byte cache line, 64bit external bus\n' '[ 16.249513] sun4i-drm display-engine: bound ' '1100000.mixer (ops sun8i_mixer_platform_driver_exit ' '[sun8i_mixer])\n' '[ 16.268686] sun4i-drm display-engine: bound ' '1200000.mixer (ops sun8i_mixer_platform_driver_exit ' '[sun8i_mixer])\n' '[ 16.269302] Bluetooth: Core ver 2.22\n' '[ 16.269389] lima 1c40000.gpu: bus rate = ' '200000000\n' '[ 16.269403] lima 1c40000.gpu: mod rate = ' '297000000\n' '[ 16.279299] sun4i-drm display-engine: bound ' '1c70000.tcon-top (ops ' 'sun8i_tcon_top_platform_driver_exit ' '[sun8i_tcon_top])\n' '[ 16.282466] NET: Registered PF_BLUETOOTH protocol ' 'family\n' '[ 16.287706] sun4i-drm display-engine: bound ' '1c73000.lcd-controller (ops ' 'sun4i_tcon_platform_driver_exit [sun4i_tcon])\n' '[ 16.292051] Bluetooth: HCI device and connection ' 'manager initialized\n' '[ 16.303005] sun8i-dw-hdmi 1ee0000.hdmi: supply ' 'hvcc not found, using dummy regulator\n' '[ 16.308222] Bluetooth: HCI socket layer ' 'initialized\n' "[ 16.319131] sun8i-dw-hdmi 1ee0000.hdmi: Couldn't " 'get the HDMI PHY\n' '[ 16.323603] [drm] Initialized lima 1.1.0 20191231 ' 'for 1c40000.gpu on minor 0\n' '[ 16.325233] Bluetooth: L2CAP socket layer ' 'initialized\n' '[ 16.356188] Bluetooth: SCO socket layer ' 'initialized\n' "[ 16.356974] sun4i-drm display-engine: Couldn't " 'bind all pipelines components\n' '[ 16.360039] input: axp20x-pek as ' '/devices/platform/soc/1c2ac00.i2c/i2c-0/0-0034/axp221-pek/input/input0\n' '[ 16.363967] Bluetooth: HCI UART driver ver 2.3\n' '[ 16.375685] sun4i-drm display-engine: bound ' '1100000.mixer (ops sun8i_mixer_platform_driver_exit ' '[sun8i_mixer])\n' '[ 16.377759] Bluetooth: HCI UART protocol H4 ' 'registered\n' '[ 16.384154] Bluetooth: HCI UART protocol Broadcom ' 'registered\n' '[ 16.394089] sun4i-drm display-engine: bound ' '1200000.mixer (ops sun8i_mixer_platform_driver_exit ' '[sun8i_mixer])\n' '[ 16.413738] sun4i-drm display-engine: bound ' '1c70000.tcon-top (ops ' 'sun8i_tcon_top_platform_driver_exit ' '[sun8i_tcon_top])\n' '[ 16.425084] sun4i-drm display-engine: bound ' '1c73000.lcd-controller (ops ' 'sun4i_tcon_platform_driver_exit [sun4i_tcon])\n' '[ 16.435941] sun8i-dw-hdmi 1ee0000.hdmi: supply ' 'hvcc not found, using dummy regulator\n' '[ 16.446175] sun8i-dw-hdmi 1ee0000.hdmi: Detected ' 'HDMI TX controller v1.32a with HDCP ' '(sun8i_dw_hdmi_phy)\n' '[ 16.464922] sun8i-dw-hdmi 1ee0000.hdmi: registered ' 'DesignWare HDMI I2C bus driver\n' "[ 16.465920] cfg80211: Loaded X.509 cert 'sforshee: " "00b28ddf47aef9cea7'\n" '[ 16.474520] sun4i-drm display-engine: bound ' '1ee0000.hdmi (ops sun8i_dw_hdmi_ops ' '[sun8i_drm_hdmi])\n' "[ 16.481241] cfg80211: Loaded X.509 cert 'wens: " "61c038651aabdcf94bd0ac7ff06c7248db18c600'\n" '[ 16.489285] [drm] Initialized sun4i-drm 1.0.0 ' '20150629 for display-engine on minor 1\n' '[ 16.496567] platform regulatory.0: Direct firmware ' 'load for regulatory.db failed with error -2\n' '[ 16.504130] sun4i-drm display-engine: [drm] Cannot ' 'find any crtc or sizes\n' '[ 16.512714] cfg80211: failed to load ' 'regulatory.db\n' '[ 16.520136] sun4i-drm display-engine: [drm] Cannot ' 'find any crtc or sizes\n' '[ 16.661307] brcmfmac: brcmf_fw_alloc_request: ' 'using brcm/brcmfmac43430-sdio for chip BCM43430/1\n' '[ 16.670347] brcmfmac mmc1:0001:1: Direct firmware ' 'load for ' 'brcm/brcmfmac43430-sdio.sinovoip,bpi-m2-ultra.bin ' 'failed with error -2\n' '[ 16.686978] brcmfmac mmc1:0001:1: Direct firmware ' 'load for brcm/brcmfmac43430-sdio.bin failed with ' 'error -2\n' '[ 16.757308] Bluetooth: hci0: BCM: chip id 94\n' '[ 16.762044] Bluetooth: hci0: BCM: features 0x2e\n' '[ 16.772464] Bluetooth: hci0: BCM43430A1\n' '[ 16.776313] Bluetooth: hci0: BCM43430A1 ' '(001.002.009) build 0000\n' '[ 16.782571] Bluetooth: hci0: BCM: firmware Patch ' 'file not found, tried:\n' '[ 16.789901] Bluetooth: hci0: BCM: ' "'brcm/BCM43430A1.sinovoip,bpi-m2-ultra.hcd'\n" '[ 16.797516] Bluetooth: hci0: BCM: ' "'brcm/BCM43430A1.hcd'\n" '[ 16.802739] Bluetooth: hci0: BCM: ' "'brcm/BCM.sinovoip,bpi-m2-ultra.hcd'\n" "[ 16.810019] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'\n" 'done\n' 'Saving random seed: OK\n' 'Starting network: ip: RTNETLINK answers: File exists\n' 'FAIL\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-476173/environment\n' '/ # /lava-476173/bin/lava-test-runner /lava-476173/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-476173/0/tests/0_dmesg\n' '+ cat uuid\n' '[ 17.533657] \n' '+ UUID=476173_1.1.4.1\n' '+ set +x\n' '[ 17.540855] \n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '\n'} 04/22/2025 06:58:24 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 06:59:00 PM UTC [INFO] Processing event node: 6807ca1007fd7415433eec40 04/22/2025 06:59:00 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ca1007fd7415433eec40 04/22/2025 06:59:00 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807b384eeef98828f27e726', 'id': 'maestro:6807ca1007fd7415433eec40', 'origin': 'maestro', 'comment': 'baseline-arm64-broonie on juno-uboot in lava-broonie', 'start_time': '2025-04-22T16:55:44.966000+00:00', 'environment': {'comment': 'Runtime: lava-broonie', 'compatible': ['arm,juno', 'arm,vexpress'], 'misc': {'platform': 'juno-uboot', 'job_url': 'https://lava.sirena.org.uk/scheduler/job/1315377', 'job_id': '1315377'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-broonie', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ca1007fd7415433eec40'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-broonie-6807ca1007fd7415433eec40/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-broonie-6807ca1007fd7415433eec40/log.txt.gz', 'log_excerpt': ' with /funnel@20040000\n' '[ 0.394533] /etr@20070000: Fixed dependency ' 'cycle(s) with /replicator@20120000\n' '[ 0.401926] /tpiu@20030000: Fixed dependency ' 'cycle(s) with /replicator@20120000\n' '[ 0.409393] /etf@20010000: Fixed dependency ' 'cycle(s) with /replicator@20120000\n' '[ 0.416786] /replicator@20120000: Fixed dependency ' 'cycle(s) with /etf@20010000\n' '[ 0.424160] /replicator@20120000: Fixed dependency ' 'cycle(s) with /etr@20070000\n' '[ 0.431533] /replicator@20120000: Fixed dependency ' 'cycle(s) with /tpiu@20030000\n' '[ 0.439566] /etm@22040000: Fixed dependency ' 'cycle(s) with /funnel@220c0000\n' '[ 0.446600] /funnel@20040000: Fixed dependency ' 'cycle(s) with /funnel@220c0000\n' '[ 0.453889] /funnel@220c0000: Fixed dependency ' 'cycle(s) with /etm@22040000\n' '[ 0.460923] /funnel@220c0000: Fixed dependency ' 'cycle(s) with /funnel@20040000\n' '[ 0.468470] /funnel@220c0000: Fixed dependency ' 'cycle(s) with /etm@22140000\n' '[ 0.475517] /etm@22140000: Fixed dependency ' 'cycle(s) with /funnel@220c0000\n' '[ 0.483244] /etm@23040000: Fixed dependency ' 'cycle(s) with /funnel@230c0000\n' '[ 0.490290] /funnel@20040000: Fixed dependency ' 'cycle(s) with /funnel@230c0000\n' '[ 0.497582] /funnel@230c0000: Fixed dependency ' 'cycle(s) with /etm@23040000\n' '[ 0.504618] /funnel@230c0000: Fixed dependency ' 'cycle(s) with /funnel@20040000\n' '[ 0.512156] /funnel@230c0000: Fixed dependency ' 'cycle(s) with /etm@23140000\n' '[ 0.519208] /etm@23140000: Fixed dependency ' 'cycle(s) with /funnel@230c0000\n' '[ 0.526569] /funnel@230c0000: Fixed dependency ' 'cycle(s) with /etm@23240000\n' '[ 0.533616] /etm@23240000: Fixed dependency ' 'cycle(s) with /funnel@230c0000\n' '[ 0.540999] /funnel@230c0000: Fixed dependency ' 'cycle(s) with /etm@23340000\n' '[ 0.548068] /etm@23340000: Fixed dependency ' 'cycle(s) with /funnel@230c0000\n' '[ 0.558856] 7ff80000.serial: ttyAMA0 at MMIO ' '0x7ff80000 (irq = 15, base_baud = 0) is a PL011 rev3\n' '[ 0.567882] printk: console [ttyAMA0] enabled\n' '[ 0.567882] printk: console [ttyAMA0] enabled\n' '[ 0.576667] printk: bootconsole [pl11] disabled\n' '[ 0.576667] printk: bootconsole [pl11] disabled\n' '[ 0.586334] /i2c@7ffa0000/hdmi-transmitter@70: ' 'Fixed dependency cycle(s) with /hdlcd@7ff60000\n' '[ 0.594955] /i2c@7ffa0000/hdmi-transmitter@71: ' 'Fixed dependency cycle(s) with /hdlcd@7ff50000\n' '[ 0.606110] KASLR disabled due to lack of seed\n' '[ 0.619996] HugeTLB: registered 1.00 GiB page ' 'size, pre-allocated 0 pages\n' '[ 0.626819] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 1.00 GiB page\n' '[ 0.633107] HugeTLB: registered 32.0 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.639911] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 32.0 MiB page\n' '[ 0.646193] HugeTLB: registered 2.00 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.652996] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 2.00 MiB page\n' '[ 0.659278] HugeTLB: registered 64.0 KiB page ' 'size, pre-allocated 0 pages\n' '[ 0.666086] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 64.0 KiB page\n' '[ 0.673878] ACPI: Interpreter disabled.\n' '[ 0.679678] iommu: Default domain type: ' 'Translated\n' '[ 0.684619] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.691122] SCSI subsystem initialized\n' '[ 0.695350] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.700897] usbcore: registered new interface ' 'driver hub\n' '[ 0.706254] usbcore: registered new device driver ' 'usb\n' '[ 0.711780] /hdlcd@7ff60000: Fixed dependency ' 'cycle(s) with /i2c@7ffa0000/hdmi-transmitter@70\n' '[ 0.720398] /i2c@7ffa0000/hdmi-transmitter@70: ' 'Fixed dependency cycle(s) with /hdlcd@7ff60000\n' '[ 0.729091] /hdlcd@7ff50000: Fixed dependency ' 'cycle(s) with /i2c@7ffa0000/hdmi-transmitter@71\n' '[ 0.737698] /i2c@7ffa0000/hdmi-transmitter@71: ' 'Fixed dependency cycle(s) with /hdlcd@7ff50000\n' '[ 0.747051] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.752038] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.761205] PTP clock support registered\n' '[ 0.765233] EDAC MC: Ver: 3.0.0\n' '[ 0.769528] FPGA manager framework\n' '[ 0.772997] Advanced Linux Sound Architecture ' 'Driver Initialized.\n' '[ 0.779770] vgaarb: loaded\n' '[ 0.782725] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.789038] VFS: Disk quotas dquot_6.6.0\n' '[ 0.793015] VFS: Dquot-cache hash table entries: ' '512 (order 0, 4096 bytes)\n' '[ 0.800086] pnp: PnP ACPI: disabled\n' '[ 0.811500] NET: Registered PF_INET protocol ' 'family\n' '[ 0.817064] IP idents hash table entries: 131072 ' '(order: 8, 1048576 bytes, linear)\n' '[ 0.831166] tcp_listen_portaddr_hash hash table ' 'entries: 4096 (order: 4, 65536 bytes, linear)\n' '[ 0.839842] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.847634] TCP established hash table entries: ' '65536 (order: 7, 524288 bytes, linear)\n' '[ 0.856109] TCP bind hash table entries: 65536 ' '(order: 9, 2097152 bytes, linear)\n' '[ 0.865437] TCP: Hash tables configured ' '(established 65536 bind 65536)\n' '[ 0.872350] MPTCP token hash table entries: 8192 ' '(order: 5, 196608 bytes, linear)\n' '[ 0.879955] UDP hash table entries: 4096 (order: ' '5, 131072 bytes, linear)\n' '[ 0.886958] UDP-Lite hash table entries: 4096 ' '(order: 5, 131072 bytes, linear)\n' '[ 0.894500] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.900563] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.906515] RPC: Registered udp transport module.\n' '[ 0.911238] RPC: Registered tcp transport module.\n' '[ 0.915957] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.922420] PCI: CLS 0 bytes, default 64\n' '[ 0.926551] Unpacking initramfs...\n' '[ 0.931063] hw perfevents: enabled with ' 'armv8_cortex_a57 PMU driver, 7 counters available\n' '[ 0.939829] hw perfevents: enabled with ' 'armv8_cortex_a53 PMU driver, 7 counters available\n' '[ 0.948111] kvm [1]: Guests without required CPU ' 'erratum workarounds can deadlock system!\n' '[ 0.948111] Only trusted guests should be used on ' 'this system.\n' '[ 0.962144] kvm [1]: IPA Size Limit: 40 bits\n' '[ 0.968436] kvm [1]: vgic interrupt IRQ9\n' '[ 0.972570] kvm [1]: Hyp mode initialized ' 'successfully\n' '[ 0.979167] Initialise system trusted keyrings\n' '[ 0.983877] workingset: timestamp_bits=42 ' 'max_order=21 bucket_order=0\n' '[ 0.997240] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 1.003755] NFS: Registering the id_resolver key ' 'type\n' '[ 1.008868] Key type id_resolver registered\n' '[ 1.013069] Key type id_legacy registered\n' '[ 1.017185] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 1.023917] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 1.031587] 9p: Installing v9fs 9p2000 file system ' 'support\n' '[ 1.085160] Key type asymmetric registered\n' "[ 1.089282] Asymmetric key parser 'x509' " 'registered\n' '[ 1.094245] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 245)\n' '[ 1.101674] io scheduler mq-deadline registered\n' '[ 1.106228] io scheduler kyber registered\n' '[ 1.119112] pl061_gpio 1c1d0000.gpio: PL061 GPIO ' 'chip registered\n' '[ 1.128209] EINJ: ACPI disabled.\n' '[ 1.151207] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 1.160168] SuperH (H)SCI(F) driver initialized\n' '[ 1.165176] msm_serial: driver initialized\n' '[ 1.170568] arm-smmu 7fb00000.iommu: probing ' 'hardware configuration...\n' '[ 1.177124] arm-smmu 7fb00000.iommu: SMMUv1 with:\n' '[ 1.181845] arm-smmu 7fb00000.iommu: ?stage 2 ' 'translation\n' '[ 1.187259] arm-smmu 7fb00000.iommu: ?coherent ' 'table walk\n' '[ 1.192687] arm-smmu 7fb00000.iommu: ?stream ' 'matching with 16 register groups\n' '[ 1.199845] arm-smmu 7fb00000.iommu: ?4 context ' 'banks (4 stage-2 only)\n' '[ 1.206396] arm-smmu 7fb00000.iommu: ?Supported ' 'page sizes: 0x60211000\n' '[ 1.212944] arm-smmu 7fb00000.iommu: ?Stage-2: ' '40-bit IPA -> 40-bit PA\n' '[ 1.219737] arm-smmu 7fb00000.iommu: ?preserved 0 ' 'boot mappings\n' '[ 1.225919] arm-smmu 7fb10000.iommu: probing ' 'hardware configuration...\n' '[ 1.232471] arm-smmu 7fb10000.iommu: SMMUv1 with:\n' '[ 1.237190] arm-smmu 7fb10000.iommu: ?stage 2 ' 'translation\n' '[ 1.242604] arm-smmu 7fb10000.iommu: ?non-coherent ' 'table walk\n' '[ 1.248366] arm-smmu 7fb10000.iommu: ?(IDR0.CTTW ' 'overridden by FW configuration)\n' '[ 1.255796] arm-smmu 7fb10000.iommu: ?stream ' 'matching with 2 register groups\n' '[ 1.262870] arm-smmu 7fb10000.iommu: ?1 context ' 'banks (1 stage-2 only)\n' '[ 1.269429] arm-smmu 7fb10000.iommu: ?Supported ' 'page sizes: 0x60211000\n' '[ 1.275981] arm-smmu 7fb10000.iommu: ?Stage-2: ' '40-bit IPA -> 40-bit PA\n' '[ 1.282787] arm-smmu 7fb10000.iommu: ?preserved 0 ' 'boot mappings\n' '[ 1.288945] arm-smmu 7fb20000.iommu: probing ' 'hardware configuration...\n' '[ 1.295498] arm-smmu 7fb20000.iommu: SMMUv1 with:\n' '[ 1.300218] arm-smmu 7fb20000.iommu: ?stage 2 ' 'translation\n' '[ 1.305631] arm-smmu 7fb20000.iommu: ?non-coherent ' 'table walk\n' '[ 1.311393] arm-smmu 7fb20000.iommu: ?(IDR0.CTTW ' 'overridden by FW configuration)\n' '[ 1.318819] arm-smmu 7fb20000.iommu: ?stream ' 'matching with 2 register groups\n' '[ 1.325893] arm-smmu 7fb20000.iommu: ?1 context ' 'banks (1 stage-2 only)\n' '[ 1.332444] arm-smmu 7fb20000.iommu: ?Supported ' 'page sizes: 0x60211000\n' '[ 1.338993] arm-smmu 7fb20000.iommu: ?Stage-2: ' '40-bit IPA -> 40-bit PA\n' '[ 1.345793] arm-smmu 7fb20000.iommu: ?preserved 0 ' 'boot mappings\n' '[ 1.351944] arm-smmu 7fb30000.iommu: probing ' 'hardware configuration...\n' '[ 1.358497] arm-smmu 7fb30000.iommu: SMMUv1 with:\n' '[ 1.363222] arm-smmu 7fb30000.iommu: ?stage 2 ' 'translation\n' '[ 1.368638] arm-smmu 7fb30000.iommu: ?coherent ' 'table walk\n' '[ 1.374054] arm-smmu 7fb30000.iommu: ?stream ' 'matching with 2 register groups\n' '[ 1.381131] arm-smmu 7fb30000.iommu: ?1 context ' 'banks (1 stage-2 only)\n' '[ 1.387683] arm-smmu 7fb30000.iommu: ?Supported ' 'page sizes: 0x60211000\n' '[ 1.394239] arm-smmu 7fb30000.iommu: ?Stage-2: ' '40-bit IPA -> 40-bit PA\n' '[ 1.401019] arm-smmu 7fb30000.iommu: ?preserved 0 ' 'boot mappings\n' '[ 1.414854] loop: module loaded\n' '[ 1.418909] megasas: 07.719.03.00-rc1\n' '[ 1.428150] tun: Universal TUN/TAP device driver, ' '1.6\n' '[ 1.433984] thunder_xcv, ver 1.0\n' '[ 1.437270] thunder_bgx, ver 1.0\n' '[ 1.440551] nicpf, ver 1.0\n' '[ 1.444425] hns3: Hisilicon Ethernet Network ' 'Driver for Hip08 Family - version\n' '[ 1.451675] hns3: Copyright (c) 2017 Huawei ' 'Corporation.\n' '[ 1.457069] hclge is initializing\n' '[ 1.460413] e1000: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.465305] e1000: Copyright (c) 1999-2006 Intel ' 'Corporation.\n' '[ 1.471127] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.476108] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 1.482090] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 1.487505] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 1.493138] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 1.499424] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 1.505753] sky2: driver version 1.30\n' '[ 2.359010] Freeing initrd memory: 22284K\n' '[ 2.396153] smsc911x 18000000.ethernet eth0: MAC ' 'Address: 00:02:f7:00:58:4d\n' '[ 2.403940] VFIO - User Level meta-driver version: ' '0.3\n' '[ 2.411224] ehci-platform 7ffc0000.usb: Adding to ' 'iommu group 0\n' '[ 2.411832] usbcore: registered new interface ' 'driver usb-storage\n' '[ 2.417325] ohci-platform 7ffb0000.usb: Adding to ' 'iommu group 0\n' '[ 2.417504] ehci-platform 7ffc0000.usb: EHCI Host ' 'Controller\n' '[ 2.417537] ehci-platform 7ffc0000.usb: new USB ' 'bus registered, assigned bus number 1\n' '[ 2.417673] ehci-platform 7ffc0000.usb: irq 29, io ' 'mem 0x7ffc0000\n' '[ 2.430734] ehci-platform 7ffc0000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 2.434943] ohci-platform 7ffb0000.usb: Generic ' 'Platform OHCI controller\n' '[ 2.437063] rtc-pl031 1c170000.rtc: registered as ' 'rtc0\n' '[ 2.437087] rtc-pl031 1c170000.rtc: setting system ' 'clock to 2000-01-01T00:02:24 UTC (946684944)\n' '[ 2.437745] i2c_dev: i2c /dev entries driver\n' '[ 2.441699] sp805-wdt 1c0f0000.watchdog: ' 'registration successful\n' '[ 2.443442] hub 1-0:1.0: USB hub found\n' '[ 2.455606] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 2.456251] mmci-pl18x 1c050000.mmc: mmc0: PL180 ' 'manf 41 rev0 at 0x1c050000 irq 34,0 (pio)\n' '[ 2.461721] hub 1-0:1.0: 1 port detected\n' '[ 2.466848] sdhci: Copyright(c) Pierre Ossman\n' '[ 2.467447] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 2.475959] ohci-platform 7ffb0000.usb: new USB ' 'bus registered, assigned bus number 2\n' '[ 2.480785] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 2.485992] ohci-platform 7ffb0000.usb: irq 30, io ' 'mem 0x7ffb0000\n' '[ 2.491529] leds-syscon 1c010008.0.led: registered ' 'LED (null)\n' '[ 2.543981] leds-syscon 1c010008.1.led: registered ' 'LED (null)\n' '[ 2.549878] leds-syscon 1c010008.2.led: registered ' 'LED (null)\n' '[ 2.555768] leds-syscon 1c010008.3.led: registered ' 'LED (null)\n' '[ 2.561654] leds-syscon 1c010008.4.led: registered ' 'LED (null)\n' '[ 2.567535] leds-syscon 1c010008.5.led: registered ' 'LED (null)\n' '[ 2.573416] leds-syscon 1c010008.6.led: registered ' 'LED (null)\n' '[ 2.575664] hub 2-0:1.0: USB hub found\n' '[ 2.579317] leds-syscon 1c010008.7.led: registered ' 'LED (null)\n' '[ 2.582963] hub 2-0:1.0: 1 port detected\n' '[ 2.594860] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 2.603225] usbcore: registered new interface ' 'driver usbhid\n' '[ 2.608815] usbhid: USB HID core driver\n' '[ 2.613378] mhu 2b1f0000.mhu: ARM MHU Mailbox ' 'registered\n' '[ 2.624003] netem: version 1.3\n' '[ 2.627192] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 2.633154] IPv4 over IPsec tunneling driver\n' '[ 2.638164] NET: Registered PF_INET6 protocol ' 'family\n' '[ 2.645352] Segment Routing with IPv6\n' '[ 2.649077] In-situ OAM (IOAM) with IPv6\n' '[ 2.653521] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 2.660243] NET: Registered PF_PACKET protocol ' 'family\n' '[ 2.665342] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 2.678574] 8021q: 802.1Q VLAN Support v1.8\n' '[ 2.683189] 9pnet: Installing 9P2000 support\n' '[ 2.687525] Key type dns_resolver registered\n' '[ 2.692116] registered taskstats version 1\n' '[ 2.696257] Loading compiled-in X.509 ' 'certificates\n' '[ 2.718608] dma-pl330 7ff00000.dma-controller: ' 'Adding to iommu group 1\n' '[ 2.726202] dma-pl330 7ff00000.dma-controller: ' 'Loaded driver for PL330 DMAC-341330\n' '[ 2.733800] dma-pl330 7ff00000.dma-controller: ' '?DBUFF-1024x16bytes Num_Chans-8 Num_Peri-8 ' 'Num_Events-8\n' '[ 2.743151] usb 1-1: new high-speed USB device ' 'number 2 using ehci-platform\n' '[ 2.786758] scpi_protocol scpi: incorrect or no ' 'SCP firmware found\n' '[ 2.792979] scpi_protocol: probe of scpi failed ' 'with error -110\n' '[ 2.802641] input: gpio-keys as ' '/devices/platform/gpio-keys/input/input1\n' '[ 2.810596] clk: Disabling unused clocks\n' '[ 2.814557] ALSA device list:\n' '[ 2.817831] No soundcards found.\n' '[ 2.821352] uart-pl011 7ff80000.serial: no DMA ' 'platform data\n' '[ 2.832517] Freeing unused kernel memory: 7616K\n' '[ 2.837264] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: [ 2.905307] hub 1-1:1.0: USB hub ' 'found\n' '[ 2.909341] hub 1-1:1.0: 4 ports detected\n' 'OK\n' 'Populating /dev using udev: [ 2.925028] ' 'udevd[165]: starting version 3.2.9\n' '[ 3.466748] atkbd serio0: keyboard reset failed on ' '1c060000.kmi\n' '[ 3.930729] random: crng init done\n' "[ 3.939163] udevd[165]: specified user 'tss' " 'unknown\n' "[ 3.944222] udevd[165]: specified group 'tss' " 'unknown\n' '[ 3.951254] udevd[166]: starting eudev-3.2.9\n' '[ 4.336947] tda998x 0-0070: found TDA19988\n' '[ 4.472265] tda998x 0-0071: found TDA19988\n' '[ 4.714859] atkbd serio1: keyboard reset failed on ' '1c070000.kmi\n' '[ 11.335634] input: PS/2 Generic Mouse as ' '/devices/platform/bus@8000000/bus@8000000:motherboard-bus@8000000/bus@8000000:motherboard-bus@8000000:iofpga-bus@300000000/1c060000.kmi/serio0/input/input3\n' '[ 11.462025] psmouse serio0: Failed to enable mouse ' 'on 1c060000.kmi\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '#\n' '/ # export SHELL=/bin/sh\n' 'export SHELL=/bin/sh\n' '/ # . /lava-1315377/environment\n' '. /lava-1315377/environment\n' '/ # /lava-1315377/bin/lava-test-runner ' '/lava-1315377/0\n' '/lava-1315377/bin/lava-test-runner /lava-1315377/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-1315377/0/tests/0_dmesg\n' '+ cat uuid\n' '+ [ 12.253878] \n' 'UUID=1315377_1.5.2.4.1\n' '+ set +x\n' '+ [ 12.262627] \n' "echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ # \n'} 04/22/2025 06:59:00 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 06:59:02 PM UTC [INFO] Processing event node: 6807e6cae51c583972a58d0b 04/22/2025 06:59:02 PM UTC [DEBUG] Sending to KCIDB: checkouts: maestro:6807e6cae51c583972a58d0b 04/22/2025 06:59:02 PM UTC [ERROR] Failed to submit() revision: exceptions must derive from BaseException 04/22/2025 06:59:02 PM UTC [INFO] Sent checkout node: maestro:6807e6cae51c583972a58d0b 04/22/2025 06:59:02 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:02:47 PM UTC [INFO] Processing event node: 6807d0a19aef7c8063cad95c 04/22/2025 07:02:47 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807d0a19aef7c8063cad95c 04/22/2025 07:02:47 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807d03a9aef7c8063cad938', 'id': 'maestro:6807d0a19aef7c8063cad95c', 'origin': 'maestro', 'comment': 'staging-stable-20250422.4', 'start_time': '2025-04-22T17:23:45.198000+00:00', 'architecture': 'arm64', 'compiler': 'gcc-12', 'config_name': 'defconfig+lab-setup+kselftest', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807d0a19aef7c8063cad95c-kbuild-gcc-12-arm64-srpkaczh', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'image', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807d0a19aef7c8063cad95c'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/2.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.log.gz', 'log_excerpt': 'pro1.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-hp-envy-x2.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-lenovo-miix-630.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-oneplus-cheeseburger.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-oneplus-dumpling.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-lilac.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-maple.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-poplar.dtb\n' ' INSTALL _dtbs_/qcom/qcs404-evb-1000.dtb\n' ' INSTALL _dtbs_/qcom/qcs404-evb-4000.dtb\n' ' INSTALL _dtbs_/qcom/qrb5165-rb5.dtb\n' ' INSTALL _dtbs_/qcom/sa8155p-adp.dtb\n' ' INSTALL _dtbs_/qcom/sa8295p-adp.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-idp.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-coachz-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-coachz-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-coachz-r3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-coachz-r3-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r2.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-kingoftown-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-kingoftown-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r0.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r1-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r3-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r3-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r9.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r9-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r9-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-r9.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r5.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r9.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev0-auo.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev0-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev1-auo.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev1-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-lte-parade.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-lte-ti.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-parade.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pazquel-ti.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r2.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r2-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r3-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-quackingstick-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-quackingstick-r0-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev0-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev0-inx.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-inx.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-inx-rt5682s.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-boe-rt5682s.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-herobrine-crd.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-herobrine-evoker-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-herobrine-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-idp.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-idp2.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-crd-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc8280xp-crd.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc8280xp-lenovo-thinkpad-x13s.dtb\n' ' INSTALL _dtbs_/qcom/sda660-inforce-ifc6560.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-ganges-kirin.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-discovery.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-pioneer.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-voyager.dtb\n' ' INSTALL _dtbs_/qcom/sdm632-fairphone-fp3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm636-sony-xperia-ganges-mermaid.dtb\n' ' INSTALL _dtbs_/qcom/sdm660-xiaomi-lavender.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r1.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r2.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r3.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-db845c.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-lg-judyln.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-lg-judyp.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-mtp.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-oneplus-enchilada.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-oneplus-fajita.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-akari.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-akatsuki.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-apollo.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-xiaomi-beryllium.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-xiaomi-polaris.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-shift-axolotl.dtb\n' ' INSTALL _dtbs_/qcom/sdm850-lenovo-yoga-c630.dtb\n' ' INSTALL _dtbs_/qcom/sdm850-samsung-w737.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm6125-sony-xperia-seine-pdx201.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm6350-sony-xperia-lena-pdx213.dtb\n' ' INSTALL _dtbs_/qcom/sm7225-fairphone-fp4.dtb\n' ' INSTALL _dtbs_/qcom/sm8150-hdk.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-microsoft-surface-duo.dtb\n' ' INSTALL _dtbs_/qcom/sm8150-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-sony-xperia-kumano-bahamut.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-sony-xperia-kumano-griffin.dtb\n' ' INSTALL _dtbs_/qcom/sm8250-hdk.dtb\n' ' INSTALL _dtbs_/qcom/sm8250-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8250-sony-xperia-edo-pdx203.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8250-sony-xperia-edo-pdx206.dtb\n' ' INSTALL _dtbs_/qcom/sm8350-hdk.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-microsoft-surface-duo2.dtb\n' ' INSTALL _dtbs_/qcom/sm8350-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-sony-xperia-sagami-pdx214.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-sony-xperia-sagami-pdx215.dtb\n' ' INSTALL _dtbs_/qcom/sm8450-hdk.dtb\n' ' INSTALL _dtbs_/qcom/sm8450-qrd.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8450-sony-xperia-nagara-pdx223.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-beacon-rzg2m-kit.dtb\n' ' INSTALL _dtbs_/renesas/r8a774a1-hihope-rzg2m.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-ex-mipi-2.1.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-rev2.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-rev2-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-rev2-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-beacon-rzg2n-kit.dtb\n' ' INSTALL _dtbs_/renesas/r8a774b1-hihope-rzg2n.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-ex-mipi-2.1.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-rev2.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-rev2-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-rev2-ex-idk-1110wr.dtb\n' ' INSTALL _dtbs_/renesas/r8a774c0-cat874.dtb\n' ' INSTALL _dtbs_/renesas/r8a774c0-ek874.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774c0-ek874-idk-2121wr.dtb\n' ' INSTALL _dtbs_/renesas/r8a774c0-ek874-mipi-2.1.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-beacon-rzg2h-kit.dtb\n' ' INSTALL _dtbs_/renesas/r8a774e1-hihope-rzg2h.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-hihope-rzg2h-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-hihope-rzg2h-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-hihope-rzg2h-ex-mipi-2.1.dtb\n' ' INSTALL _dtbs_/renesas/r8a77950-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77950-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77950-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77961-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77961-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77961-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77970-eagle.dtb\n' ' INSTALL _dtbs_/renesas/r8a77970-v3msk.dtb\n' ' INSTALL _dtbs_/renesas/r8a77980-condor.dtb\n' ' INSTALL _dtbs_/renesas/r8a77980-v3hsk.dtb\n' ' INSTALL _dtbs_/renesas/r8a77980a-condor-i.dtb\n' ' INSTALL _dtbs_/renesas/r8a77990-ebisu.dtb\n' ' INSTALL _dtbs_/renesas/r8a77995-draak.dtb\n' ' INSTALL _dtbs_/renesas/r8a779a0-falcon.dtb\n' ' INSTALL _dtbs_/renesas/r8a779f0-spider.dtb\n' ' INSTALL _dtbs_/renesas/r8a779g0-white-hawk.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m1-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m1-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m1-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m3-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m3-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m3-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m5-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g043u11-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g044c2-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g044l2-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g054l2-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a09g011-v2mevk2.dtb\n' ' INSTALL ' '_dtbs_/renesas/draak-ebisu-panel-aa104xd12.dtbo\n' ' INSTALL ' '_dtbs_/renesas/salvator-panel-aa104xd12.dtbo\n' ' INSTALL _dtbs_/rockchip/px30-evb.dtb\n' ' INSTALL ' '_dtbs_/rockchip/px30-engicam-px30-core-ctouch2.dtb\n' ' INSTALL ' '_dtbs_/rockchip/px30-engicam-px30-core-ctouch2-of10.dtb\n' ' INSTALL ' '_dtbs_/rockchip/px30-engicam-px30-core-edimm2.2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3308-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3308-roc-cc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3308-rock-pi-s.dtb\n' ' INSTALL _dtbs_/rockchip/rk3318-a95x-z2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3326-odroid-go2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-a1.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-nanopi-r2s.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-rock64.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-rock-pi-e.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-roc-cc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-roc-pc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-evb-act8846.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-geekbox.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-lion-haikou.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-orion-r68-meta.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-px5-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-r88.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-eaidk-610.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-ficus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-firefly.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-bob.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-kevin.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-gru-scarlet-dumo.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-scarlet-inx.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-scarlet-kd.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-hugsun-x99.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-khadas-edge.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-khadas-edge-captain.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-khadas-edge-v.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-kobol-helios64.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-leez-p710.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopc-t4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-m4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-m4b.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-neo4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-r4s.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-nanopi-r4s-enterprise.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-orangepi.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-pinebook-pro.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-pinephone-pro.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-puma-haikou.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-roc-pc.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-roc-pc-mezzanine.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-roc-pc-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-4c-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4a.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4a-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4b.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4b-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4c.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock960.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rockpro64-v2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rockpro64.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-sapphire.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-sapphire-excavator.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399pro-rock-pi-n10.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-anbernic-rg353p.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-anbernic-rg503.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-pinenote-v1.1.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-pinenote-v1.2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-quartz64-a.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-quartz64-b.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-roc-pc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-soquartz-cm4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3568-bpi-r2-pro.dtb\n' ' INSTALL _dtbs_/rockchip/rk3568-evb1-v10.dtb\n' ' INSTALL _dtbs_/rockchip/rk3568-rock-3a.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld11-global.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld11-ref.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld20-akebi96.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld20-global.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld20-ref.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-pxs3-ref.dtb\n' ' INSTALL ' '_dtbs_/socionext/uniphier-pxs3-ref-gadget0.dtb\n' ' INSTALL ' '_dtbs_/socionext/uniphier-pxs3-ref-gadget1.dtb\n' ' INSTALL _dtbs_/sprd/sc9836-openphone.dtb\n' ' INSTALL _dtbs_/sprd/sp9860g-1h10.dtb\n' ' INSTALL _dtbs_/sprd/sp9863a-1h10.dtb\n' ' INSTALL _dtbs_/synaptics/berlin4ct-dmp.dtb\n' ' INSTALL _dtbs_/synaptics/berlin4ct-stb.dtb\n' ' INSTALL _dtbs_/tesla/fsd-evb.dtb\n' ' INSTALL _dtbs_/ti/k3-am654-base-board.dtb\n' ' INSTALL _dtbs_/ti/k3-am6528-iot2050-basic.dtb\n' ' INSTALL _dtbs_/ti/k3-am6528-iot2050-basic-pg2.dtb\n' ' INSTALL _dtbs_/ti/k3-am6548-iot2050-advanced.dtb\n' ' INSTALL ' '_dtbs_/ti/k3-am6548-iot2050-advanced-pg2.dtb\n' ' INSTALL _dtbs_/ti/k3-j721e-common-proc-board.dtb\n' ' INSTALL _dtbs_/ti/k3-j721e-sk.dtb\n' ' INSTALL _dtbs_/ti/k3-j7200-common-proc-board.dtb\n' ' INSTALL _dtbs_/ti/k3-j721s2-common-proc-board.dtb\n' ' INSTALL _dtbs_/ti/k3-am642-evm.dtb\n' ' INSTALL _dtbs_/ti/k3-am642-sk.dtb\n' ' INSTALL _dtbs_/ti/k3-am625-sk.dtb\n' ' INSTALL _dtbs_/ti/k3-am62a7-sk.dtb\n' ' INSTALL _dtbs_/toshiba/tmpv7708-rm-mbrc.dtb\n' ' INSTALL _dtbs_/toshiba/tmpv7708-visrobo-vrb.dtb\n' ' INSTALL _dtbs_/xilinx/avnet-ultra96-rev1.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1232-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1254-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1275-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm015-dc1.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm016-dc2.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm017-dc3.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm018-dc4.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm019-dc5.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu100-revC.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-revB.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-rev1.0.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-rev1.1.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu104-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu104-revC.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu106-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu111-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-sm-k26-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-smk-k26-revA.dtb\n' ' INSTALL ' '_dtbs_/xilinx/sm-k26-revA-sck-kv-g-revA.dtb\n' ' INSTALL ' '_dtbs_/xilinx/sm-k26-revA-sck-kv-g-revB.dtb\n' ' INSTALL ' '_dtbs_/xilinx/smk-k26-revA-sm-k26-revA-sck-kv-g-revA.dtb\n' ' INSTALL ' '_dtbs_/xilinx/smk-k26-revA-sm-k26-revA-sck-kv-g-revB.dtb\n' '+ mkdir -p /tmp/kci/artifacts/dtbs\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp -r _dtbs_/actions _dtbs_/allwinner _dtbs_/altera ' '_dtbs_/amazon _dtbs_/amd _dtbs_/amlogic _dtbs_/apm ' '_dtbs_/apple _dtbs_/arm _dtbs_/broadcom _dtbs_/cavium ' '_dtbs_/exynos _dtbs_/freescale _dtbs_/hisilicon ' '_dtbs_/intel _dtbs_/lg _dtbs_/marvell _dtbs_/mediatek ' '_dtbs_/nuvoton _dtbs_/nvidia _dtbs_/qcom ' '_dtbs_/renesas _dtbs_/rockchip _dtbs_/socionext ' '_dtbs_/sprd _dtbs_/synaptics _dtbs_/tesla _dtbs_/ti ' '_dtbs_/toshiba _dtbs_/xilinx /tmp/kci/artifacts/dtbs\n' '+ cd ..\n' '+ echo job:package_dtbs=done\n' '++ date +%s\n' '+ echo jobets:package_dtbs=1745348279\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:02:47 PM UTC [INFO] Marking 3 nodes flag as processed 04/22/2025 07:02:49 PM UTC [INFO] Processing event node: 6807e7d8e51c583972a58d54 04/22/2025 07:02:49 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7d8e51c583972a58d54 04/22/2025 07:02:49 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7d8e51c583972a58d54', 'origin': 'maestro', 'comment': 'baseline-arm64 on mt8365-genio-350-evk in lava-collabora', 'start_time': '2025-04-22T19:02:48.890000+00:00', 'environment': {'comment': 'Runtime: lava-collabora', 'compatible': ['mediatek,mt8365-evk', 'mediatek,mt8365'], 'misc': {'platform': 'mt8365-genio-350-evk', 'job_id': 'kci-6807d0a19aef7c8063cad95c-kbuild-gcc-12-arm64-srpkaczh', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-collabora', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7d8e51c583972a58d54', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/2.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/kselftest.tar.gz'}]} 04/22/2025 07:02:49 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:02:49 PM UTC [INFO] Processing event node: 6807e7d9e51c583972a58d57 04/22/2025 07:02:49 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7d9e51c583972a58d57 04/22/2025 07:02:49 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7d9e51c583972a58d57', 'origin': 'maestro', 'comment': 'baseline-arm64 on mt8390-genio-700-evk in lava-collabora', 'start_time': '2025-04-22T19:02:49.050000+00:00', 'environment': {'comment': 'Runtime: lava-collabora', 'compatible': ['mediatek,mt8390-evk', 'mediatek,mt8390', 'mediatek,mt8188'], 'misc': {'platform': 'mt8390-genio-700-evk', 'job_id': 'kci-6807d0a19aef7c8063cad95c-kbuild-gcc-12-arm64-srpkaczh', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-collabora', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7d9e51c583972a58d57', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/2.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/kselftest.tar.gz'}]} 04/22/2025 07:02:49 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:02:49 PM UTC [INFO] Processing event node: 6807e7d9e51c583972a58d5a 04/22/2025 07:02:49 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7d9e51c583972a58d5a 04/22/2025 07:02:49 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7d9e51c583972a58d5a', 'origin': 'maestro', 'comment': 'baseline-arm64 on mt8395-genio-1200-evk in lava-collabora', 'start_time': '2025-04-22T19:02:49.242000+00:00', 'environment': {'comment': 'Runtime: lava-collabora', 'compatible': ['mediatek,mt8395-evk', 'mediatek,mt8395', 'mediatek,mt8195'], 'misc': {'platform': 'mt8395-genio-1200-evk', 'job_id': 'kci-6807d0a19aef7c8063cad95c-kbuild-gcc-12-arm64-srpkaczh', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-collabora', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7d9e51c583972a58d5a', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/2.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/kselftest.tar.gz'}]} 04/22/2025 07:02:49 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:02:50 PM UTC [INFO] Processing event node: 6807e7dae51c583972a58d63 04/22/2025 07:02:50 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7dae51c583972a58d63 04/22/2025 07:02:50 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7dae51c583972a58d63', 'origin': 'maestro', 'comment': 'baseline-arm64 on rk3588-rock-5b in lava-collabora', 'start_time': '2025-04-22T19:02:50.151000+00:00', 'environment': {'comment': 'Runtime: lava-collabora', 'compatible': ['radxa,rock-5b', 'rockchip,rk3588'], 'misc': {'platform': 'rk3588-rock-5b', 'job_id': 'kci-6807d0a19aef7c8063cad95c-kbuild-gcc-12-arm64-srpkaczh', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-collabora', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7dae51c583972a58d63', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/2.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/kselftest.tar.gz'}]} 04/22/2025 07:02:50 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:02:53 PM UTC [INFO] Processing event node: 6807e7dde51c583972a58d78 04/22/2025 07:02:53 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7dde51c583972a58d78 04/22/2025 07:02:53 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7dde51c583972a58d78', 'origin': 'maestro', 'comment': 'baseline-arm64-broonie on meson-g12b-a311d-libretech-cc ' 'in lava-broonie', 'start_time': '2025-04-22T19:02:53.207000+00:00', 'environment': {'comment': 'Runtime: lava-broonie', 'compatible': ['libretech,aml-a311d-cc', 'amlogic,a311d', 'amlogic,g12b'], 'misc': {'platform': 'meson-g12b-a311d-libretech-cc', 'job_id': 'kci-6807d0a19aef7c8063cad95c-kbuild-gcc-12-arm64-srpkaczh', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-broonie', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7dde51c583972a58d78', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/2.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/kselftest.tar.gz'}]} 04/22/2025 07:02:53 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:02:53 PM UTC [INFO] Processing event node: 6807e7dde51c583972a58d7e 04/22/2025 07:02:53 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7dde51c583972a58d7e 04/22/2025 07:02:53 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7dde51c583972a58d7e', 'origin': 'maestro', 'comment': 'baseline-arm64-broonie on meson-sm1-s905d3-libretech-cc ' 'in lava-broonie', 'start_time': '2025-04-22T19:02:53.778000+00:00', 'environment': {'comment': 'Runtime: lava-broonie', 'compatible': ['libretech,aml-s905d3-cc', 'amlogic,sm1'], 'misc': {'platform': 'meson-sm1-s905d3-libretech-cc', 'job_id': 'kci-6807d0a19aef7c8063cad95c-kbuild-gcc-12-arm64-srpkaczh', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-broonie', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7dde51c583972a58d7e', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/2.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/kselftest.tar.gz'}]} 04/22/2025 07:02:53 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:03:01 PM UTC [INFO] Processing event node: 6807e7e5e51c583972a58d93 04/22/2025 07:03:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7e5e51c583972a58d93 04/22/2025 07:03:01 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7e5e51c583972a58d93', 'origin': 'maestro', 'comment': 'baseline-arm64-clabbe on rk3588-rock-5b in lava-clabbe', 'start_time': '2025-04-22T19:03:01.613000+00:00', 'environment': {'comment': 'Runtime: lava-clabbe', 'compatible': ['radxa,rock-5b', 'rockchip,rk3588'], 'misc': {'platform': 'rk3588-rock-5b', 'job_id': 'kci-6807d0a19aef7c8063cad95c-kbuild-gcc-12-arm64-srpkaczh', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-clabbe', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7e5e51c583972a58d93', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/2.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/kselftest.tar.gz'}]} 04/22/2025 07:03:01 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:03:05 PM UTC [INFO] Processing event node: 6807e7e9e51c583972a58dab 04/22/2025 07:03:05 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7e9e51c583972a58dab 04/22/2025 07:03:05 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7e9e51c583972a58dab', 'origin': 'maestro', 'comment': 'baseline-arm64-pengutronix on imx8mm-innocomm-wb15-evk in ' 'lava-pengutronix', 'start_time': '2025-04-22T19:03:05.032000+00:00', 'environment': {'comment': 'Runtime: lava-pengutronix', 'compatible': ['innocomm,wb15-evk', 'fsl,imx8mm'], 'misc': {'platform': 'imx8mm-innocomm-wb15-evk', 'job_id': 'kci-6807d0a19aef7c8063cad95c-kbuild-gcc-12-arm64-srpkaczh', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-pengutronix', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7e9e51c583972a58dab', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/2.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/kselftest.tar.gz'}]} 04/22/2025 07:03:05 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:03:07 PM UTC [INFO] Processing event node: 6807e7ebe51c583972a58db4 04/22/2025 07:03:07 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7ebe51c583972a58db4 04/22/2025 07:03:07 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7ebe51c583972a58db4', 'origin': 'maestro', 'comment': 'baseline-arm64-qualcomm on qcs6490-rb3gen2 in ' 'lava-qualcomm', 'start_time': '2025-04-22T19:03:07.192000+00:00', 'environment': {'comment': 'Runtime: lava-qualcomm', 'compatible': ['qcom,qcs6490-rb3gen2', 'qcom,qcm6490'], 'misc': {'platform': 'qcs6490-rb3gen2', 'job_id': 'kci-6807d0a19aef7c8063cad95c-kbuild-gcc-12-arm64-srpkaczh', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-qualcomm', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7ebe51c583972a58db4', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/2.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/kselftest.tar.gz'}]} 04/22/2025 07:03:07 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:03:11 PM UTC [INFO] Processing event node: 6807bdac0b92092469e0770f 04/22/2025 07:03:11 PM UTC [DEBUG] Sending to KCIDB: checkouts: maestro:6807bdac0b92092469e0770f 04/22/2025 07:03:11 PM UTC [ERROR] Failed to submit() revision: exceptions must derive from BaseException 04/22/2025 07:03:11 PM UTC [INFO] Sent checkout node: maestro:6807bdac0b92092469e0770f 04/22/2025 07:03:11 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:03:11 PM UTC [INFO] Processing event node: 6807bdfc0b92092469e0771f 04/22/2025 07:03:11 PM UTC [INFO] Processing event node: 6807be070b92092469e07727 04/22/2025 07:03:11 PM UTC [INFO] Processing event node: 6807be0c0b92092469e0772a 04/22/2025 07:03:11 PM UTC [INFO] Processing event node: 6807be110b92092469e0772d 04/22/2025 07:03:11 PM UTC [INFO] Processing event node: 6807be1b0b92092469e07735 04/22/2025 07:03:12 PM UTC [INFO] Processing event node: 6807be210b92092469e07738 04/22/2025 07:03:12 PM UTC [INFO] Processing event node: 6807be350b92092469e07744 04/22/2025 07:03:12 PM UTC [DEBUG] Error code is not set for 6807be350b92092469e07744 04/22/2025 07:03:12 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807bdac0b92092469e0770f 04/22/2025 07:03:12 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807be350b92092469e07744 04/22/2025 07:03:12 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:dummy_6807bdac0b92092469e0770f', 'id': 'maestro:6807be350b92092469e07744', 'origin': 'maestro', 'comment': 'kunit-x86_64 on kubernetes in k8s-gke-eu-west4', 'start_time': '2025-04-22T16:05:09.796000+00:00', 'environment': {'comment': 'Runtime: k8s-gke-eu-west4', 'misc': {'platform': 'kubernetes', 'job_id': 'kci-6807be350b92092469e07744-kunit-x86-64-abrfqg95', 'job_context': 'gke_android-kernelci-external_europe-west4-c_kci-eu-west4'}}, 'waived': False, 'path': 'kunit', 'misc': {'runtime': 'k8s-gke-eu-west4', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807be350b92092469e07744', 'error_code': 'node_timeout', 'error_msg': 'Node timed-out'}, 'output_files': [{'name': 'tarball', 'url': 'https://files-staging.kernelci.org/linux-netdev-testing-net-next-hw-2025-04-22--16-00-v6.15-rc2-739-gda5c38ef0521.tar.gz'}]} 04/22/2025 07:03:12 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:04:12 PM UTC [INFO] Processing event node: 680793947c32d324f2fc1032 04/22/2025 07:04:12 PM UTC [DEBUG] Error code is not set for 680793947c32d324f2fc1032 04/22/2025 07:04:12 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:680793947c32d324f2fc1032 04/22/2025 07:04:12 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:68078f5b7c32d324f2fc0be6', 'id': 'maestro:680793947c32d324f2fc1032', 'origin': 'maestro', 'comment': 'baseline-arm on at91sam9g20ek in lava-broonie', 'start_time': '2025-04-22T13:03:16.759000+00:00', 'environment': {'comment': 'Runtime: lava-broonie', 'compatible': ['atmel,at91sam9g20ek', 'atmel,at91sam9g20', 'atmel,at91sam9'], 'misc': {'platform': 'at91sam9g20ek', 'job_url': 'https://lava.sirena.org.uk/scheduler/job/1313671', 'job_id': '1313671'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-broonie', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=680793947c32d324f2fc1032', 'error_code': 'node_timeout', 'error_msg': 'Node timed-out'}, 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/kselftest.tar.gz'}]} 04/22/2025 07:04:12 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:04:12 PM UTC [INFO] Processing 16 unprocessed nodes 04/22/2025 07:04:26 PM UTC [INFO] Processing event node: 6807e17b1b4012cda6bf831f 04/22/2025 07:04:26 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807e17b1b4012cda6bf831f 04/22/2025 07:04:26 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807e1201b4012cda6bf82fc', 'id': 'maestro:6807e17b1b4012cda6bf831f', 'origin': 'maestro', 'comment': 'staging-stable-20250422.5', 'start_time': '2025-04-22T18:35:39.393000+00:00', 'architecture': 'arm', 'compiler': 'gcc-12', 'config_name': 'vexpress_defconfig', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807e17b1b4012cda6bf831f-kbuild-gcc-12-arm-vexpre-khp93ju2', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'zimage', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e17b1b4012cda6bf831f'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/fragments/0.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/build.log.gz', 'log_excerpt': "/tmp/kci/linux/tools/testing/selftests/sgx'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sigaltstack'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/sigaltstack/sas ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sigaltstack/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sigaltstack'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/size'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/size/get_size ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/size/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/size'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sparc64'\n" 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sparc64'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/splice'\n" 'rsync -a --copy-unsafe-links ' 'default_file_splice_read.sh short_splice_read.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/splice/default_file_splice_read ' '/tmp/kci/linux/tools/testing/selftests/splice/splice_read ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'rsync -a --copy-unsafe-links config settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/splice'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/static_keys'\n" 'rsync -a --copy-unsafe-links test_static_keys.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/static_keys/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/static_keys/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/static_keys'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sync'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/sync/sync_test ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sync/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sync/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sync'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch/sud_test ' '/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch/sud_benchmark ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/syscall_user_dispatch/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/syscall_user_dispatch/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sysctl'\n" 'rsync -a --copy-unsafe-links sysctl.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sysctl/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sysctl/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sysctl'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tc-testing'\n" '/bin/sh: 1: llc: not found\n' 'clang -I. -I/include/uapi -idirafter ' '/usr/lib/llvm-14/lib/clang/14.0.6/include -idirafter ' '/usr/local/include -idirafter ' '/usr/include/x86_64-linux-gnu -idirafter /usr/include ' '-Wno-compare-distinct-pointer-types \\\n' '\t -O2 -target bpf -emit-llvm -c action.c -o - | ' '\\\n' 'llc -march=bpf -mcpu=probe -filetype=obj -o ' '/tmp/kci/linux/tools/testing/selftests/tc-testing/action.o\n' '/bin/sh: 3: llc: not found\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tc-testing'\n" 'make[2]: *** [Makefile:26: ' '/tmp/kci/linux/tools/testing/selftests/tc-testing/action.o] ' 'Error 127\n' 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/timens'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timens/timens ' '/tmp/kci/linux/tools/testing/selftests/timens/timerfd ' '/tmp/kci/linux/tools/testing/selftests/timens/timer ' '/tmp/kci/linux/tools/testing/selftests/timens/clock_nanosleep ' '/tmp/kci/linux/tools/testing/selftests/timens/procfs ' '/tmp/kci/linux/tools/testing/selftests/timens/exec ' '/tmp/kci/linux/tools/testing/selftests/timens/futex ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timens/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timens/gettime_perf ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timens/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timens/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/timens'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/timers'\n" 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timers/posix_timers ' '/tmp/kci/linux/tools/testing/selftests/timers/nanosleep ' '/tmp/kci/linux/tools/testing/selftests/timers/nsleep-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/set-timer-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/mqueue-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/inconsistency-check ' '/tmp/kci/linux/tools/testing/selftests/timers/raw_skew ' '/tmp/kci/linux/tools/testing/selftests/timers/threadtest ' '/tmp/kci/linux/tools/testing/selftests/timers/rtcpie ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timers/alarmtimer-suspend ' '/tmp/kci/linux/tools/testing/selftests/timers/valid-adjtimex ' '/tmp/kci/linux/tools/testing/selftests/timers/adjtick ' '/tmp/kci/linux/tools/testing/selftests/timers/change_skew ' '/tmp/kci/linux/tools/testing/selftests/timers/skew_consistency ' '/tmp/kci/linux/tools/testing/selftests/timers/clocksource-switch ' '/tmp/kci/linux/tools/testing/selftests/timers/freq-step ' '/tmp/kci/linux/tools/testing/selftests/timers/leap-a-day ' '/tmp/kci/linux/tools/testing/selftests/timers/leapcrash ' '/tmp/kci/linux/tools/testing/selftests/timers/set-tai ' '/tmp/kci/linux/tools/testing/selftests/timers/set-2038 ' '/tmp/kci/linux/tools/testing/selftests/timers/set-tz ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/timers'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tmpfs'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/tmpfs/bug-link-o-tmpfile ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tmpfs/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tmpfs'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tpm2'\n" 'rsync -a --copy-unsafe-links test_smoke.sh ' 'test_space.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'rsync -a --copy-unsafe-links tpm2.py tpm2_tests.py ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tpm2'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/user'\n" 'rsync -a --copy-unsafe-links test_user_copy.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/user/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/user/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/user'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/vDSO'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_gettimeofday ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_getcpu ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_abi ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_clock_getres ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_correctness ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/vDSO/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/vDSO'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/vm'\n" 'arm-linux-gnueabihf-gcc -Wall -I ' '/tmp/kci/linux/tools/testing/selftests/../../.. ' '-isystem /tmp/kci/linux/usr/include -no-pie ' 'map_hugetlb.c -lrt -lpthread -o ' '/tmp/kci/linux/tools/testing/selftests/vm/map_hugetlb\n' 'map_hugetlb.c: In function ‘main’:\n' 'map_hugetlb.c:79:25: warning: implicit declaration of ' 'function ‘default_huge_page_size’ ' '[-Wimplicit-function-declaration]\n' ' 79 | hugepage_size = ' 'default_huge_page_size();\n' ' | ' '^~~~~~~~~~~~~~~~~~~~~~\n' '/usr/lib/gcc-cross/arm-linux-gnueabihf/12/../../../../arm-linux-gnueabihf/bin/ld: ' "/tmp/ccWA4K3Z.o: in function `main':\n" 'map_hugetlb.c:(.text+0xcc): undefined reference to ' "`default_huge_page_size'\n" 'collect2: error: ld returned 1 exit status\n' 'make[2]: *** [../lib.mk:155: ' '/tmp/kci/linux/tools/testing/selftests/vm/map_hugetlb] ' 'Error 1\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/vm'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/x86'\n" "make[2]: Nothing to be done for 'install'.\n" 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/x86'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/zram'\n" 'rsync -a --copy-unsafe-links zram.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'rsync -a --copy-unsafe-links zram01.sh zram02.sh ' 'zram_lib.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/zram'\n" 'for TARGET in alsa amd-pstate arm64 breakpoints ' 'capabilities cgroup clone3 core cpufreq cpu-hotplug ' 'damon drivers/dma-buf drivers/s390x/uvdevice ' 'drivers/net/bonding drivers/net/team efivarfs exec ' 'filesystems filesystems/binderfs filesystems/epoll ' 'filesystems/fat firmware fpu ftrace futex gpio ' 'intel_pstate ipc ir kcmp kexec kvm landlock lib ' 'livepatch lkdtm membarrier memfd memory-hotplug ' 'mincore mount mount_setattr move_mount_set_group ' 'mqueue nci net net/af_unix net/forwarding net/mptcp ' 'net/openvswitch netfilter nsfs pidfd pid_namespace ' 'powerpc proc pstore ptrace openat2 resctrl rlimits ' 'rseq rtc seccomp sgx sigaltstack size sparc64 splice ' 'static_keys sync syscall_user_dispatch sysctl ' 'tc-testing timens timers tmpfs tpm2 user vDSO vm x86 ' 'zram; do \\\n' '\tBUILD_TARGET=$BUILD/$TARGET;\t\\\n' '\t[ ! -d ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/$TARGET ' '] && printf "Skipping non-existent dir: $TARGET\\n" ' '&& continue; \\\n' '\tprintf "Emit Tests for $TARGET\\n"; \\\n' '\tmake -s --no-print-directory OUTPUT=$BUILD_TARGET ' 'COLLECTION=$TARGET \\\n' '\t\t-C $TARGET emit_tests >> ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-list.txt; ' '\\\n' 'done;\n' 'Emit Tests for alsa\n' 'Emit Tests for amd-pstate\n' 'Skipping non-existent dir: arm64\n' 'Emit Tests for breakpoints\n' 'Emit Tests for capabilities\n' 'Emit Tests for cgroup\n' 'Emit Tests for clone3\n' 'Emit Tests for core\n' 'Emit Tests for cpufreq\n' 'Emit Tests for cpu-hotplug\n' 'Emit Tests for damon\n' 'Emit Tests for drivers/dma-buf\n' 'Skipping non-existent dir: drivers/s390x/uvdevice\n' 'Emit Tests for drivers/net/bonding\n' 'Emit Tests for drivers/net/team\n' 'Emit Tests for efivarfs\n' 'Emit Tests for exec\n' 'Emit Tests for filesystems\n' 'Emit Tests for filesystems/binderfs\n' 'Emit Tests for filesystems/epoll\n' 'Emit Tests for filesystems/fat\n' 'Emit Tests for firmware\n' 'Emit Tests for fpu\n' 'Emit Tests for ftrace\n' 'Emit Tests for futex\n' 'Emit Tests for gpio\n' 'Emit Tests for intel_pstate\n' 'Emit Tests for ipc\n' 'Emit Tests for ir\n' 'Emit Tests for kcmp\n' 'Skipping non-existent dir: kexec\n' 'Skipping non-existent dir: kvm\n' 'Emit Tests for landlock\n' 'Emit Tests for lib\n' 'Emit Tests for livepatch\n' 'Emit Tests for lkdtm\n' 'Emit Tests for membarrier\n' 'Emit Tests for memfd\n' 'Emit Tests for memory-hotplug\n' 'Emit Tests for mincore\n' 'Emit Tests for mount\n' 'Emit Tests for mount_setattr\n' 'Emit Tests for move_mount_set_group\n' 'Emit Tests for mqueue\n' 'Emit Tests for nci\n' 'Emit Tests for net\n' 'Emit Tests for net/af_unix\n' 'Emit Tests for net/forwarding\n' 'Emit Tests for net/mptcp\n' 'Emit Tests for net/openvswitch\n' 'Emit Tests for netfilter\n' 'Emit Tests for nsfs\n' 'Emit Tests for pidfd\n' 'Emit Tests for pid_namespace\n' 'Skipping non-existent dir: powerpc\n' 'Skipping non-existent dir: proc\n' 'Emit Tests for pstore\n' 'Emit Tests for ptrace\n' 'Emit Tests for openat2\n' 'Emit Tests for resctrl\n' 'Emit Tests for rlimits\n' 'Emit Tests for rseq\n' 'Emit Tests for rtc\n' 'Emit Tests for seccomp\n' 'Skipping non-existent dir: sgx\n' 'Emit Tests for sigaltstack\n' 'Emit Tests for size\n' 'Skipping non-existent dir: sparc64\n' 'Emit Tests for splice\n' 'Emit Tests for static_keys\n' 'Emit Tests for sync\n' 'Emit Tests for syscall_user_dispatch\n' 'Emit Tests for sysctl\n' 'Skipping non-existent dir: tc-testing\n' 'Emit Tests for timens\n' 'Emit Tests for timers\n' 'Emit Tests for tmpfs\n' 'Emit Tests for tpm2\n' 'Emit Tests for user\n' 'Emit Tests for vDSO\n' 'Skipping non-existent dir: vm\n' 'Skipping non-existent dir: x86\n' 'Emit Tests for zram\n' 'Created ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-packages/kselftest.tar.gz\n' '+ echo job:build_kselftest=done\n' '++ date +%s\n' '+ echo jobets:build_kselftest=1745348433\n' '+ echo -----log:build_dtbs-----\n' '-----log:build_dtbs-----\n' '+ echo job:build_dtbs=running\n' '++ date +%s\n' '+ echo jobsts:build_dtbs=1745348433\n' '+ cd /tmp/kci/linux\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '++ nproc\n' '+ make -j8 dtbs\n' '++ tee /tmp/kci/artifacts/build_dtbs.log\n' '++ tee /tmp/kci/artifacts/build_dtbs_stderr.log\n' ' DTC arch/arm/boot/dts/vexpress-v2p-ca5s.dtb\n' ' DTC arch/arm/boot/dts/vexpress-v2p-ca9.dtb\n' ' DTC ' 'arch/arm/boot/dts/vexpress-v2p-ca15-tc1.dtb\n' ' DTC arch/arm/boot/dts/vexpress-v2p-ca15_a7.dtb\n' '+ cd ..\n' '+ echo job:build_dtbs=done\n' '++ date +%s\n' '+ echo jobets:build_dtbs=1745348434\n' '+ echo -----log:package_kimage-----\n' '-----log:package_kimage-----\n' '+ echo job:package_kimage=running\n' '++ date +%s\n' '+ echo jobsts:package_kimage=1745348434\n' '+ cd /tmp/kci/linux\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp arch/arm/boot/zImage ../artifacts\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp arch/arm/boot/xipImage ../artifacts\n' "cp: cannot stat 'arch/arm/boot/xipImage': No such " 'file or directory\n' '+ true\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp vmlinux ../artifacts\n' '+ cd ..\n' '+ echo job:package_kimage=done\n' '++ date +%s\n' '+ echo jobets:package_kimage=1745348434\n' '+ echo -----log:package_modules-----\n' '-----log:package_modules-----\n' '+ echo job:package_modules=running\n' '++ date +%s\n' '+ echo jobsts:package_modules=1745348434\n' '+ cd /tmp/kci/linux\n' '+ set +e\n' '+ grep CONFIG_MODULES=y .config\n' 'CONFIG_MODULES=y\n' "+ '[' 0 -eq 0 ']'\n" '+ set -e\n' '+ make modules_install\n' ' DEPMOD _modules_/lib/modules/6.1.132\n' '+ tar -C _modules_ -cJf ' '/tmp/kci/artifacts/modules.tar.xz .\n' '+ cd ..\n' '+ rm -rf _modules_\n' '+ set -e\n' '+ echo job:package_modules=done\n' '++ date +%s\n' '+ echo jobets:package_modules=1745348434\n' '+ echo -----log:package_kselftest-----\n' '-----log:package_kselftest-----\n' '+ echo job:package_kselftest=running\n' '++ date +%s\n' '+ echo jobsts:package_kselftest=1745348434\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-packages/kselftest.tar.gz ' '/tmp/kci/artifacts/\n' '+ echo job:package_kselftest=done\n' '++ date +%s\n' '+ echo jobets:package_kselftest=1745348434\n' '+ echo -----log:package_dtbs-----\n' '-----log:package_dtbs-----\n' '+ echo job:package_dtbs=running\n' '++ date +%s\n' '+ echo jobsts:package_dtbs=1745348434\n' '+ cd /tmp/kci/linux\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ make dtbs_install\n' ' INSTALL _dtbs_/vexpress-v2p-ca5s.dtb\n' ' INSTALL _dtbs_/vexpress-v2p-ca9.dtb\n' ' INSTALL _dtbs_/vexpress-v2p-ca15-tc1.dtb\n' ' INSTALL _dtbs_/vexpress-v2p-ca15_a7.dtb\n' '+ mkdir -p /tmp/kci/artifacts/dtbs\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp -r _dtbs_/vexpress-v2p-ca15-tc1.dtb ' '_dtbs_/vexpress-v2p-ca15_a7.dtb ' '_dtbs_/vexpress-v2p-ca5s.dtb ' '_dtbs_/vexpress-v2p-ca9.dtb /tmp/kci/artifacts/dtbs\n' '+ cd ..\n' '+ echo job:package_dtbs=done\n' '++ date +%s\n' '+ echo jobets:package_dtbs=1745348434\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:04:26 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:04:27 PM UTC [INFO] Processing event node: 6807e7e7e51c583972a58da2 04/22/2025 07:04:27 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7e7e51c583972a58da2 04/22/2025 07:04:27 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7e7e51c583972a58da2', 'origin': 'maestro', 'comment': 'baseline-arm64-kontron on kontron-bl-imx8mm in ' 'lava-kontron', 'start_time': '2025-04-22T19:03:03.565000+00:00', 'environment': {'comment': 'Runtime: lava-kontron', 'compatible': ['kontron,imx8mm-bl', 'kontron,imx8mm-sl', 'fsl,imx8mm'], 'misc': {'platform': 'kontron-bl-imx8mm', 'job_url': 'https://lavalab.kontron.com/scheduler/job/515698', 'job_id': '515698'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-kontron', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7e7e51c583972a58da2'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-kontron-6807e7e7e51c583972a58da2/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-kontron-6807e7e7e51c583972a58da2/log.txt.gz', 'log_excerpt': 'stributor 1 region 0:0x00000000388a0000\n' '[ 0.093924] CPU1: Booted secondary processor ' '0x0000000001 [0x410fd034]\n' '[ 0.094395] Detected VIPT I-cache on CPU2\n' '[ 0.094455] GICv3: CPU2: found redistributor 2 ' 'region 0:0x00000000388c0000\n' '[ 0.094479] CPU2: Booted secondary processor ' '0x0000000002 [0x410fd034]\n' '[ 0.094896] Detected VIPT I-cache on CPU3\n' '[ 0.094956] GICv3: CPU3: found redistributor 3 ' 'region 0:0x00000000388e0000\n' '[ 0.094978] CPU3: Booted secondary processor ' '0x0000000003 [0x410fd034]\n' '[ 0.095030] smp: Brought up 1 node, 4 CPUs\n' '[ 0.149994] SMP: Total of 4 processors activated.\n' '[ 0.154705] CPU features: detected: 32-bit EL0 ' 'Support\n' '[ 0.159882] CPU features: detected: 32-bit EL1 ' 'Support\n' '[ 0.165034] CPU features: detected: CRC32 ' 'instructions\n' '[ 0.170250] CPU: All CPU(s) started at EL2\n' '[ 0.174321] alternatives: applying system-wide ' 'alternatives\n' '[ 0.181448] devtmpfs: initialized\n' '[ 0.189122] clocksource: jiffies: mask: 0xffffffff ' 'max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ' 'ns\n' '[ 0.196090] futex hash table entries: 1024 (order: ' '4, 65536 bytes, linear)\n' '[ 0.204148] pinctrl core: initialized pinctrl ' 'subsystem\n' '[ 0.210516] DMI not present or invalid.\n' '[ 0.212752] NET: Registered PF_NETLINK/PF_ROUTE ' 'protocol family\n' '[ 0.219020] DMA: preallocated 128 KiB GFP_KERNEL ' 'pool for atomic allocations\n' '[ 0.225281] DMA: preallocated 128 KiB ' 'GFP_KERNEL|GFP_DMA pool for atomic allocations\n' '[ 0.232991] DMA: preallocated 128 KiB ' 'GFP_KERNEL|GFP_DMA32 pool for atomic allocations\n' '[ 0.240924] audit: initializing netlink subsys ' '(disabled)\n' '[ 0.246418] audit: type=2000 audit(0.164:1): ' 'state=initialized audit_enabled=0 res=1\n' '[ 0.247549] thermal_sys: Registered thermal ' "governor 'step_wise'\n" '[ 0.254092] thermal_sys: Registered thermal ' "governor 'power_allocator'\n" '[ 0.260171] cpuidle: using governor menu\n' '[ 0.270818] hw-breakpoint: found 6 breakpoint and ' '4 watchpoint registers.\n' '[ 0.277524] ASID allocator initialised with 65536 ' 'entries\n' '[ 0.284617] Serial: AMBA PL011 UART driver\n' '[ 0.292261] /soc@0: Fixed dependency cycle(s) with ' '/soc@0/bus@30000000/efuse@30350000/unique-id@4\n' '[ 0.298955] /soc@0/interrupt-controller@38800000: ' 'Fixed dependency cycle(s) with ' '/soc@0/interrupt-controller@38800000\n' '[ 0.312284] /soc@0/bus@30000000/pinctrl@30330000: ' 'Fixed dependency cycle(s) with ' '/soc@0/bus@30000000/pinctrl@30330000/gpiogrp\n' '[ 0.321330] imx8mm-pinctrl 30330000.pinctrl: ' 'initialized IMX pinctrl driver\n' '[ 0.328524] /soc@0/bus@30000000/efuse@30350000: ' 'Fixed dependency cycle(s) with ' '/soc@0/bus@30000000/clock-controller@30380000\n' '[ 0.340466] /soc@0/bus@30000000/efuse@30350000: ' 'Fixed dependency cycle(s) with ' '/soc@0/bus@30000000/clock-controller@30380000\n' '[ 0.364953] KASLR disabled due to lack of seed\n' '[ 0.375769] HugeTLB: registered 1.00 GiB page ' 'size, pre-allocated 0 pages\n' '[ 0.379748] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 1.00 GiB page\n' '[ 0.386058] HugeTLB: registered 32.0 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.392861] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 32.0 MiB page\n' '[ 0.399163] HugeTLB: registered 2.00 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.405986] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 2.00 MiB page\n' '[ 0.412287] HugeTLB: registered 64.0 KiB page ' 'size, pre-allocated 0 pages\n' '[ 0.419112] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 64.0 KiB page\n' '[ 0.427026] ACPI: Interpreter disabled.\n' '[ 0.431925] iommu: Default domain type: ' 'Translated\n' '[ 0.434173] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.440694] SCSI subsystem initialized\n' '[ 0.444549] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.449767] usbcore: registered new interface ' 'driver hub\n' '[ 0.455098] usbcore: registered new device driver ' 'usb\n' '[ 0.461318] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.465141] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.474338] PTP clock support registered\n' '[ 0.478387] EDAC MC: Ver: 3.0.0\n' '[ 0.482883] FPGA manager framework\n' '[ 0.484891] Advanced Linux Sound Architecture ' 'Driver Initialized.\n' '[ 0.491741] vgaarb: loaded\n' '[ 0.493940] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.499982] VFS: Disk quotas dquot_6.6.0\n' '[ 0.503756] VFS: Dquot-cache hash table entries: ' '512 (order 0, 4096 bytes)\n' '[ 0.510795] pnp: PnP ACPI: disabled\n' '[ 0.520350] NET: Registered PF_INET protocol ' 'family\n' '[ 0.522536] IP idents hash table entries: 16384 ' '(order: 5, 131072 bytes, linear)\n' '[ 0.530810] tcp_listen_portaddr_hash hash table ' 'entries: 512 (order: 1, 8192 bytes, linear)\n' '[ 0.538274] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.546027] TCP established hash table entries: ' '8192 (order: 4, 65536 bytes, linear)\n' '[ 0.553861] TCP bind hash table entries: 8192 ' '(order: 6, 262144 bytes, linear)\n' '[ 0.561288] TCP: Hash tables configured ' '(established 8192 bind 8192)\n' '[ 0.567613] MPTCP token hash table entries: 1024 ' '(order: 2, 24576 bytes, linear)\n' '[ 0.574943] UDP hash table entries: 512 (order: 2, ' '16384 bytes, linear)\n' '[ 0.581564] UDP-Lite hash table entries: 512 ' '(order: 2, 16384 bytes, linear)\n' '[ 0.588738] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.594632] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.600277] RPC: Registered udp transport module.\n' '[ 0.604994] RPC: Registered tcp transport module.\n' '[ 0.609717] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.616199] PCI: CLS 0 bytes, default 64\n' '[ 0.620339] Unpacking initramfs...\n' '[ 0.630579] hw perfevents: enabled with ' 'armv8_cortex_a53 PMU driver, 7 counters available\n' '[ 0.636642] kvm [1]: IPA Size Limit: 40 bits\n' '[ 0.641880] kvm [1]: GICv3: no GICV resource ' 'entry\n' '[ 0.645080] kvm [1]: disabling GICv2 emulation\n' '[ 0.649557] kvm [1]: GIC system register CPU ' 'interface enabled\n' '[ 0.655549] kvm [1]: vgic interrupt IRQ9\n' '[ 0.659490] kvm [1]: Hyp mode initialized ' 'successfully\n' '[ 0.665993] Initialise system trusted keyrings\n' '[ 0.669247] workingset: timestamp_bits=42 ' 'max_order=18 bucket_order=0\n' '[ 0.682162] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.685865] NFS: Registering the id_resolver key ' 'type\n' '[ 0.690329] Key type id_resolver registered\n' '[ 0.694456] Key type id_legacy registered\n' '[ 0.698621] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.705230] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.712910] 9p: Installing v9fs 9p2000 file system ' 'support\n' '[ 0.754900] Key type asymmetric registered\n' "[ 0.756161] Asymmetric key parser 'x509' " 'registered\n' '[ 0.761170] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 245)\n' '[ 0.768519] io scheduler mq-deadline registered\n' '[ 0.773061] io scheduler kyber registered\n' '[ 0.792200] EINJ: ACPI disabled.\n' '[ 0.827963] SoC: i.MX8MM revision 1.0\n' '[ 0.838489] imx-gpcv2 303a0000.gpc: Failed to ' 'create device link (0x180) with ' '30390000.reset-controller\n' '[ 0.849803] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 0.857065] SuperH (H)SCI(F) driver initialized\n' '[ 0.859950] 30860000.serial: ttymxc0 at MMIO ' '0x30860000 (irq = 16, base_baud = 1500000) is a IMX\n' '[ 0.868366] 30880000.serial: ttymxc2 at MMIO ' '0x30880000 (irq = 17, base_baud = 1500000) is a IMX\n' '[ 0.876541] printk: console [ttymxc2] enabled\n' '[ 0.876541] printk: console [ttymxc2] enabled\n' '[ 0.885164] printk: bootconsole [ec_imx6q0] ' 'disabled\n' '[ 0.885164] printk: bootconsole [ec_imx6q0] ' 'disabled\n' '[ 0.895886] 30890000.serial: ttymxc1 at MMIO ' '0x30890000 (irq = 18, base_baud = 1500000) is a IMX\n' '[ 0.907841] msm_serial: driver initialized\n' '[ 0.919866] loop: module loaded\n' '[ 0.924355] megasas: 07.719.03.00-rc1\n' '[ 0.936358] tun: Universal TUN/TAP device driver, ' '1.6\n' '[ 0.943123] thunder_xcv, ver 1.0\n' '[ 0.946465] thunder_bgx, ver 1.0\n' '[ 0.949757] nicpf, ver 1.0\n' '[ 0.954841] hns3: Hisilicon Ethernet Network ' 'Driver for Hip08 Family - version\n' '[ 0.962096] hns3: Copyright (c) 2017 Huawei ' 'Corporation.\n' '[ 0.967547] hclge is initializing\n' '[ 0.970911] e1000: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.975808] e1000: Copyright (c) 1999-2006 Intel ' 'Corporation.\n' '[ 0.981663] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.986649] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 0.992665] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 0.998108] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 1.003834] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 1.010126] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 1.016829] sky2: driver version 1.30\n' '[ 1.022414] VFIO - User Level meta-driver version: ' '0.3\n' '[ 1.032417] usbcore: registered new interface ' 'driver usb-storage\n' '[ 1.040964] i2c_dev: i2c /dev entries driver\n' '[ 1.056143] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 1.062358] sdhci: Copyright(c) Pierre Ossman\n' '[ 1.068167] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 1.075986] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 1.085766] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 1.093923] SMCCC: SOC_ID: ARCH_SOC_ID not ' 'implemented, skipping ....\n' '[ 1.101887] usbcore: registered new interface ' 'driver usbhid\n' '[ 1.107489] usbhid: USB HID core driver\n' '[ 1.117292] /soc@0: Fixed dependency cycle(s) with ' '/soc@0/bus@30000000/efuse@30350000\n' '[ 1.130372] netem: version 1.3\n' '[ 1.133541] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.139639] IPv4 over IPsec tunneling driver\n' '[ 1.144836] NET: Registered PF_INET6 protocol ' 'family\n' '[ 1.151654] Segment Routing with IPv6\n' '[ 1.155439] In-situ OAM (IOAM) with IPv6\n' '[ 1.160031] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.166985] NET: Registered PF_PACKET protocol ' 'family\n' '[ 1.172163] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 1.185701] 8021q: 802.1Q VLAN Support v1.8\n' '[ 1.190211] 9pnet: Installing 9P2000 support\n' '[ 1.194619] Key type dns_resolver registered\n' '[ 1.199530] registered taskstats version 1\n' '[ 1.203704] Loading compiled-in X.509 ' 'certificates\n' '[ 1.247944] nxp-pca9450 0-0025: pca9450a probed.\n' '[ 1.252941] i2c i2c-0: IMX I2C adapter registered\n' '[ 1.259299] i2c i2c-3: IMX I2C adapter registered\n' '[ 1.705493] Freeing initrd memory: 22296K\n' '[ 1.729549] MACsec IEEE 802.1AE\n' '[ 1.796406] fec 30be0000.ethernet eth0: registered ' 'PHC device 0\n' '[ 1.809271] sdhci-esdhc-imx 30b50000.mmc: Got CD ' 'GPIO\n' '[ 1.810973] clk: Disabling unused clocks\n' '[ 1.820001] ALSA device list:\n' '[ 1.822990] No soundcards found.\n' '[ 1.834194] mmc0: SDHCI controller on 30b40000.mmc ' '[30b40000.mmc] using ADMA\n' '[ 1.854515] mmc1: SDHCI controller on 30b50000.mmc ' '[30b50000.mmc] using ADMA\n' '[ 1.864183] Freeing unused kernel memory: 7616K\n' '[ 1.868886] Run /init as init process\n' 'Starting syslogd: [ 1.910437] mmc1: host does not ' 'support reading read-only switch, assuming ' 'write-enable\n' 'OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 1.943696] mmc1: new ' 'ultra high speed SDR104 SDHC card at address aaaa\n' '[ 1.950593] udevd[158]: starting version 3.2.9\n' '[ 1.951075] mmcblk1: mmc1:aaaa SC32G 29.7 GiB\n' '[ 1.964735] mmc0: new HS400 Enhanced strobe MMC ' 'card at address 0001\n' '[ 1.971373] mmcblk1: p1 p2\n' '[ 1.974503] mmcblk0: mmc0:0001 008GB0 7.28 GiB\n' '[ 1.980758] mmcblk0: p1 p2\n' '[ 1.984182] mmcblk0boot0: mmc0:0001 008GB0 4.00 ' 'MiB\n' '[ 1.990306] mmcblk0boot1: mmc0:0001 008GB0 4.00 ' 'MiB\n' '[ 1.996399] mmcblk0rpmb: mmc0:0001 008GB0 4.00 ' 'MiB, chardev (511:0)\n' '[ 6.733949] random: crng init done\n' "[ 6.742254] udevd[158]: specified user 'tss' " 'unknown\n' "[ 6.747319] udevd[158]: specified group 'tss' " 'unknown\n' '[ 6.753835] udevd[162]: starting eudev-3.2.9\n' '[ 6.992113] imx-cpufreq-dt imx-cpufreq-dt: cpu ' 'speed grade 2 mkt segment 2 supported-hw 0x4 0x4\n' '[ 7.068280] etnaviv etnaviv: bound 38000000.gpu ' '(ops gpu_ops [etnaviv])\n' '[ 7.068882] caam 30900000.crypto: Entropy delay = ' '3200\n' '[ 7.080284] caam 30900000.crypto: Entropy delay = ' '3600\n' '[ 7.107743] etnaviv etnaviv: bound 38008000.gpu ' '(ops gpu_ops [etnaviv])\n' '[ 7.114548] etnaviv-gpu 38000000.gpu: model: ' 'GC600, revision: 4653\n' '[ 7.120998] etnaviv-gpu 38000000.gpu: Need to move ' 'linear window on MC1.0, disabling TS\n' '[ 7.129086] etnaviv-gpu 38008000.gpu: model: ' 'GC520, revision: 5341\n' '[ 7.135791] [drm] Initialized etnaviv 1.4.0 ' '20151214 for etnaviv on minor 0\n' '[ 7.140295] pwm-beeper pwm-beeper: supply amp not ' 'found, using dummy regulator\n' '[ 7.153171] caam 30900000.crypto: Instantiated ' 'RNG4 SH0\n' '[ 7.159208] imx-sdma 302c0000.dma-controller: ' 'Direct firmware load for imx/sdma/sdma-imx7d.bin ' 'failed with error -2\n' '[ 7.159814] snvs_rtc 30370000.snvs:snvs-rtc-lp: ' 'registered as rtc0\n' '[ 7.169727] imx-sdma 302c0000.dma-controller: ' 'external firmware not found, using ROM firmware\n' '[ 7.176011] snvs_rtc 30370000.snvs:snvs-rtc-lp: ' 'setting system clock to 1970-01-01T00:00:00 UTC (0)\n' '[ 7.191849] imx-sdma 302b0000.dma-controller: ' 'Direct firmware load for imx/sdma/sdma-imx7d.bin ' 'failed with error -2\n' '[ 7.194316] input: pwm-beeper as ' '/devices/platform/pwm-beeper/input/input0\n' '[ 7.204014] imx-sdma 302b0000.dma-controller: ' 'external firmware not found, using ROM firmware\n' '[ 7.220828] caam 30900000.crypto: Instantiated ' 'RNG4 SH1\n' '[ 7.226063] imx-sdma 30bd0000.dma-controller: ' 'Direct firmware load for imx/sdma/sdma-imx7d.bin ' 'failed with error -2\n' '[ 7.226079] imx-sdma 30bd0000.dma-controller: ' 'external firmware not found, using ROM firmware\n' '[ 7.228494] imx-sdma 30bd0000.dma-controller: sdma ' 'firmware not ready!\n' '[ 7.236646] caam 30900000.crypto: device ID = ' '0x0a16040100000000 (Era 9)\n' '[ 7.252516] spi-nor spi0.0: mx25r1635f (2048 ' 'Kbytes)\n' '[ 7.258397] caam 30900000.crypto: job rings = 2, ' 'qi = 0\n' '[ 7.290247] 3 fixed-partitions partitions found on ' 'MTD device spi0.0\n' '[ 7.294004] mc: Linux media interface: v0.10\n' '[ 7.296646] Creating 3 MTD partitions on ' '\\"spi0.0\\":\n' '[ 7.302161] rtc-rv8803 3-0032: registered as rtc1\n' '[ 7.305726] 0x000000000000-0x0000001e0000 : ' '\\"u-boot\\"\n' '[ 7.316189] usb_phy_generic usbphynop1: supply vcc ' 'not found, using dummy regulator\n' '[ 7.316614] imx8m-ddrc-devfreq ' '3d400000.memory-controller: failed to init firmware ' 'freq info: -19\n' '[ 7.324904] 0x0000001e0000-0x0000001f0000 : ' '\\"env\\"\n' '[ 7.339193] 0x0000001f0000-0x000000200000 : ' '\\"env_redundant\\"\n' '[ 7.339877] usb_phy_generic usbphynop1: dummy ' 'supplies not allowed for exclusive requests\n' '[ 7.353719] usb_phy_generic usbphynop2: supply vcc ' 'not found, using dummy regulator\n' '[ 7.356485] videodev: Linux video capture ' 'interface: v2.00\n' '[ 7.361694] usb_phy_generic usbphynop2: dummy ' 'supplies not allowed for exclusive requests\n' '[ 7.401621] hantro-vpu 38300000.video-codec: ' 'registered nxp,imx8mm-vpu-g1-dec as /dev/video0\n' '[ 7.412109] hantro-vpu 38310000.video-codec: ' 'registered nxp,imx8mq-vpu-g2-dec as /dev/video1\n' '[ 7.443708] caam algorithms registered in ' '/proc/crypto\n' '[ 7.449835] caam 30900000.crypto: caam pkc ' 'algorithms registered in /proc/crypto\n' '[ 7.457482] caam 30900000.crypto: registering ' 'rng-caam\n' '[ 7.463157] caam 30900000.crypto: rng crypto API ' 'alg registered prng-caam\n' '[ 7.489659] ci_hdrc ci_hdrc.1: EHCI Host ' 'Controller\n' '[ 7.494652] ci_hdrc ci_hdrc.1: new USB bus ' 'registered, assigned bus number 1\n' '[ 7.513948] ci_hdrc ci_hdrc.1: USB 2.0 started, ' 'EHCI 1.00\n' '[ 7.519881] hub 1-0:1.0: USB hub found\n' '[ 7.523666] hub 1-0:1.0: 1 port detected\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '#[ 7.786104] usb 1-1: new high-speed USB device ' 'number 2 using ci_hdrc\n' '/ # export SHELL=/bin/sh\n' 'export SHELL=/bin/sh[ 7.948244] hub 1-1:1.0: USB ' 'hub found\n' '[ 7.952192] hub 1-1:1.0: 5 ports detected\n' '/ # . /lava-515698/environment\n' '. /lava-515698/environment\n' '/ # /lava-515698/bin/lava-test-runner /lava-515698/0\n' '/lava-515698/bin/lava-test-runner /lava-515698/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-515698/0/tes[ 8.217489] ' '\n' 'ts/0_dmesg\n' '+ cat uuid\n' '+ UUID=51[ 8.225383] \n' '5698_1.5.2.4.1\n' '+ set +x\n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '\n'} 04/22/2025 07:04:27 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:04:29 PM UTC [INFO] Processing event node: 6807e7e8e51c583972a58da5 04/22/2025 07:04:29 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7e8e51c583972a58da5 04/22/2025 07:04:29 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7e8e51c583972a58da5', 'origin': 'maestro', 'comment': 'baseline-arm64-kontron on kontron-kbox-a-230-ls in ' 'lava-kontron', 'start_time': '2025-04-22T19:03:04.317000+00:00', 'environment': {'comment': 'Runtime: lava-kontron', 'compatible': ['kontron,kbox-a-230-ls', 'kontron,sl28-var4', 'kontron,sl28', 'fsl,ls1028a'], 'misc': {'platform': 'kontron-kbox-a-230-ls', 'job_url': 'https://lavalab.kontron.com/scheduler/job/515699', 'job_id': '515699'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-kontron', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7e8e51c583972a58da5'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-kontron-6807e7e8e51c583972a58da5/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-kontron-6807e7e8e51c583972a58da5/log.txt.gz', 'log_excerpt': 'cie: PCI host bridge to bus 0002:00\n' '[ 3.421670] pci_bus 0002:00: root bus resource ' '[bus 00-ff]\n' '[ 3.427209] pci_bus 0002:00: root bus resource ' '[io 0x10000-0x1ffff] (bus address [0x0000-0xffff])\n' '[ 3.436258] pci_bus 0002:00: root bus resource ' '[mem 0x8840000000-0x887fffffff] (bus address ' '[0x40000000-0x7fffffff])\n' '[ 3.446900] pci 0002:00:00.0: [1957:82c1] type 01 ' 'class 0x060400\n' '[ 3.453018] pci 0002:00:00.0: supports D1 D2\n' '[ 3.457328] pci 0002:00:00.0: PME# supported from ' 'D0 D1 D2 D3hot\n' '[ 3.464182] pci_bus 0002:01: busn_res: [bus 01-ff] ' 'end is updated to 01\n' '[ 3.470870] pci 0002:00:00.0: PCI bridge to [bus ' '01]\n' '[ 3.476593] EINJ: ACPI disabled.\n' '[ 3.492152] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 3.500122] printk: console [ttyS0] disabled\n' '[ 3.504483] 21c0500.serial: ttyS0 at MMIO ' '0x21c0500 (irq = 21, base_baud = 12500000) is a ' '16550A\n' '[ 3.513389] printk: console [ttyS0] enabled\n' '[ 3.513389] printk: console [ttyS0] enabled\n' '[ 3.521805] printk: bootconsole [ns16550a0] ' 'disabled\n' '[ 3.521805] printk: bootconsole [ns16550a0] ' 'disabled\n' '[ 3.532127] 21c0600.serial: ttyS1 at MMIO ' '0x21c0600 (irq = 21, base_baud = 12500000) is a ' '16550A\n' '[ 3.541274] SuperH (H)SCI(F) driver initialized\n' '[ 3.546112] msm_serial: driver initialized\n' '[ 3.550615] 2270000.serial: ttyLP2 at MMIO ' '0x2270000 (irq = 22, base_baud = 12500000) is a ' 'FSL_LPUART\n' '[ 3.562055] arm-smmu 5000000.iommu: probing ' 'hardware configuration...\n' '[ 3.568527] arm-smmu 5000000.iommu: SMMUv2 with:\n' '[ 3.573161] arm-smmu 5000000.iommu: ?stage 1 ' 'translation\n' '[ 3.578490] arm-smmu 5000000.iommu: ?stage 2 ' 'translation\n' '[ 3.583820] arm-smmu 5000000.iommu: ?nested ' 'translation\n' '[ 3.589064] arm-smmu 5000000.iommu: ?stream ' 'matching with 128 register groups\n' '[ 3.596227] arm-smmu 5000000.iommu: ?64 context ' 'banks (0 stage-2 only)\n' '[ 3.602779] arm-smmu 5000000.iommu: ?Supported ' 'page sizes: 0x61311000\n' '[ 3.609244] arm-smmu 5000000.iommu: ?Stage-1: ' '48-bit VA -> 48-bit IPA\n' '[ 3.615709] arm-smmu 5000000.iommu: ?Stage-2: ' '48-bit IPA -> 48-bit PA\n' '[ 3.622393] arm-smmu 5000000.iommu: ?preserved 0 ' 'boot mappings\n' '[ 3.631396] loop: module loaded\n' '[ 3.639824] simple-mfd-i2c 0-004a: ' 'mask_invert=true is deprecated; please switch to ' 'unmask_base\n' '[ 3.649527] megasas: 07.719.03.00-rc1\n' '[ 3.653927] ahci-qoriq 3200000.sata: Adding to ' 'iommu group 0\n' '[ 3.659717] ahci-qoriq 3200000.sata: supply ahci ' 'not found, using dummy regulator\n' '[ 3.667309] ahci-qoriq 3200000.sata: supply phy ' 'not found, using dummy regulator\n' '[ 3.674762] ahci-qoriq 3200000.sata: supply target ' 'not found, using dummy regulator\n' '[ 3.682546] ahci-qoriq 3200000.sata: AHCI ' '0001.0301 32 slots 1 ports 6 Gbps 0x1 impl platform ' 'mode\n' '[ 3.691553] ahci-qoriq 3200000.sata: flags: 64bit ' 'ncq sntf pm clo only pmp fbs pio slum part ccc sds ' 'apst\n' '[ 3.701656] scsi host0: ahci-qoriq\n' '[ 3.705195] ata1: SATA max UDMA/133 mmio [mem ' '0x03200000-0x0320ffff] port 0x100 irq 96\n' '[ 3.715233] spi-nor spi0.0: w25q32dw (4096 ' 'Kbytes)\n' '[ 3.733661] 5 fixed-partitions partitions found on ' 'MTD device 20c0000.spi\n' '[ 3.740494] Creating 5 MTD partitions on ' '\\"20c0000.spi\\":\n' '[ 3.745743] 0x000000000000-0x000000010000 : ' '\\"rcw\\"\n' '[ 3.751134] 0x000000010000-0x0000001e0000 : ' '\\"failsafe bootloader\\"\n' '[ 3.757819] 0x000000200000-0x000000210000 : ' '\\"configuration store\\"\n' '[ 3.764477] 0x000000210000-0x0000003e0000 : ' '\\"bootloader\\"\n' '[ 3.770331] 0x0000003e0000-0x000000400000 : ' '\\"bootloader environment\\"\n' '[ 3.779467] tun: Universal TUN/TAP device driver, ' '1.6\n' '[ 3.785107] thunder_xcv, ver 1.0\n' '[ 3.788376] thunder_bgx, ver 1.0\n' '[ 3.791635] nicpf, ver 1.0\n' '[ 3.794881] fsl_enetc 0000:00:00.0: Adding to ' 'iommu group 1\n' '[ 3.800692] fsl_enetc 0000:00:00.1: Adding to ' 'iommu group 2\n' '[ 3.806441] fsl_enetc 0000:00:00.2: Adding to ' 'iommu group 3\n' '[ 3.812192] fsl_enetc 0000:00:00.6: Adding to ' 'iommu group 4\n' '[ 3.818186] fsl_enetc_mdio 0000:00:00.3: Adding to ' 'iommu group 5\n' '[ 3.929387] fsl_enetc_mdio 0000:00:00.3: enabling ' 'device (0400 -> 0402)\n' '[ 3.963691] ' '/soc/pcie@1f0000000/mdio@0,3/ethernet-phy@4: Fixed ' 'dependency cycle(s) with ' '/soc/pcie@1f0000000/mdio@0,3/ethernet-phy@4/vddio-regulator\n' '[ 4.027582] ata1: SATA link down (SStatus 0 ' 'SControl 300)\n' '[ 4.078768] fsl_enetc_ptp 0000:00:00.4: Adding to ' 'iommu group 6\n' '[ 4.084875] fsl_enetc_ptp 0000:00:00.4: enabling ' 'device (0404 -> 0406)\n' '[ 4.091579] ptp_qoriq: device tree node missing ' 'required elements, try automatic configuration\n' '[ 4.100811] hns3: Hisilicon Ethernet Network ' 'Driver for Hip08 Family - version\n' '[ 4.108068] hns3: Copyright (c) 2017 Huawei ' 'Corporation.\n' '[ 4.113439] hclge is initializing\n' '[ 4.116767] e1000: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 4.121662] e1000: Copyright (c) 1999-2006 Intel ' 'Corporation.\n' '[ 4.127452] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 4.132433] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 4.138407] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 4.143826] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 4.149439] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 4.155731] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 4.161889] sky2: driver version 1.30\n' '[ 4.166238] VFIO - User Level meta-driver version: ' '0.3\n' '[ 4.171768] dwc3 3100000.usb: Adding to iommu ' 'group 7\n' '[ 4.177014] dwc3 3100000.usb: Configuration ' 'mismatch. dr_mode forced to host\n' '[ 4.184587] dwc3 3110000.usb: Adding to iommu ' 'group 8\n' '[ 4.191874] xhci-hcd xhci-hcd.0.auto: xHCI Host ' 'Controller\n' '[ 4.197410] xhci-hcd xhci-hcd.0.auto: new USB bus ' 'registered, assigned bus number 1\n' '[ 4.205213] xhci-hcd xhci-hcd.0.auto: hcc params ' '0x0220f66d hci version 0x100 quirks ' '0x0000008002010010\n' '[ 4.214671] xhci-hcd xhci-hcd.0.auto: irq 100, io ' 'mem 0x03100000\n' '[ 4.220793] xhci-hcd xhci-hcd.0.auto: xHCI Host ' 'Controller\n' '[ 4.226302] xhci-hcd xhci-hcd.0.auto: new USB bus ' 'registered, assigned bus number 2\n' '[ 4.233991] xhci-hcd xhci-hcd.0.auto: Host ' 'supports USB 3.0 SuperSpeed\n' '[ 4.240860] hub 1-0:1.0: USB hub found\n' '[ 4.244644] hub 1-0:1.0: 1 port detected\n' "[ 4.248747] usb usb2: We don't know the algorithms " 'for LPM for this host, disabling LPM.\n' '[ 4.257104] hub 2-0:1.0: USB hub found\n' '[ 4.260884] hub 2-0:1.0: 1 port detected\n' '[ 4.265030] xhci-hcd xhci-hcd.1.auto: xHCI Host ' 'Controller\n' '[ 4.270551] xhci-hcd xhci-hcd.1.auto: new USB bus ' 'registered, assigned bus number 3\n' '[ 4.278348] xhci-hcd xhci-hcd.1.auto: hcc params ' '0x0220f66d hci version 0x100 quirks ' '0x0000008002010010\n' '[ 4.287800] xhci-hcd xhci-hcd.1.auto: irq 101, io ' 'mem 0x03110000\n' '[ 4.293922] xhci-hcd xhci-hcd.1.auto: xHCI Host ' 'Controller\n' '[ 4.299433] xhci-hcd xhci-hcd.1.auto: new USB bus ' 'registered, assigned bus number 4\n' '[ 4.307121] xhci-hcd xhci-hcd.1.auto: Host ' 'supports USB 3.0 SuperSpeed\n' '[ 4.313933] hub 3-0:1.0: USB hub found\n' '[ 4.317711] hub 3-0:1.0: 1 port detected\n' "[ 4.321806] usb usb4: We don't know the algorithms " 'for LPM for this host, disabling LPM.\n' '[ 4.330169] hub 4-0:1.0: USB hub found\n' '[ 4.333944] hub 4-0:1.0: 1 port detected\n' '[ 4.338310] usbcore: registered new interface ' 'driver usb-storage\n' '[ 4.345445] i2c_dev: i2c /dev entries driver\n' '[ 4.352890] sp805-wdt c000000.watchdog: ' 'registration successful\n' '[ 4.358971] sp805-wdt c010000.watchdog: ' 'registration successful\n' '[ 4.366522] qoriq-cpufreq qoriq-cpufreq: Freescale ' 'QorIQ CPU frequency scaling driver\n' '[ 4.375110] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 4.381370] sdhci: Copyright(c) Pierre Ossman\n' '[ 4.386210] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 4.392850] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 4.399067] sdhci-esdhc 2140000.mmc: Adding to ' 'iommu group 9\n' '[ 4.405063] sdhci-esdhc 2150000.mmc: Adding to ' 'iommu group 10\n' '[ 4.410855] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 4.418555] usbcore: registered new interface ' 'driver usbhid\n' '[ 4.424244] usbhid: USB HID core driver\n' '[ 4.432070] netem: version 1.3\n' '[ 4.435233] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 4.441083] IPv4 over IPsec tunneling driver\n' '[ 4.441386] mmc1: SDHCI controller on 2140000.mmc ' '[2140000.mmc] using ADMA\n' '[ 4.445794] NET: Registered PF_INET6 protocol ' 'family\n' '[ 4.452286] mmc0: SDHCI controller on 2150000.mmc ' '[2150000.mmc] using ADMA\n' '[ 4.458294] Segment Routing with IPv6\n' '[ 4.467944] In-situ OAM (IOAM) with IPv6\n' '[ 4.472294] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 4.478711] NET: Registered PF_PACKET protocol ' 'family\n' '[ 4.483847] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 4.497036] 8021q: 802.1Q VLAN Support v1.8\n' '[ 4.501343] 9pnet: Installing 9P2000 support\n' '[ 4.505753] Key type dns_resolver registered\n' '[ 4.510341] registered taskstats version 1\n' '[ 4.514511] Loading compiled-in X.509 ' 'certificates\n' '[ 4.523815] fsl-edma 22c0000.dma-controller: ' 'Adding to iommu group 11\n' '[ 4.531380] pcieport 0001:00:00.0: Adding to iommu ' 'group 12\n' '[ 4.537332] pcieport 0001:00:00.0: PME: Signaling ' 'with IRQ 105\n' '[ 4.543360] pcieport 0001:00:00.0: AER: enabled ' 'with IRQ 105\n' '[ 4.549242] pcieport 0002:00:00.0: Adding to iommu ' 'group 13\n' '[ 4.555044] pcieport 0002:00:00.0: PME: Signaling ' 'with IRQ 106\n' '[ 4.561074] pcieport 0002:00:00.0: AER: enabled ' 'with IRQ 106\n' '[ 4.585384] usb 3-1: new high-speed USB device ' 'number 2 using xhci-hcd\n' '[ 4.620302] mmc0: new HS400 MMC card at address ' '0001\n' '[ 4.625801] mmcblk0: mmc0:0001 S0J58X 29.6 GiB\n' '[ 4.631541] mmcblk0: p1 p2 p3\n' '[ 4.635095] mmcblk0boot0: mmc0:0001 S0J58X 31.5 ' 'MiB\n' '[ 4.641059] mmcblk0boot1: mmc0:0001 S0J58X 31.5 ' 'MiB\n' '[ 4.646876] mmcblk0rpmb: mmc0:0001 S0J58X 4.00 ' 'MiB, chardev (511:0)\n' '[ 4.673405] fsl_enetc 0000:00:00.0: enabling ' 'device (0400 -> 0402)\n' '[ 4.680664] fsl_enetc 0000:00:00.0: no MAC address ' 'specified for SI1, using 9a:0f:e7:ae:a6:d5\n' '[ 4.689308] fsl_enetc 0000:00:00.0: no MAC address ' 'specified for SI2, using c6:6b:6e:f9:11:50\n' '[ 4.794033] hub 3-1:1.0: USB hub found\n' '[ 4.797970] hub 3-1:1.0: 7 ports detected\n' '[ 4.805448] fsl_enetc 0000:00:00.1: enabling ' 'device (0400 -> 0402)\n' '[ 4.812626] fsl_enetc 0000:00:00.1: no MAC address ' 'specified for SI1, using 56:4a:01:97:00:88\n' '[ 4.821195] fsl_enetc 0000:00:00.1: no MAC address ' 'specified for SI2, using 32:f3:f1:3a:8e:a7\n' '[ 4.937425] fsl_enetc 0000:00:00.2: enabling ' 'device (0400 -> 0402)\n' '[ 4.944031] fsl_enetc 0000:00:00.2: no MAC address ' 'specified for SI0, using e6:91:05:ed:f5:41\n' '[ 5.061461] fsl_enetc 0000:00:00.6: enabling ' 'device (0400 -> 0402)\n' '[ 5.068062] fsl_enetc 0000:00:00.6: no MAC address ' 'specified for SI0, using 32:43:bd:10:8a:d7\n' '[ 5.081514] input: buttons0 as ' '/devices/platform/buttons0/input/input0\n' '[ 5.088815] clk: Disabling unused clocks\n' '[ 5.092861] ALSA device list:\n' '[ 5.095863] No soundcards found.\n' '[ 5.103224] Freeing unused kernel memory: 7616K\n' '[ 5.108024] Run /init as init process\n' 'Starting syslogd: [ 5.145436] usb 3-1.6: new ' 'full-speed USB device number 3 using xhci-hcd\n' 'OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 5.174277] ' 'udevd[144]: starting version 3.2.9\n' '[ 5.306988] hid-generic 0003:064F:2AF9.0001: ' 'device has no listeners, quitting\n' '[ 6.193376] random: crng init done\n' "[ 6.199715] udevd[144]: specified user 'tss' " 'unknown\n' "[ 6.204757] udevd[144]: specified group 'tss' " 'unknown\n' '[ 6.210767] udevd[145]: starting eudev-3.2.9\n' '[ 6.450169] EDAC MC0: Giving out device to module ' 'fsl_ddr_edac controller fsl_mc_err: DEV fsl_mc_err ' '(INTERRUPT)\n' '[ 6.460553] fsl_ddr_edac acquired irq 121 for MC\n' '[ 6.465319] fsl_ddr_edac MC err registered\n' '[ 6.477930] fsl_enetc 0000:00:00.2 enp0s0f2: ' 'renamed from eth2\n' '[ 6.502024] at24 0-0050: supply vcc not found, ' 'using dummy regulator\n' '[ 6.509436] fsl_enetc 0000:00:00.1 enp0s0f1: ' 'renamed from eth1\n' '[ 6.516033] rtc-rv8803 0-0032: Voltage low, ' 'temperature compensation stopped.\n' '[ 6.523247] rtc-rv8803 0-0032: Voltage low, data ' 'loss detected.\n' '[ 6.533568] at24 0-0050: 4096 byte 24c32 EEPROM, ' 'writable, 32 bytes/write\n' '[ 6.545620] fsl_enetc 0000:00:00.0 enp0s0f0: ' 'renamed from eth0\n' '[ 6.552298] simple-mfd-i2c 0-004a: ' 'mask_invert=true is deprecated; please switch to ' 'unmask_base\n' '[ 6.552951] at24 1-0057: supply vcc not found, ' 'using dummy regulator\n' '[ 6.568317] rtc-rv8803 0-0032: Voltage low, data ' 'is invalid.\n' '[ 6.577561] rtc-rv8803 0-0032: registered as rtc0\n' '[ 6.585871] fsl_enetc 0000:00:00.6 enp0s0f6: ' 'renamed from eth3\n' '[ 6.592536] at24 1-0057: 4096 byte 24c32 EEPROM, ' 'writable, 32 bytes/write\n' '[ 6.600462] at24 2-0050: supply vcc not found, ' 'using dummy regulator\n' '[ 6.607021] rtc-rv8803 0-0032: Voltage low, data ' 'is invalid.\n' '[ 6.609604] mscc_felix 0000:00:00.5: Adding to ' 'iommu group 14\n' '[ 6.612728] rtc-rv8803 0-0032: hctosys: unable to ' 'read the hardware clock\n' '[ 6.626247] at24 2-0050: 4096 byte 24c32 EEPROM, ' 'writable, 32 bytes/write\n' '[ 6.627419] mscc_felix 0000:00:00.5: enabling ' 'device (0400 -> 0402)\n' '[ 6.640001] mscc_felix 0000:00:00.5: Failed to ' 'find a tagging driver for protocol ocelot-8021q, ' 'using default\n' '[ 6.658528] CAN device driver interface\n' '[ 6.665677] sl28cpld-wdt ' '2000000.i2c:sl28cpld@4a:watchdog@4: initial timeout 6 ' 'sec\n' '[ 6.679748] mscc_felix 0000:00:00.5: Failed to ' 'find a tagging driver for protocol ocelot-8021q, ' 'using default\n' '[ 6.696704] simple-mfd-i2c 0-004a: ' 'mask_invert=true is deprecated; please switch to ' 'unmask_base\n' '[ 6.755187] ftm-alarm 2800000.timer: registered as ' 'rtc1\n' '[ 6.786969] caam 8000000.crypto: device ID = ' '0x0a12070000000000 (Era 10)\n' '[ 6.814505] caam 8000000.crypto: job rings = 4, qi ' '= 0\n' '[ 6.831400] mscc_felix 0000:00:00.5: Found PCS at ' 'internal MDIO address 0\n' '[ 6.839879] mscc_felix 0000:00:00.5: Found PCS at ' 'internal MDIO address 1\n' '[ 6.857393] mali-dp f080000.display: Adding to ' 'iommu group 15\n' '[ 6.862787] mscc_felix 0000:00:00.5: Found PCS at ' 'internal MDIO address 2\n' '[ 6.863871] etnaviv etnaviv: bound f0c0000.gpu ' '(ops gpu_ops [etnaviv])\n' '[ 6.877591] mscc_felix 0000:00:00.5: Found PCS at ' 'internal MDIO address 3\n' '[ 6.886395] etnaviv-gpu f0c0000.gpu: model: ' 'GC7000, revision: 6202\n' '[ 6.906193] [drm] Initialized etnaviv 1.4.0 ' '20151214 for etnaviv on minor 0\n' '[ 6.944123] caam_jr 8010000.jr: Adding to iommu ' 'group 16\n' '[ 6.948163] mscc_felix 0000:00:00.5: configuring ' 'for fixed/internal link mode\n' '[ 6.950147] caam algorithms registered in ' '/proc/crypto\n' '[ 6.956840] mscc_felix 0000:00:00.5: Link is Up - ' '2.5Gbps/Full - flow control rx/tx\n' '[ 6.962779] caam 8000000.crypto: registering ' 'rng-caam\n' '[ 6.974835] caam 8000000.crypto: rng crypto API ' 'alg registered prng-caam\n' '[ 6.979679] mscc_felix 0000:00:00.5: configuring ' 'for fixed/internal link mode\n' '[ 6.981799] caam_jr 8020000.jr: Adding to iommu ' 'group 17\n' '[ 6.989213] mscc_felix 0000:00:00.5: Link is Up - ' '1Gbps/Full - flow control rx/tx\n' '[ 6.994565] caam_jr 8030000.jr: Adding to iommu ' 'group 18\n' '[ 7.007388] caam_jr 8040000.jr: Adding to iommu ' 'group 19\n' '[ 7.063960] mscc_felix 0000:00:00.5 swp0 ' '(uninitialized): PHY [0000:00:00.3:07] driver ' '[Broadcom BCM54140] (irq=POLL)\n' '[ 7.140415] mscc_felix 0000:00:00.5 swp1 ' '(uninitialized): PHY [0000:00:00.3:08] driver ' '[Broadcom BCM54140] (irq=POLL)\n' '[ 7.216516] mscc_felix 0000:00:00.5 swp2 ' '(uninitialized): PHY [0000:00:00.3:09] driver ' '[Broadcom BCM54140] (irq=POLL)\n' '[ 7.292517] mscc_felix 0000:00:00.5 swp3 ' '(uninitialized): PHY [0000:00:00.3:0a] driver ' '[Broadcom BCM54140] (irq=POLL)\n' '[ 7.305074] device enp0s0f2 entered promiscuous ' 'mode\n' '[ 7.310628] device enp0s0f6 entered promiscuous ' 'mode\n' '[ 7.315740] DSA: tree 0 setup\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '#\n' '/ # export SHELL=/bin/sh\n' 'export SHELL=/bin/sh\n' '/ # . /lava-515699/environment\n' '. /lava-515699/environment\n' '/ # /lava-515699/bin/lava-test-runner /lava-515699/0\n' '/lava-515699/bin/lava-test-runner /lava-515699/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ c[ 7.923121] \n' 'd /lava-515699/0[ 7.929895] \n' '/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=515699_1.5.2.4.1\n' '+ set +x\n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ # \n'} 04/22/2025 07:04:29 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:04:29 PM UTC [INFO] Processing event node: 6807e7e4e51c583972a58d8d 04/22/2025 07:04:29 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7e4e51c583972a58d8d 04/22/2025 07:04:29 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7e4e51c583972a58d8d', 'origin': 'maestro', 'comment': 'baseline-arm64-clabbe on rk3399-khadas-edge-v in ' 'lava-clabbe', 'start_time': '2025-04-22T19:03:00.729000+00:00', 'environment': {'comment': 'Runtime: lava-clabbe', 'compatible': ['khadas,edge-v', 'rockchip,rk3399'], 'misc': {'platform': 'rk3399-khadas-edge-v', 'job_url': 'https://lava.montjoie.ovh/scheduler/job/476176', 'job_id': '476176'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-clabbe', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7e4e51c583972a58d8d'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-clabbe-6807e7e4e51c583972a58d8d/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-clabbe-6807e7e4e51c583972a58d8d/log.txt.gz', 'log_excerpt': '4863] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 1.895392] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 1.895944] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 1.897118] sky2: driver version 1.30\n' '[ 1.899643] VFIO - User Level meta-driver version: ' '0.3\n' '[ 1.910032] usbcore: registered new interface ' 'driver usb-storage\n' '[ 1.913767] i2c_dev: i2c /dev entries driver\n' '[ 1.917971] dw-apb-uart ff180000.serial: Failed to ' 'create device link (0x180) with 4-001b\n' '[ 1.918760] /i2c@ff3d0000/pmic@1b: Fixed ' 'dependency cycle(s) with ' '/i2c@ff3d0000/pmic@1b/regulators/DCDC_REG4\n' '[ 1.920435] rk808 4-001b: chip id: 0x0\n' '[ 1.925780] rk808-regulator rk808-regulator: there ' 'is no dvs0 gpio\n' '[ 1.926354] rk808-regulator rk808-regulator: there ' 'is no dvs1 gpio\n' '[ 1.938200] dw-apb-uart ff180000.serial: Failed to ' 'create device link (0x180) with 4-001b\n' '[ 1.939779] fan53555-regulator 4-0040: FAN53555 ' 'Option[8] Rev[1] Detected!\n' '[ 1.942275] fan53555-regulator 4-0041: FAN53555 ' 'Option[8] Rev[1] Detected!\n' '[ 1.952463] dw_wdt ff848000.watchdog: No valid ' 'TOPs array specified\n' '[ 1.957663] cpu cpu0: EM: created perf domain\n' '[ 1.959332] cpu cpu4: EM: created perf domain\n' '[ 1.964020] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 1.964574] sdhci: Copyright(c) Pierre Ossman\n' '[ 1.965582] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 1.967115] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 1.968248] dwmmc_rockchip fe320000.mmc: IDMAC ' 'supports 32-bit address mode.\n' '[ 1.968931] dwmmc_rockchip fe320000.mmc: Using ' 'internal DMA controller.\n' '[ 1.968968] mmc2: CQHCI version 5.10\n' '[ 1.969533] dwmmc_rockchip fe320000.mmc: Version ' 'ID is 270a\n' '[ 1.970748] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 1.970764] dwmmc_rockchip fe320000.mmc: DW MMC ' 'controller at irq 60,32 bit host data width,256 deep ' 'fifo\n' '[ 1.972347] dwmmc_rockchip fe320000.mmc: Got CD ' 'GPIO\n' '[ 1.973156] usbcore: registered new interface ' 'driver usbhid\n' '[ 1.973646] usbhid: USB HID core driver\n' '[ 1.979389] netem: version 1.3\n' '[ 1.979720] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.980429] IPv4 over IPsec tunneling driver\n' '[ 1.981142] NET: Registered PF_INET6 protocol ' 'family\n' '[ 1.982332] Segment Routing with IPv6\n' '[ 1.982669] In-situ OAM (IOAM) with IPv6\n' '[ 1.983262] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.984151] NET: Registered PF_PACKET protocol ' 'family\n' '[ 1.984610] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 1.985709] mmc_host mmc1: Bus speed (slot 0) = ' '400000Hz (slot req 400000Hz, actual 400000HZ div = ' '0)\n' '[ 1.986147] 8021q: 802.1Q VLAN Support v1.8\n' '[ 1.986974] 9pnet: Installing 9P2000 support\n' '[ 1.987382] Key type dns_resolver registered\n' '[ 1.988435] registered taskstats version 1\n' '[ 1.988821] Loading compiled-in X.509 ' 'certificates\n' '[ 1.995363] mmc2: SDHCI controller on fe330000.mmc ' '[fe330000.mmc] using ADMA\n' '[ 2.019869] dwc3 fe800000.usb: Configuration ' 'mismatch. dr_mode forced to host\n' '[ 2.025656] xhci-hcd xhci-hcd.0.auto: xHCI Host ' 'Controller\n' '[ 2.026167] xhci-hcd xhci-hcd.0.auto: new USB bus ' 'registered, assigned bus number 1\n' '[ 2.026989] xhci-hcd xhci-hcd.0.auto: hcc params ' '0x0220fe64 hci version 0x110 quirks ' '0x0000008002010010\n' '[ 2.027855] xhci-hcd xhci-hcd.0.auto: irq 67, io ' 'mem 0xfe800000\n' '[ 2.028506] xhci-hcd xhci-hcd.0.auto: xHCI Host ' 'Controller\n' '[ 2.029007] xhci-hcd xhci-hcd.0.auto: new USB bus ' 'registered, assigned bus number 2\n' '[ 2.029681] xhci-hcd xhci-hcd.0.auto: Host ' 'supports USB 3.0 SuperSpeed\n' '[ 2.030866] hub 1-0:1.0: USB hub found\n' '[ 2.031234] hub 1-0:1.0: 1 port detected\n' "[ 2.031840] usb usb2: We don't know the algorithms " 'for LPM for this host, disabling LPM.\n' '[ 2.032962] hub 2-0:1.0: USB hub found\n' '[ 2.033327] hub 2-0:1.0: 1 port detected\n' '[ 2.041064] mmc_host mmc1: Bus speed (slot 0) = ' '50000000Hz (slot req 50000000Hz, actual 50000000HZ ' 'div = 0)\n' '[ 2.041986] mmc1: new high speed SDHC card at ' 'address 0002\n' '[ 2.042591] xhci-hcd xhci-hcd.1.auto: xHCI Host ' 'Controller\n' '[ 2.043114] xhci-hcd xhci-hcd.1.auto: new USB bus ' 'registered, assigned bus number 3\n' '[ 2.043225] mmcblk1: mmc1:0002 N/A 29.8 GiB\n' '[ 2.043892] xhci-hcd xhci-hcd.1.auto: hcc params ' '0x0220fe64 hci version 0x110 quirks ' '0x0000008002010010\n' '[ 2.045041] xhci-hcd xhci-hcd.1.auto: irq 68, io ' 'mem 0xfe900000\n' '[ 2.045695] xhci-hcd xhci-hcd.1.auto: xHCI Host ' 'Controller\n' '[ 2.046189] xhci-hcd xhci-hcd.1.auto: new USB bus ' 'registered, assigned bus number 4\n' '[ 2.046570] mmcblk1: p1\n' '[ 2.046888] xhci-hcd xhci-hcd.1.auto: Host ' 'supports USB 3.0 SuperSpeed\n' '[ 2.048173] hub 3-0:1.0: USB hub found\n' '[ 2.048527] hub 3-0:1.0: 1 port detected\n' "[ 2.049112] usb usb4: We don't know the algorithms " 'for LPM for this host, disabling LPM.\n' '[ 2.050218] hub 4-0:1.0: USB hub found\n' '[ 2.050564] hub 4-0:1.0: 1 port detected\n' '[ 2.056495] ehci-platform fe380000.usb: EHCI Host ' 'Controller\n' '[ 2.057016] ehci-platform fe380000.usb: new USB ' 'bus registered, assigned bus number 5\n' '[ 2.057780] ehci-platform fe380000.usb: irq 69, io ' 'mem 0xfe380000\n' '[ 2.058633] ohci-platform fe3a0000.usb: Generic ' 'Platform OHCI controller\n' '[ 2.058941] ehci-platform fe3c0000.usb: EHCI Host ' 'Controller\n' '[ 2.059334] ohci-platform fe3a0000.usb: new USB ' 'bus registered, assigned bus number 6\n' '[ 2.059745] ehci-platform fe3c0000.usb: new USB ' 'bus registered, assigned bus number 7\n' '[ 2.060609] ohci-platform fe3a0000.usb: irq 71, io ' 'mem 0xfe3a0000\n' '[ 2.061176] ehci-platform fe3c0000.usb: irq 70, io ' 'mem 0xfe3c0000\n' '[ 2.061530] ohci-platform fe3e0000.usb: Generic ' 'Platform OHCI controller\n' '[ 2.061546] ohci-platform fe3e0000.usb: new USB ' 'bus registered, assigned bus number 8\n' '[ 2.061620] ohci-platform fe3e0000.usb: irq 72, io ' 'mem 0xfe3e0000\n' '[ 2.062941] input: gpio-keys as ' '/devices/platform/gpio-keys/input/input0\n' '[ 2.063791] dwmmc_rockchip fe310000.mmc: IDMAC ' 'supports 32-bit address mode.\n' '[ 2.064915] clk: Disabling unused clocks\n' '[ 2.065192] dwmmc_rockchip fe310000.mmc: Using ' 'internal DMA controller.\n' '[ 2.066100] dwmmc_rockchip fe310000.mmc: Version ' 'ID is 270a\n' '[ 2.066369] ALSA device list:\n' '[ 2.066636] dwmmc_rockchip fe310000.mmc: DW MMC ' 'controller at irq 74,32 bit host data width,256 deep ' 'fifo\n' '[ 2.066900] No soundcards found.\n' '[ 2.068023] dwmmc_rockchip fe310000.mmc: allocated ' 'mmc-pwrseq\n' '[ 2.068538] mmc_host mmc0: card is non-removable.\n' '[ 2.069501] dw-apb-uart ff1a0000.serial: forbid ' 'DMA for kernel console\n' '[ 2.070519] mmc2: Command Queue Engine enabled\n' '[ 2.070883] ehci-platform fe380000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 2.070921] mmc2: new HS400 MMC card at address ' '0001\n' '[ 2.072296] hub 5-0:1.0: USB hub found\n' '[ 2.072624] mmcblk2: mmc2:0001 DUTA42 116 GiB\n' '[ 2.072663] hub 5-0:1.0: 1 port detected\n' '[ 2.075891] mmcblk2: p1 p2 p3 p4 p5 p6 p7 p8 p9 ' 'p10 p11 p12 p13 p14 p15\n' '[ 2.077892] mmcblk2boot0: mmc2:0001 DUTA42 4.00 ' 'MiB\n' '[ 2.078819] mmcblk2boot1: mmc2:0001 DUTA42 4.00 ' 'MiB\n' '[ 2.079692] mmcblk2rpmb: mmc2:0001 DUTA42 16.0 ' 'MiB, chardev (511:0)\n' '[ 2.082103] mmc_host mmc0: Bus speed (slot 0) = ' '400000Hz (slot req 400000Hz, actual 400000HZ div = ' '0)\n' '[ 2.086912] ehci-platform fe3c0000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 2.087980] hub 7-0:1.0: USB hub found\n' '[ 2.088342] hub 7-0:1.0: 1 port detected\n' '[ 2.123538] hub 6-0:1.0: USB hub found\n' '[ 2.123902] hub 6-0:1.0: 1 port detected\n' '[ 2.125182] hub 8-0:1.0: USB hub found\n' '[ 2.125531] hub 8-0:1.0: 1 port detected\n' '[ 2.129848] Freeing unused kernel memory: 7616K\n' '[ 2.130403] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 2.188980] ' 'udevd[189]: starting version 3.2.9\n' '[ 2.211604] mmc_host mmc0: Bus speed (slot 0) = ' '148500000Hz (slot req 150000000Hz, actual 148500000HZ ' 'div = 0)\n' '[ 2.219611] dwmmc_rockchip fe310000.mmc: ' 'Successfully tuned phase to 192\n' '[ 2.222503] mmc0: new ultra high speed SDR104 SDIO ' 'card at address 0001\n' '[ 10.022792] random: crng init done\n' "[ 10.025397] udevd[189]: specified user 'tss' " 'unknown\n' "[ 10.025871] udevd[189]: specified group 'tss' " 'unknown\n' '[ 10.028015] udevd[190]: starting eudev-3.2.9\n' '[ 10.042066] cfg80211: Loading compiled-in X.509 ' 'certificates for regulatory database\n' "[ 10.078222] cfg80211: Loaded X.509 cert 'sforshee: " "00b28ddf47aef9cea7'\n" "[ 10.079224] cfg80211: Loaded X.509 cert 'wens: " "61c038651aabdcf94bd0ac7ff06c7248db18c600'\n" '[ 10.079993] platform regulatory.0: Direct firmware ' 'load for regulatory.db failed with error -2\n' '[ 10.080750] cfg80211: failed to load ' 'regulatory.db\n' '[ 10.091066] brcmfmac: brcmf_fw_alloc_request: ' 'using brcm/brcmfmac4359-sdio for chip BCM4359/9\n' '[ 10.091920] brcmfmac mmc0:0001:1: Direct firmware ' 'load for brcm/brcmfmac4359-sdio.khadas,edge-v.bin ' 'failed with error -2\n' '[ 10.092975] brcmfmac mmc0:0001:1: Direct firmware ' 'load for brcm/brcmfmac4359-sdio.bin failed with error ' '-2\n' '[ 10.162926] rk_gmac-dwmac fe300000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 10.163519] rk_gmac-dwmac fe300000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 10.164094] rk_gmac-dwmac fe300000.ethernet: ' 'Deprecated MDIO bus assumption used\n' '[ 10.164790] rk_gmac-dwmac fe300000.ethernet: PTP ' 'uses main clock\n' '[ 10.165518] rk_gmac-dwmac fe300000.ethernet: clock ' 'input or output? (input).\n' '[ 10.166146] rk_gmac-dwmac fe300000.ethernet: TX ' 'delay(0x28).\n' '[ 10.166642] rk_gmac-dwmac fe300000.ethernet: RX ' 'delay(0x11).\n' '[ 10.167377] rk_gmac-dwmac fe300000.ethernet: ' 'integrated PHY? (no).\n' '[ 10.167407] cs_system_cfg: CoreSight ' 'Configuration manager initialised\n' '[ 10.167945] rk_gmac-dwmac fe300000.ethernet: clock ' 'input from PHY\n' '[ 10.174048] rk_gmac-dwmac fe300000.ethernet: init ' 'for RGMII\n' '[ 10.174994] coresight-cpu-debug fe430000.debug: ' 'Coresight debug-CPU0 initialized\n' '[ 10.177827] coresight-cpu-debug fe432000.debug: ' 'Coresight debug-CPU1 initialized\n' '[ 10.179330] rk_gmac-dwmac fe300000.ethernet: User ' 'ID: 0x10, Synopsys ID: 0x35\n' '[ 10.179971] rk_gmac-dwmac fe300000.ethernet: ' '?DWMAC1000\n' '[ 10.180390] coresight-cpu-debug fe434000.debug: ' 'Coresight debug-CPU2 initialized\n' '[ 10.180430] rk_gmac-dwmac fe300000.ethernet: DMA ' 'HW capability register supported\n' '[ 10.182997] rk_gmac-dwmac fe300000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 10.183039] coresight-cpu-debug fe436000.debug: ' 'Coresight debug-CPU3 initialized\n' '[ 10.183654] rk_gmac-dwmac fe300000.ethernet: COE ' 'Type 2\n' '[ 10.184754] rk_gmac-dwmac fe300000.ethernet: TX ' 'Checksum insertion supported\n' '[ 10.185370] rk_gmac-dwmac fe300000.ethernet: ' 'Wake-Up On Lan supported\n' '[ 10.186002] rk_gmac-dwmac fe300000.ethernet: ' 'Normal descriptors\n' '[ 10.186525] rk_gmac-dwmac fe300000.ethernet: Ring ' 'mode enabled\n' '[ 10.187229] rk_gmac-dwmac fe300000.ethernet: ' 'Enable RX Mitigation via HW Watchdog Timer\n' '[ 10.188491] coresight-cpu-debug fe610000.debug: ' 'Coresight debug-CPU4 initialized\n' '[ 10.188872] input: adc-keys as ' '/devices/platform/adc-keys/input/input1\n' '[ 10.191274] coresight-cpu-debug fe710000.debug: ' 'Coresight debug-CPU5 initialized\n' '[ 10.210744] Bluetooth: Core ver 2.22\n' '[ 10.211211] NET: Registered PF_BLUETOOTH protocol ' 'family\n' '[ 10.211680] Bluetooth: HCI device and connection ' 'manager initialized\n' '[ 10.212252] Bluetooth: HCI socket layer ' 'initialized\n' '[ 10.212684] Bluetooth: L2CAP socket layer ' 'initialized\n' '[ 10.213138] Bluetooth: SCO socket layer ' 'initialized\n' '[ 10.216582] mc: Linux media interface: v0.10\n' '[ 10.228324] videodev: Linux video capture ' 'interface: v2.00\n' '[ 10.232111] rockchip-vop ff8f0000.vop: Adding to ' 'iommu group 2\n' '[ 10.233113] rockchip-vop ff900000.vop: Adding to ' 'iommu group 3\n' '[ 10.236790] Bluetooth: HCI UART driver ver 2.3\n' '[ 10.237217] Bluetooth: HCI UART protocol H4 ' 'registered\n' '[ 10.237765] Bluetooth: HCI UART protocol LL ' 'registered\n' '[ 10.239246] Bluetooth: HCI UART protocol Broadcom ' 'registered\n' '[ 10.244664] Bluetooth: HCI UART protocol QCA ' 'registered\n' '[ 10.246002] Bluetooth: HCI UART protocol Marvell ' 'registered\n' '[ 10.250521] rockchip-drm display-subsystem: bound ' 'ff8f0000.vop (ops vop_component_ops [rockchipdrm])\n' '[ 10.251534] [drm] unsupported AFBC ' 'format[3231564e]\n' '[ 10.253126] rockchip-drm display-subsystem: bound ' 'ff900000.vop (ops vop_component_ops [rockchipdrm])\n' '[ 10.254097] dwhdmi-rockchip ff940000.hdmi: supply ' 'avdd-0v9 not found, using dummy regulator\n' '[ 10.254986] dwhdmi-rockchip ff940000.hdmi: supply ' 'avdd-1v8 not found, using dummy regulator\n' '[ 10.255852] dwhdmi-rockchip ff940000.hdmi: ' 'Detected HDMI TX controller v2.11a with HDCP (DWC ' 'HDMI 2.0 TX PHY)\n' '[ 10.260468] rockchip-drm display-subsystem: bound ' 'ff940000.hdmi (ops dw_hdmi_rockchip_ops ' '[rockchipdrm])\n' '[ 10.262395] [drm] Initialized rockchip 1.0.0 ' '20140818 for display-subsystem on minor 0\n' '[ 10.263168] rockchip-drm display-subsystem: [drm] ' 'Cannot find any crtc or sizes\n' '[ 10.263866] rockchip-drm display-subsystem: [drm] ' 'Cannot find any crtc or sizes\n' '[ 10.264517] rockchip-drm display-subsystem: [drm] ' 'Cannot find any crtc or sizes\n' '[ 10.264821] rk808-rtc rk808-rtc: registered as ' 'rtc0\n' '[ 10.280271] rk808-rtc rk808-rtc: setting system ' 'clock to 2013-01-18T08:50:38 UTC (1358499038)\n' '[ 10.297378] rockchip-pcie f8000000.pcie: host ' 'bridge /pcie@f8000000 ranges:\n' '[ 10.298029] rockchip-pcie f8000000.pcie: MEM ' '0x00fa000000..0x00fbdfffff -> 0x00fa000000\n' '[ 10.298774] rockchip-pcie f8000000.pcie: IO ' '0x00fbe00000..0x00fbefffff -> 0x00fbe00000\n' '[ 10.300105] rockchip-pcie f8000000.pcie: no ' 'vpcie12v regulator found\n' '[ 10.300677] rockchip-pcie f8000000.pcie: no ' 'vpcie3v3 regulator found\n' '[ 10.301242] rockchip-pcie f8000000.pcie: supply ' 'vpcie1v8 not found, using dummy regulator\n' '[ 10.303370] rockchip-pcie f8000000.pcie: supply ' 'vpcie0v9 not found, using dummy regulator\n' '[ 10.314780] RTL8211F Gigabit Ethernet stmmac-0:00: ' 'attached PHY driver (mii_bus:phy_addr=stmmac-0:00, ' 'irq=POLL)\n' '[ 10.315694] RTL8211F Gigabit Ethernet stmmac-0:01: ' 'attached PHY driver (mii_bus:phy_addr=stmmac-0:01, ' 'irq=POLL)\n' '[ 10.367081] dw-apb-uart ff180000.serial: failed to ' 'request DMA\n' '[ 10.491869] Bluetooth: hci0: BCM: failed to write ' 'clock (-56)\n' '[ 10.492406] Bluetooth: hci0: Failed to set ' 'baudrate\n' '[ 10.505160] panfrost ff9a0000.gpu: clock rate = ' '500000000\n' '[ 10.506977] hantro-vpu ff650000.video-codec: ' 'Adding to iommu group 0\n' '[ 10.519729] hantro-vpu ff650000.video-codec: ' 'registered rockchip,rk3399-vpu-enc as /dev/video0\n' '[ 10.520959] hantro-vpu ff650000.video-codec: ' 'registered rockchip,rk3399-vpu-dec as /dev/video1\n' '[ 10.523553] panfrost ff9a0000.gpu: mali-t860 id ' '0x860 major 0x2 minor 0x0 status 0x0\n' '[ 10.524314] panfrost ff9a0000.gpu: features: ' '00000000,00000407, issues: 00000000,24040400\n' '[ 10.525106] panfrost ff9a0000.gpu: Features: ' 'L2:0x07120206 Shader:0x00000000 Tiler:0x00000809 ' 'Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7\n' '[ 10.526211] panfrost ff9a0000.gpu: ' 'shader_present=0xf l2_present=0x1\n' '[ 10.529170] [drm] Initialized panfrost 1.2.0 ' '20180908 for ff9a0000.gpu on minor 1\n' '[ 10.607719] Bluetooth: hci0: BCM: chip id 121\n' '[ 10.610679] Bluetooth: hci0: BCM: features 0x0e\n' '[ 10.634772] Bluetooth: hci0: BCM4359C0\n' '[ 10.635177] Bluetooth: hci0: BCM4359C0 ' '(003.001.006) build 0000\n' '[ 10.636122] Bluetooth: hci0: BCM: firmware Patch ' 'file not found, tried:\n' '[ 10.636717] Bluetooth: hci0: BCM: ' "'brcm/BCM4359C0.khadas,edge-v.hcd'\n" '[ 10.637285] Bluetooth: hci0: BCM: ' "'brcm/BCM4359C0.hcd'\n" '[ 10.637749] Bluetooth: hci0: BCM: ' "'brcm/BCM.khadas,edge-v.hcd'\n" "[ 10.638271] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'\n" '[ 10.858987] rockchip-pcie f8000000.pcie: PCIe link ' 'training gen1 timeout!\n' '[ 10.859660] rockchip-pcie: probe of f8000000.pcie ' 'failed with error -110\n' '[ 11.096198] brcmfmac: brcmf_sdio_htclk: HT Avail ' 'timeout (1000000): clkctl 0x50\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-476176/environment\n' '/ # /lava-476176/bin/lava-test-runner /lava-476176/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-476176/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=476176_1.1.4.1\n' '+ set +x\n' '[ 11.809157] \n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '[ 11.809903] \n' '\n' '/ # \n'} 04/22/2025 07:04:29 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:04:30 PM UTC [INFO] Processing event node: 6807e7e8e51c583972a58da8 04/22/2025 07:04:30 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7e8e51c583972a58da8 04/22/2025 07:04:30 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7e8e51c583972a58da8', 'origin': 'maestro', 'comment': 'baseline-arm64-kontron on kontron-sl28-var3-ads2 in ' 'lava-kontron', 'start_time': '2025-04-22T19:03:04.686000+00:00', 'environment': {'comment': 'Runtime: lava-kontron', 'compatible': ['kontron,sl28-var3-ads2', 'kontron,sl28-var3', 'kontron,sl28', 'fsl,ls1028a'], 'misc': {'platform': 'kontron-sl28-var3-ads2', 'job_url': 'https://lavalab.kontron.com/scheduler/job/515700', 'job_id': '515700'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-kontron', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7e8e51c583972a58da8'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-kontron-6807e7e8e51c583972a58da8/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-kontron-6807e7e8e51c583972a58da8/log.txt.gz', 'log_excerpt': '0:00:00.6: BAR 2: [mem 0x1f81c0000-0x1f81cffff 64bit ' 'pref] (from Enhanced Allocation, properties 0x1)\n' '[ 1.245667] pci 0000:00:00.6: PME# supported from ' 'D0 D3hot\n' '[ 1.252060] pci 0000:00:1f.0: [1957:e001] type 00 ' 'class 0x080700\n' '[ 1.258187] OF: /soc/pcie@1f0000000: no msi-map ' 'translation for id 0xf8 on (null)\n' '[ 1.265937] OF: /soc/pcie@1f0000000: no iommu-map ' 'translation for id 0xf8 on (null)\n' '[ 1.273829] pcieport 0000:00:1f.0: PME: Signaling ' 'with IRQ 20\n' '[ 1.279847] pcieport 0000:00:1f.0: AER: enabled ' 'with IRQ 20\n' '[ 1.286186] layerscape-pcie 3400000.pcie: host ' 'bridge /soc/pcie@3400000 ranges:\n' '[ 1.293606] layerscape-pcie 3400000.pcie: IO ' '0x8000010000..0x800001ffff -> 0x0000000000\n' '[ 1.302235] layerscape-pcie 3400000.pcie: MEM ' '0x8040000000..0x807fffffff -> 0x0040000000\n' '[ 1.310905] layerscape-pcie 3400000.pcie: iATU ' 'unroll: disabled\n' '[ 1.316890] layerscape-pcie 3400000.pcie: iATU ' 'regions: 8 ob, 6 ib, align 4K, limit 4G\n' '[ 1.409795] Freeing initrd memory: 22284K\n' '[ 2.324987] layerscape-pcie 3400000.pcie: Phy link ' 'never came up\n' '[ 2.331186] layerscape-pcie 3400000.pcie: PCI host ' 'bridge to bus 0001:00\n' '[ 2.337958] pci_bus 0001:00: root bus resource ' '[bus 00-ff]\n' '[ 2.343497] pci_bus 0001:00: root bus resource ' '[io 0x0000-0xffff]\n' '[ 2.349738] pci_bus 0001:00: root bus resource ' '[mem 0x8040000000-0x807fffffff] (bus address ' '[0x40000000-0x7fffffff])\n' '[ 2.360384] pci 0001:00:00.0: [1957:82c1] type 01 ' 'class 0x060400\n' '[ 2.366509] pci 0001:00:00.0: supports D1 D2\n' '[ 2.370820] pci 0001:00:00.0: PME# supported from ' 'D0 D1 D2 D3hot\n' '[ 2.377780] pci_bus 0001:01: busn_res: [bus 01-ff] ' 'end is updated to 01\n' '[ 2.384471] pci 0001:00:00.0: PCI bridge to [bus ' '01]\n' '[ 2.389624] layerscape-pcie 3500000.pcie: host ' 'bridge /soc/pcie@3500000 ranges:\n' '[ 2.397027] layerscape-pcie 3500000.pcie: IO ' '0x8800010000..0x880001ffff -> 0x0000000000\n' '[ 2.405646] layerscape-pcie 3500000.pcie: MEM ' '0x8840000000..0x887fffffff -> 0x0040000000\n' '[ 2.414293] layerscape-pcie 3500000.pcie: iATU ' 'unroll: disabled\n' '[ 2.420270] layerscape-pcie 3500000.pcie: iATU ' 'regions: 8 ob, 6 ib, align 4K, limit 4G\n' '[ 3.428367] layerscape-pcie 3500000.pcie: Phy link ' 'never came up\n' '[ 3.434486] layerscape-pcie 3500000.pcie: PCI host ' 'bridge to bus 0002:00\n' '[ 3.441255] pci_bus 0002:00: root bus resource ' '[bus 00-ff]\n' '[ 3.446794] pci_bus 0002:00: root bus resource ' '[io 0x10000-0x1ffff] (bus address [0x0000-0xffff])\n' '[ 3.455843] pci_bus 0002:00: root bus resource ' '[mem 0x8840000000-0x887fffffff] (bus address ' '[0x40000000-0x7fffffff])\n' '[ 3.466485] pci 0002:00:00.0: [1957:82c1] type 01 ' 'class 0x060400\n' '[ 3.472603] pci 0002:00:00.0: supports D1 D2\n' '[ 3.476913] pci 0002:00:00.0: PME# supported from ' 'D0 D1 D2 D3hot\n' '[ 3.483780] pci_bus 0002:01: busn_res: [bus 01-ff] ' 'end is updated to 01\n' '[ 3.490467] pci 0002:00:00.0: PCI bridge to [bus ' '01]\n' '[ 3.496226] EINJ: ACPI disabled.\n' '[ 3.512503] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 3.520511] printk: console [ttyS0] disabled\n' '[ 3.524870] 21c0500.serial: ttyS0 at MMIO ' '0x21c0500 (irq = 21, base_baud = 12500000) is a ' '16550A\n' '[ 3.533771] printk: console [ttyS0] enabled\n' '[ 3.533771] printk: console [ttyS0] enabled\n' '[ 3.542191] printk: bootconsole [ns16550a0] ' 'disabled\n' '[ 3.542191] printk: bootconsole [ns16550a0] ' 'disabled\n' '[ 3.552531] 21c0600.serial: ttyS1 at MMIO ' '0x21c0600 (irq = 21, base_baud = 12500000) is a ' '16550A\n' '[ 3.561702] SuperH (H)SCI(F) driver initialized\n' '[ 3.566551] msm_serial: driver initialized\n' '[ 3.571059] 2270000.serial: ttyLP2 at MMIO ' '0x2270000 (irq = 22, base_baud = 12500000) is a ' 'FSL_LPUART\n' '[ 3.582512] arm-smmu 5000000.iommu: probing ' 'hardware configuration...\n' '[ 3.588987] arm-smmu 5000000.iommu: SMMUv2 with:\n' '[ 3.593622] arm-smmu 5000000.iommu: ?stage 1 ' 'translation\n' '[ 3.598953] arm-smmu 5000000.iommu: ?stage 2 ' 'translation\n' '[ 3.604283] arm-smmu 5000000.iommu: ?nested ' 'translation\n' '[ 3.609528] arm-smmu 5000000.iommu: ?stream ' 'matching with 128 register groups\n' '[ 3.616693] arm-smmu 5000000.iommu: ?64 context ' 'banks (0 stage-2 only)\n' '[ 3.623247] arm-smmu 5000000.iommu: ?Supported ' 'page sizes: 0x61311000\n' '[ 3.629715] arm-smmu 5000000.iommu: ?Stage-1: ' '48-bit VA -> 48-bit IPA\n' '[ 3.636180] arm-smmu 5000000.iommu: ?Stage-2: ' '48-bit IPA -> 48-bit PA\n' '[ 3.642864] arm-smmu 5000000.iommu: ?preserved 0 ' 'boot mappings\n' '[ 3.651917] loop: module loaded\n' '[ 3.660402] simple-mfd-i2c 0-004a: ' 'mask_invert=true is deprecated; please switch to ' 'unmask_base\n' '[ 3.670090] megasas: 07.719.03.00-rc1\n' '[ 3.675853] spi-nor spi1.0: w25q128fw (16384 ' 'Kbytes)\n' '[ 3.695446] spi-nor spi0.0: w25q32jwm (4096 ' 'Kbytes)\n' '[ 3.712940] 5 fixed-partitions partitions found on ' 'MTD device 20c0000.spi\n' '[ 3.719778] Creating 5 MTD partitions on ' '\\"20c0000.spi\\":\n' '[ 3.725044] 0x000000000000-0x000000010000 : ' '\\"rcw\\"\n' '[ 3.730418] 0x000000010000-0x0000001e0000 : ' '\\"failsafe bootloader\\"\n' '[ 3.737070] 0x000000200000-0x000000210000 : ' '\\"configuration store\\"\n' '[ 3.743728] 0x000000210000-0x0000003e0000 : ' '\\"bootloader\\"\n' '[ 3.749607] 0x0000003e0000-0x000000400000 : ' '\\"bootloader environment\\"\n' '[ 3.758803] tun: Universal TUN/TAP device driver, ' '1.6\n' '[ 3.764459] thunder_xcv, ver 1.0\n' '[ 3.767726] thunder_bgx, ver 1.0\n' '[ 3.770983] nicpf, ver 1.0\n' '[ 3.774242] fsl_enetc 0000:00:00.0: Adding to ' 'iommu group 0\n' '[ 3.780064] fsl_enetc 0000:00:00.1: Adding to ' 'iommu group 1\n' '[ 3.893478] fsl_enetc 0000:00:00.1: enabling ' 'device (0400 -> 0402)\n' '[ 3.900582] fsl_enetc 0000:00:00.1: device is ' 'disabled, skipping\n' '[ 3.906688] fsl_enetc 0000:00:00.2: Adding to ' 'iommu group 2\n' '[ 4.017475] fsl_enetc 0000:00:00.2: enabling ' 'device (0400 -> 0402)\n' '[ 4.024010] fsl_enetc 0000:00:00.2: device is ' 'disabled, skipping\n' '[ 4.030111] fsl_enetc 0000:00:00.6: Adding to ' 'iommu group 3\n' '[ 4.141478] fsl_enetc 0000:00:00.6: enabling ' 'device (0400 -> 0402)\n' '[ 4.148018] fsl_enetc 0000:00:00.6: device is ' 'disabled, skipping\n' '[ 4.154380] fsl_enetc_mdio 0000:00:00.3: Adding to ' 'iommu group 4\n' '[ 4.265483] fsl_enetc_mdio 0000:00:00.3: enabling ' 'device (0400 -> 0402)\n' '[ 4.286990] fsl_enetc_ptp 0000:00:00.4: Adding to ' 'iommu group 5\n' '[ 4.293060] fsl_enetc_ptp 0000:00:00.4: enabling ' 'device (0404 -> 0406)\n' '[ 4.299734] ptp_qoriq: device tree node missing ' 'required elements, try automatic configuration\n' '[ 4.308955] hns3: Hisilicon Ethernet Network ' 'Driver for Hip08 Family - version\n' '[ 4.316217] hns3: Copyright (c) 2017 Huawei ' 'Corporation.\n' '[ 4.321590] hclge is initializing\n' '[ 4.324920] e1000: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 4.329815] e1000: Copyright (c) 1999-2006 Intel ' 'Corporation.\n' '[ 4.335605] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 4.340587] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 4.346564] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 4.351982] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 4.357594] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 4.363884] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 4.370060] sky2: driver version 1.30\n' '[ 4.374433] VFIO - User Level meta-driver version: ' '0.3\n' '[ 4.379991] dwc3 3100000.usb: Adding to iommu ' 'group 6\n' '[ 4.385235] dwc3 3100000.usb: Configuration ' 'mismatch. dr_mode forced to host\n' '[ 4.392817] dwc3 3110000.usb: Adding to iommu ' 'group 7\n' '[ 4.400150] xhci-hcd xhci-hcd.0.auto: xHCI Host ' 'Controller\n' '[ 4.405676] xhci-hcd xhci-hcd.0.auto: new USB bus ' 'registered, assigned bus number 1\n' '[ 4.413486] xhci-hcd xhci-hcd.0.auto: hcc params ' '0x0220f66d hci version 0x100 quirks ' '0x0000008002010010\n' '[ 4.422941] xhci-hcd xhci-hcd.0.auto: irq 99, io ' 'mem 0x03100000\n' '[ 4.428975] xhci-hcd xhci-hcd.0.auto: xHCI Host ' 'Controller\n' '[ 4.434488] xhci-hcd xhci-hcd.0.auto: new USB bus ' 'registered, assigned bus number 2\n' '[ 4.442177] xhci-hcd xhci-hcd.0.auto: Host ' 'supports USB 3.0 SuperSpeed\n' '[ 4.449064] hub 1-0:1.0: USB hub found\n' '[ 4.452842] hub 1-0:1.0: 1 port detected\n' "[ 4.456944] usb usb2: We don't know the algorithms " 'for LPM for this host, disabling LPM.\n' '[ 4.465321] hub 2-0:1.0: USB hub found\n' '[ 4.469098] hub 2-0:1.0: 1 port detected\n' '[ 4.473242] xhci-hcd xhci-hcd.1.auto: xHCI Host ' 'Controller\n' '[ 4.478762] xhci-hcd xhci-hcd.1.auto: new USB bus ' 'registered, assigned bus number 3\n' '[ 4.486558] xhci-hcd xhci-hcd.1.auto: hcc params ' '0x0220f66d hci version 0x100 quirks ' '0x0000008002010010\n' '[ 4.496019] xhci-hcd xhci-hcd.1.auto: irq 100, io ' 'mem 0x03110000\n' '[ 4.502133] xhci-hcd xhci-hcd.1.auto: xHCI Host ' 'Controller\n' '[ 4.507643] xhci-hcd xhci-hcd.1.auto: new USB bus ' 'registered, assigned bus number 4\n' '[ 4.515331] xhci-hcd xhci-hcd.1.auto: Host ' 'supports USB 3.0 SuperSpeed\n' '[ 4.522157] hub 3-0:1.0: USB hub found\n' '[ 4.525938] hub 3-0:1.0: 1 port detected\n' "[ 4.530026] usb usb4: We don't know the algorithms " 'for LPM for this host, disabling LPM.\n' '[ 4.538394] hub 4-0:1.0: USB hub found\n' '[ 4.542169] hub 4-0:1.0: 1 port detected\n' '[ 4.546548] usbcore: registered new interface ' 'driver usb-storage\n' '[ 4.553731] i2c_dev: i2c /dev entries driver\n' '[ 4.561296] sp805-wdt c000000.watchdog: ' 'registration successful\n' '[ 4.567386] sp805-wdt c010000.watchdog: ' 'registration successful\n' '[ 4.574949] qoriq-cpufreq qoriq-cpufreq: Freescale ' 'QorIQ CPU frequency scaling driver\n' '[ 4.583537] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 4.589794] sdhci: Copyright(c) Pierre Ossman\n' '[ 4.594646] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 4.601306] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 4.607539] sdhci-esdhc 2140000.mmc: Adding to ' 'iommu group 8\n' '[ 4.613295] sdhci-esdhc 2150000.mmc: Adding to ' 'iommu group 9\n' '[ 4.619001] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 4.626707] usbcore: registered new interface ' 'driver usbhid\n' '[ 4.632320] usbhid: USB HID core driver\n' '[ 4.640271] netem: version 1.3\n' '[ 4.643420] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 4.649211] IPv4 over IPsec tunneling driver\n' '[ 4.649485] mmc0: SDHCI controller on 2150000.mmc ' '[2150000.mmc] using ADMA\n' '[ 4.653915] NET: Registered PF_INET6 protocol ' 'family\n' '[ 4.660407] mmc1: SDHCI controller on 2140000.mmc ' '[2140000.mmc] using ADMA\n' '[ 4.666405] Segment Routing with IPv6\n' '[ 4.676062] In-situ OAM (IOAM) with IPv6\n' '[ 4.680387] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 4.686861] NET: Registered PF_PACKET protocol ' 'family\n' '[ 4.691982] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 4.705173] 8021q: 802.1Q VLAN Support v1.8\n' '[ 4.709551] 9pnet: Installing 9P2000 support\n' '[ 4.713913] Key type dns_resolver registered\n' '[ 4.718473] registered taskstats version 1\n' '[ 4.722636] Loading compiled-in X.509 ' 'certificates\n' '[ 4.732585] fsl-edma 22c0000.dma-controller: ' 'Adding to iommu group 10\n' '[ 4.740203] pcieport 0001:00:00.0: Adding to iommu ' 'group 11\n' '[ 4.745954] pcieport 0001:00:00.0: PME: Signaling ' 'with IRQ 104\n' '[ 4.752015] pcieport 0001:00:00.0: AER: enabled ' 'with IRQ 104\n' '[ 4.757998] pcieport 0002:00:00.0: Adding to iommu ' 'group 12\n' '[ 4.763795] pcieport 0002:00:00.0: PME: Signaling ' 'with IRQ 105\n' '[ 4.769802] pcieport 0002:00:00.0: AER: enabled ' 'with IRQ 105\n' '[ 4.789481] usb 3-1: new high-speed USB device ' 'number 2 using xhci-hcd\n' '[ 4.831483] mmc0: new HS400 MMC card at address ' '0001\n' '[ 4.836985] mmcblk0: mmc0:0001 S0J56X 7.34 GiB\n' '[ 4.843109] mmcblk0: p1 p2\n' '[ 4.846353] mmcblk0boot0: mmc0:0001 S0J56X 31.5 ' 'MiB\n' '[ 4.852326] mmcblk0boot1: mmc0:0001 S0J56X 31.5 ' 'MiB\n' '[ 4.858218] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 ' 'MiB, chardev (511:0)\n' '[ 4.881483] fsl_enetc 0000:00:00.0: enabling ' 'device (0400 -> 0402)\n' '[ 4.888705] fsl_enetc 0000:00:00.0: no MAC address ' 'specified for SI1, using f2:ce:a6:2c:ad:d0\n' '[ 4.897313] fsl_enetc 0000:00:00.0: no MAC address ' 'specified for SI2, using 76:71:05:32:c8:d3\n' '[ 4.909413] input: buttons0 as ' '/devices/platform/buttons0/input/input0\n' '[ 4.916388] clk: Disabling unused clocks\n' '[ 4.920380] ALSA device list:\n' '[ 4.923363] No soundcards found.\n' '[ 4.930082] Freeing unused kernel memory: 7616K\n' '[ 4.934761] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 4.985211] ' 'udevd[140]: starting version 3.2.9\n' '[ 5.002061] hub 3-1:1.0: USB hub found\n' '[ 5.005877] hub 3-1:1.0: 7 ports detected\n' '[ 6.009471] random: crng init done\n' "[ 6.015798] udevd[140]: specified user 'tss' " 'unknown\n' "[ 6.020841] udevd[140]: specified group 'tss' " 'unknown\n' '[ 6.026833] udevd[141]: starting eudev-3.2.9\n' '[ 6.253285] EDAC MC0: Giving out device to module ' 'fsl_ddr_edac controller fsl_mc_err: DEV fsl_mc_err ' '(INTERRUPT)\n' '[ 6.263633] fsl_ddr_edac acquired irq 111 for MC\n' '[ 6.268358] fsl_ddr_edac MC err registered\n' '[ 6.280197] fsl_enetc 0000:00:00.0 enp0s0f0: ' 'renamed from eth0\n' '[ 6.315055] wm8904 2-001a: supply DCVDD not found, ' 'using dummy regulator\n' '[ 6.323963] mscc_felix 0000:00:00.5: Adding to ' 'iommu group 13\n' '[ 6.324194] wm8904 2-001a: supply DBVDD not found, ' 'using dummy regulator\n' '[ 6.337107] wm8904 2-001a: supply AVDD not found, ' 'using dummy regulator\n' '[ 6.347607] mscc_felix 0000:00:00.5: device is ' 'disabled, skipping\n' '[ 6.354159] wm8904 2-001a: supply CPVDD not found, ' 'using dummy regulator\n' '[ 6.355383] at24 0-0050: supply vcc not found, ' 'using dummy regulator\n' '[ 6.362367] wm8904 2-001a: supply MICVDD not ' 'found, using dummy regulator\n' '[ 6.375706] at24 0-0050: 4096 byte 24c32 EEPROM, ' 'writable, 32 bytes/write\n' '[ 6.383560] wm8904 2-001a: revision A\n' '[ 6.387340] at24 1-0057: supply vcc not found, ' 'using dummy regulator\n' '[ 6.394837] rtc-rv8803 0-0032: Voltage low, ' 'temperature compensation stopped.\n' '[ 6.397268] CAN device driver interface\n' '[ 6.405749] at24 1-0057: 8192 byte 24c64 EEPROM, ' 'writable, 32 bytes/write\n' '[ 6.423993] rtc-rv8803 0-0032: Voltage low, data ' 'loss detected.\n' '[ 6.434913] simple-mfd-i2c 0-004a: ' 'mask_invert=true is deprecated; please switch to ' 'unmask_base\n' '[ 6.447899] at24 2-0050: supply vcc not found, ' 'using dummy regulator\n' '[ 6.449641] rtc-rv8803 0-0032: Voltage low, data ' 'is invalid.\n' '[ 6.461035] rtc-rv8803 0-0032: registered as rtc0\n' '[ 6.477553] at24 2-0050: 4096 byte 24c32 EEPROM, ' 'writable, 32 bytes/write\n' '[ 6.485205] rtc-rv8803 0-0032: Voltage low, data ' 'is invalid.\n' '[ 6.491694] rtc-rv8803 0-0032: hctosys: unable to ' 'read the hardware clock\n' '[ 6.505047] sl28cpld-wdt ' '2000000.i2c:sl28cpld@4a:watchdog@4: initial timeout 6 ' 'sec\n' '[ 6.517050] simple-mfd-i2c 0-004a: ' 'mask_invert=true is deprecated; please switch to ' 'unmask_base\n' '[ 6.534457] ftm-alarm 2800000.timer: registered as ' 'rtc1\n' '[ 6.573228] mali-dp f080000.display: Adding to ' 'iommu group 14\n' '[ 6.580534] etnaviv etnaviv: bound f0c0000.gpu ' '(ops gpu_ops [etnaviv])\n' '[ 6.587451] etnaviv-gpu f0c0000.gpu: model: ' 'GC7000, revision: 6202\n' '[ 6.594164] caam 8000000.crypto: Entropy delay = ' '3200\n' '[ 6.599472] [drm] Initialized etnaviv 1.4.0 ' '20151214 for etnaviv on minor 0\n' '[ 6.619511] caam 8000000.crypto: Instantiated RNG4 ' 'SH0\n' '[ 6.658694] caam 8000000.crypto: Instantiated RNG4 ' 'SH1\n' '[ 6.664812] caam 8000000.crypto: device ID = ' '0x0a12070000000000 (Era 10)\n' '[ 6.672195] caam 8000000.crypto: job rings = 4, qi ' '= 0\n' '[ 6.712159] caam_jr 8010000.jr: Adding to iommu ' 'group 15\n' '[ 6.719957] caam algorithms registered in ' '/proc/crypto\n' '[ 6.726164] caam 8000000.crypto: registering ' 'rng-caam\n' '[ 6.731432] caam 8000000.crypto: rng crypto API ' 'alg registered prng-caam\n' '[ 6.738707] caam_jr 8020000.jr: Adding to iommu ' 'group 16\n' '[ 6.744536] caam_jr 8030000.jr: Adding to iommu ' 'group 17\n' '[ 6.750352] caam_jr 8040000.jr: Adding to iommu ' 'group 18\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '#\n' '/ # export SHELL=/bin/sh\n' 'export SHELL=/bin/sh\n' '/ # . /lava-515700/environment\n' '. /lava-515700/environment\n' '/ # /lava-515700/bin/lava-test-runner /lava-515700/0\n' '/lava-515700/bin/lava-test-runner /lava-515700/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ c[ 7.355780] \n' 'd /lava-515700/0[ 7.362640] \n' '/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=515700_1.5.2.4.1\n' '+ set +x\n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ # \n'} 04/22/2025 07:04:30 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:04:32 PM UTC [INFO] Processing event node: 6807e7e5e51c583972a58d90 04/22/2025 07:04:32 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7e5e51c583972a58d90 04/22/2025 07:04:32 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7e5e51c583972a58d90', 'origin': 'maestro', 'comment': 'baseline-arm64-clabbe on rk3399-roc-pc in lava-clabbe', 'start_time': '2025-04-22T19:03:01.170000+00:00', 'environment': {'comment': 'Runtime: lava-clabbe', 'compatible': ['firefly,roc-rk3399-pc', 'rockchip,rk3399'], 'misc': {'platform': 'rk3399-roc-pc', 'job_url': 'https://lava.montjoie.ovh/scheduler/job/476177', 'job_id': '476177'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-clabbe', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7e5e51c583972a58d90'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-clabbe-6807e7e5e51c583972a58d90/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-clabbe-6807e7e5e51c583972a58d90/log.txt.gz', 'log_excerpt': 'les configured (established 32768 bind 32768)\n' '[ 0.153035] MPTCP token hash table entries: 4096 ' '(order: 4, 98304 bytes, linear)\n' '[ 0.153184] UDP hash table entries: 2048 (order: ' '4, 65536 bytes, linear)\n' '[ 0.153320] UDP-Lite hash table entries: 2048 ' '(order: 4, 65536 bytes, linear)\n' '[ 0.153581] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.154059] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.154066] RPC: Registered udp transport module.\n' '[ 0.154071] RPC: Registered tcp transport module.\n' '[ 0.154076] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.154088] PCI: CLS 0 bytes, default 64\n' '[ 0.154310] Unpacking initramfs...\n' '[ 0.155135] hw perfevents: enabled with ' 'armv8_cortex_a53 PMU driver, 7 counters available\n' '[ 0.155592] hw perfevents: enabled with ' 'armv8_cortex_a72 PMU driver, 7 counters available\n' '[ 0.156391] kvm [1]: IPA Size Limit: 40 bits\n' '[ 0.158358] kvm [1]: vgic-v2@fff20000\n' '[ 0.158401] kvm [1]: GIC system register CPU ' 'interface enabled\n' '[ 0.158629] kvm [1]: vgic interrupt IRQ18\n' '[ 0.158857] kvm [1]: Hyp mode initialized ' 'successfully\n' '[ 0.160649] Initialise system trusted keyrings\n' '[ 0.160856] workingset: timestamp_bits=42 ' 'max_order=20 bucket_order=0\n' '[ 0.168636] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.169353] NFS: Registering the id_resolver key ' 'type\n' '[ 0.169390] Key type id_resolver registered\n' '[ 0.169395] Key type id_legacy registered\n' '[ 0.169483] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.169490] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.169666] 9p: Installing v9fs 9p2000 file system ' 'support\n' '[ 0.232102] Key type asymmetric registered\n' "[ 0.232113] Asymmetric key parser 'x509' " 'registered\n' '[ 0.232184] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 245)\n' '[ 0.232193] io scheduler mq-deadline registered\n' '[ 0.232200] io scheduler kyber registered\n' '[ 0.265807] EINJ: ACPI disabled.\n' '[ 0.290864] dma-pl330 ff6d0000.dma-controller: ' 'Loaded driver for PL330 DMAC-241330\n' '[ 0.290880] dma-pl330 ff6d0000.dma-controller: ' '?DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 ' 'Num_Events-12\n' '[ 0.292165] dma-pl330 ff6e0000.dma-controller: ' 'Loaded driver for PL330 DMAC-241330\n' '[ 0.292177] dma-pl330 ff6e0000.dma-controller: ' '?DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 ' 'Num_Events-16\n' '[ 0.315339] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 0.318333] ff180000.serial: ttyS0 at MMIO ' '0xff180000 (irq = 37, base_baud = 1500000) is a ' '16550A\n' '[ 0.319248] ff1a0000.serial: ttyS2 at MMIO ' '0xff1a0000 (irq = 38, base_baud = 1500000) is a ' '16550A\n' '[ 0.435189] printk: console [ttyS2] enabled\n' '[ 0.438618] SuperH (H)SCI(F) driver initialized\n' '[ 0.440176] msm_serial: driver initialized\n' '[ 0.447603] cacheinfo: Unable to detect cache ' 'hierarchy for CPU 0\n' '[ 0.454727] loop: module loaded\n' '[ 0.456799] megasas: 07.719.03.00-rc1\n' '[ 0.465055] spi-nor spi0.0: w25q128 (16384 ' 'Kbytes)\n' '.6 - Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.132077] PTP clock support registered\n' '[ 0.132298] EDAC MC: Ver: 3.0.0\n' '[ 0.134952] FPGA manager framework\n' '[ 0.135033] Advanced Linux Sound Architecture ' 'Driver Initialized.\n' '[ 0.135932] vgaarb: loaded\n' '[ 0.136260] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.136486] VFS: Disk quotas dquot_6.6.0\n' '[ 0.136537] VFS: Dquot-cache hash table entries: ' '512 (order 0, 4096 bytes)\n' '[ 0.136738] pnp: PnP ACPI: disabled\n' '[ 0.146151] NET: Registered PF_INET protocol ' 'family\n' '[ 0.146420] IP idents hash table entries: 65536 ' '(order: 7, 524288 bytes, linear)\n' '[ 0.150995] tcp_listen_portaddr_hash hash table ' 'entries: 2048 (order: 3, 32768 bytes, linear)\n' '[ 0.151103] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.151122] TCP established hash table entries: ' '32768 (order: 6, 262144 bytes, linear)\n' '[ 0.151471] TCP bind hash table entries: 32768 ' '(order: 8, 1048576 bytes, linear)\n' '[ 0.152772] TCP: Hash tables configured ' '(established 32768 bind 32768)\n' '[ 0.153035] MPTCP token hash table entries: 4096 ' '(order: 4, 98304 bytes, linear)\n' '[ 0.153184] UDP hash table entries: 2048 (order: ' '4, 65536 bytes, linear)\n' '[ 0.153320] UDP-Lite hash table entries: 2048 ' '(order: 4, 65536 bytes, linear)\n' '[ 0.153581] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.154059] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.154066] RPC: Registered udp transport module.\n' '[ 0.154071] RPC: Registered tcp transport module.\n' '[ 0.154076] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.154088] PCI: CLS 0 bytes, default 64\n' '[ 0.154310] Unpacking initramfs...\n' '[ 0.155135] hw perfevents: enabled with ' 'armv8_cortex_a53 PMU driver, 7 counters available\n' '[ 0.155592] hw perfevents: enabled with ' 'armv8_cortex_a72 PMU driver, 7 counters available\n' '[ 0.156391] kvm [1]: IPA Size Limit: 40 bits\n' '[ 0.158358] kvm [1]: vgic-v2@fff20000\n' '[ 0.158401] kvm [1]: GIC system register CPU ' 'interface enabled\n' '[ 0.158629] kvm [1]: vgic interrupt IRQ18\n' '[ 0.158857] kvm [1]: Hyp mode initialized ' 'successfully\n' '[ 0.160649] Initialise system trusted keyrings\n' '[ 0.160856] workingset: timestamp_bits=42 ' 'max_order=20 bucket_order=0\n' '[ 0.168636] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.169353] NFS: Registering the id_resolver key ' 'type\n' '[ 0.169390] Key type id_resolver registered\n' '[ 0.169395] Key type id_legacy registered\n' '[ 0.169483] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.169490] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.169666] 9p: Installing v9fs 9p2000 file system ' 'support\n' '[ 0.232102] Key type asymmetric registered\n' "[ 0.232113] Asymmetric key parser 'x509' " 'registered\n' '[ 0.232184] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 245)\n' '[ 0.232193] io scheduler mq-deadline registered\n' '[ 0.232200] io scheduler kyber registered\n' '[ 0.265807] EINJ: ACPI disabled.\n' '[ 0.290864] dma-pl330 ff6d0000.dma-controller: ' 'Loaded driver for PL330 DMAC-241330\n' '[ 0.290880] dma-pl330 ff6d0000.dma-controller: ' '?DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 ' 'Num_Events-12\n' '[ 0.292165] dma-pl330 ff6e0000.dma-controller: ' 'Loaded driver for PL330 DMAC-241330\n' '[ 0.292177] dma-pl330 ff6e0000.dma-controller: ' '?DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 ' 'Num_Events-16\n' '[ 0.315339] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 0.318333] ff180000.serial: ttyS0 at MMIO ' '0xff180000 (irq = 37, base_baud = 1500000) is a ' '16550A\n' '[ 0.319248] ff1a0000.serial: ttyS2 at MMIO ' '0xff1a0000 (irq = 38, base_baud = 1500000) is a ' '16550A\n' '[ 0.435189] printk: console [ttyS2] enabled\n' '[ 0.438618] SuperH (H)SCI(F) driver initialized\n' '[ 0.440176] msm_serial: driver initialized\n' '[ 0.447603] cacheinfo: Unable to detect cache ' 'hierarchy for CPU 0\n' '[ 0.454727] loop: module loaded\n' '[ 0.456799] megasas: 07.719.03.00-rc1\n' '[ 0.465055] spi-nor spi0.0: w25q128 (16384 ' 'Kbytes)\n' '.6 - Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.132077] PTP clock support registered\n' '[ 0.132298] EDAC MC: Ver: 3.0.0\n' '[ 0.134952] FPGA manager framework\n' '[ 0.135033] Advanced Linux Sound Architecture ' 'Driver Initialized.\n' '[ 0.135932] vgaarb: loaded\n' '[ 0.136260] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.136486] VFS: Disk quotas dquot_6.6.0\n' '[ 0.136537] VFS: Dquot-cache hash table entries: ' '512 (order 0, 4096 bytes)\n' '[ 0.136738] pnp: PnP ACPI: disabled\n' '[ 0.146151] NET: Registered PF_INET protocol ' 'family\n' '[ 0.146420] IP idents hash table entries: 65536 ' '(order: 7, 524288 bytes, linear)\n' '[ 0.150995] tcp_listen_portaddr_hash hash table ' 'entries: 2048 (order: 3, 32768 bytes, linear)\n' '[ 0.151103] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.151122] TCP established hash table entries: ' '32768 (order: 6, 262144 bytes, linear)\n' '[ 0.151471] TCP bind hash table entries: 32768 ' '(order: 8, 1048576 bytes, linear)\n' '[ 0.152772] TCP: Hash tables configured ' '(established 32768 bind 32768)\n' '[ 0.153035] MPTCP token hash table entries: 4096 ' '(order: 4, 98304 bytes, linear)\n' '[ 0.153184] UDP hash table entries: 2048 (order: ' '4, 65536 bytes, linear)\n' '[ 0.153320] UDP-Lite hash table entries: 2048 ' '(order: 4, 65536 bytes, linear)\n' '[ 0.153581] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.154059] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.154066] RPC: Registered udp transport module.\n' '[ 0.154071] RPC: Registered tcp transport module.\n' '[ 0.154076] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.154088] PCI: CLS 0 bytes, default 64\n' '[ 0.154310] Unpacking initramfs...\n' '[ 0.155135] hw perfevents: enabled with ' 'armv8_cortex_a53 PMU driver, 7 counters available\n' '[ 0.155592] hw perfevents: enabled with ' 'armv8_cortex_a72 PMU driver, 7 counters available\n' '[ 0.156391] kvm [1]: IPA Size Limit: 40 bits\n' '[ 0.158358] kvm [1]: vgic-v2@fff20000\n' '[ 0.158401] kvm [1]: GIC system register CPU ' 'interface enabled\n' '[ 0.158629] kvm [1]: vgic interrupt IRQ18\n' '[ 0.158857] kvm [1]: Hyp mode initialized ' 'successfully\n' '[ 0.160649] Initialise system trusted keyrings\n' '[ 0.160856] workingset: timestamp_bits=42 ' 'max_order=20 bucket_order=0\n' '[ 0.168636] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.169353] NFS: Registering the id_resolver key ' 'type\n' '[ 0.169390] Key type id_resolver registered\n' '[ 0.169395] Key type id_legacy registered\n' '[ 0.169483] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.169490] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.169666] 9p: Installing v9fs 9p2000 file system ' 'support\n' '[ 0.232102] Key type asymmetric registered\n' "[ 0.232113] Asymmetric key parser 'x509' " 'registered\n' '[ 0.232184] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 245)\n' '[ 0.232193] io scheduler mq-deadline registered\n' '[ 0.232200] io scheduler kyber registered\n' '[ 0.265807] EINJ: ACPI disabled.\n' '[ 0.290864] dma-pl330 ff6d0000.dma-controller: ' 'Loaded driver for PL330 DMAC-241330\n' '[ 0.290880] dma-pl330 ff6d0000.dma-controller: ' '?DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 ' 'Num_Events-12\n' '[ 0.292165] dma-pl330 ff6e0000.dma-controller: ' 'Loaded driver for PL330 DMAC-241330\n' '[ 0.292177] dma-pl330 ff6e0000.dma-controller: ' '?DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 ' 'Num_Events-16\n' '[ 0.315339] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 0.318333] ff180000.serial: ttyS0 at MMIO ' '0xff180000 (irq = 37, base_baud = 1500000) is a ' '16550A\n' '[ 0.319248] ff1a0000.serial: ttyS2 at MMIO ' '0xff1a0000 (irq = 38, base_baud = 1500000) is a ' '16550A\n' '[ 0.435189] printk: console [ttyS2] enabled\n' '[ 0.438618] SuperH (H)SCI(F) driver initialized\n' '[ 0.440176] msm_serial: driver initialized\n' '[ 0.447603] cacheinfo: Unable to detect cache ' 'hierarchy for CPU 0\n' '[ 0.454727] loop: module loaded\n' '[ 0.456799] megasas: 07.719.03.00-rc1\n' '[ 0.465055] spi-nor spi0.0: w25q128 (16384 ' 'Kbytes)\n' '[ 1.845810] Freeing initrd memory: 22292K\n' '[ 1.890822] tun: Universal TUN/TAP device driver, ' '1.6\n' '[ 1.893046] thunder_xcv, ver 1.0\n' '[ 1.893378] thunder_bgx, ver 1.0\n' '[ 1.893705] nicpf, ver 1.0\n' '[ 1.896555] hns3: Hisilicon Ethernet Network ' 'Driver for Hip08 Family - version\n' '[ 1.897195] hns3: Copyright (c) 2017 Huawei ' 'Corporation.\n' '[ 1.897716] hclge is initializing\n' '[ 1.898028] e1000: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.898459] e1000: Copyright (c) 1999-2006 Intel ' 'Corporation.\n' '[ 1.899009] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.899447] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 1.900005] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 1.900494] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 1.901022] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 1.901575] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 1.902788] sky2: driver version 1.30\n' '[ 1.905429] VFIO - User Level meta-driver version: ' '0.3\n' '[ 1.916282] usbcore: registered new interface ' 'driver usb-storage\n' '[ 1.920148] i2c_dev: i2c /dev entries driver\n' '[ 1.925803] dc_12v: failed to get the current ' 'voltage: -ENXIO\n' '[ 1.926380] mp8859 7-0066: failed to register ' 'mp8859_dcdc: -6\n' '[ 1.928180] /i2c@ff3c0000/pmic@1b: Fixed ' 'dependency cycle(s) with ' '/i2c@ff3c0000/pmic@1b/regulators/LDO_REG8\n' '[ 1.938966] dw_wdt ff848000.watchdog: No valid ' 'TOPs array specified\n' '[ 1.945390] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 1.945944] sdhci: Copyright(c) Pierre Ossman\n' '[ 1.947947] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 1.950763] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 1.954195] mmc1: CQHCI version 5.10\n' '[ 1.957309] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 1.960107] SMCCC: SOC_ID: ARCH_SOC_ID not ' 'implemented, skipping ....\n' '[ 1.962284] usbcore: registered new interface ' 'driver usbhid\n' '[ 1.962782] usbhid: USB HID core driver\n' '[ 1.977169] netem: version 1.3\n' '[ 1.977591] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.978522] IPv4 over IPsec tunneling driver\n' '[ 1.979738] NET: Registered PF_INET6 protocol ' 'family\n' '[ 1.980463] mmc1: SDHCI controller on fe330000.mmc ' '[fe330000.mmc] using ADMA\n' '[ 1.982804] Segment Routing with IPv6\n' '[ 1.983195] In-situ OAM (IOAM) with IPv6\n' '[ 1.984128] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.985685] NET: Registered PF_PACKET protocol ' 'family\n' '[ 1.986172] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 1.988300] 8021q: 802.1Q VLAN Support v1.8\n' '[ 1.988874] 9pnet: Installing 9P2000 support\n' '[ 1.989354] Key type dns_resolver registered\n' '[ 1.990429] registered taskstats version 1\n' '[ 1.990820] Loading compiled-in X.509 ' 'certificates\n' '[ 2.102423] input: gpio-keys as ' '/devices/platform/gpio-keys/input/input0\n' '[ 2.104529] clk: Disabling unused clocks\n' '[ 2.105627] ALSA device list:\n' '[ 2.105899] No soundcards found.\n' '[ 2.106418] dw-apb-uart ff1a0000.serial: forbid ' 'DMA for kernel console\n' '[ 2.112122] Freeing unused kernel memory: 7616K\n' '[ 2.112808] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 2.222799] ' 'udevd[165]: starting version 3.2.9\n' '[ 5.192252] random: crng init done\n' "[ 5.198728] udevd[165]: specified user 'tss' " 'unknown\n' "[ 5.199277] udevd[165]: specified group 'tss' " 'unknown\n' '[ 5.202048] udevd[166]: starting eudev-3.2.9\n' '[ 5.472724] pwm-backlight backlight: supply power ' 'not found, using dummy regulator\n' '[ 5.481224] cs_system_cfg: CoreSight ' 'Configuration manager initialised\n' '[ 5.483508] coresight-cpu-debug fe430000.debug: ' 'Coresight debug-CPU0 initialized\n' '[ 5.485004] coresight-cpu-debug fe432000.debug: ' 'Coresight debug-CPU1 initialized\n' '[ 5.486120] coresight-cpu-debug fe434000.debug: ' 'Coresight debug-CPU2 initialized\n' '[ 5.487095] coresight-cpu-debug fe436000.debug: ' 'Coresight debug-CPU3 initialized\n' '[ 5.488025] coresight-cpu-debug fe610000.debug: ' 'Coresight debug-CPU4 initialized\n' '[ 5.489450] coresight-cpu-debug fe710000.debug: ' 'Coresight debug-CPU5 initialized\n' '[ 5.568689] mc: Linux media interface: v0.10\n' '[ 5.583088] videodev: Linux video capture ' 'interface: v2.00\n' '[ 5.587620] rockchip-vop ff8f0000.vop: Adding to ' 'iommu group 2\n' '[ 5.595200] rockchip-vop ff900000.vop: Adding to ' 'iommu group 3\n' '[ 5.595588] OF: graph: no port node found in ' '/i2c@ff160000/usb-typec@22\n' '[ 5.626734] hantro-vpu ff650000.video-codec: ' 'Adding to iommu group 0\n' '[ 5.632871] hantro-vpu ff650000.video-codec: ' 'registered rockchip,rk3399-vpu-enc as /dev/video0\n' '[ 5.633991] hantro-vpu ff650000.video-codec: ' 'registered rockchip,rk3399-vpu-dec as /dev/video1\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-476177/environment\n' '/ # /lava-476177/bin/lava-test-runner /lava-476177/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-476177/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=476177_1.1.4.1\n' '+ set +x\n' '[ 6.560783] \n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set[ 6.561694] \n' '+x\n' '\n' '/ # \n'} 04/22/2025 07:04:32 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:04:40 PM UTC [INFO] Processing event node: 6807d0699aef7c8063cad93b 04/22/2025 07:04:40 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807d0699aef7c8063cad93b 04/22/2025 07:04:40 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807d03a9aef7c8063cad938', 'id': 'maestro:6807d0699aef7c8063cad93b', 'origin': 'maestro', 'comment': 'staging-stable-20250422.4', 'start_time': '2025-04-22T17:22:49.595000+00:00', 'architecture': 'arm64', 'compiler': 'gcc-12', 'config_name': 'defconfig+lab-setup+arm64-chromebook+CONFIG_MODULE_COMPRESS=n+CONFIG_MODULE_COMPRESS_NONE=y', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807d0699aef7c8063cad93b-kbuild-gcc-12-arm64-chro-n80pgkv6', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'image', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807d0699aef7c8063cad93b'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/fragments/2.config'}, {'name': 'fragments_3_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/fragments/3.config'}, {'name': 'fragments_4_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/fragments/4.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/build.log.gz', 'log_excerpt': 'pro1.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-hp-envy-x2.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-lenovo-miix-630.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-oneplus-cheeseburger.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-oneplus-dumpling.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-lilac.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-maple.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-poplar.dtb\n' ' INSTALL _dtbs_/qcom/qcs404-evb-1000.dtb\n' ' INSTALL _dtbs_/qcom/qcs404-evb-4000.dtb\n' ' INSTALL _dtbs_/qcom/qrb5165-rb5.dtb\n' ' INSTALL _dtbs_/qcom/sa8155p-adp.dtb\n' ' INSTALL _dtbs_/qcom/sa8295p-adp.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-idp.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-coachz-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-coachz-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-coachz-r3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-coachz-r3-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r2.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-kingoftown-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-kingoftown-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r0.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r1-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r3-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r3-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r9.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r9-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r9-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-r9.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r5.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r9.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev0-auo.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev0-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev1-auo.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev1-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-lte-parade.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-lte-ti.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-parade.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pazquel-ti.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r2.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r2-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r3-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-quackingstick-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-quackingstick-r0-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev0-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev0-inx.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-inx.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-inx-rt5682s.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-boe-rt5682s.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-herobrine-crd.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-herobrine-evoker-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-herobrine-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-idp.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-idp2.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-crd-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc8280xp-crd.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc8280xp-lenovo-thinkpad-x13s.dtb\n' ' INSTALL _dtbs_/qcom/sda660-inforce-ifc6560.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-ganges-kirin.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-discovery.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-pioneer.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-voyager.dtb\n' ' INSTALL _dtbs_/qcom/sdm632-fairphone-fp3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm636-sony-xperia-ganges-mermaid.dtb\n' ' INSTALL _dtbs_/qcom/sdm660-xiaomi-lavender.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r1.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r2.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r3.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-db845c.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-lg-judyln.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-lg-judyp.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-mtp.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-oneplus-enchilada.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-oneplus-fajita.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-akari.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-akatsuki.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-apollo.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-xiaomi-beryllium.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-xiaomi-polaris.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-shift-axolotl.dtb\n' ' INSTALL _dtbs_/qcom/sdm850-lenovo-yoga-c630.dtb\n' ' INSTALL _dtbs_/qcom/sdm850-samsung-w737.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm6125-sony-xperia-seine-pdx201.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm6350-sony-xperia-lena-pdx213.dtb\n' ' INSTALL _dtbs_/qcom/sm7225-fairphone-fp4.dtb\n' ' INSTALL _dtbs_/qcom/sm8150-hdk.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-microsoft-surface-duo.dtb\n' ' INSTALL _dtbs_/qcom/sm8150-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-sony-xperia-kumano-bahamut.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-sony-xperia-kumano-griffin.dtb\n' ' INSTALL _dtbs_/qcom/sm8250-hdk.dtb\n' ' INSTALL _dtbs_/qcom/sm8250-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8250-sony-xperia-edo-pdx203.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8250-sony-xperia-edo-pdx206.dtb\n' ' INSTALL _dtbs_/qcom/sm8350-hdk.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-microsoft-surface-duo2.dtb\n' ' INSTALL _dtbs_/qcom/sm8350-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-sony-xperia-sagami-pdx214.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-sony-xperia-sagami-pdx215.dtb\n' ' INSTALL _dtbs_/qcom/sm8450-hdk.dtb\n' ' INSTALL _dtbs_/qcom/sm8450-qrd.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8450-sony-xperia-nagara-pdx223.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-beacon-rzg2m-kit.dtb\n' ' INSTALL _dtbs_/renesas/r8a774a1-hihope-rzg2m.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-ex-mipi-2.1.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-rev2.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-rev2-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-rev2-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-beacon-rzg2n-kit.dtb\n' ' INSTALL _dtbs_/renesas/r8a774b1-hihope-rzg2n.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-ex-mipi-2.1.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-rev2.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-rev2-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-rev2-ex-idk-1110wr.dtb\n' ' INSTALL _dtbs_/renesas/r8a774c0-cat874.dtb\n' ' INSTALL _dtbs_/renesas/r8a774c0-ek874.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774c0-ek874-idk-2121wr.dtb\n' ' INSTALL _dtbs_/renesas/r8a774c0-ek874-mipi-2.1.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-beacon-rzg2h-kit.dtb\n' ' INSTALL _dtbs_/renesas/r8a774e1-hihope-rzg2h.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-hihope-rzg2h-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-hihope-rzg2h-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-hihope-rzg2h-ex-mipi-2.1.dtb\n' ' INSTALL _dtbs_/renesas/r8a77950-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77950-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77950-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77961-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77961-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77961-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77970-eagle.dtb\n' ' INSTALL _dtbs_/renesas/r8a77970-v3msk.dtb\n' ' INSTALL _dtbs_/renesas/r8a77980-condor.dtb\n' ' INSTALL _dtbs_/renesas/r8a77980-v3hsk.dtb\n' ' INSTALL _dtbs_/renesas/r8a77980a-condor-i.dtb\n' ' INSTALL _dtbs_/renesas/r8a77990-ebisu.dtb\n' ' INSTALL _dtbs_/renesas/r8a77995-draak.dtb\n' ' INSTALL _dtbs_/renesas/r8a779a0-falcon.dtb\n' ' INSTALL _dtbs_/renesas/r8a779f0-spider.dtb\n' ' INSTALL _dtbs_/renesas/r8a779g0-white-hawk.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m1-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m1-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m1-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m3-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m3-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m3-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m5-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g043u11-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g044c2-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g044l2-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g054l2-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a09g011-v2mevk2.dtb\n' ' INSTALL ' '_dtbs_/renesas/draak-ebisu-panel-aa104xd12.dtbo\n' ' INSTALL ' '_dtbs_/renesas/salvator-panel-aa104xd12.dtbo\n' ' INSTALL _dtbs_/rockchip/px30-evb.dtb\n' ' INSTALL ' '_dtbs_/rockchip/px30-engicam-px30-core-ctouch2.dtb\n' ' INSTALL ' '_dtbs_/rockchip/px30-engicam-px30-core-ctouch2-of10.dtb\n' ' INSTALL ' '_dtbs_/rockchip/px30-engicam-px30-core-edimm2.2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3308-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3308-roc-cc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3308-rock-pi-s.dtb\n' ' INSTALL _dtbs_/rockchip/rk3318-a95x-z2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3326-odroid-go2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-a1.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-nanopi-r2s.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-rock64.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-rock-pi-e.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-roc-cc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-roc-pc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-evb-act8846.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-geekbox.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-lion-haikou.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-orion-r68-meta.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-px5-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-r88.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-eaidk-610.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-ficus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-firefly.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-bob.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-kevin.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-gru-scarlet-dumo.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-scarlet-inx.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-scarlet-kd.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-hugsun-x99.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-khadas-edge.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-khadas-edge-captain.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-khadas-edge-v.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-kobol-helios64.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-leez-p710.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopc-t4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-m4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-m4b.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-neo4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-r4s.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-nanopi-r4s-enterprise.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-orangepi.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-pinebook-pro.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-pinephone-pro.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-puma-haikou.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-roc-pc.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-roc-pc-mezzanine.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-roc-pc-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-4c-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4a.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4a-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4b.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4b-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4c.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock960.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rockpro64-v2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rockpro64.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-sapphire.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-sapphire-excavator.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399pro-rock-pi-n10.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-anbernic-rg353p.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-anbernic-rg503.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-pinenote-v1.1.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-pinenote-v1.2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-quartz64-a.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-quartz64-b.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-roc-pc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-soquartz-cm4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3568-bpi-r2-pro.dtb\n' ' INSTALL _dtbs_/rockchip/rk3568-evb1-v10.dtb\n' ' INSTALL _dtbs_/rockchip/rk3568-rock-3a.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld11-global.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld11-ref.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld20-akebi96.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld20-global.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld20-ref.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-pxs3-ref.dtb\n' ' INSTALL ' '_dtbs_/socionext/uniphier-pxs3-ref-gadget0.dtb\n' ' INSTALL ' '_dtbs_/socionext/uniphier-pxs3-ref-gadget1.dtb\n' ' INSTALL _dtbs_/sprd/sc9836-openphone.dtb\n' ' INSTALL _dtbs_/sprd/sp9860g-1h10.dtb\n' ' INSTALL _dtbs_/sprd/sp9863a-1h10.dtb\n' ' INSTALL _dtbs_/synaptics/berlin4ct-dmp.dtb\n' ' INSTALL _dtbs_/synaptics/berlin4ct-stb.dtb\n' ' INSTALL _dtbs_/tesla/fsd-evb.dtb\n' ' INSTALL _dtbs_/ti/k3-am654-base-board.dtb\n' ' INSTALL _dtbs_/ti/k3-am6528-iot2050-basic.dtb\n' ' INSTALL _dtbs_/ti/k3-am6528-iot2050-basic-pg2.dtb\n' ' INSTALL _dtbs_/ti/k3-am6548-iot2050-advanced.dtb\n' ' INSTALL ' '_dtbs_/ti/k3-am6548-iot2050-advanced-pg2.dtb\n' ' INSTALL _dtbs_/ti/k3-j721e-common-proc-board.dtb\n' ' INSTALL _dtbs_/ti/k3-j721e-sk.dtb\n' ' INSTALL _dtbs_/ti/k3-j7200-common-proc-board.dtb\n' ' INSTALL _dtbs_/ti/k3-j721s2-common-proc-board.dtb\n' ' INSTALL _dtbs_/ti/k3-am642-evm.dtb\n' ' INSTALL _dtbs_/ti/k3-am642-sk.dtb\n' ' INSTALL _dtbs_/ti/k3-am625-sk.dtb\n' ' INSTALL _dtbs_/ti/k3-am62a7-sk.dtb\n' ' INSTALL _dtbs_/toshiba/tmpv7708-rm-mbrc.dtb\n' ' INSTALL _dtbs_/toshiba/tmpv7708-visrobo-vrb.dtb\n' ' INSTALL _dtbs_/xilinx/avnet-ultra96-rev1.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1232-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1254-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1275-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm015-dc1.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm016-dc2.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm017-dc3.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm018-dc4.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm019-dc5.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu100-revC.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-revB.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-rev1.0.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-rev1.1.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu104-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu104-revC.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu106-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu111-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-sm-k26-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-smk-k26-revA.dtb\n' ' INSTALL ' '_dtbs_/xilinx/sm-k26-revA-sck-kv-g-revA.dtb\n' ' INSTALL ' '_dtbs_/xilinx/sm-k26-revA-sck-kv-g-revB.dtb\n' ' INSTALL ' '_dtbs_/xilinx/smk-k26-revA-sm-k26-revA-sck-kv-g-revA.dtb\n' ' INSTALL ' '_dtbs_/xilinx/smk-k26-revA-sm-k26-revA-sck-kv-g-revB.dtb\n' '+ mkdir -p /tmp/kci/artifacts/dtbs\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp -r _dtbs_/actions _dtbs_/allwinner _dtbs_/altera ' '_dtbs_/amazon _dtbs_/amd _dtbs_/amlogic _dtbs_/apm ' '_dtbs_/apple _dtbs_/arm _dtbs_/broadcom _dtbs_/cavium ' '_dtbs_/exynos _dtbs_/freescale _dtbs_/hisilicon ' '_dtbs_/intel _dtbs_/lg _dtbs_/marvell _dtbs_/mediatek ' '_dtbs_/nuvoton _dtbs_/nvidia _dtbs_/qcom ' '_dtbs_/renesas _dtbs_/rockchip _dtbs_/socionext ' '_dtbs_/sprd _dtbs_/synaptics _dtbs_/tesla _dtbs_/ti ' '_dtbs_/toshiba _dtbs_/xilinx /tmp/kci/artifacts/dtbs\n' '+ cd ..\n' '+ echo job:package_dtbs=done\n' '++ date +%s\n' '+ echo jobets:package_dtbs=1745348418\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:04:40 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:04:47 PM UTC [INFO] Processing event node: 6807e7e3e51c583972a58d8a 04/22/2025 07:04:48 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7e3e51c583972a58d8a 04/22/2025 07:04:48 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7e3e51c583972a58d8a', 'origin': 'maestro', 'comment': 'baseline-arm64-clabbe on meson-gxl-s905x-libretech-cc in ' 'lava-clabbe', 'start_time': '2025-04-22T19:02:59.128000+00:00', 'environment': {'comment': 'Runtime: lava-clabbe', 'compatible': ['libretech,aml-s905x-cc', 'amlogic,s905x', 'amlogic,meson-gxl'], 'misc': {'platform': 'meson-gxl-s905x-libretech-cc', 'job_url': 'https://lava.montjoie.ovh/scheduler/job/476175', 'job_id': '476175'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-clabbe', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7e3e51c583972a58d8a'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-clabbe-6807e7e3e51c583972a58d8a/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-clabbe-6807e7e3e51c583972a58d8a/log.txt.gz', 'log_excerpt': '00] clocksource: arch_sys_counter: mask: ' '0xffffffffffffff max_cycles: 0x588fe9dc0, ' 'max_idle_ns: 440795202592 ns\n' '[ 0.000000] sched_clock: 56 bits at 24MHz, ' 'resolution 41ns, wraps every 4398046511097ns\n' '[ 0.001186] Console: colour dummy device 80x25\n' '[ 0.001268] Calibrating delay loop (skipped), ' 'value calculated using timer frequency.. 48.00 ' 'BogoMIPS (lpj=96000)\n' '[ 0.001280] pid_max: default: 32768 minimum: 301\n' '[ 0.001336] LSM: Security Framework initializing\n' '[ 0.001431] Mount-cache hash table entries: 4096 ' '(order: 3, 32768 bytes, linear)\n' '[ 0.001445] Mountpoint-cache hash table entries: ' '4096 (order: 3, 32768 bytes, linear)\n' '[ 0.002825] cblist_init_generic: Setting ' 'adjustable number of callback queues.\n' '[ 0.002836] cblist_init_generic: Setting shift to ' '2 and lim to 1.\n' '[ 0.002900] cblist_init_generic: Setting ' 'adjustable number of callback queues.\n' '[ 0.002904] cblist_init_generic: Setting shift to ' '2 and lim to 1.\n' '[ 0.003059] rcu: Hierarchical SRCU ' 'implementation.\n' '[ 0.003063] rcu: ?Max phase no-delay instances is ' '1000.\n' '[ 0.005403] EFI services will not be available.\n' '[ 0.005714] smp: Bringing up secondary CPUs ...\n' '[ 0.006236] Detected VIPT I-cache on CPU1\n' '[ 0.006365] CPU1: Booted secondary processor ' '0x0000000001 [0x410fd034]\n' '[ 0.006988] Detected VIPT I-cache on CPU2\n' '[ 0.007096] CPU2: Booted secondary processor ' '0x0000000002 [0x410fd034]\n' '[ 0.007698] Detected VIPT I-cache on CPU3\n' '[ 0.007814] CPU3: Booted secondary processor ' '0x0000000003 [0x410fd034]\n' '[ 0.007898] smp: Brought up 1 node, 4 CPUs\n' '[ 0.007904] SMP: Total of 4 processors activated.\n' '[ 0.007909] CPU features: detected: 32-bit EL0 ' 'Support\n' '[ 0.007912] CPU features: detected: 32-bit EL1 ' 'Support\n' '[ 0.007916] CPU features: detected: CRC32 ' 'instructions\n' '[ 0.007980] CPU: All CPU(s) started at EL2\n' '[ 0.008003] alternatives: applying system-wide ' 'alternatives\n' '[ 0.010063] devtmpfs: initialized\n' '[ 0.016017] clocksource: jiffies: mask: 0xffffffff ' 'max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ' 'ns\n' '[ 0.016045] futex hash table entries: 1024 (order: ' '4, 65536 bytes, linear)\n' '[ 0.023728] pinctrl core: initialized pinctrl ' 'subsystem\n' '[ 0.025738] DMI not present or invalid.\n' '[ 0.026375] NET: Registered PF_NETLINK/PF_ROUTE ' 'protocol family\n' '[ 0.027381] DMA: preallocated 256 KiB GFP_KERNEL ' 'pool for atomic allocations\n' '[ 0.027666] DMA: preallocated 256 KiB ' 'GFP_KERNEL|GFP_DMA pool for atomic allocations\n' '[ 0.027818] DMA: preallocated 256 KiB ' 'GFP_KERNEL|GFP_DMA32 pool for atomic allocations\n' '[ 0.027892] audit: initializing netlink subsys ' '(disabled)\n' '[ 0.028087] audit: type=2000 audit(0.024:1): ' 'state=initialized audit_enabled=0 res=1\n' '[ 0.029355] thermal_sys: Registered thermal ' "governor 'step_wise'\n" '[ 0.029365] thermal_sys: Registered thermal ' "governor 'power_allocator'\n" '[ 0.029447] cpuidle: using governor menu\n' '[ 0.029653] hw-breakpoint: found 6 breakpoint and ' '4 watchpoint registers.\n' '[ 0.029757] ASID allocator initialised with 32768 ' 'entries\n' '[ 0.031553] Serial: AMBA PL011 UART driver\n' '[ 0.037430] /soc/interrupt-controller@c4301000: ' 'Fixed dependency cycle(s) with ' '/soc/interrupt-controller@c4301000\n' '[ 0.037645] /soc/vpu@d0100000: Fixed dependency ' 'cycle(s) with /soc/hdmi-tx@c883a000\n' '[ 0.037666] /soc/hdmi-tx@c883a000: Fixed ' 'dependency cycle(s) with /soc/vpu@d0100000\n' '[ 0.050381] /soc/vpu@d0100000: Fixed dependency ' 'cycle(s) with /soc/hdmi-tx@c883a000\n' '[ 0.050768] /soc/vpu@d0100000: Fixed dependency ' 'cycle(s) with /soc/hdmi-tx@c883a000\n' '[ 0.050829] /soc/hdmi-tx@c883a000: Fixed ' 'dependency cycle(s) with /soc/vpu@d0100000\n' '[ 0.052745] /soc/vpu@d0100000: Fixed dependency ' 'cycle(s) with /cvbs-connector\n' '[ 0.052831] /cvbs-connector: Fixed dependency ' 'cycle(s) with /soc/vpu@d0100000\n' '[ 0.053410] /soc/hdmi-tx@c883a000: Fixed ' 'dependency cycle(s) with /hdmi-connector\n' '[ 0.053530] /hdmi-connector: Fixed dependency ' 'cycle(s) with /soc/hdmi-tx@c883a000\n' '[ 0.056640] KASLR enabled\n' '[ 0.065262] HugeTLB: registered 1.00 GiB page ' 'size, pre-allocated 0 pages\n' '[ 0.065273] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 1.00 GiB page\n' '[ 0.065278] HugeTLB: registered 32.0 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.065282] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 32.0 MiB page\n' '[ 0.065286] HugeTLB: registered 2.00 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.065289] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 2.00 MiB page\n' '[ 0.065293] HugeTLB: registered 64.0 KiB page ' 'size, pre-allocated 0 pages\n' '[ 0.065296] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 64.0 KiB page\n' '[ 0.067046] ACPI: Interpreter disabled.\n' '[ 0.070080] iommu: Default domain type: ' 'Translated\n' '[ 0.070092] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.070373] SCSI subsystem initialized\n' '[ 0.070753] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.070790] usbcore: registered new interface ' 'driver hub\n' '[ 0.070821] usbcore: registered new device driver ' 'usb\n' '[ 0.071865] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.071872] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.071886] PTP clock support registered\n' '[ 0.072005] EDAC MC: Ver: 3.0.0\n' '[ 0.073776] FPGA manager framework\n' '[ 0.073867] Advanced Linux Sound Architecture ' 'Driver Initialized.\n' '[ 0.074785] vgaarb: loaded\n' '[ 0.075155] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.075379] VFS: Disk quotas dquot_6.6.0\n' '[ 0.075429] VFS: Dquot-cache hash table entries: ' '512 (order 0, 4096 bytes)\n' '[ 0.075621] pnp: PnP ACPI: disabled\n' '[ 0.081557] NET: Registered PF_INET protocol ' 'family\n' '[ 0.081765] IP idents hash table entries: 32768 ' '(order: 6, 262144 bytes, linear)\n' '[ 0.083456] tcp_listen_portaddr_hash hash table ' 'entries: 1024 (order: 2, 16384 bytes, linear)\n' '[ 0.083489] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.083538] TCP established hash table entries: ' '16384 (order: 5, 131072 bytes, linear)\n' '[ 0.083648] TCP bind hash table entries: 16384 ' '(order: 7, 524288 bytes, linear)\n' '[ 0.084034] TCP: Hash tables configured ' '(established 16384 bind 16384)\n' '[ 0.084266] MPTCP token hash table entries: 2048 ' '(order: 3, 49152 bytes, linear)\n' '[ 0.084341] UDP hash table entries: 1024 (order: ' '3, 32768 bytes, linear)\n' '[ 0.084388] UDP-Lite hash table entries: 1024 ' '(order: 3, 32768 bytes, linear)\n' '[ 0.084538] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.084933] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.084943] RPC: Registered udp transport module.\n' '[ 0.084945] RPC: Registered tcp transport module.\n' '[ 0.084948] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.084958] PCI: CLS 0 bytes, default 64\n' '[ 0.085205] Unpacking initramfs...\n' '[ 0.085822] hw perfevents: enabled with ' 'armv8_cortex_a53 PMU driver, 7 counters available\n' '[ 0.086371] kvm [1]: IPA Size Limit: 40 bits\n' '[ 0.088169] kvm [1]: vgic interrupt IRQ9\n' '[ 0.088268] kvm [1]: Hyp mode initialized ' 'successfully\n' '[ 0.089716] Initialise system trusted keyrings\n' '[ 0.089984] workingset: timestamp_bits=42 ' 'max_order=19 bucket_order=0\n' '[ 0.096634] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.097379] NFS: Registering the id_resolver key ' 'type\n' '[ 0.097428] Key type id_resolver registered\n' '[ 0.097432] Key type id_legacy registered\n' '[ 0.097525] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.097531] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.097759] 9p: Installing v9fs 9p2000 file system ' 'support\n' '[ 0.134510] Key type asymmetric registered\n' "[ 0.134524] Asymmetric key parser 'x509' " 'registered\n' '[ 0.134612] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 245)\n' '[ 0.134619] io scheduler mq-deadline registered\n' '[ 0.134623] io scheduler kyber registered\n' '[ 0.136788] irq_meson_gpio: 110 to 8 gpio ' 'interrupt mux initialized\n' '[ 0.153665] EINJ: ACPI disabled.\n' '[ 0.177270] soc soc0: Amlogic Meson GXL (S905X) ' 'Revision 21:d (84:2) Detected\n' '[ 0.188302] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 0.192432] SuperH (H)SCI(F) driver initialized\n' '[ 0.193312] c81004c0.serial: ttyAML0 at MMIO ' '0xc81004c0 (irq = 18, base_baud = 1500000) is a ' 'meson_uart\n' '[ 1.193285] Freeing initrd memory: 22288K\n' '[ 1.196066] printk: console [ttyAML0] enabled\n' '[ 1.271750] msm_serial: driver initialized\n' '[ 1.283063] loop: module loaded\n' '[ 1.284386] megasas: 07.719.03.00-rc1\n' '[ 1.292476] tun: Universal TUN/TAP device driver, ' '1.6\n' '[ 1.293834] thunder_xcv, ver 1.0\n' '[ 1.295137] thunder_bgx, ver 1.0\n' '[ 1.298331] nicpf, ver 1.0\n' '[ 1.302883] hns3: Hisilicon Ethernet Network ' 'Driver for Hip08 Family - version\n' '[ 1.308133] hns3: Copyright (c) 2017 Huawei ' 'Corporation.\n' '[ 1.313472] hclge is initializing\n' '[ 1.316681] e1000: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.321498] e1000: Copyright (c) 1999-2006 Intel ' 'Corporation.\n' '[ 1.327225] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.332100] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 1.338001] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 1.343312] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 1.348869] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 1.355043] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 1.361519] sky2: driver version 1.30\n' '[ 1.366151] VFIO - User Level meta-driver version: ' '0.3\n' '[ 1.374559] usbcore: registered new interface ' 'driver usb-storage\n' '[ 1.378222] i2c_dev: i2c /dev entries driver\n' '[ 1.390428] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 1.390970] sdhci: Copyright(c) Pierre Ossman\n' '[ 1.396515] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 1.402967] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 1.403076] meson-gx-mmc d0074000.mmc: allocated ' 'mmc-pwrseq\n' '[ 1.412552] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 1.420529] meson-sm: secure-monitor enabled\n' '[ 1.424282] usbcore: registered new interface ' 'driver usbhid\n' '[ 1.428090] usbhid: USB HID core driver\n' '[ 1.433471] platform-mhu c883c404.mailbox: ' 'Platform MHU Mailbox registered\n' '[ 1.450105] meson-gx-mmc d0074000.mmc: no support ' "for card's volts\n" '[ 1.450502] netem: version 1.3\n' '[ 1.450646] mmc1: error -22 whilst initialising ' 'SDIO card\n' '[ 1.453789] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.465185] IPv4 over IPsec tunneling driver\n' '[ 1.469779] NET: Registered PF_INET6 protocol ' 'family\n' '[ 1.474876] Segment Routing with IPv6\n' '[ 1.477293] In-situ OAM (IOAM) with IPv6\n' '[ 1.481697] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.487934] NET: Registered PF_PACKET protocol ' 'family\n' '[ 1.492037] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 1.505087] 8021q: 802.1Q VLAN Support v1.8\n' '[ 1.509099] 9pnet: Installing 9P2000 support\n' '[ 1.513275] Key type dns_resolver registered\n' '[ 1.517799] registered taskstats version 1\n' '[ 1.521510] Loading compiled-in X.509 ' 'certificates\n' '[ 1.550128] dwc3-meson-g12a d0078080.usb: USB2 ' 'ports: 2\n' '[ 1.550168] dwc3-meson-g12a d0078080.usb: USB3 ' 'ports: 0\n' '[ 2.081417] dwc2 c9100000.usb: supply vusb_d not ' 'found, using dummy regulator\n' '[ 2.083070] dwc2 c9100000.usb: supply vusb_a not ' 'found, using dummy regulator\n' '[ 2.090139] dwc2 c9100000.usb: Controller does not ' 'support host mode.\n' '[ 2.096396] dwc2: probe of c9100000.usb failed ' 'with error -22\n' '[ 2.105834] xhci-hcd xhci-hcd.0.auto: xHCI Host ' 'Controller\n' '[ 2.107556] xhci-hcd xhci-hcd.0.auto: new USB bus ' 'registered, assigned bus number 1\n' '[ 2.115230] xhci-hcd xhci-hcd.0.auto: USB3 root ' 'hub has no ports\n' '[ 2.121062] xhci-hcd xhci-hcd.0.auto: hcc params ' '0x0228f664 hci version 0x100 quirks ' '0x0000008002010010\n' '[ 2.130398] xhci-hcd xhci-hcd.0.auto: irq 24, io ' 'mem 0xc9000000\n' '[ 2.136994] hub 1-0:1.0: USB hub found\n' '[ 2.139962] hub 1-0:1.0: 2 ports detected\n' '[ 2.149358] scpi_protocol scpi: SCP Protocol ' 'legacy pre-1.0 firmware\n' '[ 2.149852] mdson-gx-mmc d0072000.mmc: Got CD ' 'GPIO\n' 'omain-0 init dvfs: 4\n' '[ 2.176119] clk: Disabling unused clocks\n' '[ 2.176310] ALSA device list:\n' '[ 2.177355] No soundcards found.\n' '[ 2.188964] Freeing unused kernel memory: 7616K\n' '[ 2.189187] Run /init as init process\n' '[ 2.222703] mmc0: new SDHC card at address 0001\n' '[ 2.223686] mmcblk0: mmc0:0001 SD8GB 7.28 GiB\n' '[ 2.228740] mmcblk0: p1\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 2.269203] ' 'udevd[153]: starting version 3.2.9\n' '[ 2.399169] usb 1-1: new high-speed USB device ' 'number 2 using xhci-hcd\n' '[ 2.547550] mmc1: Card stuck being busy! ' '__mmc_poll_for_busy\n' '[ 2.584762] hub 1-1:1.0: USB hub found\n' '[ 2.585074] hub 1-1:1.0: 4 ports detected\n' '[ 4.291159] random: crng init done\n' "[ 4.295490] udevd[153]: specified user 'tss' " 'unknown\n' "[ 4.295605] udevd[153]: specified group 'tss' " 'unknown\n' '[ 4.301476] udevd[155]: starting eudev-3.2.9\n' '[BL31]: tee size: 0\n' '[ 4.602283] gxl-crypto c883e000.crypto: will run ' 'requests pump with realtime priority\n' '[ 4.607349] gxl-crypto c883e000.crypto: will run ' 'requests pump with realtime priority\n' '[ 4.654698] meson8b-dwmac c9410000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 4.655715] Registered IR keymap rc-empty\n' '[ 4.655839] rc rc0: meson-ir as ' '/devices/platform/soc/c8100000.bus/c8100580.ir/rc/rc0\n' '[ 4.659719] meson8b-dwmac c9410000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 4.668685] meson-drm d0100000.vpu: Queued 2 ' 'outputs on vpu\n' '[ 4.676106] input: meson-ir as ' '/devices/platform/soc/c8100000.bus/c8100580.ir/rc/rc0/input0\n' '[ 4.680806] meson8b-dwmac c9410000.ethernet: PTP ' 'uses main clock\n' '[ 4.689909] meson-ir c8100580.ir: receiver ' 'initialized\n' '[ 4.694518] meson8b-dwmac c9410000.ethernet: User ' 'ID: 0x11, Synopsys ID: 0x37\n' '[ 4.705724] meson8b-dwmac c9410000.ethernet: ' '?DWMAC1000\n' '[ 4.711317] meson8b-dwmac c9410000.ethernet: DMA ' 'HW capability register supported\n' '[ 4.718251] meson8b-dwmac c9410000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 4.719441] meson-dw-hdmi c883a000.hdmi-tx: ' 'Detected HDMI TX controller v2.01a with HDCP ' '(meson_dw_hdmi_phy)\n' '[ 4.725787] meson8b-dwmac c9410000.ethernet: COE ' 'Type 2\n' '[ 4.740712] meson8b-dwmac c9410000.ethernet: TX ' 'Checksum insertion supported\n' '[ 4.741262] meson-dw-hdmi c883a000.hdmi-tx: ' 'registered DesignWare HDMI I2C bus driver\n' '[ 4.745656] lima d00c0000.gpu: gp - mali450 ' 'version major 0 minor 0\n' '[ 4.745739] lima d00c0000.gpu: pp0 - mali450 ' 'version major 0 minor 0\n' '[ 4.745793] lima d00c0000.gpu: pp1 - mali450 ' 'version major 0 minor 0\n' '[ 4.745846] lima d00c0000.gpu: pp2 - mali450 ' 'version major 0 minor 0\n' '[ 4.745881] lima d00c0000.gpu: l2 cache 8K, 4-way, ' '64byte cache line, 128bit external bus\n' '[ 4.745892] lima d00c0000.gpu: l2 cache 64K, ' '4-way, 64byte cache line, 128bit external bus\n' '[ 4.747541] meson8b-dwmac c9410000.ethernet: ' 'Wake-Up On Lan supported\n' '[ 4.752011] lima d00c0000.gpu: bus rate = ' '166666667\n' '[ 4.752039] lima d00c0000.gpu: mod rate = ' '24000000\n' '[ 4.752173] lima d00c0000.gpu: error -ENODEV: ' '_opp_set_regulators: no regulator (mali) found\n' '[ 4.756651] [drm] Initialized lima 1.1.0 20191231 ' 'for d00c0000.gpu on minor 1\n' '[ 4.757186] meson-drm d0100000.vpu: bound ' 'c883a000.hdmi-tx (ops meson_dw_hdmi_ops ' '[meson_dw_hdmi])\n' '[ 4.761490] meson8b-dwmac c9410000.ethernet: ' 'Normal descriptors\n' '[ 4.761683] [drm] Initialized meson 1.0.0 20161109 ' 'for d0100000.vpu on minor 0\n' '[ 4.849898] meson8b-dwmac c9410000.ethernet: Ring ' 'mode enabled\n' '[ 4.856068] meson8b-dwmac c9410000.ethernet: ' 'Enable RX Mitigation via HW Watchdog Timer\n' '[ 4.870313] Console: switching to colour frame ' 'buffer device 90x36\n' '[ 4.902087] meson-drm d0100000.vpu: [drm] fb0: ' 'mesondrmfb frame buffer device\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-476175/environment\n' '/ # /lava-476175/bin/lava-test-runner /lava-476175/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-476175/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=476175_1.1.4.1\n' '+ set +x\n' '[ 5.581485] \n' '+ e[ 5.586643] \n' "cho 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ # \n'} 04/22/2025 07:04:48 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:04:49 PM UTC [INFO] Processing event node: 6807e7dde51c583972a58d7b 04/22/2025 07:04:49 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7dde51c583972a58d7b 04/22/2025 07:04:50 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7dde51c583972a58d7b', 'origin': 'maestro', 'comment': 'baseline-arm64-broonie on meson-gxl-s905x-libretech-cc in ' 'lava-broonie', 'start_time': '2025-04-22T19:02:53.369000+00:00', 'environment': {'comment': 'Runtime: lava-broonie', 'compatible': ['libretech,aml-s905x-cc', 'amlogic,s905x', 'amlogic,meson-gxl'], 'misc': {'platform': 'meson-gxl-s905x-libretech-cc', 'job_url': 'https://lava.sirena.org.uk/scheduler/job/1316064', 'job_id': '1316064'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-broonie', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7dde51c583972a58d7b'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-broonie-6807e7dde51c583972a58d7b/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-broonie-6807e7dde51c583972a58d7b/log.txt.gz', 'log_excerpt': 'its at 24MHz, resolution 41ns, wraps every ' '4398046511097ns\n' '[ 0.001118] Console: colour dummy device 80x25\n' '[ 0.001199] Calibrating delay loop (skipped), ' 'value calculated using timer frequency.. 48.00 ' 'BogoMIPS (lpj=96000)\n' '[ 0.001210] pid_max: default: 32768 minimum: 301\n' '[ 0.001267] LSM: Security Framework initializing\n' '[ 0.001363] Mount-cache hash table entries: 4096 ' '(order: 3, 32768 bytes, linear)\n' '[ 0.001378] Mountpoint-cache hash table entries: ' '4096 (order: 3, 32768 bytes, linear)\n' '[ 0.002781] cblist_init_generic: Setting ' 'adjustable number of callback queues.\n' '[ 0.002792] cblist_init_generic: Setting shift to ' '2 and lim to 1.\n' '[ 0.002855] cblist_init_generic: Setting ' 'adjustable number of callback queues.\n' '[ 0.002858] cblist_init_generic: Setting shift to ' '2 and lim to 1.\n' '[ 0.003020] rcu: Hierarchical SRCU ' 'implementation.\n' '[ 0.003023] rcu: ?Max phase no-delay instances is ' '1000.\n' '[ 0.005258] EFI services will not be available.\n' '[ 0.005574] smp: Bringing up secondary CPUs ...\n' '[ 0.006099] Detected VIPT I-cache on CPU1\n' '[ 0.006222] CPU1: Booted secondary processor ' '0x0000000001 [0x410fd034]\n' '[ 0.006848] Detected VIPT I-cache on CPU2\n' '[ 0.006956] CPU2: Booted secondary processor ' '0x0000000002 [0x410fd034]\n' '[ 0.007558] Detected VIPT I-cache on CPU3\n' '[ 0.007674] CPU3: Booted secondary processor ' '0x0000000003 [0x410fd034]\n' '[ 0.007758] smp: Brought up 1 node, 4 CPUs\n' '[ 0.007765] SMP: Total of 4 processors activated.\n' '[ 0.007770] CPU features: detected: 32-bit EL0 ' 'Support\n' '[ 0.007772] CPU features: detected: 32-bit EL1 ' 'Support\n' '[ 0.007777] CPU features: detected: CRC32 ' 'instructions\n' '[ 0.007838] CPU: All CPU(s) started at EL2\n' '[ 0.007861] alternatives: applying system-wide ' 'alternatives\n' '[ 0.009899] devtmpfs: initialized\n' '[ 0.015860] clocksource: jiffies: mask: 0xffffffff ' 'max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ' 'ns\n' '[ 0.015887] futex hash table entries: 1024 (order: ' '4, 65536 bytes, linear)\n' '[ 0.023546] pinctrl core: initialized pinctrl ' 'subsystem\n' '[ 0.025505] DMI not present or invalid.\n' '[ 0.026147] NET: Registered PF_NETLINK/PF_ROUTE ' 'protocol family\n' '[ 0.027165] DMA: preallocated 256 KiB GFP_KERNEL ' 'pool for atomic allocations\n' '[ 0.027468] DMA: preallocated 256 KiB ' 'GFP_KERNEL|GFP_DMA pool for atomic allocations\n' '[ 0.027620] DMA: preallocated 256 KiB ' 'GFP_KERNEL|GFP_DMA32 pool for atomic allocations\n' '[ 0.027697] audit: initializing netlink subsys ' '(disabled)\n' '[ 0.027890] audit: type=2000 audit(0.024:1): ' 'state=initialized audit_enabled=0 res=1\n' '[ 0.029149] thermal_sys: Registered thermal ' "governor 'step_wise'\n" '[ 0.029159] thermal_sys: Registered thermal ' "governor 'power_allocator'\n" '[ 0.029240] cpuidle: using governor menu\n' '[ 0.029443] hw-breakpoint: found 6 breakpoint and ' '4 watchpoint registers.\n' '[ 0.029545] ASID allocator initialised with 65536 ' 'entries\n' '[ 0.031305] Serial: AMBA PL011 UART driver\n' '[ 0.037012] /soc/interrupt-controller@c4301000: ' 'Fixed dependency cycle(s) with ' '/soc/interrupt-controller@c4301000\n' '[ 0.037261] /soc/vpu@d0100000: Fixed dependency ' 'cycle(s) with /soc/hdmi-tx@c883a000\n' '[ 0.037285] /soc/hdmi-tx@c883a000: Fixed ' 'dependency cycle(s) with /soc/vpu@d0100000\n' '[ 0.049508] /soc/vpu@d0100000: Fixed dependency ' 'cycle(s) with /soc/hdmi-tx@c883a000\n' '[ 0.049885] /soc/vpu@d0100000: Fixed dependency ' 'cycle(s) with /soc/hdmi-tx@c883a000\n' '[ 0.049945] /soc/hdmi-tx@c883a000: Fixed ' 'dependency cycle(s) with /soc/vpu@d0100000\n' '[ 0.051773] /soc/vpu@d0100000: Fixed dependency ' 'cycle(s) with /cvbs-connector\n' '[ 0.051863] /cvbs-connector: Fixed dependency ' 'cycle(s) with /soc/vpu@d0100000\n' '[ 0.052417] /soc/hdmi-tx@c883a000: Fixed ' 'dependency cycle(s) with /hdmi-connector\n' '[ 0.052500] /hdmi-connector: Fixed dependency ' 'cycle(s) with /soc/hdmi-tx@c883a000\n' '[ 0.055527] KASLR disabled due to lack of seed\n' '[ 0.064133] HugeTLB: registered 1.00 GiB page ' 'size, pre-allocated 0 pages\n' '[ 0.064145] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 1.00 GiB page\n' '[ 0.064150] HugeTLB: registered 32.0 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.064153] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 32.0 MiB page\n' '[ 0.064158] HugeTLB: registered 2.00 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.064161] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 2.00 MiB page\n' '[ 0.064165] HugeTLB: registered 64.0 KiB page ' 'size, pre-allocated 0 pages\n' '[ 0.064168] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 64.0 KiB page\n' '[ 0.065932] ACPI: Interpreter disabled.\n' '[ 0.068856] iommu: Default domain type: ' 'Translated\n' '[ 0.068868] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.069149] SCSI subsystem initialized\n' '[ 0.069605] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.069642] usbcore: registered new interface ' 'driver hub\n' '[ 0.069674] usbcore: registered new device driver ' 'usb\n' '[ 0.070654] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.070660] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.070674] PTP clock support registered\n' '[ 0.070789] EDAC MC: Ver: 3.0.0\n' '[ 0.072495] FPGA manager framework\n' '[ 0.072585] Advanced Linux Sound Architecture ' 'Driver Initialized.\n' '[ 0.073554] vgaarb: loaded\n' '[ 0.073921] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.074136] VFS: Disk quotas dquot_6.6.0\n' '[ 0.074173] VFS: Dquot-cache hash table entries: ' '512 (order 0, 4096 bytes)\n' '[ 0.074351] pnp: PnP ACPI: disabled\n' '[ 0.080126] NET: Registered PF_INET protocol ' 'family\n' '[ 0.080338] IP idents hash table entries: 32768 ' '(order: 6, 262144 bytes, linear)\n' '[ 0.082026] tcp_listen_portaddr_hash hash table ' 'entries: 1024 (order: 2, 16384 bytes, linear)\n' '[ 0.082059] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.082072] TCP established hash table entries: ' '16384 (order: 5, 131072 bytes, linear)\n' '[ 0.082230] TCP bind hash table entries: 16384 ' '(order: 7, 524288 bytes, linear)\n' '[ 0.082620] TCP: Hash tables configured ' '(established 16384 bind 16384)\n' '[ 0.082853] MPTCP token hash table entries: 2048 ' '(order: 3, 49152 bytes, linear)\n' '[ 0.082928] UDP hash table entries: 1024 (order: ' '3, 32768 bytes, linear)\n' '[ 0.082975] UDP-Lite hash table entries: 1024 ' '(order: 3, 32768 bytes, linear)\n' '[ 0.083127] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.083532] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.083542] RPC: Registered udp transport module.\n' '[ 0.083545] RPC: Registered tcp transport module.\n' '[ 0.083547] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.083556] PCI: CLS 0 bytes, default 64\n' '[ 0.083798] Unpacking initramfs...\n' '[ 0.084449] hw perfevents: enabled with ' 'armv8_cortex_a53 PMU driver, 7 counters available\n' '[ 0.084967] kvm [1]: IPA Size Limit: 40 bits\n' '[ 0.086791] kvm [1]: vgic interrupt IRQ9\n' '[ 0.086898] kvm [1]: Hyp mode initialized ' 'successfully\n' '[ 0.088355] Initialise system trusted keyrings\n' '[ 0.088615] workingset: timestamp_bits=42 ' 'max_order=19 bucket_order=0\n' '[ 0.095253] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.096015] NFS: Registering the id_resolver key ' 'type\n' '[ 0.096070] Key type id_resolver registered\n' '[ 0.096073] Key type id_legacy registered\n' '[ 0.096152] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.096157] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.096387] 9p: Installing v9fs 9p2000 file system ' 'support\n' '[ 0.132312] Key type asymmetric registered\n' "[ 0.132326] Asymmetric key parser 'x509' " 'registered\n' '[ 0.132419] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 245)\n' '[ 0.132426] io scheduler mq-deadline registered\n' '[ 0.132430] io scheduler kyber registered\n' '[ 0.134673] irq_meson_gpio: 110 to 8 gpio ' 'interrupt mux initialized\n' '[ 0.150621] EINJ: ACPI disabled.\n' '[ 0.173665] soc soc0: Amlogic Meson GXL (S905X) ' 'Revision 21:e (85:2) Detected\n' '[ 0.184354] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 0.188353] SuperH (H)SCI(F) driver initialized\n' '[ 0.189235] c81004c0.serial: ttyAML0 at MMIO ' '0xc81004c0 (irq = 18, base_baud = 1500000) is a ' 'meson_uart\n' '[ 1.195021] Freeing initrd memory: 22288K\n' '[ 1.202318] printk: console [ttyAML0] enabled\n' '[ 1.256361] msm_serial: driver initialized\n' '[ 1.267596] loop: module loaded\n' '[ 1.268860] megasas: 07.719.03.00-rc1\n' '[ 1.276769] tun: Universal TUN/TAP device driver, ' '1.6\n' '[ 1.278130] thunder_xcv, ver 1.0\n' '[ 1.279439] thunder_bgx, ver 1.0\n' '[ 1.282626] nicpf, ver 1.0\n' '[ 1.287114] hns3: Hisilicon Ethernet Network ' 'Driver for Hip08 Family - version\n' '[ 1.292424] hns3: Copyright (c) 2017 Huawei ' 'Corporation.\n' '[ 1.297758] hclge is initializing\n' '[ 1.300970] e1000: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.305779] e1000: Copyright (c) 1999-2006 Intel ' 'Corporation.\n' '[ 1.311511] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.316396] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 1.322286] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 1.327600] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 1.333158] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 1.339331] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 1.345793] sky2: driver version 1.30\n' '[ 1.350402] VFIO - User Level meta-driver version: ' '0.3\n' '[ 1.358780] usbcore: registered new interface ' 'driver usb-storage\n' '[ 1.362477] i2c_dev: i2c /dev entries driver\n' '[ 1.374394] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 1.374940] sdhci: Copyright(c) Pierre Ossman\n' '[ 1.380427] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 1.386944] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 1.387027] meson-gx-mmc d0074000.mmc: allocated ' 'mmc-pwrseq\n' '[ 1.396540] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 1.404438] meson-sm: secure-monitor enabled\n' '[ 1.408229] usbcore: registered new interface ' 'driver usbhid\n' '[ 1.412062] usbhid: USB HID core driver\n' '[ 1.417422] platform-mhu c883c404.mailbox: ' 'Platform MHU Mailbox registered\n' '[ 1.433880] netem: version 1.3\n' '[ 1.434096] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.434100] meson-gx-mmc d0074000.mmc: no support ' "for card's volts\n" '[ 1.437341] IPv4 over IPsec tunneling driver\n' '[ 1.442896] mmc1: error -22 whilst initialising ' 'SDIO card\n' '[ 1.447984] NET: Registered PF_INET6 protocol ' 'family\n' '[ 1.459213] Segment Routing with IPv6\n' '[ 1.461031] In-situ OAM (IOAM) with IPv6\n' '[ 1.465406] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.471796] NET: Registered PF_PACKET protocol ' 'family\n' '[ 1.475814] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 1.488856] 8021q: 802.1Q VLAN Support v1.8\n' '[ 1.492885] 9pnet: Installing 9P2000 support\n' '[ 1.497032] Key type dns_resolver registered\n' '[ 1.501576] registered taskstats version 1\n' '[ 1.505289] Loading compiled-in X.509 ' 'certificates\n' '[ 1.533566] dwc3-meson-g12a d0078080.usb: USB2 ' 'ports: 2\n' '[ 1.533606] dwc3-meson-g12a d0078080.usb: USB3 ' 'ports: 0\n' '[ 2.048198] dwc2 c9100000.usb: supply vusb_d not ' 'found, using dummy regulator\n' '[ 2.049861] dwc2 c9100000.usb: supply vusb_a not ' 'found, using dummy regulator\n' '[ 2.056972] dwc2 c9100000.usb: Controller does not ' 'support host mode.\n' '[ 2.063176] dwc2: probe of c9100000.usb failed ' 'with error -22\n' '[ 2.072538] xhci-hcd xhci-hcd.0.auto: xHCI Host ' 'Controller\n' '[ 2.074343] xhci-hcd xhci-hcd.0.auto: new USB bus ' 'registered, assigned bus number 1\n' '[ 2.081997] xhci-hcd xhci-hcd.0.auto: USB3 root ' 'hub has no ports\n' '[ 2.087849] xhci-hcd xhci-hcd.0.auto: hcc params ' '0x0228f664 hci version 0x100 quirks ' '0x0000008002010010\n' '[ 2.097192] xhci-hcd xhci-hcd.0.auto: irq 24, io ' 'mem 0xc9000000\n' '[ 2.103751] hub 1-0:1.0: USB hub found\n' '[ 2.106750] hub 1-0:1.0: 2 ports detected\n' '[ 2.116025] scpi_protocol scpi: SCP Protocol ' 'legacy pre-1.0 firmware\n' '[ 2.116537] mdson-gx-mmc d0072000.mmc: Got CD ' 'GPIO\n' 'omain-0 init dvfs: 4\n' '[ 2.142759] clk: Disabling unused clocks\n' '[ 2.142946] ALSA device list:\n' '[ 2.143988] No soundcards found.\n' '[ 2.157254] Freeing unused kernel memory: 7616K\n' '[ 2.157413] Run /init as init process\n' '[ 2.195150] mmc0: new high speed SDHC card at ' 'address 0001\n' '[ 2.195808] mmcblk0: mmc0:0001 EB1QT 29.8 GiB\n' '[ 2.201735] mmcblk0: p1\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 2.237399] ' 'udevd[153]: starting version 3.2.9\n' '[ 2.365934] usb 1-1: new high-speed USB device ' 'number 2 using xhci-hcd\n' '[ 2.551505] hub 1-1:1.0: USB hub found\n' '[ 2.551821] hub 1-1:1.0: 4 ports detected\n' '[ 2.559624] mmc1: Card stuck being busy! ' '__mmc_poll_for_busy\n' '[ 4.261924] random: crng init done\n' "[ 4.266169] udevd[153]: specified user 'tss' " 'unknown\n' "[ 4.266301] udevd[153]: specified group 'tss' " 'unknown\n' '[ 4.272117] udevd[155]: starting eudev-3.2.9\n' '[BL31]: tee size: 0\n' '[ 4.603071] meson8b-dwmac c9410000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 4.604050] meson8b-dwmac c9410000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 4.610473] meson8b-dwmac c9410000.ethernet: PTP ' 'uses main clock\n' '[ 4.616507] gxl-crypto c883e000.crypto: will run ' 'requests pump with realtime priority\n' '[ 4.624335] gxl-crypto c883e000.crypto: will run ' 'requests pump with realtime priority\n' '[ 4.625065] meson8b-dwmac c9410000.ethernet: User ' 'ID: 0x11, Synopsys ID: 0x37\n' '[ 4.638891] meson8b-dwmac c9410000.ethernet: ' '?DWMAC1000\n' '[ 4.644035] meson8b-dwmac c9410000.ethernet: DMA ' 'HW capability register supported\n' '[ 4.651491] meson8b-dwmac c9410000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 4.658861] meson8b-dwmac c9410000.ethernet: COE ' 'Type 2\n' '[ 4.664073] meson8b-dwmac c9410000.ethernet: TX ' 'Checksum insertion supported\n' '[ 4.671017] meson8b-dwmac c9410000.ethernet: ' 'Wake-Up On Lan supported\n' '[ 4.677505] meson8b-dwmac c9410000.ethernet: ' 'Normal descriptors\n' '[ 4.683296] meson8b-dwmac c9410000.ethernet: Ring ' 'mode enabled\n' '[ 4.684440] Registered IR keymap rc-empty\n' '[ 4.689116] meson8b-dwmac c9410000.ethernet: ' 'Enable RX Mitigation via HW Watchdog Timer\n' '[ 4.701479] rc rc0: meson-ir as ' '/devices/platform/soc/c8100000.bus/c8100580.ir/rc/rc0\n' '[ 4.710530] input: meson-ir as ' '/devices/platform/soc/c8100000.bus/c8100580.ir/rc/rc0/input0\n' '[ 4.712769] meson-drm d0100000.vpu: Queued 2 ' 'outputs on vpu\n' '[ 4.723209] meson-ir c8100580.ir: receiver ' 'initialized\n' '[ 4.747057] lima d00c0000.gpu: gp - mali450 ' 'version major 0 minor 0\n' '[ 4.747829] lima d00c0000.gpu: pp0 - mali450 ' 'version major 0 minor 0\n' '[ 4.754449] lima d00c0000.gpu: pp1 - mali450 ' 'version major 0 minor 0\n' '[ 4.760540] lima d00c0000.gpu: pp2 - mali450 ' 'version major 0 minor 0\n' '[ 4.766725] meson-dw-hdmi c883a000.hdmi-tx: ' 'Detected HDMI TX controller v2.01a with HDCP ' '(meson_dw_hdmi_phy)\n' '[ 4.768142] lima d00c0000.gpu: l2 cache 8K, 4-way, ' '64byte cache line, 128bit external bus\n' '[ 4.777387] meson-dw-hdmi c883a000.hdmi-tx: ' 'registered DesignWare HDMI I2C bus driver\n' '[ 4.785009] lima d00c0000.gpu: l2 cache 64K, ' '4-way, 64byte cache line, 128bit external bus\n' '[ 4.793631] meson-drm d0100000.vpu: bound ' 'c883a000.hdmi-tx (ops meson_dw_hdmi_ops ' '[meson_dw_hdmi])\n' '[ 4.810502] [drm] Initialized meson 1.0.0 20161109 ' 'for d0100000.vpu on minor 0\n' '[ 4.812760] lima d00c0000.gpu: bus rate = ' '166666667\n' '[ 4.821410] lima d00c0000.gpu: mod rate = ' '24000000\n' '[ 4.826891] lima d00c0000.gpu: error -ENODEV: ' '_opp_set_regulators: no regulator (mali) found\n' '[ 4.835637] [drm] Initialized lima 1.1.0 20191231 ' 'for d00c0000.gpu on minor 1\n' '[ 4.839562] Console: switching to colour frame ' 'buffer device 90x36\n' '[ 4.869975] meson-drm d0100000.vpu: [drm] fb0: ' 'mesondrmfb frame buffer device\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '#\n' '/ # export SHELL=/bin/sh\n' 'export SHELL=/bin/sh\n' '/ # . /lava-1316064/environment\n' '. /lava-1316064/environment\n' '/ # /lava-1316064/bin/lava-test-runner ' '/lava-1316064/0\n' '/lava-1316064/bin/lava-test-runner /lava-1316064/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-1316064/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=1316064_1.5.2.4.1\n' '+ set +x[ 5.567057] \n' '+[ 5.572867] \n' "echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ #\n'} 04/22/2025 07:04:50 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:04:52 PM UTC [INFO] Processing event node: 6807e7eae51c583972a58db1 04/22/2025 07:04:52 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7eae51c583972a58db1 04/22/2025 07:04:52 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7eae51c583972a58db1', 'origin': 'maestro', 'comment': 'baseline-arm64-qualcomm on bcm2711-rpi-4-b in ' 'lava-qualcomm', 'start_time': '2025-04-22T19:03:06.587000+00:00', 'environment': {'comment': 'Runtime: lava-qualcomm', 'compatible': ['raspberrypi,4-model-b', 'brcm,bcm2711'], 'misc': {'platform': 'bcm2711-rpi-4-b', 'job_url': 'https://lava.infra.foundries.io/scheduler/job/71537', 'job_id': '71537'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-qualcomm', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7eae51c583972a58db1'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-qualcomm-6807e7eae51c583972a58db1/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-qualcomm-6807e7eae51c583972a58db1/log.txt.gz', 'log_excerpt': '273126] hw-breakpoint: found 6 breakpoint and 4 ' 'watchpoint registers.\n' '[ 0.280092] ASID allocator initialised with 65536 ' 'entries\n' '[ 0.287567] Serial: AMBA PL011 UART driver\n' '[ 0.296100] /soc/interrupt-controller@40041000: ' 'Fixed dependency cycle(s) with ' '/soc/interrupt-controller@40041000\n' '[ 0.326088] KASLR disabled due to lack of seed\n' '[ 0.341190] HugeTLB: registered 1.00 GiB page ' 'size, pre-allocated 0 pages\n' '[ 0.348081] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 1.00 GiB page\n' '[ 0.354454] HugeTLB: registered 32.0 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.361320] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 32.0 MiB page\n' '[ 0.367659] HugeTLB: registered 2.00 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.374523] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 2.00 MiB page\n' '[ 0.380862] HugeTLB: registered 64.0 KiB page ' 'size, pre-allocated 0 pages\n' '[ 0.387725] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 64.0 KiB page\n' '[ 0.395869] ACPI: Interpreter disabled.\n' '[ 0.402448] iommu: Default domain type: ' 'Translated\n' '[ 0.407393] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.414012] SCSI subsystem initialized\n' '[ 0.418182] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.423782] usbcore: registered new interface ' 'driver hub\n' '[ 0.429191] usbcore: registered new device driver ' 'usb\n' '[ 0.435246] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.440270] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.449517] PTP clock support registered\n' '[ 0.453634] EDAC MC: Ver: 3.0.0\n' '[ 0.458391] FPGA manager framework\n' '[ 0.461927] Advanced Linux Sound Architecture ' 'Driver Initialized.\n' '[ 0.468933] vgaarb: loaded\n' '[ 0.471983] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.478396] VFS: Disk quotas dquot_6.6.0\n' '[ 0.482418] VFS: Dquot-cache hash table entries: ' '512 (order 0, 4096 bytes)\n' '[ 0.489585] pnp: PnP ACPI: disabled\n' '[ 0.501184] NET: Registered PF_INET protocol ' 'family\n' '[ 0.506567] IP idents hash table entries: 65536 ' '(order: 7, 524288 bytes, linear)\n' '[ 0.518442] tcp_listen_portaddr_hash hash table ' 'entries: 2048 (order: 3, 32768 bytes, linear)\n' '[ 0.527164] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.535020] TCP established hash table entries: ' '32768 (order: 6, 262144 bytes, linear)\n' '[ 0.543218] TCP bind hash table entries: 32768 ' '(order: 8, 1048576 bytes, linear)\n' '[ 0.551764] TCP: Hash tables configured ' '(established 32768 bind 32768)\n' '[ 0.558729] MPTCP token hash table entries: 4096 ' '(order: 4, 98304 bytes, linear)\n' '[ 0.566432] UDP hash table entries: 2048 (order: ' '4, 65536 bytes, linear)\n' '[ 0.573260] UDP-Lite hash table entries: 2048 ' '(order: 4, 65536 bytes, linear)\n' '[ 0.580672] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.586872] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.592879] RPC: Registered udp transport module.\n' '[ 0.597639] RPC: Registered tcp transport module.\n' '[ 0.602397] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.608919] PCI: CLS 0 bytes, default 64\n' '[ 0.613169] Unpacking initramfs...\n' '[ 0.625048] hw perfevents: enabled with ' 'armv8_cortex_a72 PMU driver, 7 counters available\n' '[ 0.633597] kvm [1]: IPA Size Limit: 44 bits\n' '[ 0.640046] kvm [1]: vgic interrupt IRQ9\n' '[ 0.644188] kvm [1]: Hyp mode initialized ' 'successfully\n' '[ 0.650813] Initialise system trusted keyrings\n' '[ 0.655591] workingset: timestamp_bits=42 ' 'max_order=20 bucket_order=0\n' '[ 0.669821] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.676495] NFS: Registering the id_resolver key ' 'type\n' '[ 0.681668] Key type id_resolver registered\n' '[ 0.685911] Key type id_legacy registered\n' '[ 0.690081] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.696869] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.704559] 9p: Installing v9fs 9p2000 file system ' 'support\n' '[ 0.776249] Key type asymmetric registered\n' "[ 0.780413] Asymmetric key parser 'x509' " 'registered\n' '[ 0.785433] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 245)\n' '[ 0.792923] io scheduler mq-deadline registered\n' '[ 0.797508] io scheduler kyber registered\n' '[ 0.803084] irq_brcmstb_l2: registered L2 intc ' '(/soc/interrupt-controller@7ef00100, parent irq: 18)\n' '[ 0.829664] EINJ: ACPI disabled.\n' '[ 0.863677] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 0.872368] printk: console [ttyS1] disabled\n' '[ 0.876781] fe215040.serial: ttyS1 at MMIO ' '0xfe215040 (irq = 29, base_baud = 62499999) is a ' '16550\n' '[ 0.885825] printk: console [ttyS1] enabled\n' '[ 0.885825] printk: console [ttyS1] enabled\n' '[ 0.894327] printk: bootconsole [uart0] disabled\n' '[ 0.894327] printk: bootconsole [uart0] disabled\n' '[ 0.905807] SuperH (H)SCI(F) driver initialized\n' '[ 0.911110] msm_serial: driver initialized\n' '[ 0.924158] loop: module loaded\n' '[ 0.928688] bcm2835-power bcm2835-power: Broadcom ' 'BCM2835 power domains driver\n' '[ 0.937158] megasas: 07.719.03.00-rc1\n' '[ 0.948498] tun: Universal TUN/TAP device driver, ' '1.6\n' '[ 0.954827] thunder_xcv, ver 1.0\n' '[ 0.958191] thunder_bgx, ver 1.0\n' '[ 0.961517] nicpf, ver 1.0\n' '[ 0.966036] hns3: Hisilicon Ethernet Network ' 'Driver for Hip08 Family - version\n' '[ 0.973384] hns3: Copyright (c) 2017 Huawei ' 'Corporation.\n' '[ 0.978858] hclge is initializing\n' '[ 0.982263] e1000: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.987217] e1000: Copyright (c) 1999-2006 Intel ' 'Corporation.\n' '[ 0.993134] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.998194] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 1.004262] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 1.009748] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 1.015466] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 1.021835] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 1.028419] sky2: driver version 1.30\n' '[ 1.033621] VFIO - User Level meta-driver version: ' '0.3\n' '[ 1.043060] usbcore: registered new interface ' 'driver usb-storage\n' '[ 1.051447] i2c_dev: i2c /dev entries driver\n' '[ 1.058641] brcmstb-i2c fef04500.i2c: @97500hz ' 'registered in polling mode\n' '[ 1.066078] brcmstb-i2c fef09500.i2c: @97500hz ' 'registered in polling mode\n' '[ 1.077567] bcm2835-wdt bcm2835-wdt: Broadcom ' 'BCM2835 watchdog timer\n' '[ 1.086731] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 1.093037] sdhci: Copyright(c) Pierre Ossman\n' '[ 1.098493] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 1.105963] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 1.114832] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 1.123914] usbcore: registered new interface ' 'driver usbhid\n' '[ 1.129593] usbhid: USB HID core driver\n' '[ 1.134897] bcm2835-mbox fe00b880.mailbox: mailbox ' 'enabled\n' '[ 1.147849] netem: version 1.3\n' '[ 1.151135] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.157332] IPv4 over IPsec tunneling driver\n' '[ 1.162568] NET: Registered PF_INET6 protocol ' 'family\n' '[ 1.169095] Segment Routing with IPv6\n' '[ 1.172889] In-situ OAM (IOAM) with IPv6\n' '[ 1.177497] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.184548] NET: Registered PF_PACKET protocol ' 'family\n' '[ 1.189742] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 1.203143] 8021q: 802.1Q VLAN Support v1.8\n' '[ 1.207567] 9pnet: Installing 9P2000 support\n' '[ 1.211989] Key type dns_resolver registered\n' '[ 1.216746] registered taskstats version 1\n' '[ 1.220956] Loading compiled-in X.509 ' 'certificates\n' '[ 1.235048] fe201000.serial: ttyAMA0 at MMIO ' '0xfe201000 (irq = 32, base_baud = 0) is a PL011 rev3\n' '[ 1.244280] serial serial0: tty port ttyAMA0 ' 'registered\n' '[ 1.252019] raspberrypi-firmware soc:firmware: ' 'Attached to firmware from 2021-04-21T15:47:51\n' '[ 1.262715] uart-pl011 fe201000.serial: Failed to ' 'create device link (0x180) with soc:firmware:gpio\n' '[ 1.282112] sdhci-iproc fe300000.mmc: allocated ' 'mmc-pwrseq\n' '[ 1.300080] clk: Disabling unused clocks\n' '[ 1.304210] ALSA device list:\n' '[ 1.307223] No soundcards found.\n' '[ 1.320996] mmc0: SDHCI controller on fe300000.mmc ' '[fe300000.mmc] using PIO\n' '[ 1.335599] mmc1: SDHCI controller on fe340000.mmc ' '[fe340000.mmc] using ADMA\n' '[ 1.413841] mmc0: new high speed SDIO card at ' 'address 0001\n' '[ 1.443169] mmc1: new ultra high speed DDR50 SDHC ' 'card at address aaaa\n' '[ 1.450648] mmcblk1: mmc1:aaaa SL16G 14.8 GiB\n' '[ 1.457660] mmcblk1: p1 p2\n' '[ 2.330186] Freeing initrd memory: 22296K\n' '[ 2.340741] Freeing unused kernel memory: 7616K\n' '[ 2.345623] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 2.427371] ' 'udevd[142]: starting version 3.2.9\n' '[ 3.419991] random: crng init done\n' "[ 3.429618] udevd[142]: specified user 'tss' " 'unknown\n' "[ 3.434779] udevd[142]: specified group 'tss' " 'unknown\n' '[ 3.441593] udevd[143]: starting eudev-3.2.9\n' '[ 3.703094] usb_phy_generic phy: supply vcc not ' 'found, using dummy regulator\n' '[ 3.716616] usb_phy_generic phy: dummy supplies ' 'not allowed for exclusive requests\n' '[ 3.726348] dwc2 fe980000.usb: supply vusb_d not ' 'found, using dummy regulator\n' '[ 3.733901] dwc2 fe980000.usb: supply vusb_a not ' 'found, using dummy regulator\n' '[ 3.743001] brcm-pcie fd500000.pcie: host bridge ' '/scb/pcie@7d500000 ranges:\n' '[ 3.750672] brcm-pcie fd500000.pcie: No bus ' 'range found for /scb/pcie@7d500000, using [bus ' '00-ff]\n' '[ 3.756126] dwc2 fe980000.usb: Configuration ' 'mismatch. dr_mode forced to host\n' '[ 3.760051] brcm-pcie fd500000.pcie: MEM ' '0x0600000000..0x0603ffffff -> 0x00f8000000\n' '[ 3.775852] brcm-pcie fd500000.pcie: IB MEM ' '0x0000000000..0x00bfffffff -> 0x0000000000\n' '[ 3.793238] iproc-rng200 fe104000.rng: hwrng ' 'registered\n' '[ 3.793493] bcmgenet fd580000.ethernet: GENET 5.0 ' 'EPHY: 0x0000\n' '[ 3.793612] brcm-pcie fd500000.pcie: PCI host ' 'bridge to bus 0000:00\n' '[ 3.805647] pci_bus 0000:00: root bus resource ' '[bus 00-ff]\n' '[ 3.816824] pci_bus 0000:00: root bus resource ' '[mem 0x600000000-0x603ffffff] (bus address ' '[0xf8000000-0xfbffffff])\n' '[ 3.818469] dwc2 fe980000.usb: DWC OTG Controller\n' '[ 3.827416] pci 0000:00:00.0: [14e4:2711] type 01 ' 'class 0x060400\n' '[ 3.832216] dwc2 fe980000.usb: new USB bus ' 'registered, assigned bus number 1\n' '[ 3.838377] pci 0000:00:00.0: PME# supported from ' 'D0 D3hot\n' '[ 3.845723] dwc2 fe980000.usb: irq 37, io mem ' '0xfe980000\n' '[ 3.853899] pci_bus 0000:01: supply vpcie3v3 not ' 'found, using dummy regulator\n' '[ 3.863968] pci_bus 0000:01: supply vpcie3v3aux ' 'not found, using dummy regulator\n' '[ 3.864448] hub 1-0:1.0: USB hub found\n' '[ 3.871624] pci_bus 0000:01: supply vpcie12v not ' 'found, using dummy regulator\n' '[ 3.880047] hub 1-0:1.0: 1 port detected\n' '[ 3.934219] brcm-pcie fd500000.pcie: link up, 5.0 ' 'GT/s PCIe x1 (SSC)\n' '[ 3.940892] pci 0000:01:00.0: [1106:3483] type 00 ' 'class 0x0c0330\n' '[ 3.948669] pci 0000:01:00.0: reg 0x10: [mem ' '0x00000000-0x00000fff 64bit]\n' '[ 3.950778] Bluetooth: Core ver 2.22\n' '[ 3.951882] cfg80211: Loading compiled-in X.509 ' 'certificates for regulatory database\n' '[ 3.964552] pci 0000:01:00.0: PME# supported from ' 'D0 D3cold\n' '[ 3.975182] NET: Registered PF_BLUETOOTH protocol ' 'family\n' '[ 3.980660] Bluetooth: HCI device and connection ' 'manager initialized\n' '[ 3.987280] Bluetooth: HCI socket layer ' 'initialized\n' '[ 3.991686] pci 0000:00:00.0: BAR 14: assigned ' '[mem 0x600000000-0x6000fffff]\n' '[ 3.992319] Bluetooth: L2CAP socket layer ' 'initialized\n' '[ 3.999598] pci 0000:01:00.0: BAR 0: assigned [mem ' '0x600000000-0x600000fff 64bit]\n' '[ 4.004795] Bluetooth: SCO socket layer ' 'initialized\n' '[ 4.013280] pci 0000:00:00.0: PCI bridge to [bus ' '01]\n' '[ 4.022872] pci 0000:00:00.0: bridge window [mem ' '0x600000000-0x6000fffff]\n' "[ 4.027113] cfg80211: Loaded X.509 cert 'sforshee: " "00b28ddf47aef9cea7'\n" '[ 4.030348] pcieport 0000:00:00.0: enabling device ' '(0000 -> 0002)\n' "[ 4.038368] cfg80211: Loaded X.509 cert 'wens: " "61c038651aabdcf94bd0ac7ff06c7248db18c600'\n" '[ 4.043141] pcieport 0000:00:00.0: PME: Signaling ' 'with IRQ 38\n' '[ 4.048156] unimac-mdio unimac-mdio.-19: Broadcom ' 'UniMAC MDIO bus\n' '[ 4.051620] platform regulatory.0: Direct firmware ' 'load for regulatory.db failed with error -2\n' '[ 4.053368] Bluetooth: HCI UART driver ver 2.3\n' '[ 4.053386] Bluetooth: HCI UART protocol H4 ' 'registered\n' '[ 4.053469] Bluetooth: HCI UART protocol LL ' 'registered\n' '[ 4.053827] Bluetooth: HCI UART protocol Broadcom ' 'registered\n' '[ 4.053941] Bluetooth: HCI UART protocol QCA ' 'registered\n' '[ 4.054373] Bluetooth: HCI UART protocol Marvell ' 'registered\n' '[ 4.065133] pcieport 0000:00:00.0: AER: enabled ' 'with IRQ 38\n' '[ 4.069111] hci_uart_bcm serial0-0: supply vbat ' 'not found, using dummy regulator\n' '[ 4.069304] hci_uart_bcm serial0-0: supply vddio ' 'not found, using dummy regulator\n' '[ 4.070192] [drm] Initialized v3d 1.0.0 20180419 ' 'for fec00000.gpu on minor 0\n' '[ 4.072189] cfg80211: failed to load ' 'regulatory.db\n' '[ 4.076944] raspberrypi-firmware soc:firmware: ' 'Request 0x00030066 returned status 0x80000001\n' "[ 4.145350] vc4-drm gpu: [drm] Couldn't stop " 'firmware display driver: -22\n' '[ 4.152494] vc4-drm gpu: bound fe400000.hvs (ops ' 'vc4_hvs_ops [vc4])\n' '[ 4.164972] vc4-drm gpu: bound fef00700.hdmi (ops ' 'vc4_hdmi_ops [vc4])\n' '[ 4.174641] vc4-drm gpu: bound fef05700.hdmi (ops ' 'vc4_hdmi_ops [vc4])\n' '[ 4.181385] vc4-drm gpu: bound fe004000.txp (ops ' 'vc4_txp_ops [vc4])\n' '[ 4.187852] vc4-drm gpu: bound fe206000.pixelvalve ' '(ops vc4_crtc_ops [vc4])\n' '[ 4.188090] uart-pl011 fe201000.serial: no DMA ' 'platform data\n' '[ 4.194999] vc4-drm gpu: bound fe207000.pixelvalve ' '(ops vc4_crtc_ops [vc4])\n' '[ 4.207801] vc4-drm gpu: bound fe20a000.pixelvalve ' '(ops vc4_crtc_ops [vc4])\n' '[ 4.214929] vc4-drm gpu: bound fe216000.pixelvalve ' '(ops vc4_crtc_ops [vc4])\n' '[ 4.222957] [drm] Initialized vc4 0.0.0 20140616 ' 'for gpu on minor 1\n' '[ 4.229572] vc4-drm gpu: [drm] Cannot find any ' 'crtc or sizes\n' '[ 4.237042] vc4-drm gpu: [drm] Cannot find any ' 'crtc or sizes\n' '[ 4.244512] vc4-drm gpu: [drm] Cannot find any ' 'crtc or sizes\n' '[ 4.329675] xhci_hcd 0000:01:00.0: enabling device ' '(0000 -> 0002)\n' '[ 4.331837] brcmfmac: brcmf_fw_alloc_request: ' 'using brcm/brcmfmac43455-sdio for chip BCM4345/6\n' '[ 4.335932] xhci_hcd 0000:01:00.0: xHCI Host ' 'Controller\n' '[ 4.344695] brcmfmac mmc0:0001:1: Direct firmware ' 'load for ' 'brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin ' 'failed with error -2\n' '[ 4.349944] xhci_hcd 0000:01:00.0: new USB bus ' 'registered, assigned bus number 2\n' '[ 4.361803] brcmfmac mmc0:0001:1: Direct firmware ' 'load for brcm/brcmfmac43455-sdio.bin failed with ' 'error -2\n' '[ 4.379625] xhci_hcd 0000:01:00.0: hcc params ' '0x002841eb hci version 0x100 quirks ' '0x0000200000000890\n' '[ 4.389469] xhci_hcd 0000:01:00.0: xHCI Host ' 'Controller\n' '[ 4.394785] xhci_hcd 0000:01:00.0: new USB bus ' 'registered, assigned bus number 3\n' '[ 4.402303] xhci_hcd 0000:01:00.0: Host supports ' 'USB 3.0 SuperSpeed\n' '[ 4.409099] hub 2-0:1.0: USB hub found\n' '[ 4.412944] hub 2-0:1.0: 1 port detected\n' '[ 4.417656] hub 3-0:1.0: USB hub found\n' '[ 4.421519] hub 3-0:1.0: 4 ports detected\n' 'done\n' 'Saving random seed: [ 4.437841] Bluetooth: hci0: ' 'BCM: chip id 107\n' 'OK\n' '[ 4.442603] Bluetooth: hci0: BCM: features 0x2f\n' 'Starting network: [ 4.448835] Bluetooth: hci0: ' 'BCM4345C0\n' '[ 4.452690] Bluetooth: hci0: BCM4345C0 ' '(003.001.025) build 0000\n' '[ 4.458849] Bluetooth: hci0: BCM: firmware Patch ' 'file not found, tried:\n' 'OK\n' '[ 4.465580] Bluetooth: hci0: BCM: ' "'brcm/BCM4345C0.raspberrypi,4-model-b.hcd'\n" '[ 4.473117] Bluetooth: hci0: BCM: ' "'brcm/BCM4345C0.hcd'\n" 'Starting[ 4.478457] Bluetooth: hci0: BCM: ' "'brcm/BCM.raspberrypi,4-model-b.hcd'\n" 'dropbea[ 4.485757] Bluetooth: hci0: BCM: ' "'brcm/BCM.hcd'\n" 'r sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #[ 4.676007] usb 2-1: new high-speed USB ' 'device number 2 using xhci_hcd\n' '/ # export SHELL=/bin/sh\n' '/ # [ 4.832824] hub 2-1:1.0: USB hub found\n' '[ 4.836918] hub 2-1:1.0: 4 ports detected\n' '. /lava-71537/environment\n' '/ # /lava-71537/bin/lava-test-runner /lava-71537/0\n' "+ export 'TESTRUN_ID=0_dme[ 5.063463] " '\n' "sg'\n" '+ c[ 5.069668] \n' 'd /lava-71537/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=71537_1.5.2.4.1\n' '+ set +x\n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ #\n'} 04/22/2025 07:04:52 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:05:00 PM UTC [INFO] Processing event node: 6807e7e2e51c583972a58d87 04/22/2025 07:05:00 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7e2e51c583972a58d87 04/22/2025 07:05:00 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7e2e51c583972a58d87', 'origin': 'maestro', 'comment': 'baseline-arm64-broonie on sun50i-h5-libretech-all-h3-cc ' 'in lava-broonie', 'start_time': '2025-04-22T19:02:58.726000+00:00', 'environment': {'comment': 'Runtime: lava-broonie', 'compatible': ['libretech,all-h3-cc-h5', 'allwinner,sun50i-h5'], 'misc': {'platform': 'sun50i-h5-libretech-all-h3-cc', 'job_url': 'https://lava.sirena.org.uk/scheduler/job/1316067', 'job_id': '1316067'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-broonie', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7e2e51c583972a58d87'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-broonie-6807e7e2e51c583972a58d87/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-broonie-6807e7e2e51c583972a58d87/log.txt.gz', 'log_excerpt': 'system initialized\n' '[ 0.078760] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.078808] usbcore: registered new interface ' 'driver hub\n' '[ 0.078849] usbcore: registered new device driver ' 'usb\n' '[ 0.080167] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.080173] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.080191] PTP clock support registered\n' '[ 0.080354] EDAC MC: Ver: 3.0.0\n' '[ 0.082259] FPGA manager framework\n' '[ 0.082371] Advanced Linux Sound Architecture ' 'Driver Initialized.\n' '[ 0.083450] vgaarb: loaded\n' '[ 0.083847] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.084146] VFS: Disk quotas dquot_6.6.0\n' '[ 0.084196] VFS: Dquot-cache hash table entries: ' '512 (order 0, 4096 bytes)\n' '[ 0.084445] pnp: PnP ACPI: disabled\n' '[ 0.092791] NET: Registered PF_INET protocol ' 'family\n' '[ 0.093099] IP idents hash table entries: 32768 ' '(order: 6, 262144 bytes, linear)\n' '[ 0.095444] tcp_listen_portaddr_hash hash table ' 'entries: 1024 (order: 2, 16384 bytes, linear)\n' '[ 0.095521] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.095539] TCP established hash table entries: ' '16384 (order: 5, 131072 bytes, linear)\n' '[ 0.095700] TCP bind hash table entries: 16384 ' '(order: 7, 524288 bytes, linear)\n' '[ 0.096341] TCP: Hash tables configured ' '(established 16384 bind 16384)\n' '[ 0.096648] MPTCP token hash table entries: 2048 ' '(order: 3, 49152 bytes, linear)\n' '[ 0.096756] UDP hash table entries: 1024 (order: ' '3, 32768 bytes, linear)\n' '[ 0.096817] UDP-Lite hash table entries: 1024 ' '(order: 3, 32768 bytes, linear)\n' '[ 0.097017] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.097507] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.097513] RPC: Registered udp transport module.\n' '[ 0.097517] RPC: Registered tcp transport module.\n' '[ 0.097520] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.097532] PCI: CLS 0 bytes, default 64\n' '[ 0.097866] Unpacking initramfs...\n' '[ 0.105236] hw perfevents: enabled with ' 'armv8_cortex_a53 PMU driver, 7 counters available\n' '[ 0.105532] kvm [1]: IPA Size Limit: 40 bits\n' '[ 0.108010] kvm [1]: vgic interrupt IRQ9\n' '[ 0.108141] kvm [1]: Hyp mode initialized ' 'successfully\n' '[ 0.109958] Initialise system trusted keyrings\n' '[ 0.110278] workingset: timestamp_bits=42 ' 'max_order=19 bucket_order=0\n' '[ 0.119915] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.120751] NFS: Registering the id_resolver key ' 'type\n' '[ 0.120798] Key type id_resolver registered\n' '[ 0.120802] Key type id_legacy registered\n' '[ 0.120921] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.120929] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.121170] 9p: Installing v9fs 9p2000 file system ' 'support\n' '[ 0.173972] Key type asymmetric registered\n' "[ 0.173992] Asymmetric key parser 'x509' " 'registered\n' '[ 0.174118] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 245)\n' '[ 0.174127] io scheduler mq-deadline registered\n' '[ 0.174133] io scheduler kyber registered\n' '[ 0.193884] EINJ: ACPI disabled.\n' '[ 0.230081] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 0.234632] SuperH (H)SCI(F) driver initialized\n' '[ 0.235523] msm_serial: driver initialized\n' '[ 0.238307] cacheinfo: Unable to detect cache ' 'hierarchy for CPU 0\n' '[ 0.245314] loop: module loaded\n' '[ 0.246894] megasas: 07.719.03.00-rc1\n' '[ 0.256823] tun: Universal TUN/TAP device driver, ' '1.6\n' '[ 0.258307] thunder_xcv, ver 1.0\n' '[ 0.258374] thunder_bgx, ver 1.0\n' '[ 0.258424] nicpf, ver 1.0\n' '[ 0.260498] hns3: Hisilicon Ethernet Network ' 'Driver for Hip08 Family - version\n' '[ 0.260509] hns3: Copyright (c) 2017 Huawei ' 'Corporation.\n' '[ 0.260602] hclge is initializing\n' '[ 0.260629] e1000: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.260634] e1000: Copyright (c) 1999-2006 Intel ' 'Corporation.\n' '[ 0.260684] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.260688] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 0.260735] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 0.260740] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 0.260793] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 0.260798] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 0.261338] sky2: driver version 1.30\n' '[ 0.263179] VFIO - User Level meta-driver version: ' '0.3\n' '[ 0.267424] ehci-platform 1c1a000.usb: EHCI Host ' 'Controller\n' '[ 0.267464] ehci-platform 1c1a000.usb: new USB bus ' 'registered, assigned bus number 1\n' '[ 0.267605] ehci-platform 1c1a000.usb: irq 19, io ' 'mem 0x01c1a000\n' '[ 0.268330] ohci-platform 1c1a400.usb: Generic ' 'Platform OHCI controller\n' '[ 0.268360] ohci-platform 1c1a400.usb: new USB bus ' 'registered, assigned bus number 2\n' '[ 0.268517] ohci-platform 1c1a400.usb: irq 20, io ' 'mem 0x01c1a400\n' '[ 0.269175] usbcore: registered new interface ' 'driver usb-storage\n' '[ 0.272643] sun6i-rtc 1f00000.rtc: registered as ' 'rtc0\n' '[ 0.272684] sun6i-rtc 1f00000.rtc: setting system ' 'clock to 1970-01-01T00:00:36 UTC (36)\n' '[ 0.272816] sun6i-rtc 1f00000.rtc: RTC enabled\n' '[ 0.273491] i2c_dev: i2c /dev entries driver\n' '[ 0.279902] ehci-platform 1c1a000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 0.280854] hub 1-0:1.0: USB hub found\n' '[ 0.280903] hub 1-0:1.0: 1 port detected\n' '[ 0.285026] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 0.285039] sdhci: Copyright(c) Pierre Ossman\n' '[ 0.286302] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 0.288160] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 0.291640] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 0.294266] SMCCC: SOC_ID: ID = jep106:091e:1718 ' 'Revision = 0x00000000\n' '[ 0.295687] usbcore: registered new interface ' 'driver usbhid\n' '[ 0.295698] usbhid: USB HID core driver\n' '[ 0.314837] netem: version 1.3\n' '[ 0.314980] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 0.315586] IPv4 over IPsec tunneling driver\n' '[ 0.316680] NET: Registered PF_INET6 protocol ' 'family\n' '[ 0.318338] Segment Routing with IPv6\n' '[ 0.318388] In-situ OAM (IOAM) with IPv6\n' '[ 0.319080] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 0.320323] NET: Registered PF_PACKET protocol ' 'family\n' '[ 0.320382] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 0.320651] 8021q: 802.1Q VLAN Support v1.8\n' '[ 0.320803] 9pnet: Installing 9P2000 support\n' '[ 0.320890] Key type dns_resolver registered\n' '[ 0.321365] registered taskstats version 1\n' '[ 0.321395] Loading compiled-in X.509 ' 'certificates\n' '[ 0.332842] hub 2-0:1.0: USB hub found\n' '[ 0.332899] hub 2-0:1.0: 1 port detected\n' '[ 0.344363] sun8i-h3-r-pinctrl 1f02c00.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 0.350472] sun50i-h5-pinctrl 1c20800.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 0.352761] sun50i-h5-pinctrl 1c20800.pinctrl: ' 'supply vcc-pa not found, using dummy regulator\n' '[ 0.353514] printk: console [ttyS0] disabled\n' '[ 0.373709] 1c28000.serial: ttyS0 at MMIO ' '0x1c28000 (irq = 155, base_baud = 1500000) is a ' 'U6_16550A\n' '[ 1.623020] Freeing initrd memory: 22284K\n' '[ 1.627919] printk: console [ttyS0] enabled\n' '[ 1.784517] ehci-platform 1c1b000.usb: EHCI Host ' 'Controller\n' '[ 1.787591] ehci-platform 1c1c000.usb: EHCI Host ' 'Controller\n' '[ 1.790174] ehci-platform 1c1b000.usb: new USB bus ' 'registered, assigned bus number 3\n' '[ 1.798370] ehci-platform 1c1d000.usb: EHCI Host ' 'Controller\n' '[ 1.798435] ehci-platform 1c1c000.usb: new USB bus ' 'registered, assigned bus number 4\n' '[ 1.798571] ehci-platform 1c1c000.usb: irq 157, io ' 'mem 0x01c1c000\n' '[ 1.798902] thermal_sys: No trip points found for ' 'thermal-sensor id=1\n' '[ 1.798917] thermal_sys: Incorrect number of ' 'thermal trips\n' '[ 1.798920] thermal_sys: Failed to register ' 'thermal zone gpu-thermal: -22\n' '[ 1.798929] sun8i-thermal: probe of ' '1c25000.thermal-sensor failed with error -22\n' '[ 1.803673] ehci-platform 1c1b000.usb: irq 156, io ' 'mem 0x01c1b000\n' '[ 1.809206] ehci-platform 1c1d000.usb: new USB bus ' 'registered, assigned bus number 5\n' '[ 1.809706] sun8i-h3-r-pinctrl 1f02c00.pinctrl: ' 'supply vcc-pl not found, using dummy regulator\n' '[ 1.811888] ehci-platform 1c1c000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 1.812876] reg-fixed-voltage vdd-cpux: ' 'nonexclusive access to GPIO for vdd-cpux\n' '[ 1.814747] core: _opp_supported_by_regulators: ' 'OPP minuV: 1240000 maxuV: 1310000, not supported by ' 'regulator\n' '[ 1.814764] cpu cpu0: _opp_add: OPP not supported ' 'by regulators (1056000000)\n' '[ 1.814873] core: _opp_supported_by_regulators: ' 'OPP minuV: 1260000 maxuV: 1310000, not supported by ' 'regulator\n' '[ 1.814881] cpu cpu0: _opp_add: OPP not supported ' 'by regulators (1104000000)\n' '[ 1.814973] core: _opp_supported_by_regulators: ' 'OPP minuV: 1300000 maxuV: 1310000, not supported by ' 'regulator\n' '[ 1.814981] cpu cpu0: _opp_add: OPP not supported ' 'by regulators (1152000000)\n' '[ 1.820731] ohci-platform 1c1d400.usb: Generic ' 'Platform OHCI controller\n' '[ 1.820791] ohci-platform 1c1b400.usb: Generic ' 'Platform OHCI controller\n' '[ 1.820858] ohci-platform 1c1c400.usb: Generic ' 'Platform OHCI controller\n' '[ 1.823376] ehci-platform 1c1d000.usb: irq 158, io ' 'mem 0x01c1d000\n' '[ 1.823588] hub 4-0:1.0: USB hub found\n' '[ 1.823628] hub 4-0:1.0: 1 port detected\n' '[ 1.824061] ohci-platform 1c1b400.usb: new USB bus ' 'registered, assigned bus number 6\n' '[ 1.824182] ohci-platform 1c1b400.usb: irq 161, io ' 'mem 0x01c1b400\n' '[ 1.827767] sun50i-h5-pinctrl 1c20800.pinctrl: ' 'supply vcc-pf not found, using dummy regulator\n' '[ 1.828022] ohci-platform 1c1c400.usb: new USB bus ' 'registered, assigned bus number 7\n' '[ 1.828199] ohci-platform 1c1c400.usb: irq 162, io ' 'mem 0x01c1c400\n' '[ 1.828944] sunxi-mmc 1c0f000.mmc: Got CD GPIO\n' '[ 1.833615] ohci-platform 1c1d400.usb: new USB bus ' 'registered, assigned bus number 8\n' '[ 1.833717] ehci-platform 1c1b000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 1.835384] hub 3-0:1.0: USB hub found\n' '[ 1.835702] sun50i-h5-pinctrl 1c20800.pinctrl: ' 'supply vcc-pc not found, using dummy regulator\n' '[ 1.841847] ohci-platform 1c1d400.usb: irq 160, io ' 'mem 0x01c1d400\n' '[ 1.849184] hub 3-0:1.0: 1 port detected\n' '[ 1.851857] ehci-platform 1c1d000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 1.852006] sunxi-mmc 1c0f000.mmc: initialized, ' 'max. request size: 16384 KB, uses new timings mode\n' '[ 1.853359] input: gpio-keys as ' '/devices/platform/gpio-keys/input/input0\n' '[ 1.854132] clk: Disabling unused clocks\n' '[ 1.854258] ALSA device list:\n' '[ 1.854263] No soundcards found.\n' '[ 1.860260] sunxi-mmc 1c11000.mmc: initialized, ' 'max. request size: 2048 KB, uses new timings mode\n' '[ 1.863911] hub 5-0:1.0: USB hub found\n' '[ 1.910937] mmc0: host does not support reading ' 'read-only switch, assuming write-enable\n' '[ 1.912369] hub 5-0:1.0: 1 port detected\n' '[ 1.922863] mmc0: new high speed SDHC card at ' 'address 0001\n' '[ 1.930257] hub 6-0:1.0: USB hub found\n' '[ 1.940181] mmcblk0: mmc0:0001 EB1QT 29.8 GiB\n' '[ 1.943000] hub 6-0:1.0: 1 port detected\n' '[ 2.126014] mmcblk0: p1\n' '[ 2.126924] hub 7-0:1.0: USB hub found\n' '[ 2.132388] hub 7-0:1.0: 1 port detected\n' '[ 2.137554] hub 8-0:1.0: USB hub found\n' '[ 2.141336] hub 8-0:1.0: 1 port detected\n' '[ 2.153616] Freeing unused kernel memory: 7616K\n' '[ 2.159341] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 2.299140] ' 'udevd[160]: starting version 3.2.9\n' '[ 4.347851] random: crng init done\n' "[ 4.356730] udevd[160]: specified user 'tss' " 'unknown\n' "[ 4.361817] udevd[160]: specified group 'tss' " 'unknown\n' '[ 4.372744] udevd[161]: starting eudev-3.2.9\n' '[ 4.684151] usb_phy_generic ' 'usb_phy_generic.1.auto: supply vcc not found, using ' 'dummy regulator\n' '[ 4.704658] usb_phy_generic ' 'usb_phy_generic.1.auto: dummy supplies not allowed ' 'for exclusive requests\n' '[ 4.723500] sun8i-ce 1c15000.crypto: Set mod clock ' 'to 300000000 (300 Mhz) from 24000000 (24 Mhz)\n' '[ 4.761279] sun8i-ce 1c15000.crypto: will run ' 'requests pump with realtime priority\n' '[ 4.768672] musb-hdrc musb-hdrc.2.auto: MUSB HDRC ' 'host driver\n' '[ 4.769186] sun8i-ce 1c15000.crypto: will run ' 'requests pump with realtime priority\n' '[ 4.775002] musb-hdrc musb-hdrc.2.auto: new USB ' 'bus registered, assigned bus number 9\n' '[ 4.782832] sun8i-ce 1c15000.crypto: will run ' 'requests pump with realtime priority\n' '[ 4.794161] sunxi-wdt 1c20ca0.watchdog: Watchdog ' 'enabled (timeout=16 sec, nowayout=0)\n' '[ 4.797901] sun8i-ce 1c15000.crypto: will run ' 'requests pump with realtime priority\n' '[ 4.813329] sun8i-ce 1c15000.crypto: Register ' 'cbc(aes)\n' '[ 4.814364] hub 9-0:1.0: USB hub found\n' '[ 4.822533] sun8i-ce 1c15000.crypto: Register ' 'ecb(aes)\n' '[ 4.822663] hub 9-0:1.0: 1 port detected\n' '[ 4.823349] lima 1e80000.gpu: gp - mali450 version ' 'major 0 minor 0\n' '[ 4.823430] lima 1e80000.gpu: pp0 - mali450 ' 'version major 0 minor 0\n' '[ 4.823509] lima 1e80000.gpu: pp1 - mali450 ' 'version major 0 minor 0\n' '[ 4.823587] lima 1e80000.gpu: pp2 - mali450 ' 'version major 0 minor 0\n' '[ 4.823667] lima 1e80000.gpu: pp3 - mali450 ' 'version major 0 minor 0\n' '[ 4.823700] lima 1e80000.gpu: l2 cache 8K, 4-way, ' '64byte cache line, 128bit external bus\n' '[ 4.823710] lima 1e80000.gpu: l2 cache 128K, ' '4-way, 64byte cache line, 128bit external bus\n' '[ 4.824490] dwmac-sun8i 1c30000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 4.824498] dwmac-sun8i 1c30000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 4.824557] dwmac-sun8i 1c30000.ethernet: No ' 'regulator found\n' '[ 4.824637] dwmac-sun8i 1c30000.ethernet: PTP uses ' 'main clock\n' '[ 4.824661] dwmac-sun8i 1c30000.ethernet: Current ' 'syscon value is not the default 148000 (expect ' '58000)\n' '[ 4.825230] dwmac-sun8i 1c30000.ethernet: No HW ' 'DMA feature register supported\n' '[ 4.825236] dwmac-sun8i 1c30000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 4.825242] dwmac-sun8i 1c30000.ethernet: COE Type ' '2\n' '[ 4.825247] dwmac-sun8i 1c30000.ethernet: TX ' 'Checksum insertion supported\n' '[ 4.825253] dwmac-sun8i 1c30000.ethernet: Normal ' 'descriptors\n' '[ 4.825258] dwmac-sun8i 1c30000.ethernet: Chain ' 'mode enabled\n' '[ 4.827143] dwmac-sun8i 1c30000.ethernet: Found ' 'internal PHY node\n' '[ 4.827793] dwmac-sun8i 1c30000.ethernet: Switch ' 'mux to internal PHY\n' '[ 4.828892] sun8i-ce 1c15000.crypto: Register ' 'cbc(des3_ede)\n' '[ 4.829051] sun8i-ce 1c15000.crypto: Register ' 'ecb(des3_ede)\n' '[ 4.829199] sun8i-ce 1c15000.crypto: CryptoEngine ' 'Die ID 0\n' '[ 4.829866] lima 1e80000.gpu: bus rate = ' '200000000\n' '[ 4.829880] lima 1e80000.gpu: mod rate = ' '384000000\n' '[ 4.887292] [drm] Initialized lima 1.1.0 20191231 ' 'for 1e80000.gpu on minor 0\n' '[ 4.891768] dwmac-sun8i 1c30000.ethernet: Powering ' 'internal PHY\n' '[ 4.893798] Registered IR keymap rc-empty\n' '[ 4.896575] rc rc0: sunxi-ir as ' '/devices/platform/soc/1f02000.ir/rc/rc0\n' '[ 4.896723] input: sunxi-ir as ' '/devices/platform/soc/1f02000.ir/rc/rc0/input1\n' '[ 4.898880] sunxi-ir 1f02000.ir: initialized sunXi ' 'IR driver\n' '[ 4.958853] sun4i-drm display-engine: bound ' '1100000.mixer (ops sun8i_mixer_ops [sun8i_mixer])\n' '[ 5.036379] sun4i-drm display-engine: bound ' '1c0c000.lcd-controller (ops sun4i_tcon_ops ' '[sun4i_tcon])\n' '[ 5.045726] sun8i-dw-hdmi 1ee0000.hdmi: supply ' 'hvcc not found, using dummy regulator\n' '[ 5.054737] sun8i-dw-hdmi 1ee0000.hdmi: Detected ' 'HDMI TX controller v1.32a with HDCP ' '(sun8i_dw_hdmi_phy)\n' '[ 5.065206] sun8i-dw-hdmi 1ee0000.hdmi: registered ' 'DesignWare HDMI I2C bus driver\n' '[ 5.074648] sun4i-drm display-engine: bound ' '1ee0000.hdmi (ops sun8i_dw_hdmi_ops ' '[sun8i_drm_hdmi])\n' '[ 5.084344] [drm] Initialized sun4i-drm 1.0.0 ' '20150629 for display-engine on minor 1\n' '[ 5.092258] sun4i-drm display-engine: [drm] Cannot ' 'find any crtc or sizes\n' '[ 5.099223] sun4i-drm display-engine: [drm] Cannot ' 'find any crtc or sizes\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '#\n' '/ # export SHELL=/bin/sh\n' 'export SHELL=/bin/sh\n' '/ # . /lava-1316067/environment\n' '. /lava-1316067/environment\n' '/ # /lava-1316067/bin/lava-test-runner ' '/lava-1316067/0\n' '/lava-1316067/bin/lava-test-runner /lava-1316067/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-1316067/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=1316067_1.5.2.4.1\n' '[ 5.823950] \n' '+ set +x\n' '[ 5.831187] \n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ # \n'} 04/22/2025 07:05:00 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:05:08 PM UTC [INFO] Processing event node: 6807d5919aef7c8063cada96 04/22/2025 07:05:08 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807d5919aef7c8063cada96 04/22/2025 07:05:08 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807c4551dc1545070e7608d', 'id': 'maestro:6807d5919aef7c8063cada96', 'origin': 'maestro', 'comment': 'baseline-arm-broonie on stm32mp157a-dhcor-avenger96 in ' 'lava-broonie', 'start_time': '2025-04-22T17:44:49.691000+00:00', 'environment': {'comment': 'Runtime: lava-broonie', 'compatible': ['arrow,stm32mp157a-avenger96', 'dh,stm32mp157a-dhcor-som', 'st,stm32mp157'], 'misc': {'platform': 'stm32mp157a-dhcor-avenger96', 'job_url': 'https://lava.sirena.org.uk/scheduler/job/1315652', 'job_id': '1315652'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-broonie', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807d5919aef7c8063cada96'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm-broonie-6807d5919aef7c8063cada96/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm-broonie-6807d5919aef7c8063cada96/log.txt.gz', 'log_excerpt': '1.32 [Flags: R/O].\n' '[ 0.271382] Key type asymmetric registered\n' "[ 0.271398] Asymmetric key parser 'x509' " 'registered\n' '[ 0.271642] bounce: pool size: 64 pages\n' '[ 0.271816] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 247)\n' '[ 0.271830] io scheduler mq-deadline registered\n' '[ 0.271839] io scheduler kyber registered\n' '[ 0.410759] Serial: 8250/16550 driver, 5 ports, ' 'IRQ sharing enabled\n' '[ 0.417073] SuperH (H)SCI(F) driver initialized\n' '[ 0.418533] msm_serial: driver initialized\n' '[ 0.418551] STMicroelectronics ASC driver ' 'initialized\n' '[ 0.421038] STM32 USART driver initialized\n' '[ 0.422215] stm32-usart 4000e000.serial: interrupt ' 'mode for rx (no dma)\n' '[ 0.422239] stm32-usart 4000e000.serial: interrupt ' 'mode for tx (no dma)\n' '[ 0.422271] 4000e000.serial: ttySTM2 at MMIO ' '0x4000e000 (irq = 47, base_baud = 4000000) is a ' 'stm32-usart\n' '[ 0.422560] serial serial0: tty port ttySTM2 ' 'registered\n' '[ 0.423449] stm32-usart 40010000.serial: interrupt ' 'mode for rx (no dma)\n' '[ 0.423471] stm32-usart 40010000.serial: interrupt ' 'mode for tx (no dma)\n' '[ 0.423502] 40010000.serial: ttySTM0 at MMIO ' '0x40010000 (irq = 48, base_baud = 4000000) is a ' 'stm32-usart\n' '[ 1.954850] printk: console [ttySTM0] enabled\n' '[ 1.969802] stm32-usart 40018000.serial: interrupt ' 'mode for rx (no dma)\n' '[ 1.975005] stm32-usart 40018000.serial: interrupt ' 'mode for tx (no dma)\n' '[ 1.981770] 40018000.serial: ttySTM1 at MMIO ' '0x40018000 (irq = 49, base_baud = 4000000) is a ' 'stm32-usart\n' '[ 2.011056] random: crng init done\n' '[ 2.029276] brd: module loaded\n' '[ 2.038942] loop: module loaded\n' '[ 2.053750] spi-nor spi0.0: w25q16dw (2048 ' 'Kbytes)\n' '[ 2.067144] CAN device driver interface\n' '[ 2.071321] bgmac_bcma: Broadcom 47xx GBit MAC ' 'driver loaded\n' '[ 2.076957] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 2.080570] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 2.086691] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 2.091902] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 2.102303] stm32-dwmac 5800a000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 2.107406] stm32-dwmac 5800a000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 2.114444] stm32-dwmac 5800a000.ethernet: User ' 'ID: 0x40, Synopsys ID: 0x42\n' '[ 2.120481] stm32-dwmac 5800a000.ethernet: ' '?DWMAC4/5\n' '[ 2.125371] stm32-dwmac 5800a000.ethernet: DMA HW ' 'capability register supported\n' '[ 2.132712] stm32-dwmac 5800a000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 2.140030] stm32-dwmac 5800a000.ethernet: TX ' 'Checksum insertion supported\n' '[ 2.146915] stm32-dwmac 5800a000.ethernet: Wake-Up ' 'On Lan supported\n' '[ 2.153379] stm32-dwmac 5800a000.ethernet: TSO ' 'supported\n' '[ 2.158566] stm32-dwmac 5800a000.ethernet: Enable ' 'RX Mitigation via HW Watchdog Timer\n' '[ 2.166429] stm32-dwmac 5800a000.ethernet: Enabled ' 'L3L4 Flow TC (entries=2)\n' '[ 2.173385] stm32-dwmac 5800a000.ethernet: Enabled ' 'RFS Flow TC (entries=10)\n' '[ 2.180340] stm32-dwmac 5800a000.ethernet: TSO ' 'feature enabled\n' '[ 2.186232] stm32-dwmac 5800a000.ethernet: Using ' '32/32 bits DMA host/device width\n' '[ 2.803580] Freeing initrd memory: 16752K\n' '[ 2.859213] pegasus: Pegasus/Pegasus II USB ' 'Ethernet driver\n' '[ 2.863482] usbcore: registered new interface ' 'driver pegasus\n' '[ 2.869161] usbcore: registered new interface ' 'driver asix\n' '[ 2.874577] usbcore: registered new interface ' 'driver ax88179_178a\n' '[ 2.880741] usbcore: registered new interface ' 'driver cdc_ether\n' '[ 2.886499] usbcore: registered new interface ' 'driver smsc75xx\n' '[ 2.892254] usbcore: registered new interface ' 'driver smsc95xx\n' '[ 2.897971] usbcore: registered new interface ' 'driver net1080\n' '[ 2.903725] usbcore: registered new interface ' 'driver cdc_subset\n' '[ 2.909660] usbcore: registered new interface ' 'driver zaurus\n' '[ 2.915200] usbcore: registered new interface ' 'driver cdc_ncm\n' '[ 2.927065] usbcore: registered new interface ' 'driver usb-storage\n' '[ 2.938196] stm32_rtc 5c004000.rtc: error -ENXIO: ' 'IRQ index 1 not found\n' "[ 2.943434] stm32_rtc 5c004000.rtc: alarm can't " 'wake up the system: -6\n' '[ 2.951055] stm32_rtc 5c004000.rtc: registered as ' 'rtc0\n' '[ 2.955173] stm32_rtc 5c004000.rtc: setting system ' 'clock to 2000-01-01T00:00:15 UTC (946684815)\n' '[ 2.964339] stm32_rtc 5c004000.rtc: Date/Time must ' 'be initialized\n' '[ 2.969979] stm32_rtc 5c004000.rtc: registered ' 'rev:1.2\n' '[ 2.976951] i2c_dev: i2c /dev entries driver\n' '[ 3.004813] stm32f7-i2c 40012000.i2c: STM32F7 ' 'I2C-0 bus adapter\n' '[ 3.031821] stm32f7-i2c 40013000.i2c: STM32F7 ' 'I2C-1 bus adapter\n' '[ 3.060108] stpmic1 2-0033: PMIC Chip Version: ' '0x10\n' '[ 3.068910] ' '/soc/i2c@5c002000/stpmic@33/regulators: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/stpmic@33/regulators/boost\n' '[ 3.079130] ' '/soc/i2c@5c002000/stpmic@33/regulators: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/stpmic@33/regulators/buck2\n' '[ 3.090626] ' '/soc/i2c@5c002000/stpmic@33/regulators: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/stpmic@33/regulators/buck4\n' '[ 3.119514] vdda: Bringing 1800000uV into ' '2900000-2900000uV\n' '[ 3.126201] v2v8: Bringing 1800000uV into ' '2800000-2800000uV\n' '[ 3.141700] v1v8: Bringing 1000000uV into ' '1800000-1800000uV\n' '[ 3.159107] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.168062] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.178360] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.188618] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.198968] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.209214] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.219559] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.229816] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.240483] /hdmi-out: Fixed dependency cycle(s) ' 'with /soc/i2c@5c002000/hdmi-transmitter@3d\n' '[ 3.248624] /soc/display-controller@5a001000: ' 'Fixed dependency cycle(s) with ' '/soc/i2c@5c002000/hdmi-transmitter@3d\n' '[ 3.259076] ' '/soc/sai@4400b000/audio-controller@4400b004: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/hdmi-transmitter@3d\n' '[ 3.270448] /soc/i2c@5c002000/hdmi-transmitter@3d: ' 'Fixed dependency cycle(s) with ' '/soc/sai@4400b000/audio-controller@4400b004\n' '[ 3.281638] /soc/i2c@5c002000/hdmi-transmitter@3d: ' 'Fixed dependency cycle(s) with /hdmi-out\n' '[ 3.290094] /soc/i2c@5c002000/hdmi-transmitter@3d: ' 'Fixed dependency cycle(s) with ' '/soc/display-controller@5a001000\n' '[ 3.301206] at24 2-0053: supply vcc not found, ' 'using dummy regulator\n' '[ 3.307617] at24 2-0053: 256 byte 24c02 EEPROM, ' 'writable, 16 bytes/write\n' '[ 3.313607] stm32f7-i2c 5c002000.i2c: STM32F7 ' 'I2C-2 bus adapter\n' '[ 3.331688] stm_thermal 50028000.thermal: ' 'stm_thermal_probe: Driver initialized successfully\n' '[ 3.351500] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 3.356293] sdhci: Copyright(c) Pierre Ossman\n' '[ 3.361780] mmci-pl18x 58005000.mmc: Got CD GPIO\n' '[ 3.363892] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 3.366482] mmci-pl18x 48004000.mmc: mmc1: PL180 ' 'manf 53 rev2 at 0x48004000 irq 69,0 (pio)\n' '[ 3.374116] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 3.380051] mmci-pl18x 58005000.mmc: mmc0: PL180 ' 'manf 53 rev2 at 0x58005000 irq 70,0 (pio)\n' '[ 3.394780] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 3.402622] usbcore: registered new interface ' 'driver usbhid\n' '[ 3.406807] usbhid: USB HID core driver\n' '[ 3.421448] NET: Registered PF_INET6 protocol ' 'family\n' '[ 3.428379] Segment Routing with IPv6\n' '[ 3.430741] In-situ OAM (IOAM) with IPv6\n' '[ 3.434711] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 3.441434] NET: Registered PF_PACKET protocol ' 'family\n' '[ 3.445615] can: controller area network core\n' '[ 3.450125] NET: Registered PF_CAN protocol ' 'family\n' '[ 3.454697] can: raw protocol\n' '[ 3.457749] can: broadcast manager protocol\n' '[ 3.461941] can: netlink gateway - max_hops=1\n' '[ 3.466898] Key type dns_resolver registered\n' '[ 3.467142] mmc0: new high speed SDXC card at ' 'address e624\n' '[ 3.470779] ThumbEE CPU extension supported.\n' '[ 3.477591] mmcblk0: mmc0:e624 SD64G 59.5 GiB\n' '[ 3.480449] Registering SWP/SWPB emulation ' 'handler\n' '[ 3.489049] Loading compiled-in X.509 ' 'certificates\n' '[ 3.503146] GPT:Primary header thinks Alt. header ' 'is not at the end of the disk.\n' '[ 3.509274] GPT:3204245 != 124735487\n' '[ 3.512751] GPT:Alternate GPT header not at the ' 'end of the disk.\n' '[ 3.518859] GPT:3204245 != 124735487\n' '[ 3.522448] GPT: Use GNU Parted to correct GPT ' 'errors.\n' '[ 3.527590] mmcblk0: p1 p2 p3 p4\n' '[ 3.548525] input: pmic_onkey as ' '/devices/platform/soc/5c002000.i2c/i2c-2/2-0033/5c002000.i2c:stpmic@33:onkey/input/input0\n' '[ 3.561907] mmci-pl18x 58007000.mmc: mmc2: PL180 ' 'manf 53 rev2 at 0x58007000 irq 74,0 (pio)\n' '[ 3.586650] mmc1: new high speed SDIO card at ' 'address 0001\n' '[ 3.588736] regulator regulator.19: regulator ' 'disable timed out!\n' '[ 3.596801] reg18: failed to disable: -ETIMEDOUT\n' '[ 3.601678] stm32-usbphyc 5a006000.usbphyc: ' 'registered rev:1.0\n' '[ 3.610967] dwc2 49000000.usb-otg: supply vusb_d ' 'not found, using dummy regulator\n' '[ 3.617342] dwc2 49000000.usb-otg: supply vusb_a ' 'not found, using dummy regulator\n' '[ 3.737212] mmc2: new DDR MMC card at address ' '0001\n' '[ 3.741948] mmcblk2: mmc2:0001 DG4008 7.28 GiB\n' '[ 3.751548] GPT:Primary header thinks Alt. header ' 'is not at the end of the disk.\n' '[ 3.757559] GPT:3145727 != 15273599\n' '[ 3.761161] GPT:Alternate GPT header not at the ' 'end of the disk.\n' '[ 3.766344] dwc2 49000000.usb-otg: EPs: 9, ' 'dedicated fifos, 952 entries in SPRAM\n' '[ 3.767136] GPT:3145727 != 15273599\n' '[ 3.767144] GPT: Use GNU Parted to correct GPT ' 'errors.\n' '[ 3.783230] mmcblk2: p1 p2 p3 p4\n' '[ 3.788633] mmcblk2boot0: mmc2:0001 DG4008 4.00 ' 'MiB\n' '[ 3.788930] dwc2 49000000.usb-otg: DWC OTG ' 'Controller\n' '[ 3.797483] dwc2 49000000.usb-otg: new USB bus ' 'registered, assigned bus number 1\n' '[ 3.800433] mmcblk2boot1: mmc2:0001 DG4008 4.00 ' 'MiB\n' '[ 3.804942] dwc2 49000000.usb-otg: irq 75, io mem ' '0x49000000\n' '[ 3.812369] mmcblk2rpmb: mmc2:0001 DG4008 4.00 ' 'MiB, chardev (236:0)\n' '[ 3.822494] hub 1-0:1.0: USB hub found\n' '[ 3.825532] hub 1-0:1.0: 1 port detected\n' '[ 3.836549] ehci-platform 5800d000.usb: EHCI Host ' 'Controller\n' '[ 3.840960] ehci-platform 5800d000.usb: new USB ' 'bus registered, assigned bus number 2\n' '[ 3.849246] ehci-platform 5800d000.usb: irq 76, io ' 'mem 0x5800d000\n' '[ 3.879018] ehci-platform 5800d000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 3.885059] hub 2-0:1.0: USB hub found\n' '[ 3.887687] hub 2-0:1.0: 2 ports detected\n' '[ 3.893371] stm32-dwmac 5800a000.ethernet eth0: ' 'Register MEM_TYPE_PAGE_POOL RxQ-0\n' '[ 3.987341] stm32-dwmac 5800a000.ethernet eth0: ' 'PHY [stmmac-0:07] driver [Micrel KSZ9031 Gigabit PHY] ' '(irq=POLL)\n' '[ 3.996229] dwmac4: Master AXI performs any burst ' 'length\n' '[ 4.001534] stm32-dwmac 5800a000.ethernet eth0: No ' 'Safety Features support found\n' '[ 4.178699] usb 2-1: new high-speed USB device ' 'number 2 using ehci-platform\n' '[ 4.208982] stm32-dwmac 5800a000.ethernet eth0: ' 'IEEE 1588-2008 Advanced Timestamp supported\n' '[ 4.216345] stm32-dwmac 5800a000.ethernet eth0: ' 'registered PTP clock\n' '[ 4.223131] stm32-dwmac 5800a000.ethernet eth0: ' 'configuring for phy/rgmii link mode\n' '[ 4.380138] hub 2-1:1.0: USB hub found\n' '[ 4.382646] hub 2-1:1.0: 3 ports detected\n' '[ 13.680429] stm32-dwmac 5800a000.ethernet eth0: ' 'Link is Up - 1Gbps/Full - flow control off\n' '[ 13.680467] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: ' 'link becomes ready\n' '[ 13.738696] Sending DHCP requests ., OK\n' '[ 13.831228] IP-Config: Got DHCP answer from ' '172.16.0.1, my address is 172.22.14.134\n' '[ 13.838866] IP-Config: Complete:\n' '[ 13.842009] device=eth0, ' 'hwaddr=80:1f:12:cc:2a:a4, ipaddr=172.22.14.134, ' 'mask=255.240.0.0, gw=172.16.0.1\n' '[ 13.852058] host=172.22.14.134, domain=, ' 'nis-domain=(none)\n' '[ 13.857931] bootserver=172.16.0.1, ' 'rootserver=172.16.0.1, rootpath=\n' '[ 13.857944] nameserver0=172.16.0.1\n' '[ 13.869049] clk: Disabling unused clocks\n' '[ 13.878074] Freeing unused kernel image (initmem) ' 'memory: 2048K\n' '[ 13.883275] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 14.072674] ' 'udevd[111]: starting version 3.2.9\n' "[ 14.091377] udevd[111]: specified user 'tss' " 'unknown\n' "[ 14.095206] udevd[111]: specified group 'tss' " 'unknown\n' '[ 14.103714] udevd[112]: starting eudev-3.2.9\n' '[ 15.143916] /soc/i2c@5c002000/hdmi-transmitter@3d: ' 'Fixed dependency cycle(s) with ' '/soc/sai@4400b000/audio-controller@4400b004\n' '[ 15.154204] ' '/soc/sai@4400b000/audio-controller@4400b004: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/hdmi-transmitter@3d\n' '[ 15.348937] cfg80211: Loading compiled-in X.509 ' 'certificates for regulatory database\n' '[ 15.359331] Bluetooth: Core ver 2.22\n' '[ 15.361682] NET: Registered PF_BLUETOOTH protocol ' 'family\n' '[ 15.366904] Bluetooth: HCI device and connection ' 'manager initialized\n' '[ 15.373448] Bluetooth: HCI socket layer ' 'initialized\n' '[ 15.374377] stm32-crc32 58009000.crc: Initialized\n' '[ 15.378141] Bluetooth: L2CAP socket layer ' 'initialized\n' '[ 15.387992] Bluetooth: SCO socket layer ' 'initialized\n' '[ 15.401218] Bluetooth: HCI UART driver ver 2.3\n' '[ 15.404376] Bluetooth: HCI UART protocol H4 ' 'registered\n' '[ 15.410334] Bluetooth: HCI UART protocol Broadcom ' 'registered\n' '[ 15.410635] hci_uart_bcm serial0-0: supply vbat ' 'not found, using dummy regulator\n' '[ 15.422978] hci_uart_bcm serial0-0: supply vddio ' 'not found, using dummy regulator\n' '[ 15.721199] etnaviv etnaviv: bound 59000000.gpu ' '(ops gpu_ops [etnaviv])\n' '[ 15.726603] etnaviv-gpu 59000000.gpu: model: ' 'GC400, revision: 4652\n' '[ 15.801949] [drm] Initialized etnaviv 1.4.0 ' '20151214 for etnaviv on minor 0\n' '[ 15.860714] [drm] Initialized stm 1.0.0 20170330 ' 'for 5a001000.display-controller on minor 1\n' '[ 15.869832] Bluetooth: hci0: BCM: chip id 107\n' '[ 15.874522] Bluetooth: hci0: BCM: features 0x2f\n' '[ 15.881234] stm32-display ' '5a001000.display-controller: [drm] Cannot find any ' 'crtc or sizes\n' '[ 15.888402] Bluetooth: hci0: BCM4345C0\n' '[ 15.891151] stm32-display ' '5a001000.display-controller: [drm] Cannot find any ' 'crtc or sizes\n' '[ 15.892005] Bluetooth: hci0: BCM4345C0 ' '(003.001.025) build 0000\n' '[ 15.909087] Bluetooth: hci0: BCM: firmware Patch ' 'file not found, tried:\n' '[ 15.914293] Bluetooth: hci0: BCM: ' "'brcm/BCM4345C0.arrow,stm32mp157a-avenger96.hcd'\n" '[ 15.922021] Bluetooth: hci0: BCM: ' "'brcm/BCM4345C0.hcd'\n" '[ 15.927135] Bluetooth: hci0: BCM: ' "'brcm/BCM.arrow,stm32mp157a-avenger96.hcd'\n" "[ 15.934223] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'\n" "[ 16.168379] cfg80211: Loaded X.509 cert 'sforshee: " "00b28ddf47aef9cea7'\n" "[ 16.192702] cfg80211: Loaded X.509 cert 'wens: " "61c038651aabdcf94bd0ac7ff06c7248db18c600'\n" '[ 16.203286] platform regulatory.0: Direct firmware ' 'load for regulatory.db failed with error -2\n' '[ 16.210654] cfg80211: failed to load ' 'regulatory.db\n' '[ 16.268457] brcmfmac: brcmf_fw_alloc_request: ' 'using brcm/brcmfmac43455-sdio for chip BCM4345/6\n' '[ 16.276300] brcmfmac mmc1:0001:1: Direct firmware ' 'load for ' 'brcm/brcmfmac43455-sdio.arrow,stm32mp157a-avenger96.bin ' 'failed with error -2\n' '[ 16.289155] brcmfmac mmc1:0001:1: Direct firmware ' 'load for brcm/brcmfmac43455-sdio.bin failed with ' 'error -2\n' "[ 16.853981] debugfs: File 'Capture' in directory " "'dapm' already present!\n" '[ 17.309086] brcmfmac: brcmf_sdio_htclk: HT Avail ' 'timeout (1000000): clkctl 0x50\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: ip: RTNETLINK answers: File exists\n' 'FAIL\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '#\n' '/ # export SHELL=/bin/sh\n' 'export SHELL=/bin/sh\n' '/ # . /lava-1315652/environment\n' '. /lava-1315652/environment\n' '/ # /lava-1315652/bin/lava-test-runner ' '/lava-1315652/0\n' '/lava-1315652/bin/lava-test-runner /lava-1315652/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-1315652/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=1315652_1.5.2[ 18.159562] ' '\n' '.4.1?[ 18.165474] \n' '+ set +x\n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ #\n'} 04/22/2025 07:05:08 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:05:41 PM UTC [INFO] Processing event node: 6807e7d8e51c583972a58d51 04/22/2025 07:05:41 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7d8e51c583972a58d51 04/22/2025 07:05:41 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7d8e51c583972a58d51', 'origin': 'maestro', 'comment': 'baseline-arm64 on meson-g12b-a311d-khadas-vim3 in ' 'lava-collabora', 'start_time': '2025-04-22T19:02:48.511000+00:00', 'environment': {'comment': 'Runtime: lava-collabora', 'compatible': ['khadas,vim3', 'amlogic,a311d', 'amlogic,g12b'], 'misc': {'platform': 'meson-g12b-a311d-khadas-vim3', 'job_url': 'https://lava.collabora.dev/scheduler/job/18447603', 'job_id': '18447603'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-collabora', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7d8e51c583972a58d51'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-6807e7d8e51c583972a58d51/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-6807e7d8e51c583972a58d51/log.txt.gz', 'log_excerpt': '6] ASID allocator initialised with 65536 entries\n' '[ 0.032402] Serial: AMBA PL011 UART driver\n' '[ 0.038117] /soc/bus@ff600000/hdmi-tx@0: Fixed ' 'dependency cycle(s) with /soc/vpu@ff900000\n' '[ 0.038422] /soc/vpu@ff900000: Fixed dependency ' 'cycle(s) with /soc/bus@ff600000/hdmi-tx@0\n' '[ 0.038436] /soc/interrupt-controller@ffc01000: ' 'Fixed dependency cycle(s) with ' '/soc/interrupt-controller@ffc01000\n' '[ 0.039054] /soc/bus@ff600000/hdmi-tx@0: Fixed ' 'dependency cycle(s) with /soc/vpu@ff900000\n' '[ 0.039453] /soc/bus@ff600000/hdmi-tx@0: Fixed ' 'dependency cycle(s) with /soc/vpu@ff900000\n' '[ 0.048526] /soc/bus@ff600000/hdmi-tx@0: Fixed ' 'dependency cycle(s) with /soc/vpu@ff900000\n' '[ 0.048571] /soc/vpu@ff900000: Fixed dependency ' 'cycle(s) with /soc/bus@ff600000/hdmi-tx@0\n' '[ 0.054571] /soc/bus@ff600000/hdmi-tx@0: Fixed ' 'dependency cycle(s) with /hdmi-connector\n' '[ 0.054620] /hdmi-connector: Fixed dependency ' 'cycle(s) with /soc/bus@ff600000/hdmi-tx@0\n' '[ 0.055977] KASLR disabled due to lack of seed\n' '[ 0.061759] HugeTLB: registered 1.00 GiB page ' 'size, pre-allocated 0 pages\n' '[ 0.061764] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 1.00 GiB page\n' '[ 0.061769] HugeTLB: registered 32.0 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.061771] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 32.0 MiB page\n' '[ 0.061775] HugeTLB: registered 2.00 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.061788] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 2.00 MiB page\n' '[ 0.061792] HugeTLB: registered 64.0 KiB page ' 'size, pre-allocated 0 pages\n' '[ 0.061795] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 64.0 KiB page\n' '[ 0.063045] ACPI: Interpreter disabled.\n' '[ 0.065461] iommu: Default domain type: ' 'Translated\n' '[ 0.065465] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.065620] SCSI subsystem initialized\n' '[ 0.065859] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.065883] usbcore: registered new interface ' 'driver hub\n' '[ 0.065901] usbcore: registered new device driver ' 'usb\n' '[ 0.066708] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.066711] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.066719] PTP clock support registered\n' '[ 0.066817] EDAC MC: Ver: 3.0.0\n' '[ 0.068196] FPGA manager framework\n' '[ 0.068256] Advanced Linux Sound Architecture ' 'Driver Initialized.\n' '[ 0.068806] vgaarb: loaded\n' '[ 0.069005] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.069138] VFS: Disk quotas dquot_6.6.0\n' '[ 0.069164] VFS: Dquot-cache hash table entries: ' '512 (order 0, 4096 bytes)\n' '[ 0.069278] pnp: PnP ACPI: disabled\n' '[ 0.073169] NET: Registered PF_INET protocol ' 'family\n' '[ 0.073373] IP idents hash table entries: 65536 ' '(order: 7, 524288 bytes, linear)\n' '[ 0.076176] tcp_listen_portaddr_hash hash table ' 'entries: 2048 (order: 3, 32768 bytes, linear)\n' '[ 0.076233] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.076245] TCP established hash table entries: ' '32768 (order: 6, 262144 bytes, linear)\n' '[ 0.076389] TCP bind hash table entries: 32768 ' '(order: 8, 1048576 bytes, linear)\n' '[ 0.076741] TCP: Hash tables configured ' '(established 32768 bind 32768)\n' '[ 0.076922] MPTCP token hash table entries: 4096 ' '(order: 4, 98304 bytes, linear)\n' '[ 0.076991] UDP hash table entries: 2048 (order: ' '4, 65536 bytes, linear)\n' '[ 0.077050] UDP-Lite hash table entries: 2048 ' '(order: 4, 65536 bytes, linear)\n' '[ 0.077172] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.077458] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.077463] RPC: Registered udp transport module.\n' '[ 0.077465] RPC: Registered tcp transport module.\n' '[ 0.077467] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.077474] PCI: CLS 0 bytes, default 64\n' '[ 0.077613] Unpacking initramfs...\n' '[ 0.078213] kvm [1]: IPA Size Limit: 40 bits\n' '[ 0.079324] kvm [1]: vgic interrupt IRQ9\n' '[ 0.079437] kvm [1]: Hyp mode initialized ' 'successfully\n' '[ 0.080308] Initialise system trusted keyrings\n' '[ 0.080448] workingset: timestamp_bits=42 ' 'max_order=20 bucket_order=0\n' '[ 0.084449] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.084842] NFS: Registering the id_resolver key ' 'type\n' '[ 0.084872] Key type id_resolver registered\n' '[ 0.084875] Key type id_legacy registered\n' '[ 0.084921] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.084925] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.085050] 9p: Installing v9fs 9p2000 file system ' 'support\n' '[ 0.112430] Key type asymmetric registered\n' "[ 0.112440] Asymmetric key parser 'x509' " 'registered\n' '[ 0.112498] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 245)\n' '[ 0.112504] io scheduler mq-deadline registered\n' '[ 0.112508] io scheduler kyber registered\n' '[ 0.114384] irq_meson_gpio: 100 to 8 gpio ' 'interrupt mux initialized\n' '[ 0.128309] EINJ: ACPI disabled.\n' '[ 0.147521] soc soc0: Amlogic Meson G12B (A311D) ' 'Revision 29:b (10:2) Detected\n' '[ 0.154982] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 0.157395] SuperH (H)SCI(F) driver initialized\n' '[ 0.158012] ff803000.serial: ttyAML0 at MMIO ' '0xff803000 (irq = 14, base_baud = 1500000) is a ' 'meson_uart\n' '[ 1.007089] Freeing initrd memory: 22300K\n' '[ 1.010040] printk: console [ttyAML0] enabled\n' '[ 1.010646] ffd24000.serial: ttyAML6 at MMIO ' '0xffd24000 (irq = 15, base_baud = 1500000) is a ' 'meson_uart\n' '[ 1.288860] serial serial0: tty port ttyAML6 ' 'registered\n' '[ 1.294431] msm_serial: driver initialized\n' '[ 1.303985] loop: module loaded\n' '[ 1.304935] megasas: 07.719.03.00-rc1\n' '[ 1.310491] tun: Universal TUN/TAP device driver, ' '1.6\n' '[ 1.311400] thunder_xcv, ver 1.0\n' '[ 1.313358] thunder_bgx, ver 1.0\n' '[ 1.316535] nicpf, ver 1.0\n' '[ 1.320506] hns3: Hisilicon Ethernet Network ' 'Driver for Hip08 Family - version\n' '[ 1.326354] hns3: Copyright (c) 2017 Huawei ' 'Corporation.\n' '[ 1.331644] hclge is initializing\n' '[ 1.334902] e1000: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.339720] e1000: Copyright (c) 1999-2006 Intel ' 'Corporation.\n' '[ 1.345438] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.350329] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 1.356219] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 1.361542] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 1.367082] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 1.373272] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 1.379488] sky2: driver version 1.30\n' '[ 1.383903] VFIO - User Level meta-driver version: ' '0.3\n' '[ 1.391158] usbcore: registered new interface ' 'driver usb-storage\n' '[ 1.395502] i2c_dev: i2c /dev entries driver\n' '[ 1.406868] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 1.407406] sdhci: Copyright(c) Pierre Ossman\n' '[ 1.412557] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 1.418879] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 1.419143] meson-gx-mmc ffe05000.sd: Got CD GPIO\n' '[ 1.428033] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 1.434897] meson-sm: secure-monitor enabled\n' '[ 1.439248] usbcore: registered new interface ' 'driver usbhid\n' '[ 1.443641] usbhid: USB HID core driver\n' '[ 1.454195] netem: version 1.3\n' '[ 1.454297] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.457431] IPv4 over IPsec tunneling driver\n' '[ 1.461774] NET: Registered PF_INET6 protocol ' 'family\n' '[ 1.467094] Segment Routing with IPv6\n' '[ 1.469870] In-situ OAM (IOAM) with IPv6\n' '[ 1.474029] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.480128] NET: Registered PF_PACKET protocol ' 'family\n' '[ 1.484603] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 1.497550] 8021q: 802.1Q VLAN Support v1.8\n' '[ 1.501699] 9pnet: Installing 9P2000 support\n' '[ 1.505882] Key type dns_resolver registered\n' '[ 1.510278] registered taskstats version 1\n' '[ 1.514095] Loading compiled-in X.509 ' 'certificates\n' '[ 1.544358] dwc3-meson-g12a ffe09000.usb: USB2 ' 'ports: 2\n' '[ 1.544400] dwc3-meson-g12a ffe09000.usb: USB3 ' 'ports: 1\n' '[ 1.553642] dwc2 ff400000.usb: supply vusb_d not ' 'found, using dummy regulator\n' '[ 1.556307] dwc2 ff400000.usb: supply vusb_a not ' 'found, using dummy regulator\n' '[ 1.563402] dwc2 ff400000.usb: Controller does not ' 'support host mode.\n' '[ 1.570174] dwc2: probe of ff400000.usb failed ' 'with error -22\n' '[ 1.578824] xhci-hcd xhci-hcd.0.auto: xHCI Host ' 'Controller\n' '[ 1.580801] xhci-hcd xhci-hcd.0.auto: new USB bus ' 'registered, assigned bus number 1\n' '[ 1.588551] xhci-hcd xhci-hcd.0.auto: hcc params ' '0x0228fe6c hci version 0x110 quirks ' '0x0000008000010010\n' '[ 1.597784] xhci-hcd xhci-hcd.0.auto: irq 18, io ' 'mem 0xff500000\n' '[ 1.603690] xhci-hcd xhci-hcd.0.auto: xHCI Host ' 'Controller\n' '[ 1.609024] xhci-hcd xhci-hcd.0.auto: new USB bus ' 'registered, assigned bus number 2\n' '[ 1.616604] xhci-hcd xhci-hcd.0.auto: Host ' 'supports USB 3.0 SuperSpeed\n' '[ 1.623472] hub 1-0:1.0: USB hub found\n' '[ 1.626782] hub 1-0:1.0: 2 ports detected\n' "[ 1.630969] usb usb2: We don't know the algorithms " 'for LPM for this host, disabling LPM.\n' '[ 1.639015] hub 2-0:1.0: USB hub found\n' '[ 1.642479] hub 2-0:1.0: 1 port detected\n' '[ 1.646929] pca953x 0-0020: using no AI\n' '[ 1.656954] meson-gx-mmc ffe07000.mmc: allocated ' 'mmc-pwrseq\n' '[ 1.667618] clk: Disabling unused clocks\n' '[ 1.667787] ALSA device list:\n' '[ 1.668848] No soundcards found.\n' '[ 1.683509] Freeing unused kernel memory: 7616K\n' '[ 1.683649] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 1.747004] ' 'udevd[169]: starting version 3.2.9\n' '[ 1.847380] mmc1: new HS200 MMC card at address ' '0001\n' '[ 1.847953] mmcblk1: mmc1:0001 BJTD4R 29.1 GiB\n' '[ 1.852863] mmcblk1boot0: mmc1:0001 BJTD4R 4.00 ' 'MiB\n' '[ 1.857231] mmcblk1boot1: mmc1:0001 BJTD4R 4.00 ' 'MiB\n' '[ 1.861895] mmcblk1rpmb: mmc1:0001 BJTD4R 4.00 ' 'MiB, chardev (511:0)\n' '[ 1.893013] usb 1-1: new high-speed USB device ' 'number 2 using xhci-hcd\n' '[ 2.103214] hub 1-1:1.0: USB hub found\n' '[ 2.103274] hub 1-1:1.0: 4 ports detected\n' '[ 3.809008] random: crng init done\n' "[ 3.812381] udevd[169]: specified user 'tss' " 'unknown\n' "[ 3.812460] udevd[169]: specified group 'tss' " 'unknown\n' '[ 3.818159] udevd[174]: starting eudev-3.2.9\n' '[ 3.952540] input: adc-keys as ' '/devices/platform/adc-keys/input/input0\n' '[ 4.021615] meson8b-dwmac ff3f0000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 4.022359] meson-vrtc ff8000a8.rtc: registered as ' 'rtc1\n' '[ 4.022605] meson8b-dwmac ff3f0000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 4.029230] meson_uart ffd24000.serial: Failed to ' 'create device link (0x180) with wifi32k\n' '[ 4.038367] meson8b-dwmac ff3f0000.ethernet: PTP ' 'uses main clock\n' '[ 4.048804] meson8b-dwmac ff3f0000.ethernet: User ' 'ID: 0x11, Synopsys ID: 0x37\n' '[ 4.049034] Registered IR keymap rc-khadas\n' '[ 4.051713] meson-drm ff900000.vpu: Queued 1 ' 'outputs on vpu\n' '[ 4.055185] meson8b-dwmac ff3f0000.ethernet: ' '?DWMAC1000\n' '[ 4.056031] cpufreq: cpufreq_online: CPU2: Running ' 'at unlisted initial frequency: 999999 KHz, changing ' 'to: 1000000 KHz\n' '[ 4.080404] meson8b-dwmac ff3f0000.ethernet: DMA ' 'HW capability register supported\n' '[ 4.087861] meson8b-dwmac ff3f0000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 4.095232] meson8b-dwmac ff3f0000.ethernet: COE ' 'Type 2\n' '[ 4.097028] rc_core: Loaded IR protocol module ' 'ir-nec-decoder, but protocol nec still not available\n' '[ 4.100448] meson8b-dwmac ff3f0000.ethernet: TX ' 'Checksum insertion supported\n' '[ 4.106802] meson-gx-mmc ffe03000.sd: allocated ' 'mmc-pwrseq\n' '[ 4.110044] rc rc0: meson-ir as ' '/devices/platform/soc/ff800000.bus/ff808000.ir/rc/rc0\n' '[ 4.116351] meson8b-dwmac ff3f0000.ethernet: ' 'Wake-Up On Lan supported\n' '[ 4.117558] meson8b-dwmac ff3f0000.ethernet: ' 'Normal descriptors\n' '[ 4.131172] input: meson-ir as ' '/devices/platform/soc/ff800000.bus/ff808000.ir/rc/rc0/input1\n' '[ 4.135938] meson8b-dwmac ff3f0000.ethernet: Ring ' 'mode enabled\n' '[ 4.135945] meson8b-dwmac ff3f0000.ethernet: ' 'Enable RX Mitigation via HW Watchdog Timer\n' '[ 4.158124] meson-drm ff900000.vpu: CVBS Output ' 'connector not available\n' '[ 4.170836] meson-ir ff808000.ir: receiver ' 'initialized\n' '[ 4.171439] rtc-hym8563 0-0051: no valid ' 'clock/calendar values available\n' '[ 4.186178] rtc-hym8563 0-0051: registered as ' 'rtc0\n' '[ 4.187929] rtc-hym8563 0-0051: no valid ' 'clock/calendar values available\n' '[ 4.193800] rtc-hym8563 0-0051: hctosys: unable to ' 'read the hardware clock\n' '[ 4.197513] meson-dw-hdmi ff600000.hdmi-tx: ' 'Detected HDMI TX controller v2.01a with HDCP ' '(meson_dw_hdmi_phy)\n' '[ 4.198216] Bluetooth: Core ver 2.22\n' '[ 4.198288] NET: Registered PF_BLUETOOTH protocol ' 'family\n' '[ 4.198291] Bluetooth: HCI device and connection ' 'manager initialized\n' '[ 4.198382] Bluetooth: HCI socket layer ' 'initialized\n' '[ 4.198399] Bluetooth: L2CAP socket layer ' 'initialized\n' '[ 4.198448] Bluetooth: SCO socket layer ' 'initialized\n' '[ 4.202715] panfrost ffe40000.gpu: clock rate = ' '24000000\n' '[ 4.220415] meson-dw-hdmi ff600000.hdmi-tx: ' 'registered DesignWare HDMI I2C bus driver\n' '[ 4.225382] Bluetooth: HCI UART driver ver 2.3\n' '[ 4.225383] panfrost ffe40000.gpu: error -ENODEV: ' '_opp_set_regulators: no regulator (mali) found\n' '[ 4.228142] panfrost ffe40000.gpu: mali-g52 id ' '0x7212 major 0x0 minor 0x0 status 0x0\n' '[ 4.228158] panfrost ffe40000.gpu: features: ' '00000000,00000cf7, issues: 00000000,00000400\n' '[ 4.228165] panfrost ffe40000.gpu: Features: ' 'L2:0x07110206 Shader:0x00000000 Tiler:0x00000809 ' 'Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7\n' '[ 4.228171] panfrost ffe40000.gpu: ' 'shader_present=0x3 l2_present=0x1\n' '[ 4.230703] meson-drm ff900000.vpu: bound ' 'ff600000.hdmi-tx (ops meson_dw_hdmi_ops ' '[meson_dw_hdmi])\n' '[ 4.234984] Bluetooth: HCI UART protocol H4 ' 'registered\n' '[ 4.240972] [drm] Initialized meson 1.0.0 20161109 ' 'for ff900000.vpu on minor 0\n' '[ 4.245218] Bluetooth: HCI UART protocol LL ' 'registered\n' '[ 4.250165] [drm] Initialized panfrost 1.2.0 ' '20180908 for ffe40000.gpu on minor 1\n' '[ 4.333842] Bluetooth: HCI UART protocol Broadcom ' 'registered\n' '[ 4.334582] hci_uart_bcm serial0-0: supply vbat ' 'not found, using dummy regulator\n' '[ 4.339278] Bluetooth: HCI UART protocol QCA ' 'registered\n' '[ 4.345076] mmc2: new high speed SDIO card at ' 'address 0001\n' '[ 4.346474] hci_uart_bcm serial0-0: supply vddio ' 'not found, using dummy regulator\n' '[ 4.351736] Bluetooth: HCI UART protocol Marvell ' 'registered\n' '[ 4.358538] cfg80211: Loading compiled-in X.509 ' 'certificates for regulatory database\n' "[ 4.404202] cfg80211: Loaded X.509 cert 'sforshee: " "00b28ddf47aef9cea7'\n" "[ 4.404737] cfg80211: Loaded X.509 cert 'wens: " "61c038651aabdcf94bd0ac7ff06c7248db18c600'\n" '[ 4.404791] platform regulatory.0: Direct firmware ' 'load for regulatory.db failed with error -2\n' '[ 4.404798] cfg80211: failed to load ' 'regulatory.db\n' '[ 4.541785] Console: switching to colour frame ' 'buffer device 128x48\n' '[ 4.589151] meson-drm ff900000.vpu: [drm] fb0: ' 'mesondrmfb frame buffer device\n' '[ 4.605302] brcmfmac: brcmf_fw_alloc_request: ' 'using brcm/brcmfmac4359-sdio for chip BCM4359/9\n' '[ 4.608210] brcmfmac mmc2:0001:1: Direct firmware ' 'load for brcm/brcmfmac4359-sdio.khadas,vim3.bin ' 'failed with error -2\n' '[ 4.618850] brcmfmac mmc2:0001:1: Direct firmware ' 'load for brcm/brcmfmac4359-sdio.bin failed with error ' '-2\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ # [ 4.713646] Bluetooth: hci0: BCM: chip id 121\n' '[ 4.713954] Bluetooth: hci0: BCM: features 0x0e\n' '[ 4.718360] Bluetooth: hci0: BCM4359C0\n' '[ 4.720580] Bluetooth: hci0: BCM4359C0 ' '(003.001.006) build 0000\n' '[ 4.726658] Bluetooth: hci0: BCM: firmware Patch ' 'file not found, tried:\n' '[ 4.733036] Bluetooth: hci0: BCM: ' "'brcm/BCM4359C0.khadas,vim3.hcd'\n" '[ 4.739143] Bluetooth: hci0: BCM: ' "'brcm/BCM4359C0.hcd'\n" '[ 4.744221] Bluetooth: hci0: BCM: ' "'brcm/BCM.khadas,vim3.hcd'\n" "[ 4.749829] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'\n" '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-18447603/environment\n' '/ # /lava-18447603/bin/lava-test-runner ' '/lava-18447603/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-18447603/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID[ 5.231948] \n' '=1[ 5.237600] \n' '8447603_1.1.4.1\n' '+ set +x\n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n'} 04/22/2025 07:05:41 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:05:49 PM UTC [INFO] Processing event node: 6807e7d9e51c583972a58d60 04/22/2025 07:05:49 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7d9e51c583972a58d60 04/22/2025 07:05:49 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7d9e51c583972a58d60', 'origin': 'maestro', 'comment': 'baseline-arm64 on rk3399-rock-pi-4b in lava-collabora', 'start_time': '2025-04-22T19:02:49.787000+00:00', 'environment': {'comment': 'Runtime: lava-collabora', 'compatible': ['radxa,rockpi4b', 'radxa,rockpi4', 'rockchip,rk3399'], 'misc': {'platform': 'rk3399-rock-pi-4b', 'job_url': 'https://lava.collabora.dev/scheduler/job/18447605', 'job_id': '18447605'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-collabora', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7d9e51c583972a58d60'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-6807e7d9e51c583972a58d60/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-6807e7d9e51c583972a58d60/log.txt.gz', 'log_excerpt': 'asas: 07.719.03.00-rc1\n' '[ 0.466305] tun: Universal TUN/TAP device driver, ' '1.6\n' '[ 0.468522] thunder_xcv, ver 1.0\n' '[ 0.468863] thunder_bgx, ver 1.0\n' '[ 0.469187] nicpf, ver 1.0\n' '[ 0.472118] hns3: Hisilicon Ethernet Network ' 'Driver for Hip08 Family - version\n' '[ 0.472759] hns3: Copyright (c) 2017 Huawei ' 'Corporation.\n' '[ 0.473296] hclge is initializing\n' '[ 0.473607] e1000: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.474054] e1000: Copyright (c) 1999-2006 Intel ' 'Corporation.\n' '[ 0.474603] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.475041] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 0.475599] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 0.476076] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 0.476626] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 0.477179] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 0.478516] sky2: driver version 1.30\n' '[ 0.481160] VFIO - User Level meta-driver version: ' '0.3\n' '[ 0.492273] usbcore: registered new interface ' 'driver usb-storage\n' '[ 0.496263] i2c_dev: i2c /dev entries driver\n' '[ 0.499935] /i2s@ff880000: Fixed dependency ' 'cycle(s) with /i2c@ff110000/codec@11\n' '[ 0.500663] /i2c@ff110000/codec@11: Fixed ' 'dependency cycle(s) with /i2s@ff880000\n' '[ 0.503295] dw-apb-uart ff180000.serial: Failed to ' 'create device link (0x180) with 0-001b\n' '[ 0.504092] /i2c@ff3c0000/pmic@1b: Fixed ' 'dependency cycle(s) with ' '/i2c@ff3c0000/pmic@1b/regulators/DCDC_REG4\n' '[ 0.506043] fan53555-regulator 0-0040: FAN53555 ' 'Option[8] Rev[1] Detected!\n' '[ 0.508614] fan53555-regulator 0-0041: FAN53555 ' 'Option[8] Rev[1] Detected!\n' '[ 0.519587] dw_wdt ff848000.watchdog: No valid ' 'TOPs array specified\n' '[ 0.526259] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 0.526811] sdhci: Copyright(c) Pierre Ossman\n' '[ 0.528853] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 0.531875] dwmmc_rockchip fe310000.mmc: IDMAC ' 'supports 32-bit address mode.\n' '[ 0.531965] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 0.532019] dwmmc_rockchip fe320000.mmc: IDMAC ' 'supports 32-bit address mode.\n' '[ 0.532057] dwmmc_rockchip fe320000.mmc: Using ' 'internal DMA controller.\n' '[ 0.532072] dwmmc_rockchip fe320000.mmc: Version ' 'ID is 270a\n' '[ 0.532151] dwmmc_rockchip fe320000.mmc: DW MMC ' 'controller at irq 51,32 bit host data width,256 deep ' 'fifo\n' '[ 0.532466] dwmmc_rockchip fe320000.mmc: Got CD ' 'GPIO\n' '[ 0.532567] dwmmc_rockchip fe310000.mmc: Using ' 'internal DMA controller.\n' '[ 0.536351] mmc1: CQHCI version 5.10\n' '[ 0.536583] dwmmc_rockchip fe310000.mmc: Version ' 'ID is 270a\n' '[ 0.537452] dwmmc_rockchip fe310000.mmc: DW MMC ' 'controller at irq 50,32 bit host data width,256 deep ' 'fifo\n' '[ 0.539001] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 0.542167] SMCCC: SOC_ID: ARCH_SOC_ID not ' 'implemented, skipping ....\n' '[ 0.544287] usbcore: registered new interface ' 'driver usbhid\n' '[ 0.544785] usbhid: USB HID core driver\n' '[ 0.545413] mmc_host mmc0: Bus speed (slot 0) = ' '400000Hz (slot req 400000Hz, actual 400000HZ div = ' '0)\n' '[ 0.559121] netem: version 1.3\n' '[ 0.559544] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 0.560603] IPv4 over IPsec tunneling driver\n' '[ 0.561901] NET: Registered PF_INET6 protocol ' 'family\n' '[ 0.564296] Segment Routing with IPv6\n' '[ 0.564682] In-situ OAM (IOAM) with IPv6\n' '[ 0.565029] mmc1: SDHCI controller on fe330000.mmc ' '[fe330000.mmc] using ADMA\n' '[ 0.565630] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 0.567149] NET: Registered PF_PACKET protocol ' 'family\n' '[ 0.567642] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 0.569209] 8021q: 802.1Q VLAN Support v1.8\n' '[ 0.569764] 9pnet: Installing 9P2000 support\n' '[ 0.570229] Key type dns_resolver registered\n' '[ 0.571129] registered taskstats version 1\n' '[ 0.571524] Loading compiled-in X.509 ' 'certificates\n' '[ 0.617864] dw-apb-uart ff180000.serial: Failed to ' 'create device link (0x180) with vcc3v3-sys\n' '[ 0.639492] xhci-hcd xhci-hcd.0.auto: xHCI Host ' 'Controller\n' '[ 0.640027] xhci-hcd xhci-hcd.0.auto: new USB bus ' 'registered, assigned bus number 1\n' '[ 0.640924] xhci-hcd xhci-hcd.0.auto: hcc params ' '0x0220fe64 hci version 0x110 quirks ' '0x0000008002010010\n' '[ 0.641879] xhci-hcd xhci-hcd.0.auto: irq 56, io ' 'mem 0xfe800000\n' '[ 0.642639] xhci-hcd xhci-hcd.0.auto: xHCI Host ' 'Controller\n' '[ 0.643214] xhci-hcd xhci-hcd.0.auto: new USB bus ' 'registered, assigned bus number 2\n' '[ 0.643904] xhci-hcd xhci-hcd.0.auto: Host ' 'supports USB 3.0 SuperSpeed\n' '[ 0.645572] hub 1-0:1.0: USB hub found\n' '[ 0.645978] hub 1-0:1.0: 1 port detected\n' "[ 0.646864] usb usb2: We don't know the algorithms " 'for LPM for this host, disabling LPM.\n' '[ 0.648450] hub 2-0:1.0: USB hub found\n' '[ 0.648824] hub 2-0:1.0: 1 port detected\n' '[ 0.658171] xhci-hcd xhci-hcd.1.auto: xHCI Host ' 'Controller\n' '[ 0.658704] xhci-hcd xhci-hcd.1.auto: new USB bus ' 'registered, assigned bus number 3\n' '[ 0.659531] xhci-hcd xhci-hcd.1.auto: hcc params ' '0x0220fe64 hci version 0x110 quirks ' '0x0000008002010010\n' '[ 0.660426] xhci-hcd xhci-hcd.1.auto: irq 57, io ' 'mem 0xfe900000\n' '[ 0.661184] xhci-hcd xhci-hcd.1.auto: xHCI Host ' 'Controller\n' '[ 0.661705] xhci-hcd xhci-hcd.1.auto: new USB bus ' 'registered, assigned bus number 4\n' '[ 0.662393] xhci-hcd xhci-hcd.1.auto: Host ' 'supports USB 3.0 SuperSpeed\n' '[ 0.663933] hub 3-0:1.0: USB hub found\n' '[ 0.664309] hub 3-0:1.0: 1 port detected\n' "[ 0.665165] usb usb4: We don't know the algorithms " 'for LPM for this host, disabling LPM.\n' '[ 0.666794] hub 4-0:1.0: USB hub found\n' '[ 0.667174] hub 4-0:1.0: 1 port detected\n' '[ 0.676093] ehci-platform fe380000.usb: EHCI Host ' 'Controller\n' '[ 0.676626] ehci-platform fe380000.usb: new USB ' 'bus registered, assigned bus number 5\n' '[ 0.677439] ehci-platform fe380000.usb: irq 58, io ' 'mem 0xfe380000\n' '[ 0.679473] ehci-platform fe3c0000.usb: EHCI Host ' 'Controller\n' '[ 0.680034] ehci-platform fe3c0000.usb: new USB ' 'bus registered, assigned bus number 6\n' '[ 0.680759] ohci-platform fe3a0000.usb: Generic ' 'Platform OHCI controller\n' '[ 0.680997] ehci-platform fe3c0000.usb: irq 59, io ' 'mem 0xfe3c0000\n' '[ 0.681378] ohci-platform fe3a0000.usb: new USB ' 'bus registered, assigned bus number 7\n' '[ 0.682510] rk808 0-001b: chip id: 0x0\n' '[ 0.682702] ohci-platform fe3e0000.usb: Generic ' 'Platform OHCI controller\n' '[ 0.682770] ohci-platform fe3a0000.usb: irq 60, io ' 'mem 0xfe3a0000\n' '[ 0.684082] ohci-platform fe3e0000.usb: new USB ' 'bus registered, assigned bus number 8\n' '[ 0.684869] ohci-platform fe3e0000.usb: irq 62, io ' 'mem 0xfe3e0000\n' '[ 0.691480] rk808-regulator rk808-regulator: there ' 'is no dvs0 gpio\n' '[ 0.692076] rk808-regulator rk808-regulator: there ' 'is no dvs1 gpio\n' '[ 0.693774] ehci-platform fe380000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 0.695894] hub 5-0:1.0: USB hub found\n' '[ 0.696286] hub 5-0:1.0: 1 port detected\n' '[ 0.709805] ehci-platform fe3c0000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 0.710393] dw-apb-uart ff180000.serial: Failed to ' 'create device link (0x180) with 0-001b\n' '[ 0.712078] hub 6-0:1.0: USB hub found\n' '[ 0.712471] hub 6-0:1.0: 1 port detected\n' '[ 0.715474] cpu cpu0: EM: created perf domain\n' '[ 0.717347] cpu cpu4: EM: created perf domain\n' '[ 0.725457] dwmmc_rockchip fe310000.mmc: IDMAC ' 'supports 32-bit address mode.\n' '[ 0.726149] dwmmc_rockchip fe310000.mmc: Using ' 'internal DMA controller.\n' '[ 0.726550] clk: Disabling unused clocks\n' '[ 0.726735] dwmmc_rockchip fe310000.mmc: Version ' 'ID is 270a\n' '[ 0.727588] dwmmc_rockchip fe310000.mmc: DW MMC ' 'controller at irq 50,32 bit host data width,256 deep ' 'fifo\n' '[ 0.727692] ALSA device list:\n' '[ 0.728597] dwmmc_rockchip fe310000.mmc: allocated ' 'mmc-pwrseq\n' '[ 0.728687] No soundcards found.\n' '[ 0.729190] mmc_host mmc2: card is non-removable.\n' '[ 0.741919] mmc_host mmc2: Bus speed (slot 0) = ' '400000Hz (slot req 400000Hz, actual 400000HZ div = ' '0)\n' '[ 0.746647] hub 7-0:1.0: USB hub found\n' '[ 0.747025] hub 7-0:1.0: 1 port detected\n' '[ 0.748098] hub 8-0:1.0: USB hub found\n' '[ 0.748443] hub 8-0:1.0: 1 port detected\n' '[ 0.858954] mmc_host mmc2: Bus speed (slot 0) = ' '148500000Hz (slot req 150000000Hz, actual 148500000HZ ' 'div = 0)\n' '[ 0.998241] dwmmc_rockchip fe310000.mmc: ' 'Successfully tuned phase to 169\n' '[ 1.009586] mmc2: new ultra high speed SDR104 SDIO ' 'card at address 0001\n' '[ 1.124166] Freeing initrd memory: 22300K\n' '[ 1.124823] dw-apb-uart ff1a0000.serial: forbid ' 'DMA for kernel console\n' '[ 1.129032] Freeing unused kernel memory: 7616K\n' '[ 1.129539] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 1.217840] ' 'udevd[178]: starting version 3.2.9\n' '[ 8.197650] random: crng init done\n' "[ 8.200265] udevd[178]: specified user 'tss' " 'unknown\n' "[ 8.200739] udevd[178]: specified group 'tss' " 'unknown\n' '[ 8.202224] udevd[179]: starting eudev-3.2.9\n' '[ 8.350574] cs_system_cfg: CoreSight ' 'Configuration manager initialised\n' '[ 8.357696] coresight-cpu-debug fe430000.debug: ' 'Coresight debug-CPU0 initialized\n' '[ 8.358412] rk_gmac-dwmac fe300000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 8.358991] rk_gmac-dwmac fe300000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 8.359557] rk_gmac-dwmac fe300000.ethernet: ' 'Deprecated MDIO bus assumption used\n' '[ 8.360251] rk_gmac-dwmac fe300000.ethernet: PTP ' 'uses main clock\n' '[ 8.360790] coresight-cpu-debug fe432000.debug: ' 'Coresight debug-CPU1 initialized\n' '[ 8.360960] rk_gmac-dwmac fe300000.ethernet: clock ' 'input or output? (input).\n' '[ 8.362197] rk_gmac-dwmac fe300000.ethernet: TX ' 'delay(0x28).\n' '[ 8.362279] coresight-cpu-debug fe434000.debug: ' 'Coresight debug-CPU2 initialized\n' '[ 8.362699] rk_gmac-dwmac fe300000.ethernet: RX ' 'delay(0x11).\n' '[ 8.363842] rk_gmac-dwmac fe300000.ethernet: ' 'integrated PHY? (no).\n' '[ 8.364428] rk_gmac-dwmac fe300000.ethernet: clock ' 'input from PHY\n' '[ 8.369979] rk_gmac-dwmac fe300000.ethernet: init ' 'for RGMII\n' '[ 8.370684] rk_gmac-dwmac fe300000.ethernet: User ' 'ID: 0x10, Synopsys ID: 0x35\n' '[ 8.371316] rk_gmac-dwmac fe300000.ethernet: ' '?DWMAC1000\n' '[ 8.371778] rk_gmac-dwmac fe300000.ethernet: DMA ' 'HW capability register supported\n' '[ 8.372436] rk_gmac-dwmac fe300000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 8.373091] rk_gmac-dwmac fe300000.ethernet: COE ' 'Type 2\n' '[ 8.373551] rk_gmac-dwmac fe300000.ethernet: TX ' 'Checksum insertion supported\n' '[ 8.373971] coresight-cpu-debug fe436000.debug: ' 'Coresight debug-CPU3 initialized\n' '[ 8.374385] rk_gmac-dwmac fe300000.ethernet: ' 'Wake-Up On Lan supported\n' '[ 8.375515] rk_gmac-dwmac fe300000.ethernet: ' 'Normal descriptors\n' '[ 8.376045] rk_gmac-dwmac fe300000.ethernet: Ring ' 'mode enabled\n' '[ 8.376160] coresight-cpu-debug fe610000.debug: ' 'Coresight debug-CPU4 initialized\n' '[ 8.376557] rk_gmac-dwmac fe300000.ethernet: ' 'Enable RX Mitigation via HW Watchdog Timer\n' '[ 8.379828] cfg80211: Loading compiled-in X.509 ' 'certificates for regulatory database\n' '[ 8.380791] coresight-cpu-debug fe710000.debug: ' 'Coresight debug-CPU5 initialized\n' '[ 8.386805] mc: Linux media interface: v0.10\n' '[ 8.394802] Bluetooth: Core ver 2.22\n' '[ 8.395180] NET: Registered PF_BLUETOOTH protocol ' 'family\n' '[ 8.395649] Bluetooth: HCI device and connection ' 'manager initialized\n' '[ 8.396213] Bluetooth: HCI socket layer ' 'initialized\n' '[ 8.396641] Bluetooth: L2CAP socket layer ' 'initialized\n' '[ 8.397020] videodev: Linux video capture ' 'interface: v2.00\n' '[ 8.397092] Bluetooth: SCO socket layer ' 'initialized\n' '[ 8.400156] rockchip-vop ff8f0000.vop: Adding to ' 'iommu group 2\n' '[ 8.401427] rockchip-vop ff900000.vop: Adding to ' 'iommu group 3\n' '[ 8.404149] Bluetooth: HCI UART driver ver 2.3\n' '[ 8.404573] Bluetooth: HCI UART protocol H4 ' 'registered\n' '[ 8.405146] Bluetooth: HCI UART protocol LL ' 'registered\n' '[ 8.406545] Bluetooth: HCI UART protocol Broadcom ' 'registered\n' '[ 8.407121] Bluetooth: HCI UART protocol QCA ' 'registered\n' '[ 8.408771] Bluetooth: HCI UART protocol Marvell ' 'registered\n' '[ 8.409040] rockchip-drm display-subsystem: bound ' 'ff8f0000.vop (ops vop_component_ops [rockchipdrm])\n' '[ 8.410556] [drm] unsupported AFBC ' 'format[3231564e]\n' '[ 8.412785] rockchip-drm display-subsystem: bound ' 'ff900000.vop (ops vop_component_ops [rockchipdrm])\n' '[ 8.414887] rk808-rtc rk808-rtc: registered as ' 'rtc0\n' '[ 8.415978] rk808-rtc rk808-rtc: setting system ' 'clock to 2013-01-18T08:50:46 UTC (1358499046)\n' '[ 8.417540] dwhdmi-rockchip ff940000.hdmi: ' 'Detected HDMI TX controller v2.11a with HDCP (DWC ' 'HDMI 2.0 TX PHY)\n' "[ 8.428222] cfg80211: Loaded X.509 cert 'sforshee: " "00b28ddf47aef9cea7'\n" "[ 8.429108] cfg80211: Loaded X.509 cert 'wens: " "61c038651aabdcf94bd0ac7ff06c7248db18c600'\n" '[ 8.429885] platform regulatory.0: Direct firmware ' 'load for regulatory.db failed with error -2\n' '[ 8.430641] cfg80211: failed to load ' 'regulatory.db\n' '[ 8.431817] rockchip-drm display-subsystem: bound ' 'ff940000.hdmi (ops dw_hdmi_rockchip_ops ' '[rockchipdrm])\n' '[ 8.439144] rockchip-pcie f8000000.pcie: host ' 'bridge /pcie@f8000000 ranges:\n' '[ 8.439802] rockchip-pcie f8000000.pcie: MEM ' '0x00fa000000..0x00fbdfffff -> 0x00fa000000\n' '[ 8.440553] rockchip-pcie f8000000.pcie: IO ' '0x00fbe00000..0x00fbefffff -> 0x00fbe00000\n' '[ 8.442154] [drm] Initialized rockchip 1.0.0 ' '20140818 for display-subsystem on minor 0\n' '[ 8.442204] rockchip-pcie f8000000.pcie: no ' 'vpcie12v regulator found\n' '[ 8.442903] rockchip-drm display-subsystem: [drm] ' 'Cannot find any crtc or sizes\n' '[ 8.444106] rockchip-drm display-subsystem: [drm] ' 'Cannot find any crtc or sizes\n' '[ 8.447267] rockchip-drm display-subsystem: [drm] ' 'Cannot find any crtc or sizes\n' '[ 8.508514] RTL8211F Gigabit Ethernet stmmac-0:00: ' 'attached PHY driver (mii_bus:phy_addr=stmmac-0:00, ' 'irq=POLL)\n' '[ 8.509419] RTL8211F Gigabit Ethernet stmmac-0:01: ' 'attached PHY driver (mii_bus:phy_addr=stmmac-0:01, ' 'irq=POLL)\n' '[ 8.525805] dw-apb-uart ff180000.serial: failed to ' 'request DMA\n' '[ 8.639392] hantro-vpu ff650000.video-codec: ' 'Adding to iommu group 0\n' '[ 8.640195] panfrost ff9a0000.gpu: clock rate = ' '500000000\n' '[ 8.640721] hantro-vpu ff650000.video-codec: ' 'registered rockchip,rk3399-vpu-enc as /dev/video0\n' '[ 8.641828] hantro-vpu ff650000.video-codec: ' 'registered rockchip,rk3399-vpu-dec as /dev/video1\n' '[ 8.646291] panfrost ff9a0000.gpu: mali-t860 id ' '0x860 major 0x2 minor 0x0 status 0x0\n' '[ 8.647002] panfrost ff9a0000.gpu: features: ' '00000000,00000407, issues: 00000000,24040400\n' '[ 8.647734] panfrost ff9a0000.gpu: Features: ' 'L2:0x07120206 Shader:0x00000000 Tiler:0x00000809 ' 'Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7\n' '[ 8.648774] panfrost ff9a0000.gpu: ' 'shader_present=0xf l2_present=0x1\n' '[ 8.649102] brcmfmac: brcmf_fw_alloc_request: ' 'using brcm/brcmfmac43456-sdio for chip BCM4345/9\n' '[ 8.650220] brcmfmac mmc2:0001:1: Direct firmware ' 'load for brcm/brcmfmac43456-sdio.radxa,rockpi4b.bin ' 'failed with error -2\n' '[ 8.651105] [drm] Initialized panfrost 1.2.0 ' '20180908 for ff9a0000.gpu on minor 1\n' '[ 8.651258] brcmfmac mmc2:0001:1: Direct firmware ' 'load for brcm/brcmfmac43456-sdio.bin failed with ' 'error -2\n' '[ 8.750797] Bluetooth: hci0: BCM: chip id 130\n' '[ 8.751695] Bluetooth: hci0: BCM: features 0x0f\n' '[ 8.754458] Bluetooth: hci0: BCM4345C5\n' '[ 8.754806] Bluetooth: hci0: BCM4345C5 ' '(003.006.006) build 0000\n' '[ 8.755628] Bluetooth: hci0: BCM: firmware Patch ' 'file not found, tried:\n' '[ 8.756217] Bluetooth: hci0: BCM: ' "'brcm/BCM4345C5.radxa,rockpi4b.hcd'\n" '[ 8.756788] Bluetooth: hci0: BCM: ' "'brcm/BCM4345C5.hcd'\n" '[ 8.757245] Bluetooth: hci0: BCM: ' "'brcm/BCM.radxa,rockpi4b.hcd'\n" "[ 8.757812] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'\n" '[ 8.787942] Bluetooth: hci0: Opcode 0x2031 failed: ' '-22\n' '[ 9.001743] rockchip-pcie f8000000.pcie: PCIe link ' 'training gen1 timeout!\n' '[ 9.002420] rockchip-pcie: probe of f8000000.pcie ' 'failed with error -110\n' '[ 9.656858] brcmfmac: brcmf_sdio_htclk: HT Avail ' 'timeout (1000000): clkctl 0x50\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-18447605/environment\n' '/ # /lava-18447605/bin/lava-test-runner ' '/lava-18447605/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-18447605/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=18447605_1.1.4.1\n' '+ set +x\n' '[ 16.238445] \n' "+ echo 'Hello World!'\n" 'Hello World!\n' '[ 16.239206] \n' '+ set +x\n' '\n' '/ #\n'} 04/22/2025 07:05:49 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:05:55 PM UTC [INFO] Processing event node: 6807e7d7e51c583972a58d4e 04/22/2025 07:05:56 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7d7e51c583972a58d4e 04/22/2025 07:05:56 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7d7e51c583972a58d4e', 'origin': 'maestro', 'comment': 'baseline-arm64 on bcm2711-rpi-4-b in lava-collabora', 'start_time': '2025-04-22T19:02:47.622000+00:00', 'environment': {'comment': 'Runtime: lava-collabora', 'compatible': ['raspberrypi,4-model-b', 'brcm,bcm2711'], 'misc': {'platform': 'bcm2711-rpi-4-b', 'job_url': 'https://lava.collabora.dev/scheduler/job/18447602', 'job_id': '18447602'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-collabora', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7d7e51c583972a58d4e'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-6807e7d7e51c583972a58d4e/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-6807e7d7e51c583972a58d4e/log.txt.gz', 'log_excerpt': "or 'power_allocator'\n" '[ 0.265734] cpuidle: using governor menu\n' '[ 0.276503] hw-breakpoint: found 6 breakpoint and ' '4 watchpoint registers.\n' '[ 0.283477] ASID allocator initialised with 32768 ' 'entries\n' '[ 0.290979] Serial: AMBA PL011 UART driver\n' '[ 0.300058] /soc/interrupt-controller@40041000: ' 'Fixed dependency cycle(s) with ' '/soc/interrupt-controller@40041000\n' '[ 0.329825] KASLR enabled\n' '[ 0.343306] HugeTLB: registered 1.00 GiB page ' 'size, pre-allocated 0 pages\n' '[ 0.350197] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 1.00 GiB page\n' '[ 0.356570] HugeTLB: registered 32.0 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.363435] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 32.0 MiB page\n' '[ 0.369774] HugeTLB: registered 2.00 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.376638] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 2.00 MiB page\n' '[ 0.382976] HugeTLB: registered 64.0 KiB page ' 'size, pre-allocated 0 pages\n' '[ 0.389839] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 64.0 KiB page\n' '[ 0.397988] ACPI: Interpreter disabled.\n' '[ 0.404605] iommu: Default domain type: ' 'Translated\n' '[ 0.409550] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.416164] SCSI subsystem initialized\n' '[ 0.420339] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.425936] usbcore: registered new interface ' 'driver hub\n' '[ 0.431339] usbcore: registered new device driver ' 'usb\n' '[ 0.437383] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.442409] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.451656] PTP clock support registered\n' '[ 0.455785] EDAC MC: Ver: 3.0.0\n' '[ 0.460555] FPGA manager framework\n' '[ 0.464087] Advanced Linux Sound Architecture ' 'Driver Initialized.\n' '[ 0.471119] vgaarb: loaded\n' '[ 0.474149] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.480559] VFS: Disk quotas dquot_6.6.0\n' '[ 0.484581] VFS: Dquot-cache hash table entries: ' '512 (order 0, 4096 bytes)\n' '[ 0.491751] pnp: PnP ACPI: disabled\n' '[ 0.503470] NET: Registered PF_INET protocol ' 'family\n' '[ 0.509087] IP idents hash table entries: 131072 ' '(order: 8, 1048576 bytes, linear)\n' '[ 0.525082] tcp_listen_portaddr_hash hash table ' 'entries: 4096 (order: 4, 65536 bytes, linear)\n' '[ 0.533855] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.541719] TCP established hash table entries: ' '65536 (order: 7, 524288 bytes, linear)\n' '[ 0.550151] TCP bind hash table entries: 65536 ' '(order: 9, 2097152 bytes, linear)\n' '[ 0.560252] TCP: Hash tables configured ' '(established 65536 bind 65536)\n' '[ 0.567274] MPTCP token hash table entries: 8192 ' '(order: 5, 196608 bytes, linear)\n' '[ 0.575216] UDP hash table entries: 4096 (order: ' '5, 131072 bytes, linear)\n' '[ 0.582195] UDP-Lite hash table entries: 4096 ' '(order: 5, 131072 bytes, linear)\n' '[ 0.589730] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.595929] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.601933] RPC: Registered udp transport module.\n' '[ 0.606693] RPC: Registered tcp transport module.\n' '[ 0.611451] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.617972] PCI: CLS 0 bytes, default 64\n' '[ 0.622261] Unpacking initramfs...\n' '[ 0.631222] hw perfevents: enabled with ' 'armv8_cortex_a72 PMU driver, 7 counters available\n' '[ 0.639759] kvm [1]: IPA Size Limit: 44 bits\n' '[ 0.646228] kvm [1]: vgic interrupt IRQ9\n' '[ 0.650345] kvm [1]: Hyp mode initialized ' 'successfully\n' '[ 0.656965] Initialise system trusted keyrings\n' '[ 0.661743] workingset: timestamp_bits=42 ' 'max_order=21 bucket_order=0\n' '[ 0.676095] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.682791] NFS: Registering the id_resolver key ' 'type\n' '[ 0.687953] Key type id_resolver registered\n' '[ 0.692199] Key type id_legacy registered\n' '[ 0.696362] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.703148] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.710846] 9p: Installing v9fs 9p2000 file system ' 'support\n' '[ 0.781622] Key type asymmetric registered\n' "[ 0.785783] Asymmetric key parser 'x509' " 'registered\n' '[ 0.790798] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 245)\n' '[ 0.798289] io scheduler mq-deadline registered\n' '[ 0.802872] io scheduler kyber registered\n' '[ 0.808396] irq_brcmstb_l2: registered L2 intc ' '(/soc/interrupt-controller@7ef00100, parent irq: 18)\n' '[ 0.835044] EINJ: ACPI disabled.\n' '[ 0.869307] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 0.877936] printk: console [ttyS1] disabled\n' '[ 0.882363] fe215040.serial: ttyS1 at MMIO ' '0xfe215040 (irq = 29, base_baud = 62499999) is a ' '16550\n' '[ 0.891401] printk: console [ttyS1] enabled\n' '[ 0.891401] printk: console [ttyS1] enabled\n' '[ 0.899909] printk: bootconsole [uart0] disabled\n' '[ 0.899909] printk: bootconsole [uart0] disabled\n' '[ 0.911408] SuperH (H)SCI(F) driver initialized\n' '[ 0.916723] msm_serial: driver initialized\n' '[ 0.929801] loop: module loaded\n' '[ 0.934378] bcm2835-power bcm2835-power: Broadcom ' 'BCM2835 power domains driver\n' '[ 0.942848] megasas: 07.719.03.00-rc1\n' '[ 0.954057] tun: Universal TUN/TAP device driver, ' '1.6\n' '[ 0.960363] thunder_xcv, ver 1.0\n' '[ 0.963729] thunder_bgx, ver 1.0\n' '[ 0.967053] nicpf, ver 1.0\n' '[ 0.971525] hns3: Hisilicon Ethernet Network ' 'Driver for Hip08 Family - version\n' '[ 0.978872] hns3: Copyright (c) 2017 Huawei ' 'Corporation.\n' '[ 0.984350] hclge is initializing\n' '[ 0.987741] e1000: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.992695] e1000: Copyright (c) 1999-2006 Intel ' 'Corporation.\n' '[ 0.998660] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.003719] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 1.009784] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 1.015270] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 1.020983] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 1.027351] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 1.033925] sky2: driver version 1.30\n' '[ 1.039174] VFIO - User Level meta-driver version: ' '0.3\n' '[ 1.048634] usbcore: registered new interface ' 'driver usb-storage\n' '[ 1.057085] i2c_dev: i2c /dev entries driver\n' '[ 1.064249] brcmstb-i2c fef04500.i2c: @97500hz ' 'registered in polling mode\n' '[ 1.071700] brcmstb-i2c fef09500.i2c: @97500hz ' 'registered in polling mode\n' '[ 1.083208] bcm2835-wdt bcm2835-wdt: Broadcom ' 'BCM2835 watchdog timer\n' '[ 1.092454] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 1.098750] sdhci: Copyright(c) Pierre Ossman\n' '[ 1.104219] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 1.111689] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 1.120612] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 1.129749] usbcore: registered new interface ' 'driver usbhid\n' '[ 1.135428] usbhid: USB HID core driver\n' '[ 1.140780] bcm2835-mbox fe00b880.mailbox: mailbox ' 'enabled\n' '[ 1.153658] netem: version 1.3\n' '[ 1.156933] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.163003] IPv4 over IPsec tunneling driver\n' '[ 1.168211] NET: Registered PF_INET6 protocol ' 'family\n' '[ 1.174792] Segment Routing with IPv6\n' '[ 1.178576] In-situ OAM (IOAM) with IPv6\n' '[ 1.183248] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.190296] NET: Registered PF_PACKET protocol ' 'family\n' '[ 1.195483] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 1.208856] 8021q: 802.1Q VLAN Support v1.8\n' '[ 1.213277] 9pnet: Installing 9P2000 support\n' '[ 1.217701] Key type dns_resolver registered\n' '[ 1.222493] registered taskstats version 1\n' '[ 1.226705] Loading compiled-in X.509 ' 'certificates\n' '[ 1.240883] fe201000.serial: ttyAMA0 at MMIO ' '0xfe201000 (irq = 32, base_baud = 0) is a PL011 rev3\n' '[ 1.250107] serial serial0: tty port ttyAMA0 ' 'registered\n' '[ 1.257903] raspberrypi-firmware soc:firmware: ' 'Attached to firmware from 2021-02-25T12:10:40\n' '[ 1.268419] uart-pl011 fe201000.serial: Failed to ' 'create device link (0x180) with soc:firmware:gpio\n' '[ 1.287522] sdhci-iproc fe300000.mmc: allocated ' 'mmc-pwrseq\n' '[ 1.303740] clk: Disabling unused clocks\n' '[ 1.307882] ALSA device list:\n' '[ 1.310913] No soundcards found.\n' '[ 1.323552] mmc0: SDHCI controller on fe300000.mmc ' '[fe300000.mmc] using PIO\n' '[ 1.342178] mmc1: SDHCI controller on fe340000.mmc ' '[fe340000.mmc] using ADMA\n' '[ 1.423192] mmc0: new high speed SDIO card at ' 'address 0001\n' '[ 1.458227] mmc1: new ultra high speed DDR50 SDHC ' 'card at address 0001\n' '[ 1.465706] mmcblk1: mmc1:0001 SD 14.8 GiB\n' '[ 1.472367] mmcblk1: p1 p2 p3 p4\n' '[ 2.328720] Freeing initrd memory: 22300K\n' '[ 2.339233] Freeing unused kernel memory: 7616K\n' '[ 2.344088] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 2.429637] ' 'udevd[142]: starting version 3.2.9\n' '[ 3.426159] random: crng init done\n' "[ 3.435959] udevd[142]: specified user 'tss' " 'unknown\n' "[ 3.441126] udevd[142]: specified group 'tss' " 'unknown\n' '[ 3.448015] udevd[143]: starting eudev-3.2.9\n' '[ 3.737966] brcm-pcie fd500000.pcie: host bridge ' '/scb/pcie@7d500000 ranges:\n' '[ 3.738006] usb_phy_generic phy: supply vcc not ' 'found, using dummy regulator\n' '[ 3.755673] brcm-pcie fd500000.pcie: No bus ' 'range found for /scb/pcie@7d500000, using [bus ' '00-ff]\n' '[ 3.775434] usb_phy_generic phy: dummy supplies ' 'not allowed for exclusive requests\n' '[ 3.777124] brcm-pcie fd500000.pcie: MEM ' '0x0600000000..0x0603ffffff -> 0x00f8000000\n' '[ 3.791579] dwc2 fe980000.usb: supply vusb_d not ' 'found, using dummy regulator\n' '[ 3.799254] dwc2 fe980000.usb: supply vusb_a not ' 'found, using dummy regulator\n' '[ 3.806872] brcm-pcie fd500000.pcie: IB MEM ' '0x0000000000..0x00bfffffff -> 0x0400000000\n' '[ 3.815514] dwc2 fe980000.usb: Configuration ' 'mismatch. dr_mode forced to host\n' '[ 3.836125] brcm-pcie fd500000.pcie: PCI host ' 'bridge to bus 0000:00\n' '[ 3.836819] iproc-rng200 fe104000.rng: hwrng ' 'registered\n' '[ 3.837058] bcmgenet fd580000.ethernet: GENET 5.0 ' 'EPHY: 0x0000\n' '[ 3.842541] pci_bus 0000:00: root bus resource ' '[bus 00-ff]\n' '[ 3.842560] pci_bus 0000:00: root bus resource ' '[mem 0x600000000-0x603ffffff] (bus address ' '[0xf8000000-0xfbffffff])\n' '[ 3.870036] pci 0000:00:00.0: [14e4:2711] type 01 ' 'class 0x060400\n' '[ 3.876562] dwc2 fe980000.usb: DWC OTG Controller\n' '[ 3.881444] dwc2 fe980000.usb: new USB bus ' 'registered, assigned bus number 1\n' '[ 3.888704] dwc2 fe980000.usb: irq 37, io mem ' '0xfe980000\n' '[ 3.889317] pci 0000:00:00.0: PME# supported from ' 'D0 D3hot\n' '[ 3.895074] hub 1-0:1.0: USB hub found\n' '[ 3.901147] Bluetooth: Core ver 2.22\n' '[ 3.903666] hub 1-0:1.0: 1 port detected\n' '[ 3.907459] NET: Registered PF_BLUETOOTH protocol ' 'family\n' '[ 3.917680] Bluetooth: HCI device and connection ' 'manager initialized\n' '[ 3.924621] Bluetooth: HCI socket layer ' 'initialized\n' '[ 3.929707] pci_bus 0000:01: supply vpcie3v3 not ' 'found, using dummy regulator\n' '[ 3.929929] Bluetooth: L2CAP socket layer ' 'initialized\n' '[ 3.937178] pci_bus 0000:01: supply vpcie3v3aux ' 'not found, using dummy regulator\n' '[ 3.942456] Bluetooth: SCO socket layer ' 'initialized\n' '[ 3.949744] pci_bus 0000:01: supply vpcie12v not ' 'found, using dummy regulator\n' '[ 3.967431] Bluetooth: HCI UART driver ver 2.3\n' '[ 3.972279] Bluetooth: HCI UART protocol H4 ' 'registered\n' '[ 3.979606] cfg80211: Loading compiled-in X.509 ' 'certificates for regulatory database\n' '[ 3.983966] Bluetooth: HCI UART protocol LL ' 'registered\n' '[ 3.995308] Bluetooth: HCI UART protocol Broadcom ' 'registered\n' '[ 4.001322] hci_uart_bcm serial0-0: supply vbat ' 'not found, using dummy regulator\n' '[ 4.002885] Bluetooth: HCI UART protocol QCA ' 'registered\n' '[ 4.005354] unimac-mdio unimac-mdio.-19: Broadcom ' 'UniMAC MDIO bus\n' '[ 4.014983] hci_uart_bcm serial0-0: supply vddio ' 'not found, using dummy regulator\n' '[ 4.020716] brcm-pcie fd500000.pcie: link up, 5.0 ' 'GT/s PCIe x1 (SSC)\n' '[ 4.021666] Bluetooth: HCI UART protocol Marvell ' 'registered\n' '[ 4.041063] pci 0000:01:00.0: [1106:3483] type 00 ' 'class 0x0c0330\n' '[ 4.047542] pci 0000:01:00.0: reg 0x10: [mem ' '0x00000000-0x00000fff 64bit]\n' '[ 4.055154] pci 0000:01:00.0: PME# supported from ' 'D0 D3hot\n' '[ 4.058853] [drm] Initialized v3d 1.0.0 20180419 ' 'for fec00000.gpu on minor 0\n' "[ 4.064704] cfg80211: Loaded X.509 cert 'sforshee: " "00b28ddf47aef9cea7'\n" '[ 4.073503] raspberrypi-firmware soc:firmware: ' 'Request 0x00030066 returned status 0x80000001\n' '[ 4.074732] pci 0000:00:00.0: BAR 14: assigned ' '[mem 0x600000000-0x6000fffff]\n' "[ 4.077227] cfg80211: Loaded X.509 cert 'wens: " "61c038651aabdcf94bd0ac7ff06c7248db18c600'\n" '[ 4.077346] platform regulatory.0: Direct firmware ' 'load for regulatory.db failed with error -2\n' '[ 4.077362] cfg80211: failed to load ' 'regulatory.db\n' "[ 4.083207] vc4-drm gpu: [drm] Couldn't stop " 'firmware display driver: -22\n' '[ 4.090697] pci 0000:01:00.0: BAR 0: assigned [mem ' '0x600000000-0x600000fff 64bit]\n' '[ 4.098936] vc4-drm gpu: bound fe400000.hvs (ops ' 'vc4_hvs_ops [vc4])\n' '[ 4.107445] pci 0000:00:00.0: PCI bridge to [bus ' '01]\n' '[ 4.107461] pci 0000:00:00.0: bridge window [mem ' '0x600000000-0x6000fffff]\n' '[ 4.145721] pcieport 0000:00:00.0: enabling device ' '(0000 -> 0002)\n' '[ 4.146592] vc4-drm gpu: bound fef00700.hdmi (ops ' 'vc4_hdmi_ops [vc4])\n' '[ 4.152212] uart-pl011 fe201000.serial: no DMA ' 'platform data\n' '[ 4.152823] pcieport 0000:00:00.0: PME: Signaling ' 'with IRQ 42\n' '[ 4.170549] pcieport 0000:00:00.0: AER: enabled ' 'with IRQ 42\n' '[ 4.178228] vc4-drm gpu: bound fef05700.hdmi (ops ' 'vc4_hdmi_ops [vc4])\n' '[ 4.185436] vc4-drm gpu: bound fe004000.txp (ops ' 'vc4_txp_ops [vc4])\n' '[ 4.192464] vc4-drm gpu: bound fe206000.pixelvalve ' '(ops vc4_crtc_ops [vc4])\n' '[ 4.199888] vc4-drm gpu: bound fe207000.pixelvalve ' '(ops vc4_crtc_ops [vc4])\n' '[ 4.207199] vc4-drm gpu: bound fe20a000.pixelvalve ' '(ops vc4_crtc_ops [vc4])\n' '[ 4.214429] vc4-drm gpu: bound fe216000.pixelvalve ' '(ops vc4_crtc_ops [vc4])\n' '[ 4.223594] [drm] Initialized vc4 0.0.0 20140616 ' 'for gpu on minor 1\n' '[ 4.230420] vc4-drm gpu: [drm] Cannot find any ' 'crtc or sizes\n' '[ 4.236743] vc4-drm gpu: [drm] Cannot find any ' 'crtc or sizes\n' '[ 4.242852] vc4-drm gpu: [drm] Cannot find any ' 'crtc or sizes\n' '[ 4.309075] brcmfmac: brcmf_fw_alloc_request: ' 'using brcm/brcmfmac43455-sdio for chip BCM4345/6\n' '[ 4.317898] brcmfmac mmc0:0001:1: Direct firmware ' 'load for ' 'brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin ' 'failed with error -2\n' '[ 4.329773] brcmfmac mmc0:0001:1: Direct firmware ' 'load for brcm/brcmfmac43455-sdio.bin failed with ' 'error -2\n' '[ 4.352701] xhci_hcd 0000:01:00.0: xHCI Host ' 'Controller\n' '[ 4.358103] xhci_hcd 0000:01:00.0: new USB bus ' 'registered, assigned bus number 2\n' '[ 4.366456] xhci_hcd 0000:01:00.0: hcc params ' '0x002841eb hci version 0x100 quirks ' '0x0000200000000890\n' '[ 4.376415] xhci_hcd 0000:01:00.0: xHCI Host ' 'Controller\n' '[ 4.381774] xhci_hcd 0000:01:00.0: new USB bus ' 'registered, assigned bus number 3\n' '[ 4.389331] xhci_hcd 0000:01:00.0: Host supports ' 'USB 3.0 SuperSpeed\n' '[ 4.396177] hub 2-0:1.0: USB hub found\n' '[ 4.400076] hub 2-0:1.0: 1 port detected\n' '[ 4.404831] hub 3-0:1.0: USB hub found\n' '[ 4.408701] hub 3-0:1.0: 4 ports detected\n' '[ 4.410756] Bluetooth: hci0: BCM: chip id 107\n' '[ 4.417534] Bluetooth: hci0: BCM: features 0x2f\n' 'done\n' '[ 4.423662] Bluetooth: hci0: BCM4345C0\n' '[ 4.427515] Bluetooth: hci0: BCM4345C0 ' '(003.001.025) build 0000\n' 'Saving r[ 4.433679] Bluetooth: hci0: BCM: firmware ' 'Patch file not found, tried:\n' 'andom se[ 4.441000] Bluetooth: hci0: BCM: ' "'brcm/BCM4345C0.raspberrypi,4-model-b.hcd'\n" 'ed: OK\n' '[ 4.448886] Bluetooth: hci0: BCM: ' "'brcm/BCM4345C0.hcd'\n" 'Starting[ 4.454770] Bluetooth: hci0: BCM: ' "'brcm/BCM.raspberrypi,4-model-b.hcd'\n" 'network[ 4.462090] Bluetooth: hci0: BCM: ' "'brcm/BCM.hcd'\n" ': OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #[ 4.658175] usb 2-1: new high-speed USB ' 'device number 2 using xhci_hcd\n' '/ # export SHELL=/bin/sh\n' '/ # [ 4.814476] hub 2-1:1.0: USB hub found\n' '[ 4.818578] hub 2-1:1.0: 4 ports detected\n' '. /lava-18447602/environment\n' '/ # /lava-18447602/bin/lava-test-runner ' '/lava-18447602/0\n' "+ export 'TESTRUN_ID=0_dme[ 5.041587] " '\n' "sg'\n" '+ c[ 5.047776] \n' 'd /lava-18447602/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=18447602_1.1.4.1\n' '+ set +x\n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n'} 04/22/2025 07:05:56 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:05:58 PM UTC [INFO] Processing event node: 6807e7e6e51c583972a58d9c 04/22/2025 07:05:58 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7e6e51c583972a58d9c 04/22/2025 07:05:58 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7e6e51c583972a58d9c', 'origin': 'maestro', 'comment': 'baseline-arm64-clabbe on sun50i-h6-orangepi-3 in ' 'lava-clabbe', 'start_time': '2025-04-22T19:03:02.682000+00:00', 'environment': {'comment': 'Runtime: lava-clabbe', 'compatible': ['xunlong,orangepi-3', 'allwinner,sun50i-h6'], 'misc': {'platform': 'sun50i-h6-orangepi-3', 'job_url': 'https://lava.montjoie.ovh/scheduler/job/476180', 'job_id': '476180'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-clabbe', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7e6e51c583972a58d9c'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-clabbe-6807e7e6e51c583972a58d9c/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-clabbe-6807e7e6e51c583972a58d9c/log.txt.gz', 'log_excerpt': 'cated 0 pages\n' '[ 0.560468] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 1.00 GiB page\n' '[ 0.567389] HugeTLB: registered 32.0 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.574841] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 32.0 MiB page\n' '[ 0.581722] HugeTLB: registered 2.00 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.589172] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 2.00 MiB page\n' '[ 0.596052] HugeTLB: registered 64.0 KiB page ' 'size, pre-allocated 0 pages\n' '[ 0.603502] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 64.0 KiB page\n' '[ 0.612294] ACPI: Interpreter disabled.\n' '[ 0.619902] iommu: Default domain type: ' 'Translated\n' '[ 0.625279] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.632463] SCSI subsystem initialized\n' '[ 0.636985] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.643056] usbcore: registered new interface ' 'driver hub\n' '[ 0.648918] usbcore: registered new device driver ' 'usb\n' '[ 0.655482] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.660935] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.670974] PTP clock support registered\n' '[ 0.675414] EDAC MC: Ver: 3.0.0\n' '[ 0.680408] FPGA manager framework\n' '[ 0.684242] Advanced Linux Sound Architecture ' 'Driver Initialized.\n' '[ 0.691918] vgaarb: loaded\n' '[ 0.695254] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.702195] VFS: Disk quotas dquot_6.6.0\n' '[ 0.706563] VFS: Dquot-cache hash table entries: ' '512 (order 0, 4096 bytes)\n' '[ 0.714327] pnp: PnP ACPI: disabled\n' '[ 0.726079] NET: Registered PF_INET protocol ' 'family\n' '[ 0.731634] IP idents hash table entries: 16384 ' '(order: 5, 131072 bytes, linear)\n' '[ 0.741044] tcp_listen_portaddr_hash hash table ' 'entries: 512 (order: 1, 8192 bytes, linear)\n' '[ 0.750279] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.758798] TCP established hash table entries: ' '8192 (order: 4, 65536 bytes, linear)\n' '[ 0.767370] TCP bind hash table entries: 8192 ' '(order: 6, 262144 bytes, linear)\n' '[ 0.775587] TCP: Hash tables configured ' '(established 8192 bind 8192)\n' '[ 0.782771] MPTCP token hash table entries: 1024 ' '(order: 2, 24576 bytes, linear)\n' '[ 0.790959] UDP hash table entries: 512 (order: 2, ' '16384 bytes, linear)\n' '[ 0.798255] UDP-Lite hash table entries: 512 ' '(order: 2, 16384 bytes, linear)\n' '[ 0.806139] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.812770] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.819286] RPC: Registered udp transport module.\n' '[ 0.824453] RPC: Registered tcp transport module.\n' '[ 0.829617] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.836695] PCI: CLS 0 bytes, default 64\n' '[ 0.841257] Unpacking initramfs...\n' '[ 0.852153] hw perfevents: enabled with ' 'armv8_cortex_a53 PMU driver, 7 counters available\n' '[ 0.861809] kvm [1]: IPA Size Limit: 40 bits\n' '[ 0.868807] kvm [1]: vgic interrupt IRQ9\n' '[ 0.873306] kvm [1]: Hyp mode initialized ' 'successfully\n' '[ 0.880724] Initialise system trusted keyrings\n' '[ 0.885965] workingset: timestamp_bits=42 ' 'max_order=18 bucket_order=0\n' '[ 0.901978] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.909349] NFS: Registering the id_resolver key ' 'type\n' '[ 0.914989] Key type id_resolver registered\n' '[ 0.919606] Key type id_legacy registered\n' '[ 0.924187] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.931570] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.939968] 9p: Installing v9fs 9p2000 file system ' 'support\n' '[ 0.996172] Key type asymmetric registered\n' "[ 1.000699] Asymmetric key parser 'x509' " 'registered\n' '[ 1.006185] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 245)\n' '[ 1.014329] io scheduler mq-deadline registered\n' '[ 1.019317] io scheduler kyber registered\n' '[ 1.039957] EINJ: ACPI disabled.\n' '[ 1.074291] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 1.085256] SuperH (H)SCI(F) driver initialized\n' '[ 1.091163] msm_serial: driver initialized\n' '[ 1.098195] cacheinfo: Unable to detect cache ' 'hierarchy for CPU 0\n' '[ 1.111535] loop: module loaded\n' '[ 1.116470] megasas: 07.719.03.00-rc1\n' '[ 1.129283] tun: Universal TUN/TAP device driver, ' '1.6\n' '[ 1.136563] thunder_xcv, ver 1.0\n' '[ 1.140234] thunder_bgx, ver 1.0\n' '[ 1.143898] nicpf, ver 1.0\n' '[ 1.149000] hns3: Hisilicon Ethernet Network ' 'Driver for Hip08 Family - version\n' '[ 1.156991] hns3: Copyright (c) 2017 Huawei ' 'Corporation.\n' '[ 1.163016] hclge is initializing\n' '[ 1.166727] e1000: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.172115] e1000: Copyright (c) 1999-2006 Intel ' 'Corporation.\n' '[ 1.178569] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.184047] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 1.190666] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 1.196623] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 1.202889] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 1.209804] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 1.217116] sky2: driver version 1.30\n' '[ 1.222912] VFIO - User Level meta-driver version: ' '0.3\n' '[ 1.233527] usbcore: registered new interface ' 'driver usb-storage\n' '[ 1.243485] sun6i-rtc 7000000.rtc: registered as ' 'rtc0\n' '[ 1.249093] sun6i-rtc 7000000.rtc: setting system ' 'clock to 1970-01-01T00:00:29 UTC (29)\n' '[ 1.258108] sun6i-rtc 7000000.rtc: RTC enabled\n' '[ 1.263799] i2c_dev: i2c /dev entries driver\n' '[ 1.278333] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 1.285154] sdhci: Copyright(c) Pierre Ossman\n' '[ 1.291395] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 1.299949] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 1.309338] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 1.318338] SMCCC: SOC_ID: ID = jep106:091e:1728 ' 'Revision = 0x00000001\n' '[ 1.327096] usbcore: registered new interface ' 'driver usbhid\n' '[ 1.333251] usbhid: USB HID core driver\n' '[ 1.348138] netem: version 1.3\n' '[ 1.351647] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.358412] IPv4 over IPsec tunneling driver\n' '[ 1.364288] NET: Registered PF_INET6 protocol ' 'family\n' '[ 1.371420] Segment Routing with IPv6\n' '[ 1.375537] In-situ OAM (IOAM) with IPv6\n' '[ 1.380603] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.388408] NET: Registered PF_PACKET protocol ' 'family\n' '[ 1.394086] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 1.408620] 8021q: 802.1Q VLAN Support v1.8\n' '[ 1.413453] 9pnet: Installing 9P2000 support\n' '[ 1.418290] Key type dns_resolver registered\n' '[ 1.423573] registered taskstats version 1\n' '[ 1.428150] Loading compiled-in X.509 ' 'certificates\n' '[ 1.452763] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with ' '/soc/bus@1000000/mixer@100000\n' '[ 1.462547] /soc/bus@1000000/mixer@100000: Fixed ' 'dependency cycle(s) with /soc/tcon-top@6510000\n' '[ 1.480388] sun50i-h6-r-pinctrl 7022000.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 1.510262] sun50i-h6-r-pinctrl 7022000.pinctrl: ' 'supply vcc-pm not found, using dummy regulator\n' '[ 1.531443] sun50i-h6-r-pinctrl 7022000.pinctrl: ' 'supply vcc-pl not found, using dummy regulator\n' '[ 1.542453] sunxi-rsb 7083000.rsb: RSB running at ' '3000000 Hz\n' '[ 1.549175] axp20x-rsb sunxi-rsb-745: AXP20x ' 'variant AXP806 found\n' '[ 1.556426] axp20x-rsb sunxi-rsb-745: ' 'mask_invert=true is deprecated; please switch to ' 'unmask_base\n' '[ 1.572283] axp20x-rsb sunxi-rsb-745: AXP20X ' 'driver loaded\n' '[ 1.585354] sun50i-h6-pinctrl 300b000.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 1.595117] sun50i-h6-pinctrl 300b000.pinctrl: ' 'supply vcc-ph not found, using dummy regulator\n' '[ 1.605273] printk: console [ttyS0] disabled\n' '[ 1.630481] 5000000.serial: ttyS0 at MMIO ' '0x5000000 (irq = 234, base_baud = 1500000) is a ' '16550A\n' '[ 1.640235] printk: console [ttyS0] enabled\n' '[ 1.640235] printk: console [ttyS0] enabled\n' '[ 1.649069] printk: bootconsole [uart0] disabled\n' '[ 1.649069] printk: bootconsole [uart0] disabled\n' '[ 1.682256] 5000400.serial: ttyS1 at MMIO ' '0x5000400 (irq = 235, base_baud = 1500000) is a ' '16550A\n' '[ 1.691335] serial serial0: tty port ttyS1 ' 'registered\n' '[ 1.715645] sun50i-h6-pinctrl 300b000.pinctrl: ' 'supply vcc-pf not found, using dummy regulator\n' '[ 1.719861] sunxi-mmc 4021000.mmc: allocated ' 'mmc-pwrseq\n' '[ 1.725340] sunxi-mmc 4020000.mmc: Got CD GPIO\n' '[ 1.735598] ehci-platform 5101000.usb: EHCI Host ' 'Controller\n' '[ 1.737499] ehci-platform 5311000.usb: EHCI Host ' 'Controller\n' '[ 1.737546] ohci-platform 5101400.usb: Generic ' 'Platform OHCI controller\n' '[ 1.737570] ohci-platform 5101400.usb: new USB bus ' 'registered, assigned bus number 1\n' '[ 1.737699] ohci-platform 5101400.usb: irq 241, io ' 'mem 0x05101400\n' '[ 1.740288] ohci-platform 5311400.usb: Generic ' 'Platform OHCI controller\n' '[ 1.740317] ohci-platform 5311400.usb: new USB bus ' 'registered, assigned bus number 2\n' '[ 1.740463] ohci-platform 5311400.usb: irq 242, io ' 'mem 0x05311400\n' '[ 1.741284] ehci-platform 5101000.usb: new USB bus ' 'registered, assigned bus number 3\n' '[ 1.747674] clk: Disabling unused clocks\n' '[ 1.753850] ehci-platform 5101000.usb: irq 239, io ' 'mem 0x05101000\n' '[ 1.759914] sunxi-mmc 4022000.mmc: initialized, ' 'max. request size: 2048 KB, uses new timings mode\n' '[ 1.761300] ehci-platform 5311000.usb: new USB bus ' 'registered, assigned bus number 4\n' '[ 1.762400] ALSA device list:\n' '[ 1.762410] No soundcards found.\n' '[ 1.762554] sunxi-mmc 4020000.mmc: initialized, ' 'max. request size: 16384 KB, uses new timings mode\n' '[ 1.783298] ehci-platform 5101000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 1.788275] ehci-platform 5311000.usb: irq 240, io ' 'mem 0x05311000\n' '[ 1.796400] hub 3-0:1.0: USB hub found\n' '[ 1.819294] ehci-platform 5311000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 1.822403] hub 3-0:1.0: 1 port detected\n' '[ 1.849962] mmc1: host does not support reading ' 'read-only switch, assuming write-enable\n' '[ 1.868078] hub 1-0:1.0: USB hub found\n' '[ 1.873815] mmc1: new high speed SDHC card at ' 'address 59b4\n' '[ 1.875599] hub 1-0:1.0: 1 port detected\n' '[ 1.881989] mmcblk1: mmc1:59b4 USDU1 7.51 GiB\n' '[ 1.886338] hub 2-0:1.0: USB hub found\n' '[ 1.891832] mmcblk1: p1\n' '[ 1.893311] hub 2-0:1.0: 1 port detected\n' '[ 1.900897] hub 4-0:1.0: USB hub found\n' '[ 1.904734] hub 4-0:1.0: 1 port detected\n' '[ 1.926291] mmc2: new DDR MMC card at address ' '0001\n' '[ 1.932064] mmcblk2: mmc2:0001 8GTF4R 7.28 GiB\n' '[ 1.938783] mmcblk2: p1 p2 p3 < p5 p6 p7 p8 p9 ' 'p10 p11 p12 p13 p14 p15 p16 p17 >\n' '[ 1.946335] mmcblk2: p1 size 6840320 extends ' 'beyond EOD, truncated\n' '[ 1.955379] mmcblk2boot0: mmc2:0001 8GTF4R 4.00 ' 'MiB\n' '[ 1.962294] mmcblk2boot1: mmc2:0001 8GTF4R 4.00 ' 'MiB\n' '[ 1.963326] sunxi-mmc 4021000.mmc: initialized, ' 'max. request size: 16384 KB, uses new timings mode\n' '[ 2.055198] mmc0: new high speed SDIO card at ' 'address 0001\n' '[ 2.250353] Freeing initrd memory: 22288K\n' '[ 2.258207] Freeing unused kernel memory: 7616K\n' '[ 2.262932] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 2.348921] ' 'udevd[167]: starting version 3.2.9\n' '[ 4.323263] random: crng init done\n' "[ 4.332716] udevd[167]: specified user 'tss' " 'unknown\n' "[ 4.337805] udevd[167]: specified group 'tss' " 'unknown\n' '[ 4.344776] udevd[168]: starting eudev-3.2.9\n' '[ 4.704895] sun8i-ce 1904000.crypto: Set mod clock ' 'to 300000000 (300 Mhz) from 24000000 (24 Mhz)\n' '[ 4.718047] sun8i-ce 1904000.crypto: will run ' 'requests pump with realtime priority\n' '[ 4.725930] sun8i-ce 1904000.crypto: will run ' 'requests pump with realtime priority\n' '[ 4.740612] panfrost 1800000.gpu: clock rate = ' '432000000\n' '[ 4.747560] sun8i-ce 1904000.crypto: will run ' 'requests pump with realtime priority\n' '[ 4.748624] panfrost 1800000.gpu: bus_clock rate = ' '100000000\n' '[ 4.752967] mc: Linux media interface: v0.10\n' '[ 4.756245] sun8i-ce 1904000.crypto: will run ' 'requests pump with realtime priority\n' '[ 4.766712] panfrost 1800000.gpu: mali-t720 id ' '0x720 major 0x1 minor 0x1 status 0x0\n' '[ 4.773079] sun8i-ce 1904000.crypto: Register ' 'cbc(aes)\n' '[ 4.782474] panfrost 1800000.gpu: features: ' '00000000,00000408, issues: 00000000,21054400\n' '[ 4.785934] sun8i-ce 1904000.crypto: Register ' 'ecb(aes)\n' '[ 4.789239] cfg80211: Loading compiled-in X.509 ' 'certificates for regulatory database\n' '[ 4.793972] panfrost 1800000.gpu: Features: ' 'L2:0x07110206 Shader:0x00000000 Tiler:0x00000809 ' 'Mem:0x1 MMU:0x00002821 AS:0xf JS:0x7\n' '[ 4.799221] sun8i-ce 1904000.crypto: Register ' 'cbc(des3_ede)\n' '[ 4.806901] panfrost 1800000.gpu: ' 'shader_present=0x3 l2_present=0x1\n' '[ 4.832240] sun8i-ce 1904000.crypto: Register ' 'ecb(des3_ede)\n' '[ 4.838318] sun8i-ce 1904000.crypto: CryptoEngine ' 'Die ID 0\n' '[ 4.846197] [drm] Initialized panfrost 1.2.0 ' '20180908 for 1800000.gpu on minor 0\n' "[ 4.853004] cfg80211: Loaded X.509 cert 'sforshee: " "00b28ddf47aef9cea7'\n" '[ 4.856402] videodev: Linux video capture ' 'interface: v2.00\n' "[ 4.874850] cfg80211: Loaded X.509 cert 'wens: " "61c038651aabdcf94bd0ac7ff06c7248db18c600'\n" '[ 4.883893] platform regulatory.0: Direct firmware ' 'load for regulatory.db failed with error -2\n' '[ 4.892583] cfg80211: failed to load ' 'regulatory.db\n' '[ 4.911756] Bluetooth: Core ver 2.22\n' '[ 4.915582] NET: Registered PF_BLUETOOTH protocol ' 'family\n' '[ 4.917354] usb_phy_generic ' 'usb_phy_generic.1.auto: supply vcc not found, using ' 'dummy regulator\n' '[ 4.920951] Bluetooth: HCI device and connection ' 'manager initialized\n' '[ 4.936087] Bluetooth: HCI socket layer ' 'initialized\n' '[ 4.941091] Bluetooth: L2CAP socket layer ' 'initialized\n' '[ 4.946191] usb_phy_generic ' 'usb_phy_generic.1.auto: dummy supplies not allowed ' 'for exclusive requests\n' '[ 4.955520] Bluetooth: SCO socket layer ' 'initialized\n' '[ 4.985498] brcmfmac: brcmf_fw_alloc_request: ' 'using brcm/brcmfmac43456-sdio for chip BCM4345/9\n' '[ 4.996345] brcmfmac mmc0:0001:1: Direct firmware ' 'load for ' 'brcm/brcmfmac43456-sdio.xunlong,orangepi-3.bin failed ' 'with error -2\n' '[ 5.005779] musb-hdrc musb-hdrc.2.auto: MUSB HDRC ' 'host driver\n' '[ 5.012734] brcmfmac mmc0:0001:1: Direct firmware ' 'load for brcm/brcmfmac43456-sdio.bin failed with ' 'error -2\n' '[ 5.028638] Bluetooth: HCI UART driver ver 2.3\n' '[ 5.030905] musb-hdrc musb-hdrc.2.auto: new USB ' 'bus registered, assigned bus number 5\n' '[ 5.034080] Bluetooth: HCI UART protocol H4 ' 'registered\n' '[ 5.046739] Bluetooth: HCI UART protocol LL ' 'registered\n' '[ 5.051225] Registered IR keymap rc-empty\n' '[ 5.054083] Bluetooth: HCI UART protocol Broadcom ' 'registered\n' '[ 5.054166] hub 5-0:1.0: USB hub found\n' '[ 5.054216] hci_uart_bcm serial0-0: supply vbat ' 'not found, using dummy regulator\n' '[ 5.054243] hub 5-0:1.0: 1 port detected\n' '[ 5.056195] rc rc0: sunxi-ir as ' '/devices/platform/soc/7040000.ir/rc/rc0\n' '[ 5.056323] hci_uart_bcm serial0-0: supply vddio ' 'not found, using dummy regulator\n' '[ 5.057608] sunxi-wdt 7020400.watchdog: Watchdog ' 'enabled (timeout=16 sec, nowayout=0)\n' '[ 5.062111] Bluetooth: HCI UART protocol QCA ' 'registered\n' '[ 5.065697] input: sunxi-ir as ' '/devices/platform/soc/7040000.ir/rc/rc0/input0\n' '[ 5.073186] Bluetooth: HCI UART protocol Marvell ' 'registered\n' '[ 5.083936] sunxi-ir 7040000.ir: initialized sunXi ' 'IR driver\n' '[ 5.412001] Bluetooth: hci0: BCM: chip id 130\n' '[ 5.416727] Bluetooth: hci0: BCM: features 0x0f\n' '[ 5.423311] Bluetooth: hci0: BCM4345C5\n' '[ 5.427062] Bluetooth: hci0: BCM4345C5 ' '(003.006.006) build 0000\n' '[ 5.433216] Bluetooth: hci0: BCM: firmware Patch ' 'file not found, tried:\n' '[ 5.439851] Bluetooth: hci0: BCM: ' "'brcm/BCM4345C5.xunlong,orangepi-3.hcd'\n" '[ 5.446670] Bluetooth: hci0: BCM: ' "'brcm/BCM4345C5.hcd'\n" '[ 5.451818] Bluetooth: hci0: BCM: ' "'brcm/BCM.xunlong,orangepi-3.hcd'\n" "[ 5.458101] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'\n" '[ 5.485027] Bluetooth: hci0: Opcode 0x2031 failed: ' '-22\n' '[ 6.038902] brcmfmac: brcmf_sdio_htclk: HT Avail ' 'timeout (1000000): clkctl 0x50\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-476180/environment\n' '/ # /lava-476180/bin/lava-test-runner /lava-476180/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-476180/0[ 6.728930] ' '\n' '/tests/0_dmesg\n' '[ 6.734865] \n' '+ cat uuid\n' '+ UUID=476180_1.1.4.1\n' '+ set +x\n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ # \n'} 04/22/2025 07:05:58 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:07:18 PM UTC [INFO] Processing event node: 6807e7e7e51c583972a58d9f 04/22/2025 07:07:18 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7e7e51c583972a58d9f 04/22/2025 07:07:18 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7e7e51c583972a58d9f', 'origin': 'maestro', 'comment': 'baseline-arm64-clabbe on sun50i-h6-pine-h64 in ' 'lava-clabbe', 'start_time': '2025-04-22T19:03:03.123000+00:00', 'environment': {'comment': 'Runtime: lava-clabbe', 'compatible': ['pine64,pine-h64', 'allwinner,sun50i-h6'], 'misc': {'platform': 'sun50i-h6-pine-h64', 'job_url': 'https://lava.montjoie.ovh/scheduler/job/476181', 'job_id': '476181'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-clabbe', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7e7e51c583972a58d9f'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-clabbe-6807e7e7e51c583972a58d9f/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-clabbe-6807e7e7e51c583972a58d9f/log.txt.gz', 'log_excerpt': 'A: preallocated 512 KiB GFP_KERNEL pool for atomic ' 'allocations\n' '[ 0.025827] DMA: preallocated 512 KiB ' 'GFP_KERNEL|GFP_DMA pool for atomic allocations\n' '[ 0.026091] DMA: preallocated 512 KiB ' 'GFP_KERNEL|GFP_DMA32 pool for atomic allocations\n' '[ 0.026168] audit: initializing netlink subsys ' '(disabled)\n' '[ 0.026332] audit: type=2000 audit(0.024:1): ' 'state=initialized audit_enabled=0 res=1\n' '[ 0.027705] thermal_sys: Registered thermal ' "governor 'step_wise'\n" '[ 0.027712] thermal_sys: Registered thermal ' "governor 'power_allocator'\n" '[ 0.027786] cpuidle: using governor menu\n' '[ 0.028010] hw-breakpoint: found 6 breakpoint and ' '4 watchpoint registers.\n' '[ 0.028147] ASID allocator initialised with 65536 ' 'entries\n' '[ 0.030260] Serial: AMBA PL011 UART driver\n' '[ 0.035570] /soc/bus@1000000/mixer@100000: Fixed ' 'dependency cycle(s) with /soc/tcon-top@6510000\n' '[ 0.035678] /soc/interrupt-controller@3021000: ' 'Fixed dependency cycle(s) with ' '/soc/interrupt-controller@3021000\n' '[ 0.035827] /soc/hdmi@6000000: Fixed dependency ' 'cycle(s) with /soc/tcon-top@6510000\n' '[ 0.035869] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with /soc/hdmi@6000000\n' '[ 0.035885] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with /soc/lcd-controller@6515000\n' '[ 0.035902] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with ' '/soc/bus@1000000/mixer@100000\n' '[ 0.035945] /soc/lcd-controller@6515000: Fixed ' 'dependency cycle(s) with /soc/tcon-top@6510000\n' '[ 0.036401] /soc/bus@1000000/mixer@100000: Fixed ' 'dependency cycle(s) with /soc/tcon-top@6510000\n' '[ 0.045239] /soc/hdmi@6000000: Fixed dependency ' 'cycle(s) with /soc/tcon-top@6510000\n' '[ 0.046059] /soc/hdmi@6000000: Fixed dependency ' 'cycle(s) with /soc/tcon-top@6510000\n' '[ 0.046141] /soc/bus@1000000/mixer@100000: Fixed ' 'dependency cycle(s) with /soc/tcon-top@6510000\n' '[ 0.046214] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with /soc/hdmi@6000000\n' '[ 0.046284] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with /soc/lcd-controller@6515000\n' '[ 0.046301] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with ' '/soc/bus@1000000/mixer@100000\n' '[ 0.046681] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with /soc/lcd-controller@6515000\n' '[ 0.046760] /soc/lcd-controller@6515000: Fixed ' 'dependency cycle(s) with /soc/tcon-top@6510000\n' '[ 0.048995] /soc/i2c@7081400: Fixed dependency ' 'cycle(s) with /soc/pinctrl@7022000/r-i2c-pins\n' '[ 0.050350] /soc/hdmi@6000000: Fixed dependency ' 'cycle(s) with /connector\n' '[ 0.050445] /connector: Fixed dependency cycle(s) ' 'with /soc/hdmi@6000000\n' '[ 0.052511] KASLR disabled due to lack of seed\n' '[ 0.064145] HugeTLB: registered 1.00 GiB page ' 'size, pre-allocated 0 pages\n' '[ 0.064158] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 1.00 GiB page\n' '[ 0.064164] HugeTLB: registered 32.0 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.064168] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 32.0 MiB page\n' '[ 0.064173] HugeTLB: registered 2.00 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.064178] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 2.00 MiB page\n' '[ 0.064183] HugeTLB: registered 64.0 KiB page ' 'size, pre-allocated 0 pages\n' '[ 0.064187] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 64.0 KiB page\n' '[ 0.066180] ACPI: Interpreter disabled.\n' '[ 0.068732] iommu: Default domain type: ' 'Translated\n' '[ 0.068739] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.069049] SCSI subsystem initialized\n' '[ 0.069447] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.069490] usbcore: registered new interface ' 'driver hub\n' '[ 0.069522] usbcore: registered new device driver ' 'usb\n' '[ 0.070530] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.070535] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.070551] PTP clock support registered\n' '[ 0.070689] EDAC MC: Ver: 3.0.0\n' '[ 0.072238] FPGA manager framework\n' '[ 0.072362] Advanced Linux Sound Architecture ' 'Driver Initialized.\n' '[ 0.073358] vgaarb: loaded\n' '[ 0.073710] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.073949] VFS: Disk quotas dquot_6.6.0\n' '[ 0.073995] VFS: Dquot-cache hash table entries: ' '512 (order 0, 4096 bytes)\n' '[ 0.074212] pnp: PnP ACPI: disabled\n' '[ 0.082173] NET: Registered PF_INET protocol ' 'family\n' '[ 0.082570] IP idents hash table entries: 65536 ' '(order: 7, 524288 bytes, linear)\n' '[ 0.086390] tcp_listen_portaddr_hash hash table ' 'entries: 2048 (order: 3, 32768 bytes, linear)\n' '[ 0.086479] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.086498] TCP established hash table entries: ' '32768 (order: 6, 262144 bytes, linear)\n' '[ 0.086784] TCP bind hash table entries: 32768 ' '(order: 8, 1048576 bytes, linear)\n' '[ 0.087844] TCP: Hash tables configured ' '(established 32768 bind 32768)\n' '[ 0.088184] MPTCP token hash table entries: 4096 ' '(order: 4, 98304 bytes, linear)\n' '[ 0.088346] UDP hash table entries: 2048 (order: ' '4, 65536 bytes, linear)\n' '[ 0.088447] UDP-Lite hash table entries: 2048 ' '(order: 4, 65536 bytes, linear)\n' '[ 0.088690] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.089185] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.089192] RPC: Registered udp transport module.\n' '[ 0.089195] RPC: Registered tcp transport module.\n' '[ 0.089198] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.089209] PCI: CLS 0 bytes, default 64\n' '[ 0.089523] Unpacking initramfs...\n' '[ 0.090247] hw perfevents: enabled with ' 'armv8_cortex_a53 PMU driver, 7 counters available\n' '[ 0.090826] kvm [1]: IPA Size Limit: 40 bits\n' '[ 0.093087] kvm [1]: vgic interrupt IRQ9\n' '[ 0.093206] kvm [1]: Hyp mode initialized ' 'successfully\n' '[ 0.095005] Initialise system trusted keyrings\n' '[ 0.095296] workingset: timestamp_bits=42 ' 'max_order=20 bucket_order=0\n' '[ 0.104254] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.105121] NFS: Registering the id_resolver key ' 'type\n' '[ 0.105162] Key type id_resolver registered\n' '[ 0.105167] Key type id_legacy registered\n' '[ 0.105271] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.105278] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.105497] 9p: Installing v9fs 9p2000 file system ' 'support\n' '[ 0.156071] Key type asymmetric registered\n' "[ 0.156091] Asymmetric key parser 'x509' " 'registered\n' '[ 0.156205] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 245)\n' '[ 0.156213] io scheduler mq-deadline registered\n' '[ 0.156219] io scheduler kyber registered\n' '[ 0.172078] EINJ: ACPI disabled.\n' '[ 0.202653] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 0.206567] SuperH (H)SCI(F) driver initialized\n' '[ 0.207274] msm_serial: driver initialized\n' '[ 0.209519] cacheinfo: Unable to detect cache ' 'hierarchy for CPU 0\n' '[ 0.215885] loop: module loaded\n' '[ 0.217207] megasas: 07.719.03.00-rc1\n' '[ 0.225638] tun: Universal TUN/TAP device driver, ' '1.6\n' '[ 0.227046] thunder_xcv, ver 1.0\n' '[ 0.227113] thunder_bgx, ver 1.0\n' '[ 0.227155] nicpf, ver 1.0\n' '[ 0.228790] hns3: Hisilicon Ethernet Network ' 'Driver for Hip08 Family - version\n' '[ 0.228801] hns3: Copyright (c) 2017 Huawei ' 'Corporation.\n' '[ 0.228875] hclge is initializing\n' '[ 0.228903] e1000: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.228908] e1000: Copyright (c) 1999-2006 Intel ' 'Corporation.\n' '[ 0.228965] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.228968] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 0.229013] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 0.229018] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 0.229067] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 0.229072] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 0.229565] sky2: driver version 1.30\n' '[ 0.231166] VFIO - User Level meta-driver version: ' '0.3\n' '[ 0.235813] usbcore: registered new interface ' 'driver usb-storage\n' '[ 0.238841] sun6i-rtc 7000000.rtc: registered as ' 'rtc0\n' '[ 0.238882] sun6i-rtc 7000000.rtc: setting system ' 'clock to 1972-01-15T08:10:04 UTC (64311004)\n' '[ 0.239003] sun6i-rtc 7000000.rtc: RTC enabled\n' '[ 0.239546] i2c_dev: i2c /dev entries driver\n' '[ 0.248821] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 0.248835] sdhci: Copyright(c) Pierre Ossman\n' '[ 0.249904] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 0.251372] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 0.254225] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 0.256237] SMCCC: SOC_ID: ARCH_SOC_ID not ' 'implemented, skipping ....\n' '[ 0.257444] usbcore: registered new interface ' 'driver usbhid\n' '[ 0.257455] usbhid: USB HID core driver\n' '[ 0.267455] netem: version 1.3\n' '[ 0.267586] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 0.268124] IPv4 over IPsec tunneling driver\n' '[ 0.269033] NET: Registered PF_INET6 protocol ' 'family\n' '[ 0.270605] Segment Routing with IPv6\n' '[ 0.270653] In-situ OAM (IOAM) with IPv6\n' '[ 0.271293] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 0.272304] NET: Registered PF_PACKET protocol ' 'family\n' '[ 0.272361] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 0.272609] 8021q: 802.1Q VLAN Support v1.8\n' '[ 0.272749] 9pnet: Installing 9P2000 support\n' '[ 0.272820] Key type dns_resolver registered\n' '[ 0.273281] registered taskstats version 1\n' '[ 0.273310] Loading compiled-in X.509 ' 'certificates\n' '[ 0.293165] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with ' '/soc/bus@1000000/mixer@100000\n' '[ 0.293302] /soc/bus@1000000/mixer@100000: Fixed ' 'dependency cycle(s) with /soc/tcon-top@6510000\n' '[ 0.300882] sun50i-h6-r-pinctrl 7022000.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 0.317817] sun50i-h6-r-pinctrl 7022000.pinctrl: ' 'supply vcc-pl not found, using dummy regulator\n' '[ 0.319141] axp20x-i2c 0-0036: AXP20x variant ' 'AXP806 found\n' '[ 0.319875] axp20x-i2c 0-0036: mask_invert=true is ' 'deprecated; please switch to unmask_base\n' '[ 0.336049] axp20x-i2c 0-0036: AXP20X driver ' 'loaded\n' '[ 0.357990] sun50i-h6-pinctrl 300b000.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 0.360141] sun50i-h6-pinctrl 300b000.pinctrl: ' 'supply vcc-ph not found, using dummy regulator\n' '[ 0.360908] printk: console [ttyS0] disabled\n' '[ 0.381331] 5000000.serial: ttyS0 at MMIO ' '0x5000000 (irq = 234, base_baud = 1500000) is a ' '16550A\n' '[ 1.494930] Freeing initrd memory: 22284K\n' '[ 1.495240] printk: console [ttyS0] enabled\n' '[ 1.929776] ehci-platform 5101000.usb: EHCI Host ' 'Controller\n' '[ 1.929796] ehci-platform 5311000.usb: EHCI Host ' 'Controller\n' '[ 1.929813] ohci-platform 5311400.usb: Generic ' 'Platform OHCI controller\n' '[ 1.929830] sun50i-h6-pinctrl 300b000.pinctrl: ' 'supply vcc-pf not found, using dummy regulator\n' '[ 1.929848] ohci-platform 5311400.usb: new USB bus ' 'registered, assigned bus number 1\n' '[ 1.930016] ohci-platform 5311400.usb: irq 238, io ' 'mem 0x05311400\n' '[ 1.935401] ehci-platform 5101000.usb: new USB bus ' 'registered, assigned bus number 2\n' '[ 1.941149] ehci-platform 5311000.usb: new USB bus ' 'registered, assigned bus number 3\n' '[ 1.941851] sunxi-mmc 4020000.mmc: Got CD GPIO\n' '[ 1.942857] clk: Disabling unused clocks\n' '[ 1.943039] ALSA device list:\n' '[ 1.943045] No soundcards found.\n' '[ 1.948254] ehci-platform 5101000.usb: irq 235, io ' 'mem 0x05101000\n' '[ 1.956931] ehci-platform 5311000.usb: irq 236, io ' 'mem 0x05311000\n' '[ 1.967181] sunxi-mmc 4022000.mmc: initialized, ' 'max. request size: 2048 KB, uses new timings mode\n' '[ 1.967413] sunxi-mmc 4020000.mmc: initialized, ' 'max. request size: 16384 KB, uses new timings mode\n' '[ 1.977725] ehci-platform 5101000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 1.993719] ehci-platform 5311000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 1.994463] hub 1-0:1.0: USB hub found\n' '[ 2.017972] mmc0: host does not support reading ' 'read-only switch, assuming write-enable\n' '[ 2.021268] hub 1-0:1.0: 1 port detected\n' '[ 2.046163] mmc0: new high speed SDHC card at ' 'address aaaa\n' '[ 2.055161] hub 2-0:1.0: USB hub found\n' '[ 2.058914] mmcblk0: mmc0:aaaa SL16G 14.8 GiB\n' '[ 2.063609] hub 2-0:1.0: 1 port detected\n' '[ 2.076833] hub 3-0:1.0: USB hub found\n' '[ 2.080636] hub 3-0:1.0: 1 port detected\n' '[ 2.153800] ohci-platform 5101400.usb: Generic ' 'Platform OHCI controller\n' '[ 2.160441] ohci-platform 5101400.usb: new USB bus ' 'registered, assigned bus number 4\n' '[ 2.168319] ohci-platform 5101400.usb: irq 237, io ' 'mem 0x05101400\n' '[ 2.238341] hub 4-0:1.0: USB hub found\n' '[ 2.242128] hub 4-0:1.0: 1 port detected\n' '[ 2.250352] Freeing unused kernel memory: 7616K\n' '[ 2.255072] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 2.344046] ' 'udevd[159]: starting version 3.2.9\n' '[ 4.377717] random: crng init done\n' "[ 4.387268] udevd[159]: specified user 'tss' " 'unknown\n' "[ 4.392359] udevd[159]: specified group 'tss' " 'unknown\n' '[ 4.399332] udevd[160]: starting eudev-3.2.9\n' '[ 4.731472] mc: Linux media interface: v0.10\n' '[ 4.751329] videodev: Linux video capture ' 'interface: v2.00\n' '[ 4.762420] panfrost 1800000.gpu: clock rate = ' '432000000\n' '[ 4.767820] panfrost 1800000.gpu: bus_clock rate = ' '200000000\n' '[ 4.774018] panfrost 1800000.gpu: mali-t720 id ' '0x720 major 0x1 minor 0x1 status 0x0\n' '[ 4.774247] sun8i-ce 1904000.crypto: Set mod clock ' 'to 300000000 (300 Mhz) from 24000000 (24 Mhz)\n' '[ 4.781772] panfrost 1800000.gpu: features: ' '00000000,00000408, issues: 00000000,21054400\n' '[ 4.799000] panfrost 1800000.gpu: Features: ' 'L2:0x07110206 Shader:0x00000000 Tiler:0x00000809 ' 'Mem:0x1 MMU:0x00002821 AS:0xf JS:0x7\n' '[ 4.807002] sun8i-ce 1904000.crypto: will run ' 'requests pump with realtime priority\n' '[ 4.810719] panfrost 1800000.gpu: ' 'shader_present=0x3 l2_present=0x1\n' '[ 4.820208] sun8i-ce 1904000.crypto: will run ' 'requests pump with realtime priority\n' '[ 4.832580] sun8i-ce 1904000.crypto: will run ' 'requests pump with realtime priority\n' '[ 4.842781] usb_phy_generic ' 'usb_phy_generic.1.auto: supply vcc not found, using ' 'dummy regulator\n' '[ 4.851762] usb_phy_generic ' 'usb_phy_generic.1.auto: dummy supplies not allowed ' 'for exclusive requests\n' '[ 4.852089] dwmac-sun8i 5020000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 4.852262] [drm] Initialized panfrost 1.2.0 ' '20180908 for 1800000.gpu on minor 0\n' '[ 4.862574] musb-hdrc musb-hdrc.2.auto: MUSB HDRC ' 'host driver\n' '[ 4.869295] sun8i-ce 1904000.crypto: will run ' 'requests pump with realtime priority\n' '[ 4.874186] dwmac-sun8i 5020000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 4.886859] musb-hdrc musb-hdrc.2.auto: new USB ' 'bus registered, assigned bus number 5\n' '[ 4.888573] sun8i-ce 1904000.crypto: Register ' 'cbc(aes)\n' '[ 4.907420] sun8i-ce 1904000.crypto: Register ' 'ecb(aes)\n' '[ 4.912981] sun8i-ce 1904000.crypto: Register ' 'cbc(des3_ede)\n' '[ 4.913934] dwmac-sun8i 5020000.ethernet: PTP uses ' 'main clock\n' '[ 4.918922] sun8i-ce 1904000.crypto: Register ' 'ecb(des3_ede)\n' '[ 4.924412] dwmac-sun8i 5020000.ethernet: Current ' 'syscon value is not the default 50846 (expect 50000)\n' '[ 4.926191] hub 5-0:1.0: USB hub found\n' '[ 4.926236] hub 5-0:1.0: 1 port detected\n' '[ 4.929088] sunxi-wdt 7020400.watchdog: Watchdog ' 'enabled (timeout=16 sec, nowayout=0)\n' '[ 4.930365] sun8i-ce 1904000.crypto: CryptoEngine ' 'Die ID 0\n' '[ 4.944146] Registered IR keymap rc-empty\n' '[ 4.965915] rc rc0: sunxi-ir as ' '/devices/platform/soc/7040000.ir/rc/rc0\n' '[ 4.973128] input: sunxi-ir as ' '/devices/platform/soc/7040000.ir/rc/rc0/input0\n' '[ 4.981393] sunxi-ir 7040000.ir: initialized sunXi ' 'IR driver\n' '[ 5.061360] dwmac-sun8i 5020000.ethernet: No HW ' 'DMA feature register supported\n' '[ 5.068665] dwmac-sun8i 5020000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 5.075918] dwmac-sun8i 5020000.ethernet: COE Type ' '2\n' '[ 5.080900] dwmac-sun8i 5020000.ethernet: TX ' 'Checksum insertion supported\n' '[ 5.087696] dwmac-sun8i 5020000.ethernet: Normal ' 'descriptors\n' '[ 5.093360] dwmac-sun8i 5020000.ethernet: Chain ' 'mode enabled\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-476181/environment\n' '/ # /lava-476181/bin/lava-test-runner /lava-476181/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-476181/0[ 5.814741] ' '\n' '/tests/0_dmesg\n' '[ 5.820574] \n' '+ cat uuid\n' '+ UUID=476181_1.1.4.1\n' '+ set +x\n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ #\n'} 04/22/2025 07:07:18 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:07:19 PM UTC [INFO] Processing event node: 6807e1631b4012cda6bf8310 04/22/2025 07:07:20 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807e1631b4012cda6bf8310 04/22/2025 07:07:20 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807e1201b4012cda6bf82fc', 'id': 'maestro:6807e1631b4012cda6bf8310', 'origin': 'maestro', 'comment': 'staging-stable-20250422.5', 'start_time': '2025-04-22T18:35:15.654000+00:00', 'architecture': 'x86_64', 'compiler': 'clang-17', 'config_name': 'x86_64_defconfig', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807e1631b4012cda6bf8310-kbuild-clang-17-x86-3ydk5fgx', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'bzimage', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e1631b4012cda6bf8310'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-clang-17-x86-6807e1631b4012cda6bf8310/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-clang-17-x86-6807e1631b4012cda6bf8310/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-clang-17-x86-6807e1631b4012cda6bf8310/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-clang-17-x86-6807e1631b4012cda6bf8310/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-clang-17-x86-6807e1631b4012cda6bf8310/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-clang-17-x86-6807e1631b4012cda6bf8310/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-clang-17-x86-6807e1631b4012cda6bf8310/build_kselftest_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-clang-17-x86-6807e1631b4012cda6bf8310/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-clang-17-x86-6807e1631b4012cda6bf8310/fragments/0.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-clang-17-x86-6807e1631b4012cda6bf8310/bzImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-clang-17-x86-6807e1631b4012cda6bf8310/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-clang-17-x86-6807e1631b4012cda6bf8310/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-clang-17-x86-6807e1631b4012cda6bf8310/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-clang-17-x86-6807e1631b4012cda6bf8310/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-clang-17-x86-6807e1631b4012cda6bf8310/build.log.gz', 'log_excerpt': "ests/sigaltstack'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/size'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/size/get_size ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/size/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/size'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sparc64'\n" 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sparc64'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/splice'\n" 'rsync -a --copy-unsafe-links ' 'default_file_splice_read.sh short_splice_read.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/splice/default_file_splice_read ' '/tmp/kci/linux/tools/testing/selftests/splice/splice_read ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'rsync -a --copy-unsafe-links config settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/splice'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/static_keys'\n" 'rsync -a --copy-unsafe-links test_static_keys.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/static_keys/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/static_keys/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/static_keys'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sync'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/sync/sync_test ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sync/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sync/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sync'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch/sud_test ' '/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch/sud_benchmark ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/syscall_user_dispatch/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/syscall_user_dispatch/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sysctl'\n" 'rsync -a --copy-unsafe-links sysctl.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sysctl/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sysctl/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sysctl'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tc-testing'\n" 'rsync -a --copy-unsafe-links ./tdc.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tc-testing/\n' 'rsync -a --copy-unsafe-links tdc*.py Tdc*.py plugins ' 'plugin-lib tc-tests ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tc-testing/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/tc-testing/action.o ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tc-testing/\n' 'rsync -a --copy-unsafe-links config settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tc-testing/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tc-testing'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/timens'\n" 'clang --target=x86_64-linux-gnu -fintegrated-as ' '-Werror=unknown-warning-option ' '-Werror=ignored-optimization-argument ' '--target=x86_64-linux-gnu -fintegrated-as -Wall ' '-Werror -pthread timerfd.c -lrt -ldl -o ' '/tmp/kci/linux/tools/testing/selftests/timens/timerfd\n' "timerfd.c:64:7: error: absolute value function 'abs' " "given an argument of type 'long long' but has " "parameter of type 'int' which may cause truncation of " 'value [-Werror,-Wabsolute-value]\n' ' 64 | if (abs(elapsed - 3600) > 60) ' '{\n' ' | ^\n' "timerfd.c:64:7: note: use function 'llabs' instead\n" ' 64 | if (abs(elapsed - 3600) > 60) ' '{\n' ' | ^~~\n' ' | llabs\n' '1 error generated.\n' 'make[2]: *** [../lib.mk:155: ' '/tmp/kci/linux/tools/testing/selftests/timens/timerfd] ' 'Error 1\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/timens'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/timers'\n" 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timers/posix_timers ' '/tmp/kci/linux/tools/testing/selftests/timers/nanosleep ' '/tmp/kci/linux/tools/testing/selftests/timers/nsleep-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/set-timer-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/mqueue-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/inconsistency-check ' '/tmp/kci/linux/tools/testing/selftests/timers/raw_skew ' '/tmp/kci/linux/tools/testing/selftests/timers/threadtest ' '/tmp/kci/linux/tools/testing/selftests/timers/rtcpie ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timers/alarmtimer-suspend ' '/tmp/kci/linux/tools/testing/selftests/timers/valid-adjtimex ' '/tmp/kci/linux/tools/testing/selftests/timers/adjtick ' '/tmp/kci/linux/tools/testing/selftests/timers/change_skew ' '/tmp/kci/linux/tools/testing/selftests/timers/skew_consistency ' '/tmp/kci/linux/tools/testing/selftests/timers/clocksource-switch ' '/tmp/kci/linux/tools/testing/selftests/timers/freq-step ' '/tmp/kci/linux/tools/testing/selftests/timers/leap-a-day ' '/tmp/kci/linux/tools/testing/selftests/timers/leapcrash ' '/tmp/kci/linux/tools/testing/selftests/timers/set-tai ' '/tmp/kci/linux/tools/testing/selftests/timers/set-2038 ' '/tmp/kci/linux/tools/testing/selftests/timers/set-tz ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/timers'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tmpfs'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/tmpfs/bug-link-o-tmpfile ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tmpfs/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tmpfs'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tpm2'\n" 'rsync -a --copy-unsafe-links test_smoke.sh ' 'test_space.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'rsync -a --copy-unsafe-links tpm2.py tpm2_tests.py ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tpm2'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/user'\n" 'rsync -a --copy-unsafe-links test_user_copy.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/user/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/user/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/user'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/vDSO'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_gettimeofday ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_getcpu ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_abi ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_clock_getres ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_standalone_test_x86 ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_correctness ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/vDSO/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/vDSO'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/vm'\n" 'clang --target=x86_64-linux-gnu -fintegrated-as ' '-Werror=unknown-warning-option ' '-Werror=ignored-optimization-argument ' '--target=x86_64-linux-gnu -fintegrated-as -Wall -I ' '/tmp/kci/linux/tools/testing/selftests/../../.. ' '-isystem /tmp/kci/linux/usr/include -no-pie ' 'map_hugetlb.c -lrt -lpthread -o ' '/tmp/kci/linux/tools/testing/selftests/vm/map_hugetlb\n' 'map_hugetlb.c:79:18: error: call to undeclared ' "function 'default_huge_page_size'; ISO C99 and later " 'do not support implicit function declarations ' '[-Wimplicit-function-declaration]\n' ' 79 | hugepage_size = ' 'default_huge_page_size();\n' ' | ^\n' '1 error generated.\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/vm'\n" 'make[2]: *** [../lib.mk:155: ' '/tmp/kci/linux/tools/testing/selftests/vm/map_hugetlb] ' 'Error 1\n' 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/x86'\n" 'clang --target=x86_64-linux-gnu -fintegrated-as ' '-Werror=unknown-warning-option ' '-Werror=ignored-optimization-argument ' '--target=x86_64-linux-gnu -fintegrated-as -m64 -o ' '/tmp/kci/linux/tools/testing/selftests/x86/single_step_syscall_64 ' '-O2 -g -std=gnu99 -pthread -Wall -isystem ' '/tmp/kci/linux/usr/include -no-pie -DCAN_BUILD_64 ' 'single_step_syscall.c helpers.h -lrt -ldl\n' 'clang: error: cannot specify -o when generating ' 'multiple output files\n' 'make[2]: *** [Makefile:78: ' '/tmp/kci/linux/tools/testing/selftests/x86/single_step_syscall_64] ' 'Error 1\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/x86'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/zram'\n" 'rsync -a --copy-unsafe-links zram.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'rsync -a --copy-unsafe-links zram01.sh zram02.sh ' 'zram_lib.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/zram'\n" 'for TARGET in alsa amd-pstate arm64 breakpoints ' 'capabilities cgroup clone3 core cpufreq cpu-hotplug ' 'damon drivers/dma-buf drivers/s390x/uvdevice ' 'drivers/net/bonding drivers/net/team efivarfs exec ' 'filesystems filesystems/binderfs filesystems/epoll ' 'filesystems/fat firmware fpu ftrace futex gpio ' 'intel_pstate ipc ir kcmp kexec kvm landlock lib ' 'livepatch lkdtm membarrier memfd memory-hotplug ' 'mincore mount mount_setattr move_mount_set_group ' 'mqueue nci net net/af_unix net/forwarding net/mptcp ' 'net/openvswitch netfilter nsfs pidfd pid_namespace ' 'powerpc proc pstore ptrace openat2 resctrl rlimits ' 'rseq rtc seccomp sgx sigaltstack size sparc64 splice ' 'static_keys sync syscall_user_dispatch sysctl ' 'tc-testing timens timers tmpfs tpm2 user vDSO vm x86 ' 'zram; do \\\n' '\tBUILD_TARGET=$BUILD/$TARGET;\t\\\n' '\t[ ! -d ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/$TARGET ' '] && printf "Skipping non-existent dir: $TARGET\\n" ' '&& continue; \\\n' '\tprintf "Emit Tests for $TARGET\\n"; \\\n' '\tmake -s --no-print-directory OUTPUT=$BUILD_TARGET ' 'COLLECTION=$TARGET \\\n' '\t\t-C $TARGET emit_tests >> ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-list.txt; ' '\\\n' 'done;\n' 'Emit Tests for alsa\n' 'Emit Tests for amd-pstate\n' 'Skipping non-existent dir: arm64\n' 'Emit Tests for breakpoints\n' 'Emit Tests for capabilities\n' 'Emit Tests for cgroup\n' 'Emit Tests for clone3\n' 'Emit Tests for core\n' 'Emit Tests for cpufreq\n' 'Emit Tests for cpu-hotplug\n' 'Emit Tests for damon\n' 'Emit Tests for drivers/dma-buf\n' 'Skipping non-existent dir: drivers/s390x/uvdevice\n' 'Emit Tests for drivers/net/bonding\n' 'Emit Tests for drivers/net/team\n' 'Emit Tests for efivarfs\n' 'Emit Tests for exec\n' 'Emit Tests for filesystems\n' 'Emit Tests for filesystems/binderfs\n' 'Emit Tests for filesystems/epoll\n' 'Emit Tests for filesystems/fat\n' 'Emit Tests for firmware\n' 'Emit Tests for fpu\n' 'Emit Tests for ftrace\n' 'Emit Tests for futex\n' 'Emit Tests for gpio\n' 'Emit Tests for intel_pstate\n' 'Emit Tests for ipc\n' 'Emit Tests for ir\n' 'Emit Tests for kcmp\n' 'Emit Tests for kexec\n' 'Skipping non-existent dir: kvm\n' 'Emit Tests for landlock\n' 'Emit Tests for lib\n' 'Emit Tests for livepatch\n' 'Emit Tests for lkdtm\n' 'Emit Tests for membarrier\n' 'Emit Tests for memfd\n' 'Emit Tests for memory-hotplug\n' 'Emit Tests for mincore\n' 'Emit Tests for mount\n' 'Emit Tests for mount_setattr\n' 'Emit Tests for move_mount_set_group\n' 'Emit Tests for mqueue\n' 'Emit Tests for nci\n' 'Emit Tests for net\n' 'Emit Tests for net/af_unix\n' 'Emit Tests for net/forwarding\n' 'Emit Tests for net/mptcp\n' 'Emit Tests for net/openvswitch\n' 'Emit Tests for netfilter\n' 'Emit Tests for nsfs\n' 'Emit Tests for pidfd\n' 'Emit Tests for pid_namespace\n' 'Skipping non-existent dir: powerpc\n' 'Emit Tests for proc\n' 'Emit Tests for pstore\n' 'Emit Tests for ptrace\n' 'Skipping non-existent dir: openat2\n' 'Emit Tests for resctrl\n' 'Emit Tests for rlimits\n' 'Skipping non-existent dir: rseq\n' 'Emit Tests for rtc\n' 'Emit Tests for seccomp\n' 'Skipping non-existent dir: sgx\n' 'Emit Tests for sigaltstack\n' 'Emit Tests for size\n' 'Skipping non-existent dir: sparc64\n' 'Emit Tests for splice\n' 'Emit Tests for static_keys\n' 'Emit Tests for sync\n' 'Emit Tests for syscall_user_dispatch\n' 'Emit Tests for sysctl\n' 'Emit Tests for tc-testing\n' 'Skipping non-existent dir: timens\n' 'Emit Tests for timers\n' 'Emit Tests for tmpfs\n' 'Emit Tests for tpm2\n' 'Emit Tests for user\n' 'Emit Tests for vDSO\n' 'Skipping non-existent dir: vm\n' 'Skipping non-existent dir: x86\n' 'Emit Tests for zram\n' 'Created ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-packages/kselftest.tar.gz\n' '+ echo job:build_kselftest=done\n' '++ date +%s\n' '+ echo jobets:build_kselftest=1745348739\n' '+ echo -----log:package_kimage-----\n' '-----log:package_kimage-----\n' '+ echo job:package_kimage=running\n' '++ date +%s\n' '+ echo jobsts:package_kimage=1745348739\n' '+ cd /tmp/kci/linux\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp arch/x86_64/boot/bzImage ../artifacts\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp vmlinux ../artifacts\n' '+ cd ..\n' '+ echo job:package_kimage=done\n' '++ date +%s\n' '+ echo jobets:package_kimage=1745348739\n' '+ echo -----log:package_modules-----\n' '-----log:package_modules-----\n' '+ echo job:package_modules=running\n' '++ date +%s\n' '+ echo jobsts:package_modules=1745348739\n' '+ cd /tmp/kci/linux\n' '+ set +e\n' '+ grep CONFIG_MODULES=y .config\n' 'CONFIG_MODULES=y\n' "+ '[' 0 -eq 0 ']'\n" '+ set -e\n' '+ make modules_install\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/drivers/thermal/intel/x86_pkg_temp_thermal.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/drivers/thermal/intel/x86_pkg_temp_thermal.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/fs/efivarfs/efivarfs.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/fs/efivarfs/efivarfs.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/ipv4/netfilter/iptable_nat.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/ipv4/netfilter/iptable_nat.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_log_syslog.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_log_syslog.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_LOG.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_LOG.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_MASQUERADE.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_MASQUERADE.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_addrtype.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_addrtype.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_mark.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_mark.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_nat.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_nat.ko\n' ' DEPMOD _modules_/lib/modules/6.1.132\n' '+ tar -C _modules_ -cJf ' '/tmp/kci/artifacts/modules.tar.xz .\n' '+ cd ..\n' '+ rm -rf _modules_\n' '+ set -e\n' '+ echo job:package_modules=done\n' '++ date +%s\n' '+ echo jobets:package_modules=1745348740\n' '+ echo -----log:package_kselftest-----\n' '-----log:package_kselftest-----\n' '+ echo job:package_kselftest=running\n' '++ date +%s\n' '+ echo jobsts:package_kselftest=1745348740\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-packages/kselftest.tar.gz ' '/tmp/kci/artifacts/\n' '+ echo job:package_kselftest=done\n' '++ date +%s\n' '+ echo jobets:package_kselftest=1745348740\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:07:20 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:07:29 PM UTC [INFO] Processing event node: 6807e7dae51c583972a58d66 04/22/2025 07:07:29 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7dae51c583972a58d66 04/22/2025 07:07:29 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7dae51c583972a58d66', 'origin': 'maestro', 'comment': 'baseline-arm64 on sun50i-h6-pine-h64 in lava-collabora', 'start_time': '2025-04-22T19:02:50.324000+00:00', 'environment': {'comment': 'Runtime: lava-collabora', 'compatible': ['pine64,pine-h64', 'allwinner,sun50i-h6'], 'misc': {'platform': 'sun50i-h6-pine-h64', 'job_url': 'https://lava.collabora.dev/scheduler/job/18447606', 'job_id': '18447606'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-collabora', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7dae51c583972a58d66'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-6807e7dae51c583972a58d66/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-6807e7dae51c583972a58d66/log.txt.gz', 'log_excerpt': 'on-top@6510000\n' '[ 0.034187] /soc/interrupt-controller@3021000: ' 'Fixed dependency cycle(s) with ' '/soc/interrupt-controller@3021000\n' '[ 0.034332] /soc/hdmi@6000000: Fixed dependency ' 'cycle(s) with /soc/tcon-top@6510000\n' '[ 0.034372] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with /soc/hdmi@6000000\n' '[ 0.034388] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with /soc/lcd-controller@6515000\n' '[ 0.034405] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with ' '/soc/bus@1000000/mixer@100000\n' '[ 0.034447] /soc/lcd-controller@6515000: Fixed ' 'dependency cycle(s) with /soc/tcon-top@6510000\n' '[ 0.034883] /soc/bus@1000000/mixer@100000: Fixed ' 'dependency cycle(s) with /soc/tcon-top@6510000\n' '[ 0.043478] /soc/hdmi@6000000: Fixed dependency ' 'cycle(s) with /soc/tcon-top@6510000\n' '[ 0.044289] /soc/hdmi@6000000: Fixed dependency ' 'cycle(s) with /soc/tcon-top@6510000\n' '[ 0.044367] /soc/bus@1000000/mixer@100000: Fixed ' 'dependency cycle(s) with /soc/tcon-top@6510000\n' '[ 0.044442] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with /soc/hdmi@6000000\n' '[ 0.044510] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with /soc/lcd-controller@6515000\n' '[ 0.044526] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with ' '/soc/bus@1000000/mixer@100000\n' '[ 0.044896] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with /soc/lcd-controller@6515000\n' '[ 0.044973] /soc/lcd-controller@6515000: Fixed ' 'dependency cycle(s) with /soc/tcon-top@6510000\n' '[ 0.047116] /soc/i2c@7081400: Fixed dependency ' 'cycle(s) with /soc/pinctrl@7022000/r-i2c-pins\n' '[ 0.048454] /soc/hdmi@6000000: Fixed dependency ' 'cycle(s) with /connector\n' '[ 0.048545] /connector: Fixed dependency cycle(s) ' 'with /soc/hdmi@6000000\n' '[ 0.050520] KASLR disabled due to lack of seed\n' '[ 0.061782] HugeTLB: registered 1.00 GiB page ' 'size, pre-allocated 0 pages\n' '[ 0.061795] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 1.00 GiB page\n' '[ 0.061802] HugeTLB: registered 32.0 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.061805] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 32.0 MiB page\n' '[ 0.061811] HugeTLB: registered 2.00 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.061815] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 2.00 MiB page\n' '[ 0.061820] HugeTLB: registered 64.0 KiB page ' 'size, pre-allocated 0 pages\n' '[ 0.061824] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 64.0 KiB page\n' '[ 0.063631] ACPI: Interpreter disabled.\n' '[ 0.066085] iommu: Default domain type: ' 'Translated\n' '[ 0.066092] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.066385] SCSI subsystem initialized\n' '[ 0.066765] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.066808] usbcore: registered new interface ' 'driver hub\n' '[ 0.066839] usbcore: registered new device driver ' 'usb\n' '[ 0.067808] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.067813] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.067829] PTP clock support registered\n' '[ 0.067961] EDAC MC: Ver: 3.0.0\n' '[ 0.069485] FPGA manager framework\n' '[ 0.069574] Advanced Linux Sound Architecture ' 'Driver Initialized.\n' '[ 0.070530] vgaarb: loaded\n' '[ 0.070872] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.071098] VFS: Disk quotas dquot_6.6.0\n' '[ 0.071142] VFS: Dquot-cache hash table entries: ' '512 (order 0, 4096 bytes)\n' '[ 0.071351] pnp: PnP ACPI: disabled\n' '[ 0.078910] NET: Registered PF_INET protocol ' 'family\n' '[ 0.079217] IP idents hash table entries: 65536 ' '(order: 7, 524288 bytes, linear)\n' '[ 0.082949] tcp_listen_portaddr_hash hash table ' 'entries: 2048 (order: 3, 32768 bytes, linear)\n' '[ 0.083001] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.083057] TCP established hash table entries: ' '32768 (order: 6, 262144 bytes, linear)\n' '[ 0.083337] TCP bind hash table entries: 32768 ' '(order: 8, 1048576 bytes, linear)\n' '[ 0.084363] TCP: Hash tables configured ' '(established 32768 bind 32768)\n' '[ 0.084657] MPTCP token hash table entries: 4096 ' '(order: 4, 98304 bytes, linear)\n' '[ 0.084816] UDP hash table entries: 2048 (order: ' '4, 65536 bytes, linear)\n' '[ 0.084915] UDP-Lite hash table entries: 2048 ' '(order: 4, 65536 bytes, linear)\n' '[ 0.085151] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.085623] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.085629] RPC: Registered udp transport module.\n' '[ 0.085633] RPC: Registered tcp transport module.\n' '[ 0.085636] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.085646] PCI: CLS 0 bytes, default 64\n' '[ 0.085955] Unpacking initramfs...\n' '[ 0.091787] hw perfevents: enabled with ' 'armv8_cortex_a53 PMU driver, 7 counters available\n' '[ 0.092358] kvm [1]: IPA Size Limit: 40 bits\n' '[ 0.094548] kvm [1]: vgic interrupt IRQ9\n' '[ 0.094676] kvm [1]: Hyp mode initialized ' 'successfully\n' '[ 0.096302] Initialise system trusted keyrings\n' '[ 0.096550] workingset: timestamp_bits=42 ' 'max_order=20 bucket_order=0\n' '[ 0.105183] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.106005] NFS: Registering the id_resolver key ' 'type\n' '[ 0.106054] Key type id_resolver registered\n' '[ 0.106059] Key type id_legacy registered\n' '[ 0.106159] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.106165] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.106389] 9p: Installing v9fs 9p2000 file system ' 'support\n' '[ 0.153464] Key type asymmetric registered\n' "[ 0.153483] Asymmetric key parser 'x509' " 'registered\n' '[ 0.153594] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 245)\n' '[ 0.153601] io scheduler mq-deadline registered\n' '[ 0.153607] io scheduler kyber registered\n' '[ 0.168859] EINJ: ACPI disabled.\n' '[ 0.198173] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 0.201929] SuperH (H)SCI(F) driver initialized\n' '[ 0.202621] msm_serial: driver initialized\n' '[ 0.204945] cacheinfo: Unable to detect cache ' 'hierarchy for CPU 0\n' '[ 0.211044] loop: module loaded\n' '[ 0.212318] megasas: 07.719.03.00-rc1\n' '[ 0.220411] tun: Universal TUN/TAP device driver, ' '1.6\n' '[ 0.221610] thunder_xcv, ver 1.0\n' '[ 0.221669] thunder_bgx, ver 1.0\n' '[ 0.221709] nicpf, ver 1.0\n' '[ 0.223367] hns3: Hisilicon Ethernet Network ' 'Driver for Hip08 Family - version\n' '[ 0.223376] hns3: Copyright (c) 2017 Huawei ' 'Corporation.\n' '[ 0.223448] hclge is initializing\n' '[ 0.223472] e1000: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.223476] e1000: Copyright (c) 1999-2006 Intel ' 'Corporation.\n' '[ 0.223529] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.223532] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 0.223575] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 0.223579] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 0.223626] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 0.223631] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 0.224050] sky2: driver version 1.30\n' '[ 0.225503] VFIO - User Level meta-driver version: ' '0.3\n' '[ 0.229947] usbcore: registered new interface ' 'driver usb-storage\n' '[ 0.232949] sun6i-rtc 7000000.rtc: registered as ' 'rtc0\n' '[ 0.232988] sun6i-rtc 7000000.rtc: setting system ' 'clock to 2025-04-22T19:07:34 UTC (1745348854)\n' '[ 0.233107] sun6i-rtc 7000000.rtc: RTC enabled\n' '[ 0.233646] i2c_dev: i2c /dev entries driver\n' '[ 0.242757] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 0.242769] sdhci: Copyright(c) Pierre Ossman\n' '[ 0.243845] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 0.245248] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 0.248022] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 0.251205] usbcore: registered new interface ' 'driver usbhid\n' '[ 0.251219] usbhid: USB HID core driver\n' '[ 0.261052] netem: version 1.3\n' '[ 0.261177] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 0.261696] IPv4 over IPsec tunneling driver\n' '[ 0.262592] NET: Registered PF_INET6 protocol ' 'family\n' '[ 0.264137] Segment Routing with IPv6\n' '[ 0.264184] In-situ OAM (IOAM) with IPv6\n' '[ 0.264805] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 0.265812] NET: Registered PF_PACKET protocol ' 'family\n' '[ 0.265867] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 0.266108] 8021q: 802.1Q VLAN Support v1.8\n' '[ 0.266242] 9pnet: Installing 9P2000 support\n' '[ 0.266318] Key type dns_resolver registered\n' '[ 0.266749] registered taskstats version 1\n' '[ 0.266777] Loading compiled-in X.509 ' 'certificates\n' '[ 0.285687] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with ' '/soc/bus@1000000/mixer@100000\n' '[ 0.285817] /soc/bus@1000000/mixer@100000: Fixed ' 'dependency cycle(s) with /soc/tcon-top@6510000\n' '[ 0.293055] sun50i-h6-r-pinctrl 7022000.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 0.309263] sun50i-h6-r-pinctrl 7022000.pinctrl: ' 'supply vcc-pl not found, using dummy regulator\n' '[ 0.310498] axp20x-i2c 0-0036: AXP20x variant ' 'AXP806 found\n' '[ 0.311224] axp20x-i2c 0-0036: mask_invert=true is ' 'deprecated; please switch to unmask_base\n' '[ 0.318625] vdd-sys: Bringing 900000uV into ' '960000-960000uV\n' '[ 0.320820] vcc-ac200: Bringing 700000uV into ' '3300000-3300000uV\n' '[ 0.321803] vcc-3v3-1: Bringing 700000uV into ' '3300000-3300000uV\n' '[ 0.324725] vcc-dcxoio: Bringing 700000uV into ' '1800000-1800000uV\n' '[ 0.327180] vcc-wifi-1: Bringing 700000uV into ' '3300000-3300000uV\n' '[ 0.328164] vcc-wifi-2: Bringing 700000uV into ' '3300000-3300000uV\n' '[ 0.328903] axp20x-i2c 0-0036: AXP20X driver ' 'loaded\n' '[ 0.349723] sun50i-h6-pinctrl 300b000.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 0.351790] sun50i-h6-pinctrl 300b000.pinctrl: ' 'supply vcc-ph not found, using dummy regulator\n' '[ 0.352462] printk: console [ttyS0] disabled\n' '[ 0.372912] 5000000.serial: ttyS0 at MMIO ' '0x5000000 (irq = 234, base_baud = 1500000) is a ' '16550A\n' '[ 1.450284] Freeing initrd memory: 22300K\n' '[ 1.453854] printk: console [ttyS0] enabled\n' '[ 1.950952] ehci-platform 5101000.usb: EHCI Host ' 'Controller\n' '[ 1.950978] ehci-platform 5311000.usb: EHCI Host ' 'Controller\n' '[ 1.950995] ohci-platform 5311400.usb: Generic ' 'Platform OHCI controller\n' '[ 1.951013] sun50i-h6-pinctrl 300b000.pinctrl: ' 'supply vcc-pf not found, using dummy regulator\n' '[ 1.951031] ohci-platform 5311400.usb: new USB bus ' 'registered, assigned bus number 1\n' '[ 1.951201] ohci-platform 5311400.usb: irq 238, io ' 'mem 0x05311400\n' '[ 1.952840] clk: Disabling unused clocks\n' '[ 1.952913] sunxi-mmc 4020000.mmc: Got CD GPIO\n' '[ 1.953030] ALSA device list:\n' '[ 1.953036] No soundcards found.\n' '[ 1.956587] ehci-platform 5101000.usb: new USB bus ' 'registered, assigned bus number 2\n' '[ 1.962186] ehci-platform 5311000.usb: new USB bus ' 'registered, assigned bus number 3\n' '[ 1.968885] ehci-platform 5101000.usb: irq 235, io ' 'mem 0x05101000\n' '[ 1.977373] ehci-platform 5311000.usb: irq 236, io ' 'mem 0x05311000\n' '[ 1.977785] sunxi-mmc 4022000.mmc: initialized, ' 'max. request size: 2048 KB, uses new timings mode\n' '[ 1.977969] sunxi-mmc 4020000.mmc: initialized, ' 'max. request size: 16384 KB, uses new timings mode\n' '[ 1.998886] ehci-platform 5101000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 2.014892] ehci-platform 5311000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 2.019563] hub 1-0:1.0: USB hub found\n' '[ 2.019594] hub 1-0:1.0: 1 port detected\n' '[ 2.021869] hub 2-0:1.0: USB hub found\n' '[ 2.074956] hub 2-0:1.0: 1 port detected\n' '[ 2.079866] hub 3-0:1.0: USB hub found\n' '[ 2.083666] hub 3-0:1.0: 1 port detected\n' '[ 2.174914] ohci-platform 5101400.usb: Generic ' 'Platform OHCI controller\n' '[ 2.181558] ohci-platform 5101400.usb: new USB bus ' 'registered, assigned bus number 4\n' '[ 2.189414] ohci-platform 5101400.usb: irq 237, io ' 'mem 0x05101400\n' '[ 2.259445] hub 4-0:1.0: USB hub found\n' '[ 2.263256] hub 4-0:1.0: 1 port detected\n' '[ 2.270997] Freeing unused kernel memory: 7616K\n' '[ 2.275701] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: [ 2.342978] usb 3-1: new ' 'high-speed USB device number 2 using ehci-platform\n' 'OK\n' 'Populating /dev using udev: [ 2.362471] ' 'udevd[157]: starting version 3.2.9\n' '[ 4.382878] random: crng init done\n' "[ 4.392259] udevd[157]: specified user 'tss' " 'unknown\n' "[ 4.397344] udevd[157]: specified group 'tss' " 'unknown\n' '[ 4.404274] udevd[158]: starting eudev-3.2.9\n' "[ 4.415367] udevd[158]: specified user 'tss' " 'unknown\n' "[ 4.420518] udevd[158]: specified group 'tss' " 'unknown\n' '[ 5.187358] ax88179_178a 3-1:1.0 eth0: register ' "'ax88179_178a' at usb-5311000.usb-1, ASIX AX88179 USB " '3.0 Gigabit Ethernet, 8c:ae:4c:e1:49:ac\n' '[ 5.200200] usbcore: registered new interface ' 'driver ax88179_178a\n' '[ 5.237417] sun8i-ce 1904000.crypto: Set mod clock ' 'to 300000000 (300 Mhz) from 24000000 (24 Mhz)\n' '[ 5.246264] mc: Linux media interface: v0.10\n' '[ 5.251213] sun8i-ce 1904000.crypto: will run ' 'requests pump with realtime priority\n' '[ 5.270771] panfrost 1800000.gpu: clock rate = ' '432000000\n' '[ 5.272294] videodev: Linux video capture ' 'interface: v2.00\n' '[ 5.295243] sun8i-ce 1904000.crypto: will run ' 'requests pump with realtime priority\n' '[ 5.300732] panfrost 1800000.gpu: bus_clock rate = ' '100000000\n' '[ 5.308805] sun8i-ce 1904000.crypto: will run ' 'requests pump with realtime priority\n' '[ 5.310387] panfrost 1800000.gpu: mali-t720 id ' '0x720 major 0x1 minor 0x1 status 0x0\n' '[ 5.325679] panfrost 1800000.gpu: features: ' '00000000,00000408, issues: 00000000,21054400\n' '[ 5.334066] sun8i-ce 1904000.crypto: will run ' 'requests pump with realtime priority\n' '[ 5.341846] sun8i-ce 1904000.crypto: Register ' 'cbc(aes)\n' '[ 5.348419] panfrost 1800000.gpu: Features: ' 'L2:0x07110206 Shader:0x00000000 Tiler:0x00000809 ' 'Mem:0x1 MMU:0x00002821 AS:0xf JS:0x7\n' '[ 5.348524] sun8i-ce 1904000.crypto: Register ' 'ecb(aes)\n' '[ 5.368942] usb_phy_generic ' 'usb_phy_generic.1.auto: supply vcc not found, using ' 'dummy regulator\n' '[ 5.377269] panfrost 1800000.gpu: ' 'shader_present=0x3 l2_present=0x1\n' '[ 5.379356] usb_phy_generic ' 'usb_phy_generic.1.auto: dummy supplies not allowed ' 'for exclusive requests\n' '[ 5.394354] sun8i-ce 1904000.crypto: Register ' 'cbc(des3_ede)\n' '[ 5.398367] musb-hdrc musb-hdrc.2.auto: MUSB HDRC ' 'host driver\n' '[ 5.402645] sun8i-ce 1904000.crypto: Register ' 'ecb(des3_ede)\n' '[ 5.407345] musb-hdrc musb-hdrc.2.auto: new USB ' 'bus registered, assigned bus number 5\n' '[ 5.419332] sun8i-ce 1904000.crypto: CryptoEngine ' 'Die ID 0\n' '[ 5.420688] hub 5-0:1.0: USB hub found\n' '[ 5.426347] dwmac-sun8i 5020000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 5.430945] hub 5-0:1.0: 1 port detected\n' '[ 5.435179] dwmac-sun8i 5020000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 5.436877] [drm] Initialized panfrost 1.2.0 ' '20180908 for 1800000.gpu on minor 0\n' '[ 5.451055] sunxi-wdt 7020400.watchdog: Watchdog ' 'enabled (timeout=16 sec, nowayout=0)\n' '[ 5.452851] dwmac-sun8i 5020000.ethernet: PTP uses ' 'main clock\n' '[ 5.453689] Registered IR keymap rc-empty\n' '[ 5.453789] rc rc0: sunxi-ir as ' '/devices/platform/soc/7040000.ir/rc/rc0\n' '[ 5.453926] input: sunxi-ir as ' '/devices/platform/soc/7040000.ir/rc/rc0/input0\n' '[ 5.460916] sunxi-ir 7040000.ir: initialized sunXi ' 'IR driver\n' '[ 5.466099] dwmac-sun8i 5020000.ethernet: Current ' 'syscon value is not the default 58000 (expect 50000)\n' '[ 5.607174] dwmac-sun8i 5020000.ethernet: No HW ' 'DMA feature register supported\n' '[ 5.614431] dwmac-sun8i 5020000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 5.621666] dwmac-sun8i 5020000.ethernet: COE Type ' '2\n' '[ 5.626638] dwmac-sun8i 5020000.ethernet: TX ' 'Checksum insertion supported\n' '[ 5.633432] dwmac-sun8i 5020000.ethernet: Normal ' 'descriptors\n' '[ 5.639097] dwmac-sun8i 5020000.ethernet: Chain ' 'mode enabled\n' '[ 5.645578] mdio_bus stmmac-0: MDIO device at ' 'address 1 is missing.\n' '[ 5.753085] dwmac-sun8i 5020000.ethernet: EMAC ' 'reset timeout\n' '[ 5.758772] dwmac-sun8i 5020000.ethernet eth1: ' 'stmmac_dvr_remove: removing driver\n' '[ 5.787384] dwmac-sun8i: probe of 5020000.ethernet ' 'failed with error -110\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-18447606/environment\n' '/ # /lava-18447606/bin/lava-test-runner ' '/lava-18447606/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-18447606[ 6.492518] ' '\n' '/0/tests/0_dmesg[ 6.498839] \n' '+ cat uuid\n' '+ UUID=18447606_1.1.4.1\n' '+ set +x\n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ #\n'} 04/22/2025 07:07:29 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:07:43 PM UTC [INFO] Processing event node: 6807e16d1b4012cda6bf8316 04/22/2025 07:07:44 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807e16d1b4012cda6bf8316 04/22/2025 07:07:44 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807e1201b4012cda6bf82fc', 'id': 'maestro:6807e16d1b4012cda6bf8316', 'origin': 'maestro', 'comment': 'staging-stable-20250422.5', 'start_time': '2025-04-22T18:35:25.129000+00:00', 'architecture': 'arm', 'compiler': 'gcc-12', 'config_name': 'imx_v6_v7_defconfig', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807e16d1b4012cda6bf8316-kbuild-gcc-12-arm-imx-v6-3hf6ylro', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'zimage', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e16d1b4012cda6bf8316'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/fragments/0.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/build.log.gz', 'log_excerpt': '\n' ' INSTALL _dtbs_/imx6q-udoo.dtb\n' ' INSTALL _dtbs_/imx6q-utilite-pro.dtb\n' ' INSTALL _dtbs_/imx6q-var-dt6customboard.dtb\n' ' INSTALL _dtbs_/imx6q-vicut1.dtb\n' ' INSTALL _dtbs_/imx6q-wandboard.dtb\n' ' INSTALL _dtbs_/imx6q-wandboard-revb1.dtb\n' ' INSTALL _dtbs_/imx6q-wandboard-revd1.dtb\n' ' INSTALL _dtbs_/imx6q-yapp4-crux.dtb\n' ' INSTALL _dtbs_/imx6q-zii-rdu2.dtb\n' ' INSTALL _dtbs_/imx6qp-mba6b.dtb\n' ' INSTALL _dtbs_/imx6qp-nitrogen6_max.dtb\n' ' INSTALL _dtbs_/imx6qp-nitrogen6_som2.dtb\n' ' INSTALL _dtbs_/imx6qp-phytec-mira-rdk-nand.dtb\n' ' INSTALL _dtbs_/imx6qp-prtwd3.dtb\n' ' INSTALL _dtbs_/imx6qp-sabreauto.dtb\n' ' INSTALL _dtbs_/imx6qp-sabresd.dtb\n' ' INSTALL _dtbs_/imx6qp-tx6qp-8037.dtb\n' ' INSTALL _dtbs_/imx6qp-tx6qp-8037-mb7.dtb\n' ' INSTALL _dtbs_/imx6qp-tx6qp-8137.dtb\n' ' INSTALL _dtbs_/imx6qp-tx6qp-8137-mb7.dtb\n' ' INSTALL _dtbs_/imx6qp-vicutp.dtb\n' ' INSTALL _dtbs_/imx6qp-wandboard-revd1.dtb\n' ' INSTALL _dtbs_/imx6qp-yapp4-crux-plus.dtb\n' ' INSTALL _dtbs_/imx6qp-zii-rdu2.dtb\n' ' INSTALL _dtbs_/imx6s-dhcom-drc02.dtb\n' ' INSTALL _dtbs_/imx6sl-evk.dtb\n' ' INSTALL _dtbs_/imx6sl-tolino-shine2hd.dtb\n' ' INSTALL _dtbs_/imx6sl-tolino-shine3.dtb\n' ' INSTALL _dtbs_/imx6sl-tolino-vision5.dtb\n' ' INSTALL _dtbs_/imx6sl-warp.dtb\n' ' INSTALL _dtbs_/imx6sll-evk.dtb\n' ' INSTALL _dtbs_/imx6sll-kobo-clarahd.dtb\n' ' INSTALL _dtbs_/imx6sll-kobo-librah2o.dtb\n' ' INSTALL _dtbs_/imx6sx-nitrogen6sx.dtb\n' ' INSTALL _dtbs_/imx6sx-sabreauto.dtb\n' ' INSTALL _dtbs_/imx6sx-sdb-reva.dtb\n' ' INSTALL _dtbs_/imx6sx-sdb-sai.dtb\n' ' INSTALL _dtbs_/imx6sx-sdb.dtb\n' ' INSTALL _dtbs_/imx6sx-sdb-mqs.dtb\n' ' INSTALL _dtbs_/imx6sx-softing-vining-2000.dtb\n' ' INSTALL _dtbs_/imx6sx-udoo-neo-basic.dtb\n' ' INSTALL _dtbs_/imx6sx-udoo-neo-extended.dtb\n' ' INSTALL _dtbs_/imx6sx-udoo-neo-full.dtb\n' ' INSTALL _dtbs_/imx6ul-14x14-evk.dtb\n' ' INSTALL _dtbs_/imx6ul-ccimx6ulsbcexpress.dtb\n' ' INSTALL _dtbs_/imx6ul-ccimx6ulsbcpro.dtb\n' ' INSTALL _dtbs_/imx6ul-geam.dtb\n' ' INSTALL _dtbs_/imx6ul-isiot-emmc.dtb\n' ' INSTALL _dtbs_/imx6ul-isiot-nand.dtb\n' ' INSTALL _dtbs_/imx6ul-kontron-bl.dtb\n' ' INSTALL _dtbs_/imx6ul-kontron-bl-43.dtb\n' ' INSTALL _dtbs_/imx6ul-liteboard.dtb\n' ' INSTALL _dtbs_/imx6ul-tqma6ul1-mba6ulx.dtb\n' ' INSTALL _dtbs_/imx6ul-tqma6ul2-mba6ulx.dtb\n' ' INSTALL _dtbs_/imx6ul-tqma6ul2l-mba6ulx.dtb\n' ' INSTALL _dtbs_/imx6ul-opos6uldev.dtb\n' ' INSTALL _dtbs_/imx6ul-pico-dwarf.dtb\n' ' INSTALL _dtbs_/imx6ul-pico-hobbit.dtb\n' ' INSTALL _dtbs_/imx6ul-pico-pi.dtb\n' ' INSTALL _dtbs_/imx6ul-phytec-segin-ff-rdk-emmc.dtb\n' ' INSTALL _dtbs_/imx6ul-phytec-segin-ff-rdk-nand.dtb\n' ' INSTALL _dtbs_/imx6ul-prti6g.dtb\n' ' INSTALL _dtbs_/imx6ul-tx6ul-0010.dtb\n' ' INSTALL _dtbs_/imx6ul-tx6ul-0011.dtb\n' ' INSTALL _dtbs_/imx6ul-tx6ul-mainboard.dtb\n' ' INSTALL _dtbs_/imx6ull-14x14-evk.dtb\n' ' INSTALL _dtbs_/imx6ull-colibri-aster.dtb\n' ' INSTALL _dtbs_/imx6ull-colibri-emmc-aster.dtb\n' ' INSTALL _dtbs_/imx6ull-colibri-emmc-eval-v3.dtb\n' ' INSTALL _dtbs_/imx6ull-colibri-emmc-iris.dtb\n' ' INSTALL _dtbs_/imx6ull-colibri-emmc-iris-v2.dtb\n' ' INSTALL _dtbs_/imx6ull-colibri-eval-v3.dtb\n' ' INSTALL _dtbs_/imx6ull-colibri-iris.dtb\n' ' INSTALL _dtbs_/imx6ull-colibri-iris-v2.dtb\n' ' INSTALL _dtbs_/imx6ull-colibri-wifi-aster.dtb\n' ' INSTALL _dtbs_/imx6ull-colibri-wifi-eval-v3.dtb\n' ' INSTALL _dtbs_/imx6ull-colibri-wifi-iris.dtb\n' ' INSTALL _dtbs_/imx6ull-colibri-wifi-iris-v2.dtb\n' ' INSTALL _dtbs_/imx6ull-jozacp.dtb\n' ' INSTALL _dtbs_/imx6ull-kontron-bl.dtb\n' ' INSTALL _dtbs_/imx6ull-myir-mys-6ulx-eval.dtb\n' ' INSTALL _dtbs_/imx6ull-opos6uldev.dtb\n' ' INSTALL ' '_dtbs_/imx6ull-phytec-segin-ff-rdk-nand.dtb\n' ' INSTALL ' '_dtbs_/imx6ull-phytec-segin-ff-rdk-emmc.dtb\n' ' INSTALL ' '_dtbs_/imx6ull-phytec-segin-lc-rdk-nand.dtb\n' ' INSTALL _dtbs_/imx6ull-phytec-tauri-emmc.dtb\n' ' INSTALL _dtbs_/imx6ull-phytec-tauri-nand.dtb\n' ' INSTALL _dtbs_/imx6ull-tqma6ull2-mba6ulx.dtb\n' ' INSTALL _dtbs_/imx6ull-tqma6ull2l-mba6ulx.dtb\n' ' INSTALL _dtbs_/imx6ulz-14x14-evk.dtb\n' ' INSTALL _dtbs_/imx6ulz-bsh-smm-m2.dtb\n' ' INSTALL _dtbs_/imx7d-cl-som-imx7.dtb\n' ' INSTALL _dtbs_/imx7d-colibri-aster.dtb\n' ' INSTALL _dtbs_/imx7d-colibri-emmc-aster.dtb\n' ' INSTALL _dtbs_/imx7d-colibri-emmc-iris.dtb\n' ' INSTALL _dtbs_/imx7d-colibri-emmc-iris-v2.dtb\n' ' INSTALL _dtbs_/imx7d-colibri-emmc-eval-v3.dtb\n' ' INSTALL _dtbs_/imx7d-colibri-eval-v3.dtb\n' ' INSTALL _dtbs_/imx7d-colibri-iris.dtb\n' ' INSTALL _dtbs_/imx7d-colibri-iris-v2.dtb\n' ' INSTALL _dtbs_/imx7d-flex-concentrator.dtb\n' ' INSTALL _dtbs_/imx7d-flex-concentrator-mfg.dtb\n' ' INSTALL _dtbs_/imx7d-mba7.dtb\n' ' INSTALL _dtbs_/imx7d-meerkat96.dtb\n' ' INSTALL _dtbs_/imx7d-nitrogen7.dtb\n' ' INSTALL _dtbs_/imx7d-pico-dwarf.dtb\n' ' INSTALL _dtbs_/imx7d-pico-hobbit.dtb\n' ' INSTALL _dtbs_/imx7d-pico-nymph.dtb\n' ' INSTALL _dtbs_/imx7d-pico-pi.dtb\n' ' INSTALL _dtbs_/imx7d-remarkable2.dtb\n' ' INSTALL _dtbs_/imx7d-sbc-imx7.dtb\n' ' INSTALL _dtbs_/imx7d-sdb.dtb\n' ' INSTALL _dtbs_/imx7d-sdb-reva.dtb\n' ' INSTALL _dtbs_/imx7d-sdb-sht11.dtb\n' ' INSTALL _dtbs_/imx7d-smegw01.dtb\n' ' INSTALL _dtbs_/imx7d-zii-rmu2.dtb\n' ' INSTALL _dtbs_/imx7d-zii-rpu2.dtb\n' ' INSTALL _dtbs_/imx7s-colibri-aster.dtb\n' ' INSTALL _dtbs_/imx7s-colibri-eval-v3.dtb\n' ' INSTALL _dtbs_/imx7s-colibri-iris.dtb\n' ' INSTALL _dtbs_/imx7s-colibri-iris-v2.dtb\n' ' INSTALL _dtbs_/imx7s-mba7.dtb\n' ' INSTALL _dtbs_/imx7s-warp.dtb\n' ' INSTALL _dtbs_/imx7ulp-com.dtb\n' ' INSTALL _dtbs_/imx7ulp-evk.dtb\n' ' INSTALL _dtbs_/vf500-colibri-eval-v3.dtb\n' ' INSTALL _dtbs_/vf610-bk4.dtb\n' ' INSTALL _dtbs_/vf610-colibri-eval-v3.dtb\n' ' INSTALL _dtbs_/vf610m4-colibri.dtb\n' ' INSTALL _dtbs_/vf610-cosmic.dtb\n' ' INSTALL _dtbs_/vf610m4-cosmic.dtb\n' ' INSTALL _dtbs_/vf610-twr.dtb\n' ' INSTALL _dtbs_/vf610-zii-cfu1.dtb\n' ' INSTALL _dtbs_/vf610-zii-dev-rev-b.dtb\n' ' INSTALL _dtbs_/vf610-zii-dev-rev-c.dtb\n' ' INSTALL _dtbs_/vf610-zii-scu4-aib.dtb\n' ' INSTALL _dtbs_/vf610-zii-spb4.dtb\n' ' INSTALL _dtbs_/vf610-zii-ssmb-dtu.dtb\n' ' INSTALL _dtbs_/vf610-zii-ssmb-spu3.dtb\n' '+ mkdir -p /tmp/kci/artifacts/dtbs\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp -r _dtbs_/imx31-bug.dtb _dtbs_/imx31-lite.dtb ' '_dtbs_/imx35-eukrea-mbimxsd35-baseboard.dtb ' '_dtbs_/imx35-pdk.dtb _dtbs_/imx50-evk.dtb ' '_dtbs_/imx50-kobo-aura.dtb _dtbs_/imx51-apf51.dtb ' '_dtbs_/imx51-apf51dev.dtb _dtbs_/imx51-babbage.dtb ' '_dtbs_/imx51-digi-connectcore-jsk.dtb ' '_dtbs_/imx51-eukrea-mbimxsd51-baseboard.dtb ' '_dtbs_/imx51-ts4800.dtb _dtbs_/imx51-zii-rdu1.dtb ' '_dtbs_/imx51-zii-scu2-mezz.dtb ' '_dtbs_/imx51-zii-scu3-esb.dtb _dtbs_/imx53-ard.dtb ' '_dtbs_/imx53-cx9020.dtb _dtbs_/imx53-kp-ddc.dtb ' '_dtbs_/imx53-kp-hsc.dtb _dtbs_/imx53-m53evk.dtb ' '_dtbs_/imx53-m53menlo.dtb _dtbs_/imx53-mba53.dtb ' '_dtbs_/imx53-ppd.dtb _dtbs_/imx53-qsb.dtb ' '_dtbs_/imx53-qsrb.dtb _dtbs_/imx53-smd.dtb ' '_dtbs_/imx53-tx53-x03x.dtb _dtbs_/imx53-tx53-x13x.dtb ' '_dtbs_/imx53-usbarmory.dtb ' '_dtbs_/imx53-voipac-bsb.dtb _dtbs_/imx6dl-alti6p.dtb ' '_dtbs_/imx6dl-apf6dev.dtb ' '_dtbs_/imx6dl-aristainetos2_4.dtb ' '_dtbs_/imx6dl-aristainetos2_7.dtb ' '_dtbs_/imx6dl-aristainetos_4.dtb ' '_dtbs_/imx6dl-aristainetos_7.dtb ' '_dtbs_/imx6dl-b105pv2.dtb _dtbs_/imx6dl-b105v2.dtb ' '_dtbs_/imx6dl-b125pv2.dtb _dtbs_/imx6dl-b125v2.dtb ' '_dtbs_/imx6dl-b155v2.dtb ' '_dtbs_/imx6dl-colibri-aster.dtb ' '_dtbs_/imx6dl-colibri-eval-v3.dtb ' '_dtbs_/imx6dl-colibri-iris-v2.dtb ' '_dtbs_/imx6dl-colibri-iris.dtb ' '_dtbs_/imx6dl-cubox-i-emmc-som-v15.dtb ' '_dtbs_/imx6dl-cubox-i-som-v15.dtb ' '_dtbs_/imx6dl-cubox-i.dtb ' '_dtbs_/imx6dl-dfi-fs700-m60.dtb ' '_dtbs_/imx6dl-dhcom-picoitx.dtb ' '_dtbs_/imx6dl-eckelmann-ci4x10.dtb ' '_dtbs_/imx6dl-emcon-avari.dtb ' '_dtbs_/imx6dl-gw51xx.dtb _dtbs_/imx6dl-gw52xx.dtb ' '_dtbs_/imx6dl-gw53xx.dtb _dtbs_/imx6dl-gw54xx.dtb ' '_dtbs_/imx6dl-gw551x.dtb _dtbs_/imx6dl-gw552x.dtb ' '_dtbs_/imx6dl-gw553x.dtb _dtbs_/imx6dl-gw560x.dtb ' '_dtbs_/imx6dl-gw5903.dtb _dtbs_/imx6dl-gw5904.dtb ' '_dtbs_/imx6dl-gw5907.dtb _dtbs_/imx6dl-gw5910.dtb ' '_dtbs_/imx6dl-gw5912.dtb _dtbs_/imx6dl-gw5913.dtb ' '_dtbs_/imx6dl-hummingboard-emmc-som-v15.dtb ' '_dtbs_/imx6dl-hummingboard-som-v15.dtb ' '_dtbs_/imx6dl-hummingboard.dtb ' '_dtbs_/imx6dl-hummingboard2-emmc-som-v15.dtb ' '_dtbs_/imx6dl-hummingboard2-som-v15.dtb ' '_dtbs_/imx6dl-hummingboard2.dtb ' '_dtbs_/imx6dl-icore-mipi.dtb ' '_dtbs_/imx6dl-icore-rqs.dtb _dtbs_/imx6dl-icore.dtb ' '_dtbs_/imx6dl-lanmcu.dtb _dtbs_/imx6dl-mamoj.dtb ' '_dtbs_/imx6dl-mba6a.dtb _dtbs_/imx6dl-mba6b.dtb ' '_dtbs_/imx6dl-nit6xlite.dtb ' '_dtbs_/imx6dl-nitrogen6x.dtb ' '_dtbs_/imx6dl-phytec-mira-rdk-nand.dtb ' '_dtbs_/imx6dl-phytec-pbab01.dtb ' '_dtbs_/imx6dl-pico-dwarf.dtb ' '_dtbs_/imx6dl-pico-hobbit.dtb ' '_dtbs_/imx6dl-pico-nymph.dtb ' '_dtbs_/imx6dl-pico-pi.dtb _dtbs_/imx6dl-plybas.dtb ' '_dtbs_/imx6dl-plym2m.dtb _dtbs_/imx6dl-prtmvt.dtb ' '_dtbs_/imx6dl-prtrvt.dtb _dtbs_/imx6dl-prtvt7.dtb ' '_dtbs_/imx6dl-rex-basic.dtb ' '_dtbs_/imx6dl-riotboard.dtb ' '_dtbs_/imx6dl-sabreauto.dtb ' '_dtbs_/imx6dl-sabrelite.dtb _dtbs_/imx6dl-sabresd.dtb ' '_dtbs_/imx6dl-savageboard.dtb ' '_dtbs_/imx6dl-skov-revc-lt2.dtb ' '_dtbs_/imx6dl-skov-revc-lt6.dtb ' '_dtbs_/imx6dl-solidsense.dtb _dtbs_/imx6dl-ts4900.dtb ' '_dtbs_/imx6dl-ts7970.dtb ' '_dtbs_/imx6dl-tx6dl-comtft.dtb ' '_dtbs_/imx6dl-tx6s-8034-mb7.dtb ' '_dtbs_/imx6dl-tx6s-8034.dtb ' '_dtbs_/imx6dl-tx6s-8035-mb7.dtb ' '_dtbs_/imx6dl-tx6s-8035.dtb ' '_dtbs_/imx6dl-tx6u-801x.dtb ' '_dtbs_/imx6dl-tx6u-8033-mb7.dtb ' '_dtbs_/imx6dl-tx6u-8033.dtb ' '_dtbs_/imx6dl-tx6u-80xx-mb7.dtb ' '_dtbs_/imx6dl-tx6u-811x.dtb ' '_dtbs_/imx6dl-tx6u-81xx-mb7.dtb ' '_dtbs_/imx6dl-udoo.dtb _dtbs_/imx6dl-victgo.dtb ' '_dtbs_/imx6dl-vicut1.dtb ' '_dtbs_/imx6dl-wandboard-revb1.dtb ' '_dtbs_/imx6dl-wandboard-revd1.dtb ' '_dtbs_/imx6dl-wandboard.dtb ' '_dtbs_/imx6dl-yapp4-draco.dtb ' '_dtbs_/imx6dl-yapp4-hydra.dtb ' '_dtbs_/imx6dl-yapp4-orion.dtb ' '_dtbs_/imx6dl-yapp4-ursa.dtb ' '_dtbs_/imx6q-apalis-eval.dtb ' '_dtbs_/imx6q-apalis-ixora-v1.1.dtb ' '_dtbs_/imx6q-apalis-ixora-v1.2.dtb ' '_dtbs_/imx6q-apalis-ixora.dtb ' '_dtbs_/imx6q-apf6dev.dtb _dtbs_/imx6q-arm2.dtb ' '_dtbs_/imx6q-b450v3.dtb _dtbs_/imx6q-b650v3.dtb ' '_dtbs_/imx6q-b850v3.dtb _dtbs_/imx6q-bosch-acc.dtb ' '_dtbs_/imx6q-cm-fx6.dtb ' '_dtbs_/imx6q-cubox-i-emmc-som-v15.dtb ' '_dtbs_/imx6q-cubox-i-som-v15.dtb ' '_dtbs_/imx6q-cubox-i.dtb ' '_dtbs_/imx6q-dfi-fs700-m60.dtb ' '_dtbs_/imx6q-dhcom-pdk2.dtb ' '_dtbs_/imx6q-display5-tianma-tm070-1280x768.dtb ' '_dtbs_/imx6q-dmo-edmqmx6.dtb ' '_dtbs_/imx6q-dms-ba16.dtb _dtbs_/imx6q-ds.dtb ' '_dtbs_/imx6q-emcon-avari.dtb _dtbs_/imx6q-evi.dtb ' '_dtbs_/imx6q-gk802.dtb _dtbs_/imx6q-gw51xx.dtb ' '_dtbs_/imx6q-gw52xx.dtb _dtbs_/imx6q-gw53xx.dtb ' '_dtbs_/imx6q-gw5400-a.dtb _dtbs_/imx6q-gw54xx.dtb ' '_dtbs_/imx6q-gw551x.dtb _dtbs_/imx6q-gw552x.dtb ' '_dtbs_/imx6q-gw553x.dtb _dtbs_/imx6q-gw560x.dtb ' '_dtbs_/imx6q-gw5903.dtb _dtbs_/imx6q-gw5904.dtb ' '_dtbs_/imx6q-gw5907.dtb _dtbs_/imx6q-gw5910.dtb ' '_dtbs_/imx6q-gw5912.dtb _dtbs_/imx6q-gw5913.dtb ' '_dtbs_/imx6q-h100.dtb ' '_dtbs_/imx6q-hummingboard-emmc-som-v15.dtb ' '_dtbs_/imx6q-hummingboard-som-v15.dtb ' '_dtbs_/imx6q-hummingboard.dtb ' '_dtbs_/imx6q-hummingboard2-emmc-som-v15.dtb ' '_dtbs_/imx6q-hummingboard2-som-v15.dtb ' '_dtbs_/imx6q-hummingboard2.dtb ' '_dtbs_/imx6q-icore-mipi.dtb ' '_dtbs_/imx6q-icore-ofcap10.dtb ' '_dtbs_/imx6q-icore-ofcap12.dtb ' '_dtbs_/imx6q-icore-rqs.dtb _dtbs_/imx6q-icore.dtb ' '_dtbs_/imx6q-kp-tpc.dtb _dtbs_/imx6q-logicpd.dtb ' '_dtbs_/imx6q-marsboard.dtb _dtbs_/imx6q-mba6a.dtb ' '_dtbs_/imx6q-mba6b.dtb _dtbs_/imx6q-mccmon6.dtb ' '_dtbs_/imx6q-nitrogen6_max.dtb ' '_dtbs_/imx6q-nitrogen6_som2.dtb ' '_dtbs_/imx6q-nitrogen6x.dtb _dtbs_/imx6q-novena.dtb ' '_dtbs_/imx6q-phytec-mira-rdk-emmc.dtb ' '_dtbs_/imx6q-phytec-mira-rdk-nand.dtb ' '_dtbs_/imx6q-phytec-pbab01.dtb ' '_dtbs_/imx6q-pico-dwarf.dtb ' '_dtbs_/imx6q-pico-hobbit.dtb ' '_dtbs_/imx6q-pico-nymph.dtb _dtbs_/imx6q-pico-pi.dtb ' '_dtbs_/imx6q-pistachio.dtb _dtbs_/imx6q-prti6q.dtb ' '_dtbs_/imx6q-prtwd2.dtb _dtbs_/imx6q-rex-pro.dtb ' '_dtbs_/imx6q-sabreauto.dtb _dtbs_/imx6q-sabrelite.dtb ' '_dtbs_/imx6q-sabresd.dtb _dtbs_/imx6q-savageboard.dtb ' '_dtbs_/imx6q-sbc6x.dtb _dtbs_/imx6q-skov-revc-lt2.dtb ' '_dtbs_/imx6q-skov-revc-lt6.dtb ' '_dtbs_/imx6q-skov-reve-mi1010ait-1cp1.dtb ' '_dtbs_/imx6q-solidsense.dtb _dtbs_/imx6q-tbs2910.dtb ' '_dtbs_/imx6q-ts4900.dtb _dtbs_/imx6q-ts7970.dtb ' '_dtbs_/imx6q-tx6q-1010-comtft.dtb ' '_dtbs_/imx6q-tx6q-1010.dtb ' '_dtbs_/imx6q-tx6q-1020-comtft.dtb ' '_dtbs_/imx6q-tx6q-1020.dtb ' '_dtbs_/imx6q-tx6q-1036-mb7.dtb ' '_dtbs_/imx6q-tx6q-1036.dtb ' '_dtbs_/imx6q-tx6q-10x0-mb7.dtb ' '_dtbs_/imx6q-tx6q-1110.dtb ' '_dtbs_/imx6q-tx6q-11x0-mb7.dtb _dtbs_/imx6q-udoo.dtb ' '_dtbs_/imx6q-utilite-pro.dtb ' '_dtbs_/imx6q-var-dt6customboard.dtb ' '_dtbs_/imx6q-vicut1.dtb ' '_dtbs_/imx6q-wandboard-revb1.dtb ' '_dtbs_/imx6q-wandboard-revd1.dtb ' '_dtbs_/imx6q-wandboard.dtb ' '_dtbs_/imx6q-yapp4-crux.dtb _dtbs_/imx6q-zii-rdu2.dtb ' '_dtbs_/imx6qp-mba6b.dtb ' '_dtbs_/imx6qp-nitrogen6_max.dtb ' '_dtbs_/imx6qp-nitrogen6_som2.dtb ' '_dtbs_/imx6qp-phytec-mira-rdk-nand.dtb ' '_dtbs_/imx6qp-prtwd3.dtb _dtbs_/imx6qp-sabreauto.dtb ' '_dtbs_/imx6qp-sabresd.dtb ' '_dtbs_/imx6qp-tx6qp-8037-mb7.dtb ' '_dtbs_/imx6qp-tx6qp-8037.dtb ' '_dtbs_/imx6qp-tx6qp-8137-mb7.dtb ' '_dtbs_/imx6qp-tx6qp-8137.dtb _dtbs_/imx6qp-vicutp.dtb ' '_dtbs_/imx6qp-wandboard-revd1.dtb ' '_dtbs_/imx6qp-yapp4-crux-plus.dtb ' '_dtbs_/imx6qp-zii-rdu2.dtb ' '_dtbs_/imx6s-dhcom-drc02.dtb _dtbs_/imx6sl-evk.dtb ' '_dtbs_/imx6sl-tolino-shine2hd.dtb ' '_dtbs_/imx6sl-tolino-shine3.dtb ' '_dtbs_/imx6sl-tolino-vision5.dtb ' '_dtbs_/imx6sl-warp.dtb _dtbs_/imx6sll-evk.dtb ' '_dtbs_/imx6sll-kobo-clarahd.dtb ' '_dtbs_/imx6sll-kobo-librah2o.dtb ' '_dtbs_/imx6sx-nitrogen6sx.dtb ' '_dtbs_/imx6sx-sabreauto.dtb _dtbs_/imx6sx-sdb-mqs.dtb ' '_dtbs_/imx6sx-sdb-reva.dtb _dtbs_/imx6sx-sdb-sai.dtb ' '_dtbs_/imx6sx-sdb.dtb ' '_dtbs_/imx6sx-softing-vining-2000.dtb ' '_dtbs_/imx6sx-udoo-neo-basic.dtb ' '_dtbs_/imx6sx-udoo-neo-extended.dtb ' '_dtbs_/imx6sx-udoo-neo-full.dtb ' '_dtbs_/imx6ul-14x14-evk.dtb ' '_dtbs_/imx6ul-ccimx6ulsbcexpress.dtb ' '_dtbs_/imx6ul-ccimx6ulsbcpro.dtb ' '_dtbs_/imx6ul-geam.dtb _dtbs_/imx6ul-isiot-emmc.dtb ' '_dtbs_/imx6ul-isiot-nand.dtb ' '_dtbs_/imx6ul-kontron-bl-43.dtb ' '_dtbs_/imx6ul-kontron-bl.dtb ' '_dtbs_/imx6ul-liteboard.dtb ' '_dtbs_/imx6ul-opos6uldev.dtb ' '_dtbs_/imx6ul-phytec-segin-ff-rdk-emmc.dtb ' '_dtbs_/imx6ul-phytec-segin-ff-rdk-nand.dtb ' '_dtbs_/imx6ul-pico-dwarf.dtb ' '_dtbs_/imx6ul-pico-hobbit.dtb ' '_dtbs_/imx6ul-pico-pi.dtb _dtbs_/imx6ul-prti6g.dtb ' '_dtbs_/imx6ul-tqma6ul1-mba6ulx.dtb ' '_dtbs_/imx6ul-tqma6ul2-mba6ulx.dtb ' '_dtbs_/imx6ul-tqma6ul2l-mba6ulx.dtb ' '_dtbs_/imx6ul-tx6ul-0010.dtb ' '_dtbs_/imx6ul-tx6ul-0011.dtb ' '_dtbs_/imx6ul-tx6ul-mainboard.dtb ' '_dtbs_/imx6ull-14x14-evk.dtb ' '_dtbs_/imx6ull-colibri-aster.dtb ' '_dtbs_/imx6ull-colibri-emmc-aster.dtb ' '_dtbs_/imx6ull-colibri-emmc-eval-v3.dtb ' '_dtbs_/imx6ull-colibri-emmc-iris-v2.dtb ' '_dtbs_/imx6ull-colibri-emmc-iris.dtb ' '_dtbs_/imx6ull-colibri-eval-v3.dtb ' '_dtbs_/imx6ull-colibri-iris-v2.dtb ' '_dtbs_/imx6ull-colibri-iris.dtb ' '_dtbs_/imx6ull-colibri-wifi-aster.dtb ' '_dtbs_/imx6ull-colibri-wifi-eval-v3.dtb ' '_dtbs_/imx6ull-colibri-wifi-iris-v2.dtb ' '_dtbs_/imx6ull-colibri-wifi-iris.dtb ' '_dtbs_/imx6ull-jozacp.dtb ' '_dtbs_/imx6ull-kontron-bl.dtb ' '_dtbs_/imx6ull-myir-mys-6ulx-eval.dtb ' '_dtbs_/imx6ull-opos6uldev.dtb ' '_dtbs_/imx6ull-phytec-segin-ff-rdk-emmc.dtb ' '_dtbs_/imx6ull-phytec-segin-ff-rdk-nand.dtb ' '_dtbs_/imx6ull-phytec-segin-lc-rdk-nand.dtb ' '_dtbs_/imx6ull-phytec-tauri-emmc.dtb ' '_dtbs_/imx6ull-phytec-tauri-nand.dtb ' '_dtbs_/imx6ull-tqma6ull2-mba6ulx.dtb ' '_dtbs_/imx6ull-tqma6ull2l-mba6ulx.dtb ' '_dtbs_/imx6ulz-14x14-evk.dtb ' '_dtbs_/imx6ulz-bsh-smm-m2.dtb ' '_dtbs_/imx7d-cl-som-imx7.dtb ' '_dtbs_/imx7d-colibri-aster.dtb ' '_dtbs_/imx7d-colibri-emmc-aster.dtb ' '_dtbs_/imx7d-colibri-emmc-eval-v3.dtb ' '_dtbs_/imx7d-colibri-emmc-iris-v2.dtb ' '_dtbs_/imx7d-colibri-emmc-iris.dtb ' '_dtbs_/imx7d-colibri-eval-v3.dtb ' '_dtbs_/imx7d-colibri-iris-v2.dtb ' '_dtbs_/imx7d-colibri-iris.dtb ' '_dtbs_/imx7d-flex-concentrator-mfg.dtb ' '_dtbs_/imx7d-flex-concentrator.dtb ' '_dtbs_/imx7d-mba7.dtb _dtbs_/imx7d-meerkat96.dtb ' '_dtbs_/imx7d-nitrogen7.dtb ' '_dtbs_/imx7d-pico-dwarf.dtb ' '_dtbs_/imx7d-pico-hobbit.dtb ' '_dtbs_/imx7d-pico-nymph.dtb _dtbs_/imx7d-pico-pi.dtb ' '_dtbs_/imx7d-remarkable2.dtb ' '_dtbs_/imx7d-sbc-imx7.dtb _dtbs_/imx7d-sdb-reva.dtb ' '_dtbs_/imx7d-sdb-sht11.dtb _dtbs_/imx7d-sdb.dtb ' '_dtbs_/imx7d-smegw01.dtb _dtbs_/imx7d-zii-rmu2.dtb ' '_dtbs_/imx7d-zii-rpu2.dtb ' '_dtbs_/imx7s-colibri-aster.dtb ' '_dtbs_/imx7s-colibri-eval-v3.dtb ' '_dtbs_/imx7s-colibri-iris-v2.dtb ' '_dtbs_/imx7s-colibri-iris.dtb _dtbs_/imx7s-mba7.dtb ' '_dtbs_/imx7s-warp.dtb _dtbs_/imx7ulp-com.dtb ' '_dtbs_/imx7ulp-evk.dtb ' '_dtbs_/vf500-colibri-eval-v3.dtb _dtbs_/vf610-bk4.dtb ' '_dtbs_/vf610-colibri-eval-v3.dtb ' '_dtbs_/vf610-cosmic.dtb _dtbs_/vf610-twr.dtb ' '_dtbs_/vf610-zii-cfu1.dtb ' '_dtbs_/vf610-zii-dev-rev-b.dtb ' '_dtbs_/vf610-zii-dev-rev-c.dtb ' '_dtbs_/vf610-zii-scu4-aib.dtb ' '_dtbs_/vf610-zii-spb4.dtb ' '_dtbs_/vf610-zii-ssmb-dtu.dtb ' '_dtbs_/vf610-zii-ssmb-spu3.dtb ' '_dtbs_/vf610m4-colibri.dtb _dtbs_/vf610m4-cosmic.dtb ' '/tmp/kci/artifacts/dtbs\n' '+ cd ..\n' '+ echo job:package_dtbs=done\n' '++ date +%s\n' '+ echo jobets:package_dtbs=1745348791\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:07:44 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:07:54 PM UTC [INFO] Processing event node: 6807e1711b4012cda6bf8319 04/22/2025 07:07:54 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807e1711b4012cda6bf8319 04/22/2025 07:07:54 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807e1201b4012cda6bf82fc', 'id': 'maestro:6807e1711b4012cda6bf8319', 'origin': 'maestro', 'comment': 'staging-stable-20250422.5', 'start_time': '2025-04-22T18:35:29.941000+00:00', 'architecture': 'arm', 'compiler': 'gcc-12', 'config_name': 'multi_v5_defconfig', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807e1711b4012cda6bf8319-kbuild-gcc-12-arm-multi--ib4h7kda', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'zimage', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e1711b4012cda6bf8319'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/fragments/0.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/build.log.gz', 'log_excerpt': 'b/modules/6.1.132\n' '+ tar -C _modules_ -cJf ' '/tmp/kci/artifacts/modules.tar.xz .\n' '+ cd ..\n' '+ rm -rf _modules_\n' '+ set -e\n' '+ echo job:package_modules=done\n' '++ date +%s\n' '+ echo jobets:package_modules=1745348512\n' '+ echo -----log:package_kselftest-----\n' '-----log:package_kselftest-----\n' '+ echo job:package_kselftest=running\n' '++ date +%s\n' '+ echo jobsts:package_kselftest=1745348512\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-packages/kselftest.tar.gz ' '/tmp/kci/artifacts/\n' '+ echo job:package_kselftest=done\n' '++ date +%s\n' '+ echo jobets:package_kselftest=1745348512\n' '+ echo -----log:package_dtbs-----\n' '-----log:package_dtbs-----\n' '+ echo job:package_dtbs=running\n' '++ date +%s\n' '+ echo jobsts:package_dtbs=1745348512\n' '+ cd /tmp/kci/linux\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ make dtbs_install\n' ' INSTALL _dtbs_/animeo_ip.dtb\n' ' INSTALL _dtbs_/at91-qil_a9260.dtb\n' ' INSTALL _dtbs_/aks-cdu.dtb\n' ' INSTALL _dtbs_/ethernut5.dtb\n' ' INSTALL _dtbs_/evk-pro3.dtb\n' ' INSTALL _dtbs_/tny_a9260.dtb\n' ' INSTALL _dtbs_/usb_a9260.dtb\n' ' INSTALL _dtbs_/at91sam9260ek.dtb\n' ' INSTALL _dtbs_/at91sam9261ek.dtb\n' ' INSTALL _dtbs_/at91sam9263ek.dtb\n' ' INSTALL _dtbs_/at91-sam9_l9260.dtb\n' ' INSTALL _dtbs_/tny_a9263.dtb\n' ' INSTALL _dtbs_/usb_a9263.dtb\n' ' INSTALL _dtbs_/at91-foxg20.dtb\n' ' INSTALL _dtbs_/at91-kizbox.dtb\n' ' INSTALL _dtbs_/at91-lmu5000.dtb\n' ' INSTALL _dtbs_/at91sam9g20ek.dtb\n' ' INSTALL _dtbs_/at91sam9g20ek_2mmc.dtb\n' ' INSTALL _dtbs_/tny_a9g20.dtb\n' ' INSTALL _dtbs_/usb_a9g20.dtb\n' ' INSTALL _dtbs_/usb_a9g20_lpw.dtb\n' ' INSTALL _dtbs_/at91sam9m10g45ek.dtb\n' ' INSTALL _dtbs_/pm9g45.dtb\n' ' INSTALL _dtbs_/at91sam9n12ek.dtb\n' ' INSTALL _dtbs_/at91sam9rlek.dtb\n' ' INSTALL _dtbs_/at91-ariag25.dtb\n' ' INSTALL _dtbs_/at91-ariettag25.dtb\n' ' INSTALL _dtbs_/at91-cosino_mega2560.dtb\n' ' INSTALL _dtbs_/at91-kizboxmini-base.dtb\n' ' INSTALL _dtbs_/at91-kizboxmini-mb.dtb\n' ' INSTALL _dtbs_/at91-kizboxmini-rd.dtb\n' ' INSTALL _dtbs_/at91-q5xr5.dtb\n' ' INSTALL _dtbs_/at91-smartkiz.dtb\n' ' INSTALL _dtbs_/at91-wb45n.dtb\n' ' INSTALL _dtbs_/at91sam9g15ek.dtb\n' ' INSTALL ' '_dtbs_/at91sam9g25-gardena-smart-gateway.dtb\n' ' INSTALL _dtbs_/at91sam9g25ek.dtb\n' ' INSTALL _dtbs_/at91sam9g35ek.dtb\n' ' INSTALL _dtbs_/at91sam9x25ek.dtb\n' ' INSTALL _dtbs_/at91sam9x35ek.dtb\n' ' INSTALL _dtbs_/da850-lcdk.dtb\n' ' INSTALL _dtbs_/da850-enbw-cmc.dtb\n' ' INSTALL _dtbs_/da850-evm.dtb\n' ' INSTALL _dtbs_/da850-lego-ev3.dtb\n' ' INSTALL _dtbs_/kirkwood-b3.dtb\n' ' INSTALL _dtbs_/kirkwood-blackarmor-nas220.dtb\n' ' INSTALL _dtbs_/kirkwood-c200-v1.dtb\n' ' INSTALL _dtbs_/kirkwood-cloudbox.dtb\n' ' INSTALL _dtbs_/kirkwood-d2net.dtb\n' ' INSTALL _dtbs_/kirkwood-db-88f6281.dtb\n' ' INSTALL _dtbs_/kirkwood-db-88f6282.dtb\n' ' INSTALL _dtbs_/kirkwood-dir665.dtb\n' ' INSTALL _dtbs_/kirkwood-dns320.dtb\n' ' INSTALL _dtbs_/kirkwood-dns325.dtb\n' ' INSTALL _dtbs_/kirkwood-dockstar.dtb\n' ' INSTALL _dtbs_/kirkwood-dreamplug.dtb\n' ' INSTALL _dtbs_/kirkwood-ds109.dtb\n' ' INSTALL _dtbs_/kirkwood-ds110jv10.dtb\n' ' INSTALL _dtbs_/kirkwood-ds111.dtb\n' ' INSTALL _dtbs_/kirkwood-ds112.dtb\n' ' INSTALL _dtbs_/kirkwood-ds209.dtb\n' ' INSTALL _dtbs_/kirkwood-ds210.dtb\n' ' INSTALL _dtbs_/kirkwood-ds212.dtb\n' ' INSTALL _dtbs_/kirkwood-ds212j.dtb\n' ' INSTALL _dtbs_/kirkwood-ds409.dtb\n' ' INSTALL _dtbs_/kirkwood-ds409slim.dtb\n' ' INSTALL _dtbs_/kirkwood-ds411.dtb\n' ' INSTALL _dtbs_/kirkwood-ds411j.dtb\n' ' INSTALL _dtbs_/kirkwood-ds411slim.dtb\n' ' INSTALL _dtbs_/kirkwood-goflexnet.dtb\n' ' INSTALL _dtbs_/kirkwood-guruplug-server-plus.dtb\n' ' INSTALL _dtbs_/kirkwood-ib62x0.dtb\n' ' INSTALL _dtbs_/kirkwood-iconnect.dtb\n' ' INSTALL _dtbs_/kirkwood-iomega_ix2_200.dtb\n' ' INSTALL _dtbs_/kirkwood-is2.dtb\n' ' INSTALL _dtbs_/kirkwood-km_fixedeth.dtb\n' ' INSTALL _dtbs_/kirkwood-km_kirkwood.dtb\n' ' INSTALL _dtbs_/kirkwood-l-50.dtb\n' ' INSTALL _dtbs_/kirkwood-laplug.dtb\n' ' INSTALL _dtbs_/kirkwood-linkstation-lsqvl.dtb\n' ' INSTALL _dtbs_/kirkwood-linkstation-lsvl.dtb\n' ' INSTALL _dtbs_/kirkwood-linkstation-lswsxl.dtb\n' ' INSTALL _dtbs_/kirkwood-linkstation-lswvl.dtb\n' ' INSTALL _dtbs_/kirkwood-linkstation-lswxl.dtb\n' ' INSTALL _dtbs_/kirkwood-linksys-viper.dtb\n' ' INSTALL _dtbs_/kirkwood-lschlv2.dtb\n' ' INSTALL _dtbs_/kirkwood-lsxhl.dtb\n' ' INSTALL _dtbs_/kirkwood-mplcec4.dtb\n' ' INSTALL _dtbs_/kirkwood-mv88f6281gtw-ge.dtb\n' ' INSTALL _dtbs_/kirkwood-nas2big.dtb\n' ' INSTALL _dtbs_/kirkwood-net2big.dtb\n' ' INSTALL _dtbs_/kirkwood-net5big.dtb\n' ' INSTALL ' '_dtbs_/kirkwood-netgear_readynas_duo_v2.dtb\n' ' INSTALL ' '_dtbs_/kirkwood-netgear_readynas_nv+_v2.dtb\n' ' INSTALL _dtbs_/kirkwood-ns2.dtb\n' ' INSTALL _dtbs_/kirkwood-ns2lite.dtb\n' ' INSTALL _dtbs_/kirkwood-ns2max.dtb\n' ' INSTALL _dtbs_/kirkwood-ns2mini.dtb\n' ' INSTALL _dtbs_/kirkwood-nsa310.dtb\n' ' INSTALL _dtbs_/kirkwood-nsa310a.dtb\n' ' INSTALL _dtbs_/kirkwood-nsa320.dtb\n' ' INSTALL _dtbs_/kirkwood-nsa325.dtb\n' ' INSTALL _dtbs_/kirkwood-openblocks_a6.dtb\n' ' INSTALL _dtbs_/kirkwood-openblocks_a7.dtb\n' ' INSTALL _dtbs_/kirkwood-openrd-base.dtb\n' ' INSTALL _dtbs_/kirkwood-openrd-client.dtb\n' ' INSTALL _dtbs_/kirkwood-openrd-ultimate.dtb\n' ' INSTALL _dtbs_/kirkwood-pogo_e02.dtb\n' ' INSTALL _dtbs_/kirkwood-pogoplug-series-4.dtb\n' ' INSTALL _dtbs_/kirkwood-rd88f6192.dtb\n' ' INSTALL _dtbs_/kirkwood-rd88f6281-z0.dtb\n' ' INSTALL _dtbs_/kirkwood-rd88f6281-a.dtb\n' ' INSTALL _dtbs_/kirkwood-rs212.dtb\n' ' INSTALL _dtbs_/kirkwood-rs409.dtb\n' ' INSTALL _dtbs_/kirkwood-rs411.dtb\n' ' INSTALL _dtbs_/kirkwood-sheevaplug.dtb\n' ' INSTALL _dtbs_/kirkwood-sheevaplug-esata.dtb\n' ' INSTALL _dtbs_/kirkwood-t5325.dtb\n' ' INSTALL _dtbs_/kirkwood-topkick.dtb\n' ' INSTALL _dtbs_/kirkwood-ts219-6281.dtb\n' ' INSTALL _dtbs_/kirkwood-ts219-6282.dtb\n' ' INSTALL _dtbs_/kirkwood-ts419-6281.dtb\n' ' INSTALL _dtbs_/kirkwood-ts419-6282.dtb\n' ' INSTALL ' '_dtbs_/nuvoton-wpcm450-supermicro-x9sci-ln4f.dtb\n' ' INSTALL ' '_dtbs_/imx25-eukrea-mbimxsd25-baseboard.dtb\n' ' INSTALL ' '_dtbs_/imx25-eukrea-mbimxsd25-baseboard-cmo-qvga.dtb\n' ' INSTALL ' '_dtbs_/imx25-eukrea-mbimxsd25-baseboard-dvi-svga.dtb\n' ' INSTALL ' '_dtbs_/imx25-eukrea-mbimxsd25-baseboard-dvi-vga.dtb\n' ' INSTALL _dtbs_/imx25-karo-tx25.dtb\n' ' INSTALL _dtbs_/imx25-pdk.dtb\n' ' INSTALL _dtbs_/imx27-apf27.dtb\n' ' INSTALL _dtbs_/imx27-apf27dev.dtb\n' ' INSTALL ' '_dtbs_/imx27-eukrea-mbimxsd27-baseboard.dtb\n' ' INSTALL _dtbs_/imx27-pdk.dtb\n' ' INSTALL _dtbs_/imx27-phytec-phycore-rdk.dtb\n' ' INSTALL _dtbs_/imx27-phytec-phycard-s-rdk.dtb\n' ' INSTALL _dtbs_/orion5x-kuroboxpro.dtb\n' ' INSTALL _dtbs_/orion5x-lacie-d2-network.dtb\n' ' INSTALL ' '_dtbs_/orion5x-lacie-ethernet-disk-mini-v2.dtb\n' ' INSTALL _dtbs_/orion5x-linkstation-lsgl.dtb\n' ' INSTALL _dtbs_/orion5x-linkstation-lswtgl.dtb\n' ' INSTALL _dtbs_/orion5x-linkstation-lschl.dtb\n' ' INSTALL _dtbs_/orion5x-lswsgl.dtb\n' ' INSTALL _dtbs_/orion5x-maxtor-shared-storage-2.dtb\n' ' INSTALL _dtbs_/orion5x-netgear-wnr854t.dtb\n' ' INSTALL _dtbs_/orion5x-rd88f5182-nas.dtb\n' ' INSTALL _dtbs_/suniv-f1c100s-licheepi-nano.dtb\n' ' INSTALL _dtbs_/versatile-ab.dtb\n' ' INSTALL _dtbs_/versatile-ab-ib2.dtb\n' ' INSTALL _dtbs_/versatile-pb.dtb\n' ' INSTALL _dtbs_/aspeed-ast2500-evb.dtb\n' ' INSTALL _dtbs_/aspeed-ast2600-evb-a1.dtb\n' ' INSTALL _dtbs_/aspeed-ast2600-evb.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-amd-daytonax.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-amd-ethanolx.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-ampere-mtjade.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-ampere-mtmitchell.dtb\n' ' INSTALL ' '_dtbs_/aspeed-bmc-arm-stardragon4800-rep2.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-asrock-e3c246d4i.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-asrock-romed8hm3.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-bytedance-g220a.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-facebook-bletchley.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-facebook-cloudripper.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-facebook-cmm.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-facebook-elbert.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-facebook-fuji.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-facebook-galaxy100.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-facebook-minipack.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-facebook-tiogapass.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-facebook-wedge40.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-facebook-wedge100.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-facebook-wedge400.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-facebook-yamp.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-facebook-yosemitev2.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-ibm-everest.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-ibm-rainier.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-ibm-rainier-1s4u.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-ibm-rainier-4u.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-intel-s2600wf.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-inspur-fp5280g2.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-inspur-nf5280m6.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-inspur-on5263m5.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-lenovo-hr630.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-lenovo-hr855xg2.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-microsoft-olympus.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-opp-lanyang.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-opp-mihawk.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-opp-mowgli.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-opp-nicole.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-opp-palmetto.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-opp-romulus.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-opp-swift.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-opp-tacoma.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-opp-vesnin.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-opp-witherspoon.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-opp-zaius.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-portwell-neptune.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-qcom-dc-scm-v1.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-quanta-q71l.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-quanta-s6q.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-supermicro-x11spi.dtb\n' ' INSTALL ' '_dtbs_/aspeed-bmc-inventec-transformers.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-tyan-s7106.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-tyan-s8036.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-vegman-n110.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-vegman-rx20.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-vegman-sx20.dtb\n' '+ mkdir -p /tmp/kci/artifacts/dtbs\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp -r _dtbs_/aks-cdu.dtb _dtbs_/animeo_ip.dtb ' '_dtbs_/aspeed-ast2500-evb.dtb ' '_dtbs_/aspeed-ast2600-evb-a1.dtb ' '_dtbs_/aspeed-ast2600-evb.dtb ' '_dtbs_/aspeed-bmc-amd-daytonax.dtb ' '_dtbs_/aspeed-bmc-amd-ethanolx.dtb ' '_dtbs_/aspeed-bmc-ampere-mtjade.dtb ' '_dtbs_/aspeed-bmc-ampere-mtmitchell.dtb ' '_dtbs_/aspeed-bmc-arm-stardragon4800-rep2.dtb ' '_dtbs_/aspeed-bmc-asrock-e3c246d4i.dtb ' '_dtbs_/aspeed-bmc-asrock-romed8hm3.dtb ' '_dtbs_/aspeed-bmc-bytedance-g220a.dtb ' '_dtbs_/aspeed-bmc-facebook-bletchley.dtb ' '_dtbs_/aspeed-bmc-facebook-cloudripper.dtb ' '_dtbs_/aspeed-bmc-facebook-cmm.dtb ' '_dtbs_/aspeed-bmc-facebook-elbert.dtb ' '_dtbs_/aspeed-bmc-facebook-fuji.dtb ' '_dtbs_/aspeed-bmc-facebook-galaxy100.dtb ' '_dtbs_/aspeed-bmc-facebook-minipack.dtb ' '_dtbs_/aspeed-bmc-facebook-tiogapass.dtb ' '_dtbs_/aspeed-bmc-facebook-wedge100.dtb ' '_dtbs_/aspeed-bmc-facebook-wedge40.dtb ' '_dtbs_/aspeed-bmc-facebook-wedge400.dtb ' '_dtbs_/aspeed-bmc-facebook-yamp.dtb ' '_dtbs_/aspeed-bmc-facebook-yosemitev2.dtb ' '_dtbs_/aspeed-bmc-ibm-everest.dtb ' '_dtbs_/aspeed-bmc-ibm-rainier-1s4u.dtb ' '_dtbs_/aspeed-bmc-ibm-rainier-4u.dtb ' '_dtbs_/aspeed-bmc-ibm-rainier.dtb ' '_dtbs_/aspeed-bmc-inspur-fp5280g2.dtb ' '_dtbs_/aspeed-bmc-inspur-nf5280m6.dtb ' '_dtbs_/aspeed-bmc-inspur-on5263m5.dtb ' '_dtbs_/aspeed-bmc-intel-s2600wf.dtb ' '_dtbs_/aspeed-bmc-inventec-transformers.dtb ' '_dtbs_/aspeed-bmc-lenovo-hr630.dtb ' '_dtbs_/aspeed-bmc-lenovo-hr855xg2.dtb ' '_dtbs_/aspeed-bmc-microsoft-olympus.dtb ' '_dtbs_/aspeed-bmc-opp-lanyang.dtb ' '_dtbs_/aspeed-bmc-opp-mihawk.dtb ' '_dtbs_/aspeed-bmc-opp-mowgli.dtb ' '_dtbs_/aspeed-bmc-opp-nicole.dtb ' '_dtbs_/aspeed-bmc-opp-palmetto.dtb ' '_dtbs_/aspeed-bmc-opp-romulus.dtb ' '_dtbs_/aspeed-bmc-opp-swift.dtb ' '_dtbs_/aspeed-bmc-opp-tacoma.dtb ' '_dtbs_/aspeed-bmc-opp-vesnin.dtb ' '_dtbs_/aspeed-bmc-opp-witherspoon.dtb ' '_dtbs_/aspeed-bmc-opp-zaius.dtb ' '_dtbs_/aspeed-bmc-portwell-neptune.dtb ' '_dtbs_/aspeed-bmc-qcom-dc-scm-v1.dtb ' '_dtbs_/aspeed-bmc-quanta-q71l.dtb ' '_dtbs_/aspeed-bmc-quanta-s6q.dtb ' '_dtbs_/aspeed-bmc-supermicro-x11spi.dtb ' '_dtbs_/aspeed-bmc-tyan-s7106.dtb ' '_dtbs_/aspeed-bmc-tyan-s8036.dtb ' '_dtbs_/aspeed-bmc-vegman-n110.dtb ' '_dtbs_/aspeed-bmc-vegman-rx20.dtb ' '_dtbs_/aspeed-bmc-vegman-sx20.dtb ' '_dtbs_/at91-ariag25.dtb _dtbs_/at91-ariettag25.dtb ' '_dtbs_/at91-cosino_mega2560.dtb ' '_dtbs_/at91-foxg20.dtb _dtbs_/at91-kizbox.dtb ' '_dtbs_/at91-kizboxmini-base.dtb ' '_dtbs_/at91-kizboxmini-mb.dtb ' '_dtbs_/at91-kizboxmini-rd.dtb _dtbs_/at91-lmu5000.dtb ' '_dtbs_/at91-q5xr5.dtb _dtbs_/at91-qil_a9260.dtb ' '_dtbs_/at91-sam9_l9260.dtb _dtbs_/at91-smartkiz.dtb ' '_dtbs_/at91-wb45n.dtb _dtbs_/at91sam9260ek.dtb ' '_dtbs_/at91sam9261ek.dtb _dtbs_/at91sam9263ek.dtb ' '_dtbs_/at91sam9g15ek.dtb _dtbs_/at91sam9g20ek.dtb ' '_dtbs_/at91sam9g20ek_2mmc.dtb ' '_dtbs_/at91sam9g25-gardena-smart-gateway.dtb ' '_dtbs_/at91sam9g25ek.dtb _dtbs_/at91sam9g35ek.dtb ' '_dtbs_/at91sam9m10g45ek.dtb _dtbs_/at91sam9n12ek.dtb ' '_dtbs_/at91sam9rlek.dtb _dtbs_/at91sam9x25ek.dtb ' '_dtbs_/at91sam9x35ek.dtb _dtbs_/da850-enbw-cmc.dtb ' '_dtbs_/da850-evm.dtb _dtbs_/da850-lcdk.dtb ' '_dtbs_/da850-lego-ev3.dtb _dtbs_/ethernut5.dtb ' '_dtbs_/evk-pro3.dtb ' '_dtbs_/imx25-eukrea-mbimxsd25-baseboard-cmo-qvga.dtb ' '_dtbs_/imx25-eukrea-mbimxsd25-baseboard-dvi-svga.dtb ' '_dtbs_/imx25-eukrea-mbimxsd25-baseboard-dvi-vga.dtb ' '_dtbs_/imx25-eukrea-mbimxsd25-baseboard.dtb ' '_dtbs_/imx25-karo-tx25.dtb _dtbs_/imx25-pdk.dtb ' '_dtbs_/imx27-apf27.dtb _dtbs_/imx27-apf27dev.dtb ' '_dtbs_/imx27-eukrea-mbimxsd27-baseboard.dtb ' '_dtbs_/imx27-pdk.dtb ' '_dtbs_/imx27-phytec-phycard-s-rdk.dtb ' '_dtbs_/imx27-phytec-phycore-rdk.dtb ' '_dtbs_/kirkwood-b3.dtb ' '_dtbs_/kirkwood-blackarmor-nas220.dtb ' '_dtbs_/kirkwood-c200-v1.dtb ' '_dtbs_/kirkwood-cloudbox.dtb ' '_dtbs_/kirkwood-d2net.dtb ' '_dtbs_/kirkwood-db-88f6281.dtb ' '_dtbs_/kirkwood-db-88f6282.dtb ' '_dtbs_/kirkwood-dir665.dtb _dtbs_/kirkwood-dns320.dtb ' '_dtbs_/kirkwood-dns325.dtb ' '_dtbs_/kirkwood-dockstar.dtb ' '_dtbs_/kirkwood-dreamplug.dtb ' '_dtbs_/kirkwood-ds109.dtb ' '_dtbs_/kirkwood-ds110jv10.dtb ' '_dtbs_/kirkwood-ds111.dtb _dtbs_/kirkwood-ds112.dtb ' '_dtbs_/kirkwood-ds209.dtb _dtbs_/kirkwood-ds210.dtb ' '_dtbs_/kirkwood-ds212.dtb _dtbs_/kirkwood-ds212j.dtb ' '_dtbs_/kirkwood-ds409.dtb ' '_dtbs_/kirkwood-ds409slim.dtb ' '_dtbs_/kirkwood-ds411.dtb _dtbs_/kirkwood-ds411j.dtb ' '_dtbs_/kirkwood-ds411slim.dtb ' '_dtbs_/kirkwood-goflexnet.dtb ' '_dtbs_/kirkwood-guruplug-server-plus.dtb ' '_dtbs_/kirkwood-ib62x0.dtb ' '_dtbs_/kirkwood-iconnect.dtb ' '_dtbs_/kirkwood-iomega_ix2_200.dtb ' '_dtbs_/kirkwood-is2.dtb ' '_dtbs_/kirkwood-km_fixedeth.dtb ' '_dtbs_/kirkwood-km_kirkwood.dtb ' '_dtbs_/kirkwood-l-50.dtb _dtbs_/kirkwood-laplug.dtb ' '_dtbs_/kirkwood-linkstation-lsqvl.dtb ' '_dtbs_/kirkwood-linkstation-lsvl.dtb ' '_dtbs_/kirkwood-linkstation-lswsxl.dtb ' '_dtbs_/kirkwood-linkstation-lswvl.dtb ' '_dtbs_/kirkwood-linkstation-lswxl.dtb ' '_dtbs_/kirkwood-linksys-viper.dtb ' '_dtbs_/kirkwood-lschlv2.dtb _dtbs_/kirkwood-lsxhl.dtb ' '_dtbs_/kirkwood-mplcec4.dtb ' '_dtbs_/kirkwood-mv88f6281gtw-ge.dtb ' '_dtbs_/kirkwood-nas2big.dtb ' '_dtbs_/kirkwood-net2big.dtb ' '_dtbs_/kirkwood-net5big.dtb ' '_dtbs_/kirkwood-netgear_readynas_duo_v2.dtb ' '_dtbs_/kirkwood-netgear_readynas_nv+_v2.dtb ' '_dtbs_/kirkwood-ns2.dtb _dtbs_/kirkwood-ns2lite.dtb ' '_dtbs_/kirkwood-ns2max.dtb ' '_dtbs_/kirkwood-ns2mini.dtb ' '_dtbs_/kirkwood-nsa310.dtb ' '_dtbs_/kirkwood-nsa310a.dtb ' '_dtbs_/kirkwood-nsa320.dtb _dtbs_/kirkwood-nsa325.dtb ' '_dtbs_/kirkwood-openblocks_a6.dtb ' '_dtbs_/kirkwood-openblocks_a7.dtb ' '_dtbs_/kirkwood-openrd-base.dtb ' '_dtbs_/kirkwood-openrd-client.dtb ' '_dtbs_/kirkwood-openrd-ultimate.dtb ' '_dtbs_/kirkwood-pogo_e02.dtb ' '_dtbs_/kirkwood-pogoplug-series-4.dtb ' '_dtbs_/kirkwood-rd88f6192.dtb ' '_dtbs_/kirkwood-rd88f6281-a.dtb ' '_dtbs_/kirkwood-rd88f6281-z0.dtb ' '_dtbs_/kirkwood-rs212.dtb _dtbs_/kirkwood-rs409.dtb ' '_dtbs_/kirkwood-rs411.dtb ' '_dtbs_/kirkwood-sheevaplug-esata.dtb ' '_dtbs_/kirkwood-sheevaplug.dtb ' '_dtbs_/kirkwood-t5325.dtb _dtbs_/kirkwood-topkick.dtb ' '_dtbs_/kirkwood-ts219-6281.dtb ' '_dtbs_/kirkwood-ts219-6282.dtb ' '_dtbs_/kirkwood-ts419-6281.dtb ' '_dtbs_/kirkwood-ts419-6282.dtb ' '_dtbs_/nuvoton-wpcm450-supermicro-x9sci-ln4f.dtb ' '_dtbs_/orion5x-kuroboxpro.dtb ' '_dtbs_/orion5x-lacie-d2-network.dtb ' '_dtbs_/orion5x-lacie-ethernet-disk-mini-v2.dtb ' '_dtbs_/orion5x-linkstation-lschl.dtb ' '_dtbs_/orion5x-linkstation-lsgl.dtb ' '_dtbs_/orion5x-linkstation-lswtgl.dtb ' '_dtbs_/orion5x-lswsgl.dtb ' '_dtbs_/orion5x-maxtor-shared-storage-2.dtb ' '_dtbs_/orion5x-netgear-wnr854t.dtb ' '_dtbs_/orion5x-rd88f5182-nas.dtb _dtbs_/pm9g45.dtb ' '_dtbs_/suniv-f1c100s-licheepi-nano.dtb ' '_dtbs_/tny_a9260.dtb _dtbs_/tny_a9263.dtb ' '_dtbs_/tny_a9g20.dtb _dtbs_/usb_a9260.dtb ' '_dtbs_/usb_a9263.dtb _dtbs_/usb_a9g20.dtb ' '_dtbs_/usb_a9g20_lpw.dtb _dtbs_/versatile-ab-ib2.dtb ' '_dtbs_/versatile-ab.dtb _dtbs_/versatile-pb.dtb ' '/tmp/kci/artifacts/dtbs\n' '+ cd ..\n' '+ echo job:package_dtbs=done\n' '++ date +%s\n' '+ echo jobets:package_dtbs=1745348512\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:07:54 PM UTC [INFO] Marking 3 nodes flag as processed 04/22/2025 07:09:03 PM UTC [INFO] Processing event node: 6807d09c9aef7c8063cad959 04/22/2025 07:09:03 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807d09c9aef7c8063cad959 04/22/2025 07:09:03 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807d03a9aef7c8063cad938', 'id': 'maestro:6807d09c9aef7c8063cad959', 'origin': 'maestro', 'comment': 'staging-stable-20250422.4', 'start_time': '2025-04-22T17:23:40.212000+00:00', 'architecture': 'arm', 'compiler': 'gcc-12', 'config_name': 'vexpress_defconfig', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807d09c9aef7c8063cad959-kbuild-gcc-12-arm-vexpre-6eu80jht', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'zimage', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807d09c9aef7c8063cad959'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/fragments/0.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/build.log.gz', 'log_excerpt': "/tmp/kci/linux/tools/testing/selftests/sgx'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sigaltstack'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/sigaltstack/sas ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sigaltstack/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sigaltstack'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/size'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/size/get_size ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/size/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/size'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sparc64'\n" 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sparc64'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/splice'\n" 'rsync -a --copy-unsafe-links ' 'default_file_splice_read.sh short_splice_read.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/splice/default_file_splice_read ' '/tmp/kci/linux/tools/testing/selftests/splice/splice_read ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'rsync -a --copy-unsafe-links config settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/splice'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/static_keys'\n" 'rsync -a --copy-unsafe-links test_static_keys.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/static_keys/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/static_keys/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/static_keys'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sync'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/sync/sync_test ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sync/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sync/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sync'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch/sud_test ' '/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch/sud_benchmark ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/syscall_user_dispatch/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/syscall_user_dispatch/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sysctl'\n" 'rsync -a --copy-unsafe-links sysctl.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sysctl/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sysctl/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sysctl'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tc-testing'\n" '/bin/sh: 1: llc: not found\n' 'clang -I. -I/include/uapi -idirafter ' '/usr/lib/llvm-14/lib/clang/14.0.6/include -idirafter ' '/usr/local/include -idirafter ' '/usr/include/x86_64-linux-gnu -idirafter /usr/include ' '-Wno-compare-distinct-pointer-types \\\n' '\t -O2 -target bpf -emit-llvm -c action.c -o - | ' '\\\n' 'llc -march=bpf -mcpu=probe -filetype=obj -o ' '/tmp/kci/linux/tools/testing/selftests/tc-testing/action.o\n' '/bin/sh: 3: llc: not found\n' 'make[2]: *** [Makefile:26: ' '/tmp/kci/linux/tools/testing/selftests/tc-testing/action.o] ' 'Error 127\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tc-testing'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/timens'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timens/timens ' '/tmp/kci/linux/tools/testing/selftests/timens/timerfd ' '/tmp/kci/linux/tools/testing/selftests/timens/timer ' '/tmp/kci/linux/tools/testing/selftests/timens/clock_nanosleep ' '/tmp/kci/linux/tools/testing/selftests/timens/procfs ' '/tmp/kci/linux/tools/testing/selftests/timens/exec ' '/tmp/kci/linux/tools/testing/selftests/timens/futex ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timens/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timens/gettime_perf ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timens/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timens/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/timens'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/timers'\n" 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timers/posix_timers ' '/tmp/kci/linux/tools/testing/selftests/timers/nanosleep ' '/tmp/kci/linux/tools/testing/selftests/timers/nsleep-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/set-timer-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/mqueue-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/inconsistency-check ' '/tmp/kci/linux/tools/testing/selftests/timers/raw_skew ' '/tmp/kci/linux/tools/testing/selftests/timers/threadtest ' '/tmp/kci/linux/tools/testing/selftests/timers/rtcpie ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timers/alarmtimer-suspend ' '/tmp/kci/linux/tools/testing/selftests/timers/valid-adjtimex ' '/tmp/kci/linux/tools/testing/selftests/timers/adjtick ' '/tmp/kci/linux/tools/testing/selftests/timers/change_skew ' '/tmp/kci/linux/tools/testing/selftests/timers/skew_consistency ' '/tmp/kci/linux/tools/testing/selftests/timers/clocksource-switch ' '/tmp/kci/linux/tools/testing/selftests/timers/freq-step ' '/tmp/kci/linux/tools/testing/selftests/timers/leap-a-day ' '/tmp/kci/linux/tools/testing/selftests/timers/leapcrash ' '/tmp/kci/linux/tools/testing/selftests/timers/set-tai ' '/tmp/kci/linux/tools/testing/selftests/timers/set-2038 ' '/tmp/kci/linux/tools/testing/selftests/timers/set-tz ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/timers'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tmpfs'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/tmpfs/bug-link-o-tmpfile ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tmpfs/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tmpfs'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tpm2'\n" 'rsync -a --copy-unsafe-links test_smoke.sh ' 'test_space.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'rsync -a --copy-unsafe-links tpm2.py tpm2_tests.py ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tpm2'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/user'\n" 'rsync -a --copy-unsafe-links test_user_copy.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/user/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/user/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/user'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/vDSO'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_gettimeofday ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_getcpu ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_abi ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_clock_getres ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_correctness ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/vDSO/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/vDSO'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/vm'\n" 'arm-linux-gnueabihf-gcc -Wall -I ' '/tmp/kci/linux/tools/testing/selftests/../../.. ' '-isystem /tmp/kci/linux/usr/include -no-pie ' 'map_hugetlb.c -lrt -lpthread -o ' '/tmp/kci/linux/tools/testing/selftests/vm/map_hugetlb\n' 'map_hugetlb.c: In function ‘main’:\n' 'map_hugetlb.c:79:25: warning: implicit declaration of ' 'function ‘default_huge_page_size’ ' '[-Wimplicit-function-declaration]\n' ' 79 | hugepage_size = ' 'default_huge_page_size();\n' ' | ' '^~~~~~~~~~~~~~~~~~~~~~\n' '/usr/lib/gcc-cross/arm-linux-gnueabihf/12/../../../../arm-linux-gnueabihf/bin/ld: ' "/tmp/ccae3Jjr.o: in function `main':\n" 'map_hugetlb.c:(.text+0xcc): undefined reference to ' "`default_huge_page_size'\n" 'collect2: error: ld returned 1 exit status\n' 'make[2]: *** [../lib.mk:155: ' '/tmp/kci/linux/tools/testing/selftests/vm/map_hugetlb] ' 'Error 1\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/vm'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/x86'\n" "make[2]: Nothing to be done for 'install'.\n" 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/x86'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/zram'\n" 'rsync -a --copy-unsafe-links zram.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'rsync -a --copy-unsafe-links zram01.sh zram02.sh ' 'zram_lib.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/zram'\n" 'for TARGET in alsa amd-pstate arm64 breakpoints ' 'capabilities cgroup clone3 core cpufreq cpu-hotplug ' 'damon drivers/dma-buf drivers/s390x/uvdevice ' 'drivers/net/bonding drivers/net/team efivarfs exec ' 'filesystems filesystems/binderfs filesystems/epoll ' 'filesystems/fat firmware fpu ftrace futex gpio ' 'intel_pstate ipc ir kcmp kexec kvm landlock lib ' 'livepatch lkdtm membarrier memfd memory-hotplug ' 'mincore mount mount_setattr move_mount_set_group ' 'mqueue nci net net/af_unix net/forwarding net/mptcp ' 'net/openvswitch netfilter nsfs pidfd pid_namespace ' 'powerpc proc pstore ptrace openat2 resctrl rlimits ' 'rseq rtc seccomp sgx sigaltstack size sparc64 splice ' 'static_keys sync syscall_user_dispatch sysctl ' 'tc-testing timens timers tmpfs tpm2 user vDSO vm x86 ' 'zram; do \\\n' '\tBUILD_TARGET=$BUILD/$TARGET;\t\\\n' '\t[ ! -d ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/$TARGET ' '] && printf "Skipping non-existent dir: $TARGET\\n" ' '&& continue; \\\n' '\tprintf "Emit Tests for $TARGET\\n"; \\\n' '\tmake -s --no-print-directory OUTPUT=$BUILD_TARGET ' 'COLLECTION=$TARGET \\\n' '\t\t-C $TARGET emit_tests >> ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-list.txt; ' '\\\n' 'done;\n' 'Emit Tests for alsa\n' 'Emit Tests for amd-pstate\n' 'Skipping non-existent dir: arm64\n' 'Emit Tests for breakpoints\n' 'Emit Tests for capabilities\n' 'Emit Tests for cgroup\n' 'Emit Tests for clone3\n' 'Emit Tests for core\n' 'Emit Tests for cpufreq\n' 'Emit Tests for cpu-hotplug\n' 'Emit Tests for damon\n' 'Emit Tests for drivers/dma-buf\n' 'Skipping non-existent dir: drivers/s390x/uvdevice\n' 'Emit Tests for drivers/net/bonding\n' 'Emit Tests for drivers/net/team\n' 'Emit Tests for efivarfs\n' 'Emit Tests for exec\n' 'Emit Tests for filesystems\n' 'Emit Tests for filesystems/binderfs\n' 'Emit Tests for filesystems/epoll\n' 'Emit Tests for filesystems/fat\n' 'Emit Tests for firmware\n' 'Emit Tests for fpu\n' 'Emit Tests for ftrace\n' 'Emit Tests for futex\n' 'Emit Tests for gpio\n' 'Emit Tests for intel_pstate\n' 'Emit Tests for ipc\n' 'Emit Tests for ir\n' 'Emit Tests for kcmp\n' 'Skipping non-existent dir: kexec\n' 'Skipping non-existent dir: kvm\n' 'Emit Tests for landlock\n' 'Emit Tests for lib\n' 'Emit Tests for livepatch\n' 'Emit Tests for lkdtm\n' 'Emit Tests for membarrier\n' 'Emit Tests for memfd\n' 'Emit Tests for memory-hotplug\n' 'Emit Tests for mincore\n' 'Emit Tests for mount\n' 'Emit Tests for mount_setattr\n' 'Emit Tests for move_mount_set_group\n' 'Emit Tests for mqueue\n' 'Emit Tests for nci\n' 'Emit Tests for net\n' 'Emit Tests for net/af_unix\n' 'Emit Tests for net/forwarding\n' 'Emit Tests for net/mptcp\n' 'Emit Tests for net/openvswitch\n' 'Emit Tests for netfilter\n' 'Emit Tests for nsfs\n' 'Emit Tests for pidfd\n' 'Emit Tests for pid_namespace\n' 'Skipping non-existent dir: powerpc\n' 'Skipping non-existent dir: proc\n' 'Emit Tests for pstore\n' 'Emit Tests for ptrace\n' 'Emit Tests for openat2\n' 'Emit Tests for resctrl\n' 'Emit Tests for rlimits\n' 'Emit Tests for rseq\n' 'Emit Tests for rtc\n' 'Emit Tests for seccomp\n' 'Skipping non-existent dir: sgx\n' 'Emit Tests for sigaltstack\n' 'Emit Tests for size\n' 'Skipping non-existent dir: sparc64\n' 'Emit Tests for splice\n' 'Emit Tests for static_keys\n' 'Emit Tests for sync\n' 'Emit Tests for syscall_user_dispatch\n' 'Emit Tests for sysctl\n' 'Skipping non-existent dir: tc-testing\n' 'Emit Tests for timens\n' 'Emit Tests for timers\n' 'Emit Tests for tmpfs\n' 'Emit Tests for tpm2\n' 'Emit Tests for user\n' 'Emit Tests for vDSO\n' 'Skipping non-existent dir: vm\n' 'Skipping non-existent dir: x86\n' 'Emit Tests for zram\n' 'Created ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-packages/kselftest.tar.gz\n' '+ echo job:build_kselftest=done\n' '++ date +%s\n' '+ echo jobets:build_kselftest=1745348716\n' '+ echo -----log:build_dtbs-----\n' '-----log:build_dtbs-----\n' '+ echo job:build_dtbs=running\n' '++ date +%s\n' '+ echo jobsts:build_dtbs=1745348716\n' '+ cd /tmp/kci/linux\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '++ nproc\n' '+ make -j8 dtbs\n' '++ tee /tmp/kci/artifacts/build_dtbs.log\n' '++ tee /tmp/kci/artifacts/build_dtbs_stderr.log\n' ' DTC arch/arm/boot/dts/vexpress-v2p-ca5s.dtb\n' ' DTC arch/arm/boot/dts/vexpress-v2p-ca9.dtb\n' ' DTC ' 'arch/arm/boot/dts/vexpress-v2p-ca15-tc1.dtb\n' ' DTC arch/arm/boot/dts/vexpress-v2p-ca15_a7.dtb\n' '+ cd ..\n' '+ echo job:build_dtbs=done\n' '++ date +%s\n' '+ echo jobets:build_dtbs=1745348717\n' '+ echo -----log:package_kimage-----\n' '-----log:package_kimage-----\n' '+ echo job:package_kimage=running\n' '++ date +%s\n' '+ echo jobsts:package_kimage=1745348717\n' '+ cd /tmp/kci/linux\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp arch/arm/boot/zImage ../artifacts\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp arch/arm/boot/xipImage ../artifacts\n' "cp: cannot stat 'arch/arm/boot/xipImage': No such " 'file or directory\n' '+ true\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp vmlinux ../artifacts\n' '+ cd ..\n' '+ echo job:package_kimage=done\n' '++ date +%s\n' '+ echo jobets:package_kimage=1745348717\n' '+ echo -----log:package_modules-----\n' '-----log:package_modules-----\n' '+ echo job:package_modules=running\n' '++ date +%s\n' '+ echo jobsts:package_modules=1745348717\n' '+ cd /tmp/kci/linux\n' '+ set +e\n' '+ grep CONFIG_MODULES=y .config\n' 'CONFIG_MODULES=y\n' "+ '[' 0 -eq 0 ']'\n" '+ set -e\n' '+ make modules_install\n' ' DEPMOD _modules_/lib/modules/6.1.132\n' '+ tar -C _modules_ -cJf ' '/tmp/kci/artifacts/modules.tar.xz .\n' '+ cd ..\n' '+ rm -rf _modules_\n' '+ set -e\n' '+ echo job:package_modules=done\n' '++ date +%s\n' '+ echo jobets:package_modules=1745348718\n' '+ echo -----log:package_kselftest-----\n' '-----log:package_kselftest-----\n' '+ echo job:package_kselftest=running\n' '++ date +%s\n' '+ echo jobsts:package_kselftest=1745348718\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-packages/kselftest.tar.gz ' '/tmp/kci/artifacts/\n' '+ echo job:package_kselftest=done\n' '++ date +%s\n' '+ echo jobets:package_kselftest=1745348718\n' '+ echo -----log:package_dtbs-----\n' '-----log:package_dtbs-----\n' '+ echo job:package_dtbs=running\n' '++ date +%s\n' '+ echo jobsts:package_dtbs=1745348718\n' '+ cd /tmp/kci/linux\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ make dtbs_install\n' ' INSTALL _dtbs_/vexpress-v2p-ca5s.dtb\n' ' INSTALL _dtbs_/vexpress-v2p-ca9.dtb\n' ' INSTALL _dtbs_/vexpress-v2p-ca15-tc1.dtb\n' ' INSTALL _dtbs_/vexpress-v2p-ca15_a7.dtb\n' '+ mkdir -p /tmp/kci/artifacts/dtbs\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp -r _dtbs_/vexpress-v2p-ca15-tc1.dtb ' '_dtbs_/vexpress-v2p-ca15_a7.dtb ' '_dtbs_/vexpress-v2p-ca5s.dtb ' '_dtbs_/vexpress-v2p-ca9.dtb /tmp/kci/artifacts/dtbs\n' '+ cd ..\n' '+ echo job:package_dtbs=done\n' '++ date +%s\n' '+ echo jobets:package_dtbs=1745348718\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:09:03 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:09:59 PM UTC [INFO] Processing event node: 6807e90ae51c583972a58e0a 04/22/2025 07:09:59 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e90ae51c583972a58e0a 04/22/2025 07:09:59 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1711b4012cda6bf8319', 'id': 'maestro:6807e90ae51c583972a58e0a', 'origin': 'maestro', 'comment': 'baseline-arm on at91sam9g20ek in lava-broonie', 'start_time': '2025-04-22T19:07:54.129000+00:00', 'environment': {'comment': 'Runtime: lava-broonie', 'compatible': ['atmel,at91sam9g20ek', 'atmel,at91sam9g20', 'atmel,at91sam9'], 'misc': {'platform': 'at91sam9g20ek', 'job_url': 'https://lava.sirena.org.uk/scheduler/job/1316076', 'job_id': '1316076'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-broonie', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e90ae51c583972a58e0a'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm-6807e90ae51c583972a58e0a/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm-6807e90ae51c583972a58e0a/log.txt.gz', 'log_excerpt': 'Trying 192.168.102.110...\n' 'Connected to slippershell.\n' "Escape character is '^]'.\n" 'ser2net port telnet,3000 device serialdev, ' '/dev/serial/by-path/pci-0000:00:14.0-usb-0:1:1.0-port0, ' '115200n81, local=true [] (Debian GNU/Linux)\n' 'RomBOOT\n' 'AT91Bootstrap 3.7.2-rc2-dirty (Tue 14 Apr 02:17:07 ' 'BST 2015)\n' 'NAND: ONFI not supported\n' 'NAND: Manufacturer ID: 0xec Chip ID: 0xda\n' 'NAND: Disable On-Die ECC\n' 'NAND: Press the recovery button (BP4) to recovery\n' 'NAND: Using Software ECC\n' 'NAND: Image: Copy 0x80000 bytes from 0x40000 to ' '0x21f00000\n' 'NAND: Done to load image\n' 'U-Boot 2015.01 (Apr 14 2015 - 16:45:04)\n' 'CPU: AT91SAM9G20\n' 'Crystal frequency: 18.432 MHz\n' 'CPU clock : 396.288 MHz\n' 'Master clock : 132.096 MHz\n' 'DRAM: 64 MiB\n' 'WARNING: Caches not enabled\n' 'NAND: 256 MiB\n' 'MMC: mci: 0\n' 'In: serial\n' 'Out: serial\n' 'Err: serial\n' 'Net: macb0\n' 'Hit any key to stop autoboot: 3\n' '??? 0\n' 'U-Boot> setenv autoload no\n' 'setenv autoload no\n' 'U-Boot> setenv initrd_high 0xffffffff\n' 'setenv initrd_high 0xffffffff\n' 'U-Boot> setenv fdt_high 0xffffffff\n' 'setenv fdt_high 0xffffffff\n' 'U-Boot> dhcp\n' 'dhcp\n' 'macb0: Starting autonegotiation...\n' 'macb0: Autonegotiation complete\n' 'macb0: link up, 100Mbps full-duplex (lpa: 0xc1e1)\n' 'BOOTP broadcast 1\n' 'BOOTP broadcast 2\n' 'BOOTP broadcast 3\n' 'DHCP client bound to address 172.22.40.142 (5344 ms)\n' 'U-Boot> setenv serverip 172.16.0.2\n' 'setenv serverip 172.16.0.2\n' 'U-Boot> tftp 0x22100000 ' '1316076/tftp-deploy-qrq5svlw/kernel/zImage\n' 'tftp 0x22100000 ' '1316076/tftp-deploy-qrq5svlw/kernel/zImage\n' 'macb0: link up, 100Mbps full-duplex (lpa: 0xc1e1)\n' 'Using macb0 device\n' 'TFTP from server 172.16.0.2; our IP address is ' '172.22.40.142\n' 'Filename ' "'1316076/tftp-deploy-qrq5svlw/kernel/zImage'.\n" 'Load address: 0x22100000\n' 'Loading: ' '*?#################################################################\n' '#################################################################\n' '#################################################################\n' '#################################################################\n' '#################################################################\n' '#################################################################\n' '#################################################################\n' '################\n' '1.5 MiB/s\n' 'done\n' 'Bytes transferred = 6909408 (696de0 hex)\n' 'U-Boot> tftp 0x23000000 ' '1316076/tftp-deploy-qrq5svlw/ramdisk/ramdisk.cpio.gz.uboot\n' 'tftp 0x23000000 ' '1316076/tftp-deploy-qrq5svlw/ramdisk/ramdisk.cpio.gz.uboot\n' 'macb0: link up, 100Mbps full-duplex (lpa: 0xc1e1)\n' 'Using macb0 device\n' 'TFTP from server 172.16.0.2; our IP address is ' '172.22.40.142\n' 'Filename ' "'1316076/tftp-deploy-qrq5svlw/ramdisk/ramdisk.cpio.gz.uboot'.\n" 'Load address: 0x23000000\n' 'Loading: ' '*?#################################################################\n' '#################################################################\n' '#################################################################\n' '#################################################################\n' '#################################################################\n' '#################################################################\n' '#################################################################\n' '#################################################################\n' '#############################################################\n' '1.4 MiB/s\n' 'done\n' 'Bytes transferred = 8521129 (8205a9 hex)\n' 'U-Boot> setenv initrd_size ${filesize}\n' 'setenv initrd_size ${filesize}\n' 'U-Boot> tftp 0x22000000 ' '1316076/tftp-deploy-qrq5svlw/dtb/at91sam9g20ek.dtb\n' 'tftp 0x22000000 ' '1316076/tftp-deploy-qrq5svlw/dtb/at91sam9g20ek.dtb\n' 'macb0: link up, 100Mbps full-duplex (lpa: 0xc1e1)\n' 'Using macb0 device\n' 'TFTP from server 172.16.0.2; our IP address is ' '172.22.40.142\n' 'Filename ' "'1316076/tftp-deploy-qrq5svlw/dtb/at91sam9g20ek.dtb'.\n" 'Load address: 0x22000000\n' 'Loading: *?##\n' '1.3 MiB/s\n' 'done\n' 'Bytes transferred = 17112 (42d8 hex)\n' "U-Boot> setenv bootargs ' root=/dev/ram0 cma=0 " "ip=dhcp'\n" "setenv bootargs ' root=/dev/ram0 cma=0 ip=dhcp'\n" 'U-Boot> bootz 0x22100000 0x23000000 0x22000000\n' 'bootz 0x22100000 0x23000000 0x22000000\n' 'Kernel image @ 0x22100000 [ 0x000000 - 0x696de0 ]\n' '## Loading init Ramdisk from Legacy Image at 23000000 ' '...\n' 'Image Name:\n' 'Image Type: ARM Linux RAMDisk Image (uncompressed)\n' 'Data Size: 8521065 Bytes = 8.1 MiB\n' 'Load Address: 00000000\n' 'Entry Point: 00000000\n' 'Verifying Checksum ... OK\n' '## Flattened Device Tree blob at 22000000\n' 'Booting using the fdt blob at 0x22000000\n' 'Using Device Tree in place at 22000000, end 220072d7\n' 'Starting kernel ...\n' 'Booting Linux on physical CPU 0x0\n' 'Linux version 6.1.132 ' '(kernelci@kci-6807e1711b4012cda6bf8319-kbuild-gcc-12-arm-multi--ib4h6wv64) ' '(arm-linux-gnueabihf-gcc (Debian 12.2.0-14) 12.2.0, ' 'GNU ld (GNU Binutils for Debian) 2.40) #1 PREEMPT Tue ' 'Apr 22 18:57:51 UTC 2025\n' 'CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), ' 'cr=0005317f\n' 'CPU: VIVT data cache, VIVT instruction cache\n' 'OF: fdt: Machine model: Atmel at91sam9g20ek\n' 'Memory policy: Data cache writethrough\n' 'Zone ranges:\n' 'DMA [mem 0x0000000020000000-0x0000000023ffffff]\n' 'Normal empty\n' 'HighMem empty\n' 'Movable zone start for each node\n' 'Early memory node ranges\n' 'node 0: [mem ' '0x0000000020000000-0x0000000023ffffff]\n' 'Initmem setup node 0 [mem ' '0x0000000020000000-0x0000000023ffffff]\n' 'Built 1 zonelists, mobility grouping on. Total ' 'pages: 16256\n' 'Kernel command line: root=/dev/ram0 cma=0 ip=dhcp\n' 'Dentry cache hash table entries: 8192 (order: 3, ' '32768 bytes, linear)\n' 'Inode-cache hash table entries: 4096 (order: 2, 16384 ' 'bytes, linear)\n' 'mem auto-init: stack:all(zero), heap alloc:off, heap ' 'free:off\n' 'Memory: 40324K/65536K available (10115K kernel code, ' '1968K rwdata, 2752K rodata, 388K init, 702K bss, ' '25212K reserved, 0K cma-reserved, 0K highmem)\n' 'SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, ' 'Nodes=1\n' 'rcu: Preemptible hierarchical RCU implementation.\n' 'rcu: ?RCU event tracing is enabled.\n' 'Trampoline variant of Tasks RCU enabled.\n' 'rcu: RCU calculated value of scheduler-enlistment ' 'delay is 10 jiffies.\n' 'NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16\n' 'rcu: srcu_init: Setting srcu_struct sizes based on ' 'contention.\n' 'clocksource: pit: mask: 0xfffffff max_cycles: ' '0xfffffff, max_idle_ns: 14468723050 ns\n' 'clocksource: timer@fffa0000: mask: 0xffffffff ' 'max_cycles: 0xffffffff, max_idle_ns: 115749784805 ns\n' 'sched_clock: 32 bits at 17MHz, resolution 60ns, wraps ' 'every 130055938017ns\n' 'Switching to timer-based delay loop, resolution 60ns\n' 'Console: colour dummy device 80x30\n' 'printk: console [tty0] enabled\n' 'Calibrating delay loop (skipped), value calculated ' 'using timer frequency.. 33.02 BogoMIPS (lpj=165120)\n' 'CPU: Testing write buffer coherency: ok\n' 'pid_max: default: 32768 minimum: 301\n' 'Mount-cache hash table entries: 1024 (order: 0, 4096 ' 'bytes, linear)\n' 'Mountpoint-cache hash table entries: 1024 (order: 0, ' '4096 bytes, linear)\n' 'cblist_init_generic: Setting adjustable number of ' 'callback queues.\n' 'cblist_init_generic: Setting shift to 0 and lim to ' '1.\n' 'Setting up static identity map for 0x20008400 - ' '0x2000847c\n' 'rcu: Hierarchical SRCU implementation.\n' 'rcu: ?Max phase no-delay instances is 1000.\n' 'devtmpfs: initialized\n' 'clocksource: jiffies: mask: 0xffffffff max_cycles: ' '0xffffffff, max_idle_ns: 19112604462750000 ns\n' 'futex hash table entries: 256 (order: -1, 3072 bytes, ' 'linear)\n' 'pinctrl core: initialized pinctrl subsystem\n' 'NET: Registered PF_NETLINK/PF_ROUTE protocol family\n' 'DMA: preallocated 256 KiB pool for atomic coherent ' 'allocations\n' "thermal_sys: Registered thermal governor 'step_wise'\n" 'cpuidle: using governor menu\n' 'AT91: PM: standby: standby, suspend: ulp0\n' 'gpio gpiochip0: (fffff400.gpio): not an immutable ' 'chip, please consider fixing it!\n' 'gpio-at91 fffff400.gpio: at address (ptrval)\n' 'gpio gpiochip1: (fffff600.gpio): not an immutable ' 'chip, please consider fixing it!\n' 'gpio-at91 fffff600.gpio: at address (ptrval)\n' 'gpio gpiochip2: (fffff800.gpio): not an immutable ' 'chip, please consider fixing it!\n' 'gpio-at91 fffff800.gpio: at address (ptrval)\n' 'pinctrl-at91 ahb:apb:pinctrl@fffff400: initialized ' 'AT91 pinctrl driver\n' 'Serial: AMBA PL011 UART driver\n' 'kprobes: kprobe jump-optimization is enabled. All ' 'kprobes are optimized if possible.\n' 'AT91: Detected SoC: at91sam9g20, revision 1\n' 'SCSI subsystem initialized\n' 'usbcore: registered new interface driver usbfs\n' 'usbcore: registered new interface driver hub\n' 'usbcore: registered new device driver usb\n' 'mc: Linux media interface: v0.10\n' 'videodev: Linux video capture interface: v2.00\n' 'pps_core: LinuxPPS API ver. 1 registered\n' 'pps_core: Software ver. 5.3.6 - Copyright 2005-2007 ' 'Rodolfo Giometti \n' 'PTP clock support registered\n' 'Advanced Linux Sound Architecture Driver ' 'Initialized.\n' 'vgaarb: loaded\n' 'clocksource: Switched to clocksource timer@fffa0000\n' 'NET: Registered PF_INET protocol family\n' 'IP idents hash table entries: 2048 (order: 2, 16384 ' 'bytes, linear)\n' 'tcp_listen_portaddr_hash hash table entries: 1024 ' '(order: 0, 4096 bytes, linear)\n' 'Table-perturb hash table entries: 65536 (order: 6, ' '262144 bytes, linear)\n' 'TCP established hash table entries: 1024 (order: 0, ' '4096 bytes, linear)\n' 'TCP bind hash table entries: 1024 (order: 1, 8192 ' 'bytes, linear)\n' 'TCP: Hash tables configured (established 1024 bind ' '1024)\n' 'UDP hash table entries: 256 (order: 0, 4096 bytes, ' 'linear)\n' 'UDP-Lite hash table entries: 256 (order: 0, 4096 ' 'bytes, linear)\n' 'NET: Registered PF_UNIX/PF_LOCAL protocol family\n' 'RPC: Registered named UNIX socket transport module.\n' 'RPC: Registered udp transport module.\n' 'RPC: Registered tcp transport module.\n' 'RPC: Registered tcp NFSv4.1 backchannel transport ' 'module.\n' 'PCI: CLS 0 bytes, default 32\n' 'Initialise system trusted keyrings\n' 'Unpacking initramfs...\n' 'workingset: timestamp_bits=30 max_order=14 ' 'bucket_order=0\n' 'jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.\n' 'Key type asymmetric registered\n' "Asymmetric key parser 'x509' registered\n" 'Block layer SCSI generic (bsg) driver version 0.4 ' 'loaded (major 248)\n' 'io scheduler mq-deadline registered\n' 'io scheduler kyber registered\n' 'Serial: 8250/16550 driver, 6 ports, IRQ sharing ' 'disabled\n' 'loop: module loaded\n' 'atmel_usart_serial.0.auto: ttyAT0 at MMIO 0xfffff200 ' '(irq = 16, base_baud = 8256000) is a ATMEL_SERIAL\n' 'printk: console [ttyAT0] enabled\n' 'atmel_usart_serial.1.auto: ttyAT1 at MMIO 0xfffb0000 ' '(irq = 21, base_baud = 8256000) is a ATMEL_SERIAL\n' 'atmel_usart_serial.2.auto: ttyAT2 at MMIO 0xfffb4000 ' '(irq = 22, base_baud = 8256000) is a ATMEL_SERIAL\n' 'Freeing initrd memory: 8324K\n' 'macb fffc4000.ethernet eth0: Cadence MACB rev ' '0x0001010c at 0xfffc4000 irq 23 (a6:72:4e:7e:7a:f8)\n' 'libertas_sdio: Libertas SDIO driver\n' 'libertas_sdio: Copyright Pierre Ossman\n' 'at91_ohci 500000.ohci: USB Host Controller\n' 'at91_ohci 500000.ohci: new USB bus registered, ' 'assigned bus number 1\n' 'at91_ohci 500000.ohci: irq 24, io mem 0x00500000\n' 'hub 1-0:1.0: USB hub found\n' 'hub 1-0:1.0: 2 ports detected\n' 'usbcore: registered new interface driver usb-storage\n' 'usbcore: registered new interface driver ums-datafab\n' 'usbcore: registered new interface driver ums-freecom\n' 'usbcore: registered new interface driver ' 'ums-jumpshot\n' 'usbcore: registered new interface driver ums-sddr09\n' 'usbcore: registered new interface driver ums-sddr55\n' 'i2c_dev: i2c /dev entries driver\n' 'at91-reset fffffd00.reset-controller: Starting after ' 'general reset\n' 'at91_wdt fffffd40.watchdog: watchdog is disabled\n' 'at91_wdt: probe of fffffd40.watchdog failed with ' 'error -22\n' 'atmel_mci fffa8000.mmc: version: 0x210\n' 'atmel_mci fffa8000.mmc: using PDC\n' 'usbcore: registered new interface driver usbhid\n' 'usbhid: USB HID core driver\n' 'nand: device found, Manufacturer ID: 0xec, Chip ID: ' '0xda\n' 'nand: Samsung NAND 256MiB 3,3V 8-bit\n' 'nand: 256 MiB, SLC, erase size: 128 KiB, page size: ' '2048, OOB size: 64\n' 'Bad block table found at page 131008, version 0x01\n' 'atmel_mci fffa8000.mmc: Atmel MCI controller at ' '0xfffa8000 irq 25, 1 slots\n' 'Bad block table found at page 130944, version 0x01\n' 'nand_read_bbt: bad block at 0x000006120000\n' 'nand_read_bbt: bad block at 0x00000d880000\n' '8 fixed-partitions partitions found on MTD device ' 'atmel_nand\n' 'Creating 8 MTD partitions on "atmel_nand":\n' '0x000000000000-0x000000020000 : "at91bootstrap"\n' '0x000000020000-0x000000060000 : "barebox"\n' '0x000000060000-0x000000080000 : "bareboxenv"\n' '0x000000080000-0x0000000a0000 : "bareboxenv2"\n' '0x0000000a0000-0x0000000c0000 : "oftree"\n' '0x0000000c0000-0x0000004c0000 : "kernel"\n' '0x0000004c0000-0x000007cc0000 : "rootfs"\n' '0x000007cc0000-0x000010000000 : "data"\n' 'NET: Registered PF_INET6 protocol family\n' 'Segment Routing with IPv6\n' 'In-situ OAM (IOAM) with IPv6\n' 'sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver\n' 'NET: Registered PF_PACKET protocol family\n' 'lib80211: common routines for IEEE802.11 drivers\n' 'Loading compiled-in X.509 certificates\n' 'input: gpio-keys as ' '/devices/platform/gpio-keys/input/input0\n' 'macb fffc4000.ethernet eth0: PHY ' '[fffc4000.ethernet-ffffffff:00] driver [Davicom ' 'DM9161A] (irq=POLL)\n' 'macb fffc4000.ethernet eth0: configuring for phy/rmii ' 'link mode\n' 'macb fffc4000.ethernet eth0: Link is Up - ' '100Mbps/Full - flow control off\n' 'IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ' 'ready\n' 'Sending DHCP requests ..., OK\n' 'IP-Config: Got DHCP answer from 172.16.0.1, my ' 'address is 172.22.40.142\n' 'IP-Config: Complete:\n' 'device=eth0, hwaddr=a6:72:4e:7e:7a:f8, ' 'ipaddr=172.22.40.142, mask=255.240.0.0, ' 'gw=172.16.0.1\n' 'host=172.22.40.142, domain=, nis-domain=(none)\n' 'bootserver=172.16.0.1, rootserver=172.16.0.1, ' 'rootpath=\n' 'nameserver0=172.16.0.1\n' 'cfg80211: Loading compiled-in X.509 certificates for ' 'regulatory database\n' "cfg80211: Loaded X.509 cert 'sforshee: " "00b28ddf47aef9cea7'\n" "cfg80211: Loaded X.509 cert 'wens: " "61c038651aabdcf94bd0ac7ff06c7248db18c600'\n" 'platform regulatory.0: Direct firmware load for ' 'regulatory.db failed with error -2\n' 'clk: Disabling unused clocks\n' 'ALSA device list:\n' 'No soundcards found.\n' 'cfg80211: failed to load regulatory.db\n' 'Freeing unused kernel image (initmem) memory: 388K\n' 'Kernel memory protection not selected by kernel ' 'config.\n' 'Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: udevd[89]: starting ' 'version 3.2.9\n' 'random: crng init done\n' "udevd[89]: specified user 'tss' unknown\n" "udevd[89]: specified group 'tss' unknown\n" 'udevd[90]: starting eudev-3.2.9\n' "mtdblock: MTD device 'at91bootstrap' is NAND, please " 'consider using UBI block devices instead.\n' "mtdblock: MTD device 'barebox' is NAND, please " 'consider using UBI block devices instead.\n' "mtdblock: MTD device 'bareboxenv' is NAND, please " 'consider using UBI block devices instead.\n' "mtdblock: MTD device 'bareboxenv2' is NAND, please " 'consider using UBI block devices instead.\n' "mtdblock: MTD device 'oftree' is NAND, please " 'consider using UBI block devices instead.\n' "mtdblock: MTD device 'kernel' is NAND, please " 'consider using UBI block devices instead.\n' "mtdblock: MTD device 'rootfs' is NAND, please " 'consider using UBI block devices instead.\n' "mtdblock: MTD device 'data' is NAND, please consider " 'using UBI block devices instead.\n' 'udc: at91_udc version 3 May 2006\n' 'ssc fffbc000.ssc: Atmel SSC device at 0xd86d7064 (irq ' '31)\n' 'rtc-at91sam9 fffffd20.rtc: rtc0: SET TIME!\n' 'iio iio:device0: Resolution used: 10 bits\n' 'rtc-at91sam9 fffffd20.rtc: registered as rtc0\n' 'rtc-at91sam9 fffffd20.rtc: hctosys: unable to read ' 'the hardware clock\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: ip: RTNETLINK answers: File exists\n' 'FAIL\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '#\n' '/ # export SHELL=/bin/sh\n' 'export SHELL=/bin/sh\n' '/ # . /lava-1316076/environment\n' '. /lava-1316076/environment\n' '/ # /lava-1316076/bin/lava-test-runner ' '/lava-1316076/0\n' '/lava-1316076/bin/lava-test-runner /lava-1316076/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-1316076/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=1316076_1.5.2.4.\n' '1\n' '+ set +x\n' "+ echo 'Hello World!\n' "'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ #\n'} 04/22/2025 07:09:59 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:10:00 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:00 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:01 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:01 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:02 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:02 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:03 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:04 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:04 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:05 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:05 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:06 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:06 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:07 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:07 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:08 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:08 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:09 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e1d41b4012cda6bf838b 04/22/2025 07:10:09 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0889aef7c8063cad94d', 'id': 'maestro:6807e1d41b4012cda6bf838b', 'origin': 'maestro', 'comment': 'baseline-arm-broonie on stm32mp157a-dhcor-avenger96 in ' 'lava-broonie', 'start_time': '2025-04-22T18:37:08.066000+00:00', 'environment': {'comment': 'Runtime: lava-broonie', 'compatible': ['arrow,stm32mp157a-avenger96', 'dh,stm32mp157a-dhcor-som', 'st,stm32mp157'], 'misc': {'platform': 'stm32mp157a-dhcor-avenger96', 'job_url': 'https://lava.sirena.org.uk/scheduler/job/1315936', 'job_id': '1315936'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-broonie', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e1d41b4012cda6bf838b'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm-broonie-6807e1d41b4012cda6bf838b/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm-broonie-6807e1d41b4012cda6bf838b/log.txt.gz', 'log_excerpt': '.32 [Flags: R/O].\n' '[ 0.270506] Key type asymmetric registered\n' "[ 0.270520] Asymmetric key parser 'x509' " 'registered\n' '[ 0.270764] bounce: pool size: 64 pages\n' '[ 0.270938] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 247)\n' '[ 0.270952] io scheduler mq-deadline registered\n' '[ 0.270962] io scheduler kyber registered\n' '[ 0.507522] Serial: 8250/16550 driver, 5 ports, ' 'IRQ sharing enabled\n' '[ 0.513236] SuperH (H)SCI(F) driver initialized\n' '[ 0.514470] msm_serial: driver initialized\n' '[ 0.514482] STMicroelectronics ASC driver ' 'initialized\n' '[ 0.516607] STM32 USART driver initialized\n' '[ 0.517697] stm32-usart 4000e000.serial: interrupt ' 'mode for rx (no dma)\n' '[ 0.517718] stm32-usart 4000e000.serial: interrupt ' 'mode for tx (no dma)\n' '[ 0.517748] 4000e000.serial: ttySTM2 at MMIO ' '0x4000e000 (irq = 47, base_baud = 4000000) is a ' 'stm32-usart\n' '[ 0.518023] serial serial0: tty port ttySTM2 ' 'registered\n' '[ 0.518906] stm32-usart 40010000.serial: interrupt ' 'mode for rx (no dma)\n' '[ 0.518926] stm32-usart 40010000.serial: interrupt ' 'mode for tx (no dma)\n' '[ 0.518953] 40010000.serial: ttySTM0 at MMIO ' '0x40010000 (irq = 48, base_baud = 4000000) is a ' 'stm32-usart\n' '[ 2.247968] printk: console [ttySTM0] enabled\n' '[ 2.274420] stm32-usart 40018000.serial: interrupt ' 'mode for rx (no dma)\n' '[ 2.279712] stm32-usart 40018000.serial: interrupt ' 'mode for tx (no dma)\n' '[ 2.286342] 40018000.serial: ttySTM1 at MMIO ' '0x40018000 (irq = 49, base_baud = 4000000) is a ' 'stm32-usart\n' '[ 2.334602] random: crng init done\n' '[ 2.363870] brd: module loaded\n' '[ 2.388407] loop: module loaded\n' '[ 2.439090] spi-nor spi0.0: w25q16dw (2048 ' 'Kbytes)\n' '[ 2.452282] CAN device driver interface\n' '[ 2.456528] bgmac_bcma: Broadcom 47xx GBit MAC ' 'driver loaded\n' '[ 2.462726] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 2.466307] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 2.472482] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 2.477668] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 2.488897] stm32-dwmac 5800a000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 2.494010] stm32-dwmac 5800a000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 2.608960] stm32-dwmac 5800a000.ethernet: User ' 'ID: 0x40, Synopsys ID: 0x42\n' '[ 2.614584] stm32-dwmac 5800a000.ethernet: ' '?DWMAC4/5\n' '[ 2.619681] stm32-dwmac 5800a000.ethernet: DMA HW ' 'capability register supported\n' '[ 2.626881] stm32-dwmac 5800a000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 2.634255] stm32-dwmac 5800a000.ethernet: TX ' 'Checksum insertion supported\n' '[ 2.641118] stm32-dwmac 5800a000.ethernet: Wake-Up ' 'On Lan supported\n' '[ 2.647567] stm32-dwmac 5800a000.ethernet: TSO ' 'supported\n' '[ 2.652831] stm32-dwmac 5800a000.ethernet: Enable ' 'RX Mitigation via HW Watchdog Timer\n' '[ 2.660602] stm32-dwmac 5800a000.ethernet: Enabled ' 'L3L4 Flow TC (entries=2)\n' '[ 2.667523] stm32-dwmac 5800a000.ethernet: Enabled ' 'RFS Flow TC (entries=10)\n' '[ 2.674571] stm32-dwmac 5800a000.ethernet: TSO ' 'feature enabled\n' '[ 2.680396] stm32-dwmac 5800a000.ethernet: Using ' '32/32 bits DMA host/device width\n' '[ 2.694376] Freeing initrd memory: 16752K\n' '[ 2.750291] pegasus: Pegasus/Pegasus II USB ' 'Ethernet driver\n' '[ 2.754558] usbcore: registered new interface ' 'driver pegasus\n' '[ 2.760256] usbcore: registered new interface ' 'driver asix\n' '[ 2.765573] usbcore: registered new interface ' 'driver ax88179_178a\n' '[ 2.771735] usbcore: registered new interface ' 'driver cdc_ether\n' '[ 2.777567] usbcore: registered new interface ' 'driver smsc75xx\n' '[ 2.783341] usbcore: registered new interface ' 'driver smsc95xx\n' '[ 2.789121] usbcore: registered new interface ' 'driver net1080\n' '[ 2.794735] usbcore: registered new interface ' 'driver cdc_subset\n' '[ 2.800679] usbcore: registered new interface ' 'driver zaurus\n' '[ 2.806309] usbcore: registered new interface ' 'driver cdc_ncm\n' '[ 2.817962] usbcore: registered new interface ' 'driver usb-storage\n' '[ 2.829034] stm32_rtc 5c004000.rtc: error -ENXIO: ' 'IRQ index 1 not found\n' "[ 2.834241] stm32_rtc 5c004000.rtc: alarm can't " 'wake up the system: -6\n' '[ 2.841812] stm32_rtc 5c004000.rtc: registered as ' 'rtc0\n' '[ 2.846051] stm32_rtc 5c004000.rtc: setting system ' 'clock to 2000-01-01T00:00:20 UTC (946684820)\n' '[ 2.855153] stm32_rtc 5c004000.rtc: Date/Time must ' 'be initialized\n' '[ 2.860879] stm32_rtc 5c004000.rtc: registered ' 'rev:1.2\n' '[ 2.867718] i2c_dev: i2c /dev entries driver\n' '[ 2.895420] stm32f7-i2c 40012000.i2c: STM32F7 ' 'I2C-0 bus adapter\n' '[ 2.922269] stm32f7-i2c 40013000.i2c: STM32F7 ' 'I2C-1 bus adapter\n' '[ 2.950483] stpmic1 2-0033: PMIC Chip Version: ' '0x10\n' '[ 2.959329] ' '/soc/i2c@5c002000/stpmic@33/regulators: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/stpmic@33/regulators/boost\n' '[ 2.969570] ' '/soc/i2c@5c002000/stpmic@33/regulators: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/stpmic@33/regulators/buck2\n' '[ 2.981068] ' '/soc/i2c@5c002000/stpmic@33/regulators: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/stpmic@33/regulators/buck4\n' '[ 3.009908] vdda: Bringing 1800000uV into ' '2900000-2900000uV\n' '[ 3.016620] v2v8: Bringing 1800000uV into ' '2800000-2800000uV\n' '[ 3.032038] v1v8: Bringing 1000000uV into ' '1800000-1800000uV\n' '[ 3.049616] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.058569] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.068864] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.079222] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.089471] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.099718] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.110081] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.120331] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.131007] /hdmi-out: Fixed dependency cycle(s) ' 'with /soc/i2c@5c002000/hdmi-transmitter@3d\n' '[ 3.139207] /soc/display-controller@5a001000: ' 'Fixed dependency cycle(s) with ' '/soc/i2c@5c002000/hdmi-transmitter@3d\n' '[ 3.149612] ' '/soc/sai@4400b000/audio-controller@4400b004: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/hdmi-transmitter@3d\n' '[ 3.160979] /soc/i2c@5c002000/hdmi-transmitter@3d: ' 'Fixed dependency cycle(s) with ' '/soc/sai@4400b000/audio-controller@4400b004\n' '[ 3.172184] /soc/i2c@5c002000/hdmi-transmitter@3d: ' 'Fixed dependency cycle(s) with /hdmi-out\n' '[ 3.180622] /soc/i2c@5c002000/hdmi-transmitter@3d: ' 'Fixed dependency cycle(s) with ' '/soc/display-controller@5a001000\n' '[ 3.191739] at24 2-0053: supply vcc not found, ' 'using dummy regulator\n' '[ 3.198094] at24 2-0053: 256 byte 24c02 EEPROM, ' 'writable, 16 bytes/write\n' '[ 3.204186] stm32f7-i2c 5c002000.i2c: STM32F7 ' 'I2C-2 bus adapter\n' '[ 3.221609] stm_thermal 50028000.thermal: ' 'stm_thermal_probe: Driver initialized successfully\n' '[ 3.241241] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 3.244114] mmci-pl18x 58005000.mmc: Got CD GPIO\n' '[ 3.246033] sdhci: Copyright(c) Pierre Ossman\n' '[ 3.249045] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 3.252196] mmci-pl18x 48004000.mmc: mmc1: PL180 ' 'manf 53 rev2 at 0x48004000 irq 69,0 (pio)\n' '[ 3.257762] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 3.261495] mmci-pl18x 58005000.mmc: mmc0: PL180 ' 'manf 53 rev2 at 0x58005000 irq 70,0 (pio)\n' '[ 3.283871] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 3.292260] usbcore: registered new interface ' 'driver usbhid\n' '[ 3.296447] usbhid: USB HID core driver\n' '[ 3.311117] NET: Registered PF_INET6 protocol ' 'family\n' '[ 3.316865] Segment Routing with IPv6\n' '[ 3.319285] In-situ OAM (IOAM) with IPv6\n' '[ 3.323171] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 3.330067] NET: Registered PF_PACKET protocol ' 'family\n' '[ 3.334061] can: controller area network core\n' '[ 3.338530] NET: Registered PF_CAN protocol ' 'family\n' '[ 3.343308] can: raw protocol\n' '[ 3.346189] can: broadcast manager protocol\n' '[ 3.350424] can: netlink gateway - max_hops=1\n' '[ 3.355508] Key type dns_resolver registered\n' '[ 3.359337] ThumbEE CPU extension supported.\n' '[ 3.363344] Registering SWP/SWPB emulation ' 'handler\n' '[ 3.369866] Loading compiled-in X.509 ' 'certificates\n' '[ 3.417626] mmc0: new high speed SDXC card at ' 'address e624\n' '[ 3.420845] input: pmic_onkey as ' '/devices/platform/soc/5c002000.i2c/i2c-2/2-0033/5c002000.i2c:stpmic@33:onkey/input/input0\n' '[ 3.434150] mmcblk0: mmc0:e624 SD64G 59.5 GiB\n' '[ 3.445415] GPT:Primary header thinks Alt. header ' 'is not at the end of the disk.\n' '[ 3.451501] GPT:3204245 != 124735487\n' '[ 3.455059] GPT:Alternate GPT header not at the ' 'end of the disk.\n' '[ 3.456397] regulator regulator.19: regulator ' 'disable timed out!\n' '[ 3.461052] GPT:3204245 != 124735487\n' '[ 3.461062] GPT: Use GNU Parted to correct GPT ' 'errors.\n' '[ 3.461129] mmcblk0: p1 p2 p3 p4\n' '[ 3.467037] reg18: failed to disable: -ETIMEDOUT\n' '[ 3.484058] stm32-usbphyc 5a006000.usbphyc: ' 'registered rev:1.0\n' '[ 3.485403] mmci-pl18x 58007000.mmc: mmc2: PL180 ' 'manf 53 rev2 at 0x58007000 irq 74,0 (pio)\n' '[ 3.493253] dwc2 49000000.usb-otg: supply vusb_d ' 'not found, using dummy regulator\n' '[ 3.505760] dwc2 49000000.usb-otg: supply vusb_a ' 'not found, using dummy regulator\n' '[ 3.550063] mmc1: new high speed SDIO card at ' 'address 0001\n' '[ 3.642601] mmc2: new DDR MMC card at address ' '0001\n' '[ 3.646285] dwc2 49000000.usb-otg: EPs: 9, ' 'dedicated fifos, 952 entries in SPRAM\n' '[ 3.647232] mmcblk2: mmc2:0001 DG4008 7.28 GiB\n' '[ 3.661604] dwc2 49000000.usb-otg: DWC OTG ' 'Controller\n' '[ 3.665326] dwc2 49000000.usb-otg: new USB bus ' 'registered, assigned bus number 1\n' '[ 3.672863] dwc2 49000000.usb-otg: irq 75, io mem ' '0x49000000\n' '[ 3.679936] hub 1-0:1.0: USB hub found\n' '[ 3.682465] hub 1-0:1.0: 1 port detected\n' '[ 3.693566] ehci-platform 5800d000.usb: EHCI Host ' 'Controller\n' '[ 3.697883] ehci-platform 5800d000.usb: new USB ' 'bus registered, assigned bus number 2\n' '[ 3.706837] ehci-platform 5800d000.usb: irq 76, io ' 'mem 0x5800d000\n' '[ 3.712116] GPT:Primary header thinks Alt. header ' 'is not at the end of the disk.\n' '[ 3.719266] GPT:3145727 != 15273599\n' '[ 3.722717] GPT:Alternate GPT header not at the ' 'end of the disk.\n' '[ 3.728813] GPT:3145727 != 15273599\n' '[ 3.732261] GPT: Use GNU Parted to correct GPT ' 'errors.\n' '[ 3.737484] mmcblk2: p1 p2 p3 p4\n' '[ 3.740995] ehci-platform 5800d000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 3.749100] hub 2-0:1.0: USB hub found\n' '[ 3.749465] mmcblk2boot0: mmc2:0001 DG4008 4.00 ' 'MiB\n' '[ 3.751603] hub 2-0:1.0: 2 ports detected\n' '[ 3.762291] mmcblk2boot1: mmc2:0001 DG4008 4.00 ' 'MiB\n' '[ 3.768184] mmcblk2rpmb: mmc2:0001 DG4008 4.00 ' 'MiB, chardev (236:0)\n' '[ 3.774359] stm32-dwmac 5800a000.ethernet eth0: ' 'Register MEM_TYPE_PAGE_POOL RxQ-0\n' '[ 3.867383] stm32-dwmac 5800a000.ethernet eth0: ' 'PHY [stmmac-0:07] driver [Micrel KSZ9031 Gigabit PHY] ' '(irq=POLL)\n' '[ 3.886310] dwmac4: Master AXI performs any burst ' 'length\n' '[ 3.890217] stm32-dwmac 5800a000.ethernet eth0: No ' 'Safety Features support found\n' '[ 4.048722] usb 2-1: new high-speed USB device ' 'number 2 using ehci-platform\n' '[ 4.097650] stm32-dwmac 5800a000.ethernet eth0: ' 'IEEE 1588-2008 Advanced Timestamp supported\n' '[ 4.105038] stm32-dwmac 5800a000.ethernet eth0: ' 'registered PTP clock\n' '[ 4.111799] stm32-dwmac 5800a000.ethernet eth0: ' 'configuring for phy/rgmii link mode\n' '[ 4.250143] hub 2-1:1.0: USB hub found\n' '[ 4.252745] hub 2-1:1.0: 3 ports detected\n' '[ 13.520448] stm32-dwmac 5800a000.ethernet eth0: ' 'Link is Up - 1Gbps/Full - flow control off\n' '[ 13.520484] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: ' 'link becomes ready\n' '[ 13.568756] Sending DHCP requests .., OK\n' '[ 15.931328] IP-Config: Got DHCP answer from ' '172.16.0.1, my address is 172.22.14.134\n' '[ 15.938988] IP-Config: Complete:\n' '[ 15.942133] device=eth0, ' 'hwaddr=80:1f:12:cc:2a:a4, ipaddr=172.22.14.134, ' 'mask=255.240.0.0, gw=172.16.0.1\n' '[ 15.952076] host=172.22.14.134, domain=, ' 'nis-domain=(none)\n' '[ 15.958049] bootserver=172.16.0.1, ' 'rootserver=172.16.0.1, rootpath=\n' '[ 15.958062] nameserver0=172.16.0.1\n' '[ 15.969116] clk: Disabling unused clocks\n' '[ 15.978195] Freeing unused kernel image (initmem) ' 'memory: 2048K\n' '[ 15.983408] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 16.171592] ' 'udevd[110]: starting version 3.2.9\n' "[ 16.190102] udevd[110]: specified user 'tss' " 'unknown\n' "[ 16.193924] udevd[110]: specified group 'tss' " 'unknown\n' '[ 16.202656] udevd[111]: starting eudev-3.2.9\n' '[ 17.276908] /soc/i2c@5c002000/hdmi-transmitter@3d: ' 'Fixed dependency cycle(s) with ' '/soc/sai@4400b000/audio-controller@4400b004\n' '[ 17.287254] ' '/soc/sai@4400b000/audio-controller@4400b004: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/hdmi-transmitter@3d\n' '[ 17.379331] Bluetooth: Core ver 2.22\n' '[ 17.381621] NET: Registered PF_BLUETOOTH protocol ' 'family\n' '[ 17.386943] Bluetooth: HCI device and connection ' 'manager initialized\n' '[ 17.393382] Bluetooth: HCI socket layer ' 'initialized\n' '[ 17.398224] Bluetooth: L2CAP socket layer ' 'initialized\n' '[ 17.403363] Bluetooth: SCO socket layer ' 'initialized\n' '[ 17.479029] Bluetooth: HCI UART driver ver 2.3\n' '[ 17.482142] Bluetooth: HCI UART protocol H4 ' 'registered\n' '[ 17.487900] Bluetooth: HCI UART protocol Broadcom ' 'registered\n' '[ 17.493437] hci_uart_bcm serial0-0: supply vbat ' 'not found, using dummy regulator\n' '[ 17.500752] hci_uart_bcm serial0-0: supply vddio ' 'not found, using dummy regulator\n' '[ 17.541152] cfg80211: Loading compiled-in X.509 ' 'certificates for regulatory database\n' '[ 17.693478] stm32-crc32 58009000.crc: Initialized\n' '[ 17.778938] etnaviv etnaviv: bound 59000000.gpu ' '(ops gpu_ops [etnaviv])\n' '[ 17.784301] etnaviv-gpu 59000000.gpu: model: ' 'GC400, revision: 4652\n' '[ 17.848508] [drm] Initialized etnaviv 1.4.0 ' '20151214 for etnaviv on minor 0\n' '[ 17.939889] Bluetooth: hci0: BCM: chip id 107\n' '[ 17.943454] Bluetooth: hci0: BCM: features 0x2f\n' '[ 17.948809] Bluetooth: hci0: BCM4345C0\n' '[ 17.951226] Bluetooth: hci0: BCM4345C0 ' '(003.001.025) build 0000\n' '[ 17.957603] Bluetooth: hci0: BCM: firmware Patch ' 'file not found, tried:\n' '[ 17.963847] Bluetooth: hci0: BCM: ' "'brcm/BCM4345C0.arrow,stm32mp157a-avenger96.hcd'\n" '[ 17.971400] Bluetooth: hci0: BCM: ' "'brcm/BCM4345C0.hcd'\n" '[ 17.976485] Bluetooth: hci0: BCM: ' "'brcm/BCM.arrow,stm32mp157a-avenger96.hcd'\n" "[ 17.983618] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'\n" '[ 18.128347] [drm] Initialized stm 1.0.0 20170330 ' 'for 5a001000.display-controller on minor 1\n' '[ 18.144933] stm32-display ' '5a001000.display-controller: [drm] Cannot find any ' 'crtc or sizes\n' '[ 18.154049] stm32-display ' '5a001000.display-controller: [drm] Cannot find any ' 'crtc or sizes\n' "[ 18.268547] cfg80211: Loaded X.509 cert 'sforshee: " "00b28ddf47aef9cea7'\n" "[ 18.282879] cfg80211: Loaded X.509 cert 'wens: " "61c038651aabdcf94bd0ac7ff06c7248db18c600'\n" '[ 18.290701] platform regulatory.0: Direct firmware ' 'load for regulatory.db failed with error -2\n' '[ 18.298274] cfg80211: failed to load ' 'regulatory.db\n' '[ 18.342384] brcmfmac: brcmf_fw_alloc_request: ' 'using brcm/brcmfmac43455-sdio for chip BCM4345/6\n' '[ 18.350426] brcmfmac mmc1:0001:1: Direct firmware ' 'load for ' 'brcm/brcmfmac43455-sdio.arrow,stm32mp157a-avenger96.bin ' 'failed with error -2\n' '[ 18.362931] brcmfmac mmc1:0001:1: Direct firmware ' 'load for brcm/brcmfmac43455-sdio.bin failed with ' 'error -2\n' "[ 18.994348] debugfs: File 'Capture' in directory " "'dapm' already present!\n" '[ 19.389209] brcmfmac: brcmf_sdio_htclk: HT Avail ' 'timeout (1000000): clkctl 0x50\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: ip: RTNETLINK answers: File exists\n' 'FAIL\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '#\n' '/ # export SHELL=/bin/sh\n' 'export SHELL=/bin/sh\n' '/ # . /lava-1315936/environment\n' '. /lava-1315936/environment\n' '/ # /lava-1315936/bin/lava-test-runner ' '/lava-1315936/0\n' '/lava-1315936/bin/lava-test-runner /lava-1315936/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-1315936/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=1315936_1.5.2[ 20.239569] ' '\n' '.4.1\n' '[ 20.245580] \n' '+ set +x\n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ #\n'} 04/22/2025 07:10:09 PM UTC [INFO] Marking 20 nodes flag as processed 04/22/2025 07:10:09 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:09 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:10 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:10 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:11 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:11 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:12 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:12 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:12 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:13 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:13 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:14 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:14 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:15 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:15 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:16 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:16 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:16 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:17 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:17 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:18 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:18 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:19 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:19 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:20 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:20 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:21 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:21 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:22 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807aa7c8f3c1f8bc51a740a 04/22/2025 07:10:22 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807aa2c8f3c1f8bc51a73da', 'id': 'maestro:6807aa7c8f3c1f8bc51a740a', 'origin': 'maestro', 'comment': 'staging-stable-20250422.2', 'start_time': '2025-04-22T14:41:00.426000+00:00', 'architecture': 'arm64', 'compiler': 'gcc-12', 'config_name': 'defconfig+arm64-chromebook+kcidebug+lab-setup', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807aa7c8f3c1f8bc51a740a-kbuild-gcc-12-arm64-chro-ctsoyugj', 'job_context': 'gke_android-kernelci-external_us-east4-c_kci-big-us-east4', 'kernel_type': 'image', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807aa7c8f3c1f8bc51a740a'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/fragments/2.config'}, {'name': 'fragments_3_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/fragments/3.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build.log.gz', 'log_excerpt': 'pro1.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-hp-envy-x2.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-lenovo-miix-630.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-oneplus-cheeseburger.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-oneplus-dumpling.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-lilac.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-maple.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-poplar.dtb\n' ' INSTALL _dtbs_/qcom/qcs404-evb-1000.dtb\n' ' INSTALL _dtbs_/qcom/qcs404-evb-4000.dtb\n' ' INSTALL _dtbs_/qcom/qrb5165-rb5.dtb\n' ' INSTALL _dtbs_/qcom/sa8155p-adp.dtb\n' ' INSTALL _dtbs_/qcom/sa8295p-adp.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-idp.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-coachz-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-coachz-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-coachz-r3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-coachz-r3-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r2.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-kingoftown-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-kingoftown-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r0.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r1-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r3-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r3-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r9.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r9-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r9-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-r9.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r5.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r9.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev0-auo.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev0-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev1-auo.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev1-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-lte-parade.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-lte-ti.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-parade.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pazquel-ti.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r2.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r2-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r3-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-quackingstick-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-quackingstick-r0-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev0-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev0-inx.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-inx.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-inx-rt5682s.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-boe-rt5682s.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-herobrine-crd.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-herobrine-evoker-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-herobrine-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-idp.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-idp2.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-crd-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc8280xp-crd.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc8280xp-lenovo-thinkpad-x13s.dtb\n' ' INSTALL _dtbs_/qcom/sda660-inforce-ifc6560.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-ganges-kirin.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-discovery.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-pioneer.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-voyager.dtb\n' ' INSTALL _dtbs_/qcom/sdm632-fairphone-fp3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm636-sony-xperia-ganges-mermaid.dtb\n' ' INSTALL _dtbs_/qcom/sdm660-xiaomi-lavender.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r1.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r2.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r3.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-db845c.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-lg-judyln.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-lg-judyp.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-mtp.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-oneplus-enchilada.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-oneplus-fajita.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-akari.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-akatsuki.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-apollo.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-xiaomi-beryllium.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-xiaomi-polaris.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-shift-axolotl.dtb\n' ' INSTALL _dtbs_/qcom/sdm850-lenovo-yoga-c630.dtb\n' ' INSTALL _dtbs_/qcom/sdm850-samsung-w737.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm6125-sony-xperia-seine-pdx201.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm6350-sony-xperia-lena-pdx213.dtb\n' ' INSTALL _dtbs_/qcom/sm7225-fairphone-fp4.dtb\n' ' INSTALL _dtbs_/qcom/sm8150-hdk.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-microsoft-surface-duo.dtb\n' ' INSTALL _dtbs_/qcom/sm8150-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-sony-xperia-kumano-bahamut.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-sony-xperia-kumano-griffin.dtb\n' ' INSTALL _dtbs_/qcom/sm8250-hdk.dtb\n' ' INSTALL _dtbs_/qcom/sm8250-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8250-sony-xperia-edo-pdx203.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8250-sony-xperia-edo-pdx206.dtb\n' ' INSTALL _dtbs_/qcom/sm8350-hdk.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-microsoft-surface-duo2.dtb\n' ' INSTALL _dtbs_/qcom/sm8350-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-sony-xperia-sagami-pdx214.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-sony-xperia-sagami-pdx215.dtb\n' ' INSTALL _dtbs_/qcom/sm8450-hdk.dtb\n' ' INSTALL _dtbs_/qcom/sm8450-qrd.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8450-sony-xperia-nagara-pdx223.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-beacon-rzg2m-kit.dtb\n' ' INSTALL _dtbs_/renesas/r8a774a1-hihope-rzg2m.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-ex-mipi-2.1.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-rev2.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-rev2-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-rev2-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-beacon-rzg2n-kit.dtb\n' ' INSTALL _dtbs_/renesas/r8a774b1-hihope-rzg2n.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-ex-mipi-2.1.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-rev2.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-rev2-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-rev2-ex-idk-1110wr.dtb\n' ' INSTALL _dtbs_/renesas/r8a774c0-cat874.dtb\n' ' INSTALL _dtbs_/renesas/r8a774c0-ek874.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774c0-ek874-idk-2121wr.dtb\n' ' INSTALL _dtbs_/renesas/r8a774c0-ek874-mipi-2.1.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-beacon-rzg2h-kit.dtb\n' ' INSTALL _dtbs_/renesas/r8a774e1-hihope-rzg2h.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-hihope-rzg2h-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-hihope-rzg2h-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-hihope-rzg2h-ex-mipi-2.1.dtb\n' ' INSTALL _dtbs_/renesas/r8a77950-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77950-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77950-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77961-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77961-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77961-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77970-eagle.dtb\n' ' INSTALL _dtbs_/renesas/r8a77970-v3msk.dtb\n' ' INSTALL _dtbs_/renesas/r8a77980-condor.dtb\n' ' INSTALL _dtbs_/renesas/r8a77980-v3hsk.dtb\n' ' INSTALL _dtbs_/renesas/r8a77980a-condor-i.dtb\n' ' INSTALL _dtbs_/renesas/r8a77990-ebisu.dtb\n' ' INSTALL _dtbs_/renesas/r8a77995-draak.dtb\n' ' INSTALL _dtbs_/renesas/r8a779a0-falcon.dtb\n' ' INSTALL _dtbs_/renesas/r8a779f0-spider.dtb\n' ' INSTALL _dtbs_/renesas/r8a779g0-white-hawk.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m1-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m1-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m1-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m3-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m3-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m3-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m5-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g043u11-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g044c2-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g044l2-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g054l2-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a09g011-v2mevk2.dtb\n' ' INSTALL ' '_dtbs_/renesas/draak-ebisu-panel-aa104xd12.dtbo\n' ' INSTALL ' '_dtbs_/renesas/salvator-panel-aa104xd12.dtbo\n' ' INSTALL _dtbs_/rockchip/px30-evb.dtb\n' ' INSTALL ' '_dtbs_/rockchip/px30-engicam-px30-core-ctouch2.dtb\n' ' INSTALL ' '_dtbs_/rockchip/px30-engicam-px30-core-ctouch2-of10.dtb\n' ' INSTALL ' '_dtbs_/rockchip/px30-engicam-px30-core-edimm2.2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3308-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3308-roc-cc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3308-rock-pi-s.dtb\n' ' INSTALL _dtbs_/rockchip/rk3318-a95x-z2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3326-odroid-go2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-a1.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-nanopi-r2s.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-rock64.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-rock-pi-e.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-roc-cc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-roc-pc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-evb-act8846.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-geekbox.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-lion-haikou.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-orion-r68-meta.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-px5-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-r88.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-eaidk-610.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-ficus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-firefly.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-bob.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-kevin.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-gru-scarlet-dumo.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-scarlet-inx.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-scarlet-kd.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-hugsun-x99.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-khadas-edge.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-khadas-edge-captain.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-khadas-edge-v.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-kobol-helios64.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-leez-p710.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopc-t4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-m4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-m4b.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-neo4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-r4s.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-nanopi-r4s-enterprise.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-orangepi.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-pinebook-pro.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-pinephone-pro.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-puma-haikou.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-roc-pc.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-roc-pc-mezzanine.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-roc-pc-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-4c-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4a.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4a-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4b.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4b-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4c.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock960.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rockpro64-v2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rockpro64.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-sapphire.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-sapphire-excavator.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399pro-rock-pi-n10.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-anbernic-rg353p.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-anbernic-rg503.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-pinenote-v1.1.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-pinenote-v1.2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-quartz64-a.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-quartz64-b.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-roc-pc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-soquartz-cm4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3568-bpi-r2-pro.dtb\n' ' INSTALL _dtbs_/rockchip/rk3568-evb1-v10.dtb\n' ' INSTALL _dtbs_/rockchip/rk3568-rock-3a.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld11-global.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld11-ref.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld20-akebi96.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld20-global.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld20-ref.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-pxs3-ref.dtb\n' ' INSTALL ' '_dtbs_/socionext/uniphier-pxs3-ref-gadget0.dtb\n' ' INSTALL ' '_dtbs_/socionext/uniphier-pxs3-ref-gadget1.dtb\n' ' INSTALL _dtbs_/sprd/sc9836-openphone.dtb\n' ' INSTALL _dtbs_/sprd/sp9860g-1h10.dtb\n' ' INSTALL _dtbs_/sprd/sp9863a-1h10.dtb\n' ' INSTALL _dtbs_/synaptics/berlin4ct-dmp.dtb\n' ' INSTALL _dtbs_/synaptics/berlin4ct-stb.dtb\n' ' INSTALL _dtbs_/tesla/fsd-evb.dtb\n' ' INSTALL _dtbs_/ti/k3-am654-base-board.dtb\n' ' INSTALL _dtbs_/ti/k3-am6528-iot2050-basic.dtb\n' ' INSTALL _dtbs_/ti/k3-am6528-iot2050-basic-pg2.dtb\n' ' INSTALL _dtbs_/ti/k3-am6548-iot2050-advanced.dtb\n' ' INSTALL ' '_dtbs_/ti/k3-am6548-iot2050-advanced-pg2.dtb\n' ' INSTALL _dtbs_/ti/k3-j721e-common-proc-board.dtb\n' ' INSTALL _dtbs_/ti/k3-j721e-sk.dtb\n' ' INSTALL _dtbs_/ti/k3-j7200-common-proc-board.dtb\n' ' INSTALL _dtbs_/ti/k3-j721s2-common-proc-board.dtb\n' ' INSTALL _dtbs_/ti/k3-am642-evm.dtb\n' ' INSTALL _dtbs_/ti/k3-am642-sk.dtb\n' ' INSTALL _dtbs_/ti/k3-am625-sk.dtb\n' ' INSTALL _dtbs_/ti/k3-am62a7-sk.dtb\n' ' INSTALL _dtbs_/toshiba/tmpv7708-rm-mbrc.dtb\n' ' INSTALL _dtbs_/toshiba/tmpv7708-visrobo-vrb.dtb\n' ' INSTALL _dtbs_/xilinx/avnet-ultra96-rev1.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1232-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1254-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1275-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm015-dc1.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm016-dc2.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm017-dc3.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm018-dc4.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm019-dc5.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu100-revC.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-revB.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-rev1.0.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-rev1.1.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu104-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu104-revC.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu106-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu111-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-sm-k26-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-smk-k26-revA.dtb\n' ' INSTALL ' '_dtbs_/xilinx/sm-k26-revA-sck-kv-g-revA.dtb\n' ' INSTALL ' '_dtbs_/xilinx/sm-k26-revA-sck-kv-g-revB.dtb\n' ' INSTALL ' '_dtbs_/xilinx/smk-k26-revA-sm-k26-revA-sck-kv-g-revA.dtb\n' ' INSTALL ' '_dtbs_/xilinx/smk-k26-revA-sm-k26-revA-sck-kv-g-revB.dtb\n' '+ mkdir -p /tmp/kci/artifacts/dtbs\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp -r _dtbs_/actions _dtbs_/allwinner _dtbs_/altera ' '_dtbs_/amazon _dtbs_/amd _dtbs_/amlogic _dtbs_/apm ' '_dtbs_/apple _dtbs_/arm _dtbs_/broadcom _dtbs_/cavium ' '_dtbs_/exynos _dtbs_/freescale _dtbs_/hisilicon ' '_dtbs_/intel _dtbs_/lg _dtbs_/marvell _dtbs_/mediatek ' '_dtbs_/nuvoton _dtbs_/nvidia _dtbs_/qcom ' '_dtbs_/renesas _dtbs_/rockchip _dtbs_/socionext ' '_dtbs_/sprd _dtbs_/synaptics _dtbs_/tesla _dtbs_/ti ' '_dtbs_/toshiba _dtbs_/xilinx /tmp/kci/artifacts/dtbs\n' '+ cd ..\n' '+ echo job:package_dtbs=done\n' '++ date +%s\n' '+ echo jobets:package_dtbs=1745348416\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:10:22 PM UTC [INFO] Marking 20 nodes flag as processed 04/22/2025 07:10:22 PM UTC [INFO] Processing 16 unprocessed nodes 04/22/2025 07:10:22 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e99de51c583972a58e18 04/22/2025 07:10:22 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807aa7c8f3c1f8bc51a740a', 'id': 'maestro:6807e99de51c583972a58e18', 'origin': 'maestro', 'comment': 'kbuild-gcc-12-arm64-chromebook-kcidebug-kselftest on ' 'kubernetes in k8s-all', 'start_time': '2025-04-22T14:41:00.426000+00:00', 'environment': {'comment': 'Runtime: k8s-all', 'misc': {'platform': 'kubernetes', 'job_id': 'kci-6807aa7c8f3c1f8bc51a740a-kbuild-gcc-12-arm64-chro-ctsoyugj', 'job_context': 'gke_android-kernelci-external_us-east4-c_kci-big-us-east4'}}, 'waived': False, 'path': 'kbuild-gcc-12-arm64-chromebook-kcidebug-kselftest', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'k8s-all', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e99de51c583972a58e18'}, 'status': 'PASS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/fragments/2.config'}, {'name': 'fragments_3_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/fragments/3.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/kselftest.tar.gz'}]} 04/22/2025 07:10:22 PM UTC [INFO] Marking 16 nodes flag as processed 04/22/2025 07:10:22 PM UTC [INFO] Processing event node: 6807e1d41b4012cda6bf838b 04/22/2025 07:10:22 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e1d41b4012cda6bf838b 04/22/2025 07:10:22 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0889aef7c8063cad94d', 'id': 'maestro:6807e1d41b4012cda6bf838b', 'origin': 'maestro', 'comment': 'baseline-arm-broonie on stm32mp157a-dhcor-avenger96 in ' 'lava-broonie', 'start_time': '2025-04-22T18:37:08.066000+00:00', 'environment': {'comment': 'Runtime: lava-broonie', 'compatible': ['arrow,stm32mp157a-avenger96', 'dh,stm32mp157a-dhcor-som', 'st,stm32mp157'], 'misc': {'platform': 'stm32mp157a-dhcor-avenger96', 'job_url': 'https://lava.sirena.org.uk/scheduler/job/1315936', 'job_id': '1315936'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-broonie', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e1d41b4012cda6bf838b'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm-broonie-6807e1d41b4012cda6bf838b/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm-broonie-6807e1d41b4012cda6bf838b/log.txt.gz', 'log_excerpt': '.32 [Flags: R/O].\n' '[ 0.270506] Key type asymmetric registered\n' "[ 0.270520] Asymmetric key parser 'x509' " 'registered\n' '[ 0.270764] bounce: pool size: 64 pages\n' '[ 0.270938] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 247)\n' '[ 0.270952] io scheduler mq-deadline registered\n' '[ 0.270962] io scheduler kyber registered\n' '[ 0.507522] Serial: 8250/16550 driver, 5 ports, ' 'IRQ sharing enabled\n' '[ 0.513236] SuperH (H)SCI(F) driver initialized\n' '[ 0.514470] msm_serial: driver initialized\n' '[ 0.514482] STMicroelectronics ASC driver ' 'initialized\n' '[ 0.516607] STM32 USART driver initialized\n' '[ 0.517697] stm32-usart 4000e000.serial: interrupt ' 'mode for rx (no dma)\n' '[ 0.517718] stm32-usart 4000e000.serial: interrupt ' 'mode for tx (no dma)\n' '[ 0.517748] 4000e000.serial: ttySTM2 at MMIO ' '0x4000e000 (irq = 47, base_baud = 4000000) is a ' 'stm32-usart\n' '[ 0.518023] serial serial0: tty port ttySTM2 ' 'registered\n' '[ 0.518906] stm32-usart 40010000.serial: interrupt ' 'mode for rx (no dma)\n' '[ 0.518926] stm32-usart 40010000.serial: interrupt ' 'mode for tx (no dma)\n' '[ 0.518953] 40010000.serial: ttySTM0 at MMIO ' '0x40010000 (irq = 48, base_baud = 4000000) is a ' 'stm32-usart\n' '[ 2.247968] printk: console [ttySTM0] enabled\n' '[ 2.274420] stm32-usart 40018000.serial: interrupt ' 'mode for rx (no dma)\n' '[ 2.279712] stm32-usart 40018000.serial: interrupt ' 'mode for tx (no dma)\n' '[ 2.286342] 40018000.serial: ttySTM1 at MMIO ' '0x40018000 (irq = 49, base_baud = 4000000) is a ' 'stm32-usart\n' '[ 2.334602] random: crng init done\n' '[ 2.363870] brd: module loaded\n' '[ 2.388407] loop: module loaded\n' '[ 2.439090] spi-nor spi0.0: w25q16dw (2048 ' 'Kbytes)\n' '[ 2.452282] CAN device driver interface\n' '[ 2.456528] bgmac_bcma: Broadcom 47xx GBit MAC ' 'driver loaded\n' '[ 2.462726] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 2.466307] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 2.472482] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 2.477668] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 2.488897] stm32-dwmac 5800a000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 2.494010] stm32-dwmac 5800a000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 2.608960] stm32-dwmac 5800a000.ethernet: User ' 'ID: 0x40, Synopsys ID: 0x42\n' '[ 2.614584] stm32-dwmac 5800a000.ethernet: ' '?DWMAC4/5\n' '[ 2.619681] stm32-dwmac 5800a000.ethernet: DMA HW ' 'capability register supported\n' '[ 2.626881] stm32-dwmac 5800a000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 2.634255] stm32-dwmac 5800a000.ethernet: TX ' 'Checksum insertion supported\n' '[ 2.641118] stm32-dwmac 5800a000.ethernet: Wake-Up ' 'On Lan supported\n' '[ 2.647567] stm32-dwmac 5800a000.ethernet: TSO ' 'supported\n' '[ 2.652831] stm32-dwmac 5800a000.ethernet: Enable ' 'RX Mitigation via HW Watchdog Timer\n' '[ 2.660602] stm32-dwmac 5800a000.ethernet: Enabled ' 'L3L4 Flow TC (entries=2)\n' '[ 2.667523] stm32-dwmac 5800a000.ethernet: Enabled ' 'RFS Flow TC (entries=10)\n' '[ 2.674571] stm32-dwmac 5800a000.ethernet: TSO ' 'feature enabled\n' '[ 2.680396] stm32-dwmac 5800a000.ethernet: Using ' '32/32 bits DMA host/device width\n' '[ 2.694376] Freeing initrd memory: 16752K\n' '[ 2.750291] pegasus: Pegasus/Pegasus II USB ' 'Ethernet driver\n' '[ 2.754558] usbcore: registered new interface ' 'driver pegasus\n' '[ 2.760256] usbcore: registered new interface ' 'driver asix\n' '[ 2.765573] usbcore: registered new interface ' 'driver ax88179_178a\n' '[ 2.771735] usbcore: registered new interface ' 'driver cdc_ether\n' '[ 2.777567] usbcore: registered new interface ' 'driver smsc75xx\n' '[ 2.783341] usbcore: registered new interface ' 'driver smsc95xx\n' '[ 2.789121] usbcore: registered new interface ' 'driver net1080\n' '[ 2.794735] usbcore: registered new interface ' 'driver cdc_subset\n' '[ 2.800679] usbcore: registered new interface ' 'driver zaurus\n' '[ 2.806309] usbcore: registered new interface ' 'driver cdc_ncm\n' '[ 2.817962] usbcore: registered new interface ' 'driver usb-storage\n' '[ 2.829034] stm32_rtc 5c004000.rtc: error -ENXIO: ' 'IRQ index 1 not found\n' "[ 2.834241] stm32_rtc 5c004000.rtc: alarm can't " 'wake up the system: -6\n' '[ 2.841812] stm32_rtc 5c004000.rtc: registered as ' 'rtc0\n' '[ 2.846051] stm32_rtc 5c004000.rtc: setting system ' 'clock to 2000-01-01T00:00:20 UTC (946684820)\n' '[ 2.855153] stm32_rtc 5c004000.rtc: Date/Time must ' 'be initialized\n' '[ 2.860879] stm32_rtc 5c004000.rtc: registered ' 'rev:1.2\n' '[ 2.867718] i2c_dev: i2c /dev entries driver\n' '[ 2.895420] stm32f7-i2c 40012000.i2c: STM32F7 ' 'I2C-0 bus adapter\n' '[ 2.922269] stm32f7-i2c 40013000.i2c: STM32F7 ' 'I2C-1 bus adapter\n' '[ 2.950483] stpmic1 2-0033: PMIC Chip Version: ' '0x10\n' '[ 2.959329] ' '/soc/i2c@5c002000/stpmic@33/regulators: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/stpmic@33/regulators/boost\n' '[ 2.969570] ' '/soc/i2c@5c002000/stpmic@33/regulators: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/stpmic@33/regulators/buck2\n' '[ 2.981068] ' '/soc/i2c@5c002000/stpmic@33/regulators: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/stpmic@33/regulators/buck4\n' '[ 3.009908] vdda: Bringing 1800000uV into ' '2900000-2900000uV\n' '[ 3.016620] v2v8: Bringing 1800000uV into ' '2800000-2800000uV\n' '[ 3.032038] v1v8: Bringing 1000000uV into ' '1800000-1800000uV\n' '[ 3.049616] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.058569] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.068864] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.079222] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.089471] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.099718] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.110081] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.120331] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.131007] /hdmi-out: Fixed dependency cycle(s) ' 'with /soc/i2c@5c002000/hdmi-transmitter@3d\n' '[ 3.139207] /soc/display-controller@5a001000: ' 'Fixed dependency cycle(s) with ' '/soc/i2c@5c002000/hdmi-transmitter@3d\n' '[ 3.149612] ' '/soc/sai@4400b000/audio-controller@4400b004: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/hdmi-transmitter@3d\n' '[ 3.160979] /soc/i2c@5c002000/hdmi-transmitter@3d: ' 'Fixed dependency cycle(s) with ' '/soc/sai@4400b000/audio-controller@4400b004\n' '[ 3.172184] /soc/i2c@5c002000/hdmi-transmitter@3d: ' 'Fixed dependency cycle(s) with /hdmi-out\n' '[ 3.180622] /soc/i2c@5c002000/hdmi-transmitter@3d: ' 'Fixed dependency cycle(s) with ' '/soc/display-controller@5a001000\n' '[ 3.191739] at24 2-0053: supply vcc not found, ' 'using dummy regulator\n' '[ 3.198094] at24 2-0053: 256 byte 24c02 EEPROM, ' 'writable, 16 bytes/write\n' '[ 3.204186] stm32f7-i2c 5c002000.i2c: STM32F7 ' 'I2C-2 bus adapter\n' '[ 3.221609] stm_thermal 50028000.thermal: ' 'stm_thermal_probe: Driver initialized successfully\n' '[ 3.241241] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 3.244114] mmci-pl18x 58005000.mmc: Got CD GPIO\n' '[ 3.246033] sdhci: Copyright(c) Pierre Ossman\n' '[ 3.249045] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 3.252196] mmci-pl18x 48004000.mmc: mmc1: PL180 ' 'manf 53 rev2 at 0x48004000 irq 69,0 (pio)\n' '[ 3.257762] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 3.261495] mmci-pl18x 58005000.mmc: mmc0: PL180 ' 'manf 53 rev2 at 0x58005000 irq 70,0 (pio)\n' '[ 3.283871] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 3.292260] usbcore: registered new interface ' 'driver usbhid\n' '[ 3.296447] usbhid: USB HID core driver\n' '[ 3.311117] NET: Registered PF_INET6 protocol ' 'family\n' '[ 3.316865] Segment Routing with IPv6\n' '[ 3.319285] In-situ OAM (IOAM) with IPv6\n' '[ 3.323171] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 3.330067] NET: Registered PF_PACKET protocol ' 'family\n' '[ 3.334061] can: controller area network core\n' '[ 3.338530] NET: Registered PF_CAN protocol ' 'family\n' '[ 3.343308] can: raw protocol\n' '[ 3.346189] can: broadcast manager protocol\n' '[ 3.350424] can: netlink gateway - max_hops=1\n' '[ 3.355508] Key type dns_resolver registered\n' '[ 3.359337] ThumbEE CPU extension supported.\n' '[ 3.363344] Registering SWP/SWPB emulation ' 'handler\n' '[ 3.369866] Loading compiled-in X.509 ' 'certificates\n' '[ 3.417626] mmc0: new high speed SDXC card at ' 'address e624\n' '[ 3.420845] input: pmic_onkey as ' '/devices/platform/soc/5c002000.i2c/i2c-2/2-0033/5c002000.i2c:stpmic@33:onkey/input/input0\n' '[ 3.434150] mmcblk0: mmc0:e624 SD64G 59.5 GiB\n' '[ 3.445415] GPT:Primary header thinks Alt. header ' 'is not at the end of the disk.\n' '[ 3.451501] GPT:3204245 != 124735487\n' '[ 3.455059] GPT:Alternate GPT header not at the ' 'end of the disk.\n' '[ 3.456397] regulator regulator.19: regulator ' 'disable timed out!\n' '[ 3.461052] GPT:3204245 != 124735487\n' '[ 3.461062] GPT: Use GNU Parted to correct GPT ' 'errors.\n' '[ 3.461129] mmcblk0: p1 p2 p3 p4\n' '[ 3.467037] reg18: failed to disable: -ETIMEDOUT\n' '[ 3.484058] stm32-usbphyc 5a006000.usbphyc: ' 'registered rev:1.0\n' '[ 3.485403] mmci-pl18x 58007000.mmc: mmc2: PL180 ' 'manf 53 rev2 at 0x58007000 irq 74,0 (pio)\n' '[ 3.493253] dwc2 49000000.usb-otg: supply vusb_d ' 'not found, using dummy regulator\n' '[ 3.505760] dwc2 49000000.usb-otg: supply vusb_a ' 'not found, using dummy regulator\n' '[ 3.550063] mmc1: new high speed SDIO card at ' 'address 0001\n' '[ 3.642601] mmc2: new DDR MMC card at address ' '0001\n' '[ 3.646285] dwc2 49000000.usb-otg: EPs: 9, ' 'dedicated fifos, 952 entries in SPRAM\n' '[ 3.647232] mmcblk2: mmc2:0001 DG4008 7.28 GiB\n' '[ 3.661604] dwc2 49000000.usb-otg: DWC OTG ' 'Controller\n' '[ 3.665326] dwc2 49000000.usb-otg: new USB bus ' 'registered, assigned bus number 1\n' '[ 3.672863] dwc2 49000000.usb-otg: irq 75, io mem ' '0x49000000\n' '[ 3.679936] hub 1-0:1.0: USB hub found\n' '[ 3.682465] hub 1-0:1.0: 1 port detected\n' '[ 3.693566] ehci-platform 5800d000.usb: EHCI Host ' 'Controller\n' '[ 3.697883] ehci-platform 5800d000.usb: new USB ' 'bus registered, assigned bus number 2\n' '[ 3.706837] ehci-platform 5800d000.usb: irq 76, io ' 'mem 0x5800d000\n' '[ 3.712116] GPT:Primary header thinks Alt. header ' 'is not at the end of the disk.\n' '[ 3.719266] GPT:3145727 != 15273599\n' '[ 3.722717] GPT:Alternate GPT header not at the ' 'end of the disk.\n' '[ 3.728813] GPT:3145727 != 15273599\n' '[ 3.732261] GPT: Use GNU Parted to correct GPT ' 'errors.\n' '[ 3.737484] mmcblk2: p1 p2 p3 p4\n' '[ 3.740995] ehci-platform 5800d000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 3.749100] hub 2-0:1.0: USB hub found\n' '[ 3.749465] mmcblk2boot0: mmc2:0001 DG4008 4.00 ' 'MiB\n' '[ 3.751603] hub 2-0:1.0: 2 ports detected\n' '[ 3.762291] mmcblk2boot1: mmc2:0001 DG4008 4.00 ' 'MiB\n' '[ 3.768184] mmcblk2rpmb: mmc2:0001 DG4008 4.00 ' 'MiB, chardev (236:0)\n' '[ 3.774359] stm32-dwmac 5800a000.ethernet eth0: ' 'Register MEM_TYPE_PAGE_POOL RxQ-0\n' '[ 3.867383] stm32-dwmac 5800a000.ethernet eth0: ' 'PHY [stmmac-0:07] driver [Micrel KSZ9031 Gigabit PHY] ' '(irq=POLL)\n' '[ 3.886310] dwmac4: Master AXI performs any burst ' 'length\n' '[ 3.890217] stm32-dwmac 5800a000.ethernet eth0: No ' 'Safety Features support found\n' '[ 4.048722] usb 2-1: new high-speed USB device ' 'number 2 using ehci-platform\n' '[ 4.097650] stm32-dwmac 5800a000.ethernet eth0: ' 'IEEE 1588-2008 Advanced Timestamp supported\n' '[ 4.105038] stm32-dwmac 5800a000.ethernet eth0: ' 'registered PTP clock\n' '[ 4.111799] stm32-dwmac 5800a000.ethernet eth0: ' 'configuring for phy/rgmii link mode\n' '[ 4.250143] hub 2-1:1.0: USB hub found\n' '[ 4.252745] hub 2-1:1.0: 3 ports detected\n' '[ 13.520448] stm32-dwmac 5800a000.ethernet eth0: ' 'Link is Up - 1Gbps/Full - flow control off\n' '[ 13.520484] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: ' 'link becomes ready\n' '[ 13.568756] Sending DHCP requests .., OK\n' '[ 15.931328] IP-Config: Got DHCP answer from ' '172.16.0.1, my address is 172.22.14.134\n' '[ 15.938988] IP-Config: Complete:\n' '[ 15.942133] device=eth0, ' 'hwaddr=80:1f:12:cc:2a:a4, ipaddr=172.22.14.134, ' 'mask=255.240.0.0, gw=172.16.0.1\n' '[ 15.952076] host=172.22.14.134, domain=, ' 'nis-domain=(none)\n' '[ 15.958049] bootserver=172.16.0.1, ' 'rootserver=172.16.0.1, rootpath=\n' '[ 15.958062] nameserver0=172.16.0.1\n' '[ 15.969116] clk: Disabling unused clocks\n' '[ 15.978195] Freeing unused kernel image (initmem) ' 'memory: 2048K\n' '[ 15.983408] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 16.171592] ' 'udevd[110]: starting version 3.2.9\n' "[ 16.190102] udevd[110]: specified user 'tss' " 'unknown\n' "[ 16.193924] udevd[110]: specified group 'tss' " 'unknown\n' '[ 16.202656] udevd[111]: starting eudev-3.2.9\n' '[ 17.276908] /soc/i2c@5c002000/hdmi-transmitter@3d: ' 'Fixed dependency cycle(s) with ' '/soc/sai@4400b000/audio-controller@4400b004\n' '[ 17.287254] ' '/soc/sai@4400b000/audio-controller@4400b004: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/hdmi-transmitter@3d\n' '[ 17.379331] Bluetooth: Core ver 2.22\n' '[ 17.381621] NET: Registered PF_BLUETOOTH protocol ' 'family\n' '[ 17.386943] Bluetooth: HCI device and connection ' 'manager initialized\n' '[ 17.393382] Bluetooth: HCI socket layer ' 'initialized\n' '[ 17.398224] Bluetooth: L2CAP socket layer ' 'initialized\n' '[ 17.403363] Bluetooth: SCO socket layer ' 'initialized\n' '[ 17.479029] Bluetooth: HCI UART driver ver 2.3\n' '[ 17.482142] Bluetooth: HCI UART protocol H4 ' 'registered\n' '[ 17.487900] Bluetooth: HCI UART protocol Broadcom ' 'registered\n' '[ 17.493437] hci_uart_bcm serial0-0: supply vbat ' 'not found, using dummy regulator\n' '[ 17.500752] hci_uart_bcm serial0-0: supply vddio ' 'not found, using dummy regulator\n' '[ 17.541152] cfg80211: Loading compiled-in X.509 ' 'certificates for regulatory database\n' '[ 17.693478] stm32-crc32 58009000.crc: Initialized\n' '[ 17.778938] etnaviv etnaviv: bound 59000000.gpu ' '(ops gpu_ops [etnaviv])\n' '[ 17.784301] etnaviv-gpu 59000000.gpu: model: ' 'GC400, revision: 4652\n' '[ 17.848508] [drm] Initialized etnaviv 1.4.0 ' '20151214 for etnaviv on minor 0\n' '[ 17.939889] Bluetooth: hci0: BCM: chip id 107\n' '[ 17.943454] Bluetooth: hci0: BCM: features 0x2f\n' '[ 17.948809] Bluetooth: hci0: BCM4345C0\n' '[ 17.951226] Bluetooth: hci0: BCM4345C0 ' '(003.001.025) build 0000\n' '[ 17.957603] Bluetooth: hci0: BCM: firmware Patch ' 'file not found, tried:\n' '[ 17.963847] Bluetooth: hci0: BCM: ' "'brcm/BCM4345C0.arrow,stm32mp157a-avenger96.hcd'\n" '[ 17.971400] Bluetooth: hci0: BCM: ' "'brcm/BCM4345C0.hcd'\n" '[ 17.976485] Bluetooth: hci0: BCM: ' "'brcm/BCM.arrow,stm32mp157a-avenger96.hcd'\n" "[ 17.983618] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'\n" '[ 18.128347] [drm] Initialized stm 1.0.0 20170330 ' 'for 5a001000.display-controller on minor 1\n' '[ 18.144933] stm32-display ' '5a001000.display-controller: [drm] Cannot find any ' 'crtc or sizes\n' '[ 18.154049] stm32-display ' '5a001000.display-controller: [drm] Cannot find any ' 'crtc or sizes\n' "[ 18.268547] cfg80211: Loaded X.509 cert 'sforshee: " "00b28ddf47aef9cea7'\n" "[ 18.282879] cfg80211: Loaded X.509 cert 'wens: " "61c038651aabdcf94bd0ac7ff06c7248db18c600'\n" '[ 18.290701] platform regulatory.0: Direct firmware ' 'load for regulatory.db failed with error -2\n' '[ 18.298274] cfg80211: failed to load ' 'regulatory.db\n' '[ 18.342384] brcmfmac: brcmf_fw_alloc_request: ' 'using brcm/brcmfmac43455-sdio for chip BCM4345/6\n' '[ 18.350426] brcmfmac mmc1:0001:1: Direct firmware ' 'load for ' 'brcm/brcmfmac43455-sdio.arrow,stm32mp157a-avenger96.bin ' 'failed with error -2\n' '[ 18.362931] brcmfmac mmc1:0001:1: Direct firmware ' 'load for brcm/brcmfmac43455-sdio.bin failed with ' 'error -2\n' "[ 18.994348] debugfs: File 'Capture' in directory " "'dapm' already present!\n" '[ 19.389209] brcmfmac: brcmf_sdio_htclk: HT Avail ' 'timeout (1000000): clkctl 0x50\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: ip: RTNETLINK answers: File exists\n' 'FAIL\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '#\n' '/ # export SHELL=/bin/sh\n' 'export SHELL=/bin/sh\n' '/ # . /lava-1315936/environment\n' '. /lava-1315936/environment\n' '/ # /lava-1315936/bin/lava-test-runner ' '/lava-1315936/0\n' '/lava-1315936/bin/lava-test-runner /lava-1315936/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-1315936/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=1315936_1.5.2[ 20.239569] ' '\n' '.4.1\n' '[ 20.245580] \n' '+ set +x\n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ #\n'} 04/22/2025 07:10:22 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:10:22 PM UTC [INFO] Processing event node: 6807aa7c8f3c1f8bc51a740a 04/22/2025 07:10:23 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807aa7c8f3c1f8bc51a740a 04/22/2025 07:10:23 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807aa2c8f3c1f8bc51a73da', 'id': 'maestro:6807aa7c8f3c1f8bc51a740a', 'origin': 'maestro', 'comment': 'staging-stable-20250422.2', 'start_time': '2025-04-22T14:41:00.426000+00:00', 'architecture': 'arm64', 'compiler': 'gcc-12', 'config_name': 'defconfig+arm64-chromebook+kcidebug+lab-setup', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807aa7c8f3c1f8bc51a740a-kbuild-gcc-12-arm64-chro-ctsoyugj', 'job_context': 'gke_android-kernelci-external_us-east4-c_kci-big-us-east4', 'kernel_type': 'image', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807aa7c8f3c1f8bc51a740a'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/fragments/2.config'}, {'name': 'fragments_3_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/fragments/3.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build.log.gz', 'log_excerpt': 'pro1.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-hp-envy-x2.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-lenovo-miix-630.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-oneplus-cheeseburger.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-oneplus-dumpling.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-lilac.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-maple.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-poplar.dtb\n' ' INSTALL _dtbs_/qcom/qcs404-evb-1000.dtb\n' ' INSTALL _dtbs_/qcom/qcs404-evb-4000.dtb\n' ' INSTALL _dtbs_/qcom/qrb5165-rb5.dtb\n' ' INSTALL _dtbs_/qcom/sa8155p-adp.dtb\n' ' INSTALL _dtbs_/qcom/sa8295p-adp.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-idp.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-coachz-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-coachz-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-coachz-r3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-coachz-r3-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r2.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-kingoftown-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-kingoftown-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r0.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r1-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r3-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r3-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r9.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r9-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r9-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-r9.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r5.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r9.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev0-auo.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev0-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev1-auo.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev1-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-lte-parade.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-lte-ti.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-parade.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pazquel-ti.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r2.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r2-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r3-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-quackingstick-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-quackingstick-r0-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev0-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev0-inx.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-inx.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-inx-rt5682s.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-boe-rt5682s.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-herobrine-crd.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-herobrine-evoker-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-herobrine-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-idp.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-idp2.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-crd-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc8280xp-crd.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc8280xp-lenovo-thinkpad-x13s.dtb\n' ' INSTALL _dtbs_/qcom/sda660-inforce-ifc6560.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-ganges-kirin.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-discovery.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-pioneer.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-voyager.dtb\n' ' INSTALL _dtbs_/qcom/sdm632-fairphone-fp3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm636-sony-xperia-ganges-mermaid.dtb\n' ' INSTALL _dtbs_/qcom/sdm660-xiaomi-lavender.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r1.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r2.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r3.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-db845c.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-lg-judyln.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-lg-judyp.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-mtp.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-oneplus-enchilada.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-oneplus-fajita.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-akari.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-akatsuki.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-apollo.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-xiaomi-beryllium.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-xiaomi-polaris.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-shift-axolotl.dtb\n' ' INSTALL _dtbs_/qcom/sdm850-lenovo-yoga-c630.dtb\n' ' INSTALL _dtbs_/qcom/sdm850-samsung-w737.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm6125-sony-xperia-seine-pdx201.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm6350-sony-xperia-lena-pdx213.dtb\n' ' INSTALL _dtbs_/qcom/sm7225-fairphone-fp4.dtb\n' ' INSTALL _dtbs_/qcom/sm8150-hdk.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-microsoft-surface-duo.dtb\n' ' INSTALL _dtbs_/qcom/sm8150-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-sony-xperia-kumano-bahamut.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-sony-xperia-kumano-griffin.dtb\n' ' INSTALL _dtbs_/qcom/sm8250-hdk.dtb\n' ' INSTALL _dtbs_/qcom/sm8250-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8250-sony-xperia-edo-pdx203.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8250-sony-xperia-edo-pdx206.dtb\n' ' INSTALL _dtbs_/qcom/sm8350-hdk.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-microsoft-surface-duo2.dtb\n' ' INSTALL _dtbs_/qcom/sm8350-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-sony-xperia-sagami-pdx214.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-sony-xperia-sagami-pdx215.dtb\n' ' INSTALL _dtbs_/qcom/sm8450-hdk.dtb\n' ' INSTALL _dtbs_/qcom/sm8450-qrd.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8450-sony-xperia-nagara-pdx223.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-beacon-rzg2m-kit.dtb\n' ' INSTALL _dtbs_/renesas/r8a774a1-hihope-rzg2m.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-ex-mipi-2.1.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-rev2.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-rev2-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-rev2-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-beacon-rzg2n-kit.dtb\n' ' INSTALL _dtbs_/renesas/r8a774b1-hihope-rzg2n.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-ex-mipi-2.1.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-rev2.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-rev2-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-rev2-ex-idk-1110wr.dtb\n' ' INSTALL _dtbs_/renesas/r8a774c0-cat874.dtb\n' ' INSTALL _dtbs_/renesas/r8a774c0-ek874.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774c0-ek874-idk-2121wr.dtb\n' ' INSTALL _dtbs_/renesas/r8a774c0-ek874-mipi-2.1.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-beacon-rzg2h-kit.dtb\n' ' INSTALL _dtbs_/renesas/r8a774e1-hihope-rzg2h.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-hihope-rzg2h-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-hihope-rzg2h-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-hihope-rzg2h-ex-mipi-2.1.dtb\n' ' INSTALL _dtbs_/renesas/r8a77950-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77950-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77950-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77961-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77961-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77961-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77970-eagle.dtb\n' ' INSTALL _dtbs_/renesas/r8a77970-v3msk.dtb\n' ' INSTALL _dtbs_/renesas/r8a77980-condor.dtb\n' ' INSTALL _dtbs_/renesas/r8a77980-v3hsk.dtb\n' ' INSTALL _dtbs_/renesas/r8a77980a-condor-i.dtb\n' ' INSTALL _dtbs_/renesas/r8a77990-ebisu.dtb\n' ' INSTALL _dtbs_/renesas/r8a77995-draak.dtb\n' ' INSTALL _dtbs_/renesas/r8a779a0-falcon.dtb\n' ' INSTALL _dtbs_/renesas/r8a779f0-spider.dtb\n' ' INSTALL _dtbs_/renesas/r8a779g0-white-hawk.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m1-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m1-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m1-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m3-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m3-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m3-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m5-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g043u11-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g044c2-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g044l2-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g054l2-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a09g011-v2mevk2.dtb\n' ' INSTALL ' '_dtbs_/renesas/draak-ebisu-panel-aa104xd12.dtbo\n' ' INSTALL ' '_dtbs_/renesas/salvator-panel-aa104xd12.dtbo\n' ' INSTALL _dtbs_/rockchip/px30-evb.dtb\n' ' INSTALL ' '_dtbs_/rockchip/px30-engicam-px30-core-ctouch2.dtb\n' ' INSTALL ' '_dtbs_/rockchip/px30-engicam-px30-core-ctouch2-of10.dtb\n' ' INSTALL ' '_dtbs_/rockchip/px30-engicam-px30-core-edimm2.2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3308-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3308-roc-cc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3308-rock-pi-s.dtb\n' ' INSTALL _dtbs_/rockchip/rk3318-a95x-z2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3326-odroid-go2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-a1.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-nanopi-r2s.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-rock64.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-rock-pi-e.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-roc-cc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-roc-pc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-evb-act8846.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-geekbox.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-lion-haikou.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-orion-r68-meta.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-px5-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-r88.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-eaidk-610.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-ficus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-firefly.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-bob.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-kevin.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-gru-scarlet-dumo.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-scarlet-inx.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-scarlet-kd.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-hugsun-x99.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-khadas-edge.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-khadas-edge-captain.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-khadas-edge-v.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-kobol-helios64.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-leez-p710.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopc-t4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-m4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-m4b.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-neo4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-r4s.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-nanopi-r4s-enterprise.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-orangepi.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-pinebook-pro.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-pinephone-pro.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-puma-haikou.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-roc-pc.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-roc-pc-mezzanine.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-roc-pc-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-4c-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4a.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4a-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4b.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4b-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4c.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock960.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rockpro64-v2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rockpro64.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-sapphire.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-sapphire-excavator.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399pro-rock-pi-n10.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-anbernic-rg353p.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-anbernic-rg503.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-pinenote-v1.1.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-pinenote-v1.2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-quartz64-a.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-quartz64-b.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-roc-pc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-soquartz-cm4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3568-bpi-r2-pro.dtb\n' ' INSTALL _dtbs_/rockchip/rk3568-evb1-v10.dtb\n' ' INSTALL _dtbs_/rockchip/rk3568-rock-3a.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld11-global.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld11-ref.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld20-akebi96.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld20-global.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld20-ref.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-pxs3-ref.dtb\n' ' INSTALL ' '_dtbs_/socionext/uniphier-pxs3-ref-gadget0.dtb\n' ' INSTALL ' '_dtbs_/socionext/uniphier-pxs3-ref-gadget1.dtb\n' ' INSTALL _dtbs_/sprd/sc9836-openphone.dtb\n' ' INSTALL _dtbs_/sprd/sp9860g-1h10.dtb\n' ' INSTALL _dtbs_/sprd/sp9863a-1h10.dtb\n' ' INSTALL _dtbs_/synaptics/berlin4ct-dmp.dtb\n' ' INSTALL _dtbs_/synaptics/berlin4ct-stb.dtb\n' ' INSTALL _dtbs_/tesla/fsd-evb.dtb\n' ' INSTALL _dtbs_/ti/k3-am654-base-board.dtb\n' ' INSTALL _dtbs_/ti/k3-am6528-iot2050-basic.dtb\n' ' INSTALL _dtbs_/ti/k3-am6528-iot2050-basic-pg2.dtb\n' ' INSTALL _dtbs_/ti/k3-am6548-iot2050-advanced.dtb\n' ' INSTALL ' '_dtbs_/ti/k3-am6548-iot2050-advanced-pg2.dtb\n' ' INSTALL _dtbs_/ti/k3-j721e-common-proc-board.dtb\n' ' INSTALL _dtbs_/ti/k3-j721e-sk.dtb\n' ' INSTALL _dtbs_/ti/k3-j7200-common-proc-board.dtb\n' ' INSTALL _dtbs_/ti/k3-j721s2-common-proc-board.dtb\n' ' INSTALL _dtbs_/ti/k3-am642-evm.dtb\n' ' INSTALL _dtbs_/ti/k3-am642-sk.dtb\n' ' INSTALL _dtbs_/ti/k3-am625-sk.dtb\n' ' INSTALL _dtbs_/ti/k3-am62a7-sk.dtb\n' ' INSTALL _dtbs_/toshiba/tmpv7708-rm-mbrc.dtb\n' ' INSTALL _dtbs_/toshiba/tmpv7708-visrobo-vrb.dtb\n' ' INSTALL _dtbs_/xilinx/avnet-ultra96-rev1.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1232-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1254-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1275-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm015-dc1.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm016-dc2.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm017-dc3.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm018-dc4.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm019-dc5.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu100-revC.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-revB.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-rev1.0.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-rev1.1.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu104-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu104-revC.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu106-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu111-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-sm-k26-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-smk-k26-revA.dtb\n' ' INSTALL ' '_dtbs_/xilinx/sm-k26-revA-sck-kv-g-revA.dtb\n' ' INSTALL ' '_dtbs_/xilinx/sm-k26-revA-sck-kv-g-revB.dtb\n' ' INSTALL ' '_dtbs_/xilinx/smk-k26-revA-sm-k26-revA-sck-kv-g-revA.dtb\n' ' INSTALL ' '_dtbs_/xilinx/smk-k26-revA-sm-k26-revA-sck-kv-g-revB.dtb\n' '+ mkdir -p /tmp/kci/artifacts/dtbs\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp -r _dtbs_/actions _dtbs_/allwinner _dtbs_/altera ' '_dtbs_/amazon _dtbs_/amd _dtbs_/amlogic _dtbs_/apm ' '_dtbs_/apple _dtbs_/arm _dtbs_/broadcom _dtbs_/cavium ' '_dtbs_/exynos _dtbs_/freescale _dtbs_/hisilicon ' '_dtbs_/intel _dtbs_/lg _dtbs_/marvell _dtbs_/mediatek ' '_dtbs_/nuvoton _dtbs_/nvidia _dtbs_/qcom ' '_dtbs_/renesas _dtbs_/rockchip _dtbs_/socionext ' '_dtbs_/sprd _dtbs_/synaptics _dtbs_/tesla _dtbs_/ti ' '_dtbs_/toshiba _dtbs_/xilinx /tmp/kci/artifacts/dtbs\n' '+ cd ..\n' '+ echo job:package_dtbs=done\n' '++ date +%s\n' '+ echo jobets:package_dtbs=1745348416\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:10:23 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:11:50 PM UTC [INFO] Processing event node: 6807e54e1b4012cda6bf8503 04/22/2025 07:11:50 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e54e1b4012cda6bf8503 04/22/2025 07:11:50 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807b36ceeef98828f27e70f', 'id': 'maestro:6807e54e1b4012cda6bf8503', 'origin': 'maestro', 'comment': 'baseline-arm-broonie on stm32mp157a-dhcor-avenger96 in ' 'lava-broonie', 'start_time': '2025-04-22T18:51:58.160000+00:00', 'environment': {'comment': 'Runtime: lava-broonie', 'compatible': ['arrow,stm32mp157a-avenger96', 'dh,stm32mp157a-dhcor-som', 'st,stm32mp157'], 'misc': {'platform': 'stm32mp157a-dhcor-avenger96', 'job_url': 'https://lava.sirena.org.uk/scheduler/job/1316003', 'job_id': '1316003'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-broonie', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e54e1b4012cda6bf8503'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm-broonie-6807e54e1b4012cda6bf8503/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm-broonie-6807e54e1b4012cda6bf8503/log.txt.gz', 'log_excerpt': '.32 [Flags: R/O].\n' '[ 0.300425] Key type asymmetric registered\n' "[ 0.300447] Asymmetric key parser 'x509' " 'registered\n' '[ 0.300726] bounce: pool size: 64 pages\n' '[ 0.300904] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 247)\n' '[ 0.300917] io scheduler mq-deadline registered\n' '[ 0.300926] io scheduler kyber registered\n' '[ 0.547479] Serial: 8250/16550 driver, 5 ports, ' 'IRQ sharing enabled\n' '[ 0.553298] SuperH (H)SCI(F) driver initialized\n' '[ 0.554525] msm_serial: driver initialized\n' '[ 0.554538] STMicroelectronics ASC driver ' 'initialized\n' '[ 0.556700] STM32 USART driver initialized\n' '[ 0.557780] stm32-usart 4000e000.serial: interrupt ' 'mode for rx (no dma)\n' '[ 0.557801] stm32-usart 4000e000.serial: interrupt ' 'mode for tx (no dma)\n' '[ 0.557830] 4000e000.serial: ttySTM2 at MMIO ' '0x4000e000 (irq = 47, base_baud = 4000000) is a ' 'stm32-usart\n' '[ 0.558128] serial serial0: tty port ttySTM2 ' 'registered\n' '[ 0.558934] stm32-usart 40010000.serial: interrupt ' 'mode for rx (no dma)\n' '[ 0.558951] stm32-usart 40010000.serial: interrupt ' 'mode for tx (no dma)\n' '[ 0.558976] 40010000.serial: ttySTM0 at MMIO ' '0x40010000 (irq = 48, base_baud = 4000000) is a ' 'stm32-usart\n' '[ 2.359473] printk: console [ttySTM0] enabled\n' '[ 2.364098] stm32-usart 40018000.serial: interrupt ' 'mode for rx (no dma)\n' '[ 2.369406] stm32-usart 40018000.serial: interrupt ' 'mode for tx (no dma)\n' '[ 2.376060] 40018000.serial: ttySTM1 at MMIO ' '0x40018000 (irq = 49, base_baud = 4000000) is a ' 'stm32-usart\n' '[ 2.405265] random: crng init done\n' '[ 2.423150] brd: module loaded\n' '[ 2.433380] loop: module loaded\n' '[ 2.448149] spi-nor spi0.0: w25q16dw (2048 ' 'Kbytes)\n' '[ 2.461318] CAN device driver interface\n' '[ 2.465200] bgmac_bcma: Broadcom 47xx GBit MAC ' 'driver loaded\n' '[ 2.471367] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 2.474949] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 2.481113] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 2.486296] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 2.497240] stm32-dwmac 5800a000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 2.502414] stm32-dwmac 5800a000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 2.561827] stm32-dwmac 5800a000.ethernet: User ' 'ID: 0x40, Synopsys ID: 0x42\n' '[ 2.567461] stm32-dwmac 5800a000.ethernet: ' '?DWMAC4/5\n' '[ 2.572581] stm32-dwmac 5800a000.ethernet: DMA HW ' 'capability register supported\n' '[ 2.579732] stm32-dwmac 5800a000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 2.587036] stm32-dwmac 5800a000.ethernet: TX ' 'Checksum insertion supported\n' '[ 2.593982] stm32-dwmac 5800a000.ethernet: Wake-Up ' 'On Lan supported\n' '[ 2.600466] stm32-dwmac 5800a000.ethernet: TSO ' 'supported\n' '[ 2.605558] stm32-dwmac 5800a000.ethernet: Enable ' 'RX Mitigation via HW Watchdog Timer\n' '[ 2.613522] stm32-dwmac 5800a000.ethernet: Enabled ' 'L3L4 Flow TC (entries=2)\n' '[ 2.620478] stm32-dwmac 5800a000.ethernet: Enabled ' 'RFS Flow TC (entries=10)\n' '[ 2.627387] stm32-dwmac 5800a000.ethernet: TSO ' 'feature enabled\n' '[ 2.633358] stm32-dwmac 5800a000.ethernet: Using ' '32/32 bits DMA host/device width\n' '[ 2.715221] Freeing initrd memory: 16752K\n' '[ 2.771149] pegasus: Pegasus/Pegasus II USB ' 'Ethernet driver\n' '[ 2.775413] usbcore: registered new interface ' 'driver pegasus\n' '[ 2.781150] usbcore: registered new interface ' 'driver asix\n' '[ 2.786478] usbcore: registered new interface ' 'driver ax88179_178a\n' '[ 2.792644] usbcore: registered new interface ' 'driver cdc_ether\n' '[ 2.798488] usbcore: registered new interface ' 'driver smsc75xx\n' '[ 2.804255] usbcore: registered new interface ' 'driver smsc95xx\n' '[ 2.810036] usbcore: registered new interface ' 'driver net1080\n' '[ 2.815654] usbcore: registered new interface ' 'driver cdc_subset\n' '[ 2.821609] usbcore: registered new interface ' 'driver zaurus\n' '[ 2.827148] usbcore: registered new interface ' 'driver cdc_ncm\n' '[ 2.838852] usbcore: registered new interface ' 'driver usb-storage\n' '[ 2.849972] stm32_rtc 5c004000.rtc: error -ENXIO: ' 'IRQ index 1 not found\n' "[ 2.855178] stm32_rtc 5c004000.rtc: alarm can't " 'wake up the system: -6\n' '[ 2.862980] stm32_rtc 5c004000.rtc: registered as ' 'rtc0\n' '[ 2.867021] stm32_rtc 5c004000.rtc: setting system ' 'clock to 2000-01-01T00:00:18 UTC (946684818)\n' '[ 2.876178] stm32_rtc 5c004000.rtc: Date/Time must ' 'be initialized\n' '[ 2.881822] stm32_rtc 5c004000.rtc: registered ' 'rev:1.2\n' '[ 2.888625] i2c_dev: i2c /dev entries driver\n' '[ 2.916508] stm32f7-i2c 40012000.i2c: STM32F7 ' 'I2C-0 bus adapter\n' '[ 2.943437] stm32f7-i2c 40013000.i2c: STM32F7 ' 'I2C-1 bus adapter\n' '[ 2.971642] stpmic1 2-0033: PMIC Chip Version: ' '0x10\n' '[ 2.980413] ' '/soc/i2c@5c002000/stpmic@33/regulators: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/stpmic@33/regulators/boost\n' '[ 2.990661] ' '/soc/i2c@5c002000/stpmic@33/regulators: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/stpmic@33/regulators/buck2\n' '[ 3.002160] ' '/soc/i2c@5c002000/stpmic@33/regulators: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/stpmic@33/regulators/buck4\n' '[ 3.031011] vdda: Bringing 1800000uV into ' '2900000-2900000uV\n' '[ 3.037714] v2v8: Bringing 1800000uV into ' '2800000-2800000uV\n' '[ 3.053246] v1v8: Bringing 1000000uV into ' '1800000-1800000uV\n' '[ 3.070777] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.079821] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.089985] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.100353] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.110605] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.120951] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.131196] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.141541] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.152097] /hdmi-out: Fixed dependency cycle(s) ' 'with /soc/i2c@5c002000/hdmi-transmitter@3d\n' '[ 3.160313] /soc/display-controller@5a001000: ' 'Fixed dependency cycle(s) with ' '/soc/i2c@5c002000/hdmi-transmitter@3d\n' '[ 3.170711] ' '/soc/sai@4400b000/audio-controller@4400b004: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/hdmi-transmitter@3d\n' '[ 3.182072] /soc/i2c@5c002000/hdmi-transmitter@3d: ' 'Fixed dependency cycle(s) with ' '/soc/sai@4400b000/audio-controller@4400b004\n' '[ 3.193271] /soc/i2c@5c002000/hdmi-transmitter@3d: ' 'Fixed dependency cycle(s) with /hdmi-out\n' '[ 3.201696] /soc/i2c@5c002000/hdmi-transmitter@3d: ' 'Fixed dependency cycle(s) with ' '/soc/display-controller@5a001000\n' '[ 3.212812] at24 2-0053: supply vcc not found, ' 'using dummy regulator\n' '[ 3.219205] at24 2-0053: 256 byte 24c02 EEPROM, ' 'writable, 16 bytes/write\n' '[ 3.225311] stm32f7-i2c 5c002000.i2c: STM32F7 ' 'I2C-2 bus adapter\n' '[ 3.242789] stm_thermal 50028000.thermal: ' 'stm_thermal_probe: Driver initialized successfully\n' '[ 3.262372] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 3.265347] mmci-pl18x 58005000.mmc: Got CD GPIO\n' '[ 3.267164] sdhci: Copyright(c) Pierre Ossman\n' '[ 3.270249] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 3.273175] mmci-pl18x 58005000.mmc: mmc0: PL180 ' 'manf 53 rev2 at 0x58005000 irq 70,0 (pio)\n' '[ 3.278827] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 3.282581] mmci-pl18x 48004000.mmc: mmc1: PL180 ' 'manf 53 rev2 at 0x48004000 irq 69,0 (pio)\n' '[ 3.305033] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 3.313289] usbcore: registered new interface ' 'driver usbhid\n' '[ 3.317476] usbhid: USB HID core driver\n' '[ 3.332307] NET: Registered PF_INET6 protocol ' 'family\n' '[ 3.337678] Segment Routing with IPv6\n' '[ 3.340041] In-situ OAM (IOAM) with IPv6\n' '[ 3.344010] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 3.350766] NET: Registered PF_PACKET protocol ' 'family\n' '[ 3.354843] can: controller area network core\n' '[ 3.359294] NET: Registered PF_CAN protocol ' 'family\n' '[ 3.364044] can: raw protocol\n' '[ 3.367000] can: broadcast manager protocol\n' '[ 3.371200] can: netlink gateway - max_hops=1\n' '[ 3.375876] mmc0: new high speed SDXC card at ' 'address e624\n' '[ 3.376127] Key type dns_resolver registered\n' '[ 3.382600] mmcblk0: mmc0:e624 SD64G 59.5 GiB\n' '[ 3.385457] ThumbEE CPU extension supported.\n' '[ 3.394074] Registering SWP/SWPB emulation ' 'handler\n' '[ 3.398584] GPT:Primary header thinks Alt. header ' 'is not at the end of the disk.\n' '[ 3.406321] GPT:3204245 != 124735487\n' '[ 3.409588] Loading compiled-in X.509 ' 'certificates\n' '[ 3.409903] GPT:Alternate GPT header not at the ' 'end of the disk.\n' '[ 3.420731] GPT:3204245 != 124735487\n' '[ 3.424289] GPT: Use GNU Parted to correct GPT ' 'errors.\n' '[ 3.429446] mmcblk0: p1 p2 p3 p4\n' '[ 3.471765] input: pmic_onkey as ' '/devices/platform/soc/5c002000.i2c/i2c-2/2-0033/5c002000.i2c:stpmic@33:onkey/input/input0\n' '[ 3.485224] mmci-pl18x 58007000.mmc: mmc2: PL180 ' 'manf 53 rev2 at 0x58007000 irq 74,0 (pio)\n' '[ 3.505126] regulator regulator.19: regulator ' 'disable timed out!\n' '[ 3.509766] reg18: failed to disable: -ETIMEDOUT\n' '[ 3.514612] stm32-usbphyc 5a006000.usbphyc: ' 'registered rev:1.0\n' '[ 3.523926] dwc2 49000000.usb-otg: supply vusb_d ' 'not found, using dummy regulator\n' '[ 3.530329] dwc2 49000000.usb-otg: supply vusb_a ' 'not found, using dummy regulator\n' '[ 3.554169] mmc1: new high speed SDIO card at ' 'address 0001\n' '[ 3.641491] mmc2: new DDR MMC card at address ' '0001\n' '[ 3.646190] mmcblk2: mmc2:0001 DG4008 7.28 GiB\n' '[ 3.656328] GPT:Primary header thinks Alt. header ' 'is not at the end of the disk.\n' '[ 3.662413] GPT:3145727 != 15273599\n' '[ 3.665868] GPT:Alternate GPT header not at the ' 'end of the disk.\n' '[ 3.671861] GPT:3145727 != 15273599\n' '[ 3.675314] GPT: Use GNU Parted to correct GPT ' 'errors.\n' '[ 3.676974] dwc2 49000000.usb-otg: EPs: 9, ' 'dedicated fifos, 952 entries in SPRAM\n' '[ 3.680560] mmcblk2: p1 p2 p3 p4\n' '[ 3.693399] mmcblk2boot0: mmc2:0001 DG4008 4.00 ' 'MiB\n' '[ 3.693597] dwc2 49000000.usb-otg: DWC OTG ' 'Controller\n' '[ 3.699983] mmcblk2boot1: mmc2:0001 DG4008 4.00 ' 'MiB\n' '[ 3.702209] dwc2 49000000.usb-otg: new USB bus ' 'registered, assigned bus number 1\n' '[ 3.709438] mmcblk2rpmb: mmc2:0001 DG4008 4.00 ' 'MiB, chardev (236:0)\n' '[ 3.714488] dwc2 49000000.usb-otg: irq 75, io mem ' '0x49000000\n' '[ 3.727565] hub 1-0:1.0: USB hub found\n' '[ 3.730243] hub 1-0:1.0: 1 port detected\n' '[ 3.741279] ehci-platform 5800d000.usb: EHCI Host ' 'Controller\n' '[ 3.745606] ehci-platform 5800d000.usb: new USB ' 'bus registered, assigned bus number 2\n' '[ 3.754189] ehci-platform 5800d000.usb: irq 76, io ' 'mem 0x5800d000\n' '[ 3.789388] ehci-platform 5800d000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 3.795405] hub 2-0:1.0: USB hub found\n' '[ 3.798038] hub 2-0:1.0: 2 ports detected\n' '[ 3.803853] stm32-dwmac 5800a000.ethernet eth0: ' 'Register MEM_TYPE_PAGE_POOL RxQ-0\n' '[ 3.898014] stm32-dwmac 5800a000.ethernet eth0: ' 'PHY [stmmac-0:07] driver [Micrel KSZ9031 Gigabit PHY] ' '(irq=POLL)\n' '[ 3.906898] dwmac4: Master AXI performs any burst ' 'length\n' '[ 3.912208] stm32-dwmac 5800a000.ethernet eth0: No ' 'Safety Features support found\n' '[ 4.089396] usb 2-1: new high-speed USB device ' 'number 2 using ehci-platform\n' '[ 4.119651] stm32-dwmac 5800a000.ethernet eth0: ' 'IEEE 1588-2008 Advanced Timestamp supported\n' '[ 4.127014] stm32-dwmac 5800a000.ethernet eth0: ' 'registered PTP clock\n' '[ 4.133781] stm32-dwmac 5800a000.ethernet eth0: ' 'configuring for phy/rgmii link mode\n' '[ 4.290733] hub 2-1:1.0: USB hub found\n' '[ 4.293214] hub 2-1:1.0: 3 ports detected\n' '[ 13.521022] stm32-dwmac 5800a000.ethernet eth0: ' 'Link is Up - 1Gbps/Full - flow control off\n' '[ 13.521061] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: ' 'link becomes ready\n' '[ 13.559372] Sending DHCP requests .., OK\n' '[ 15.931974] IP-Config: Got DHCP answer from ' '172.16.0.1, my address is 172.22.14.134\n' '[ 15.939618] IP-Config: Complete:\n' '[ 15.942761] device=eth0, ' 'hwaddr=80:1f:12:cc:2a:a4, ipaddr=172.22.14.134, ' 'mask=255.240.0.0, gw=172.16.0.1\n' '[ 15.952795] host=172.22.14.134, domain=, ' 'nis-domain=(none)\n' '[ 15.958667] bootserver=172.16.0.1, ' 'rootserver=172.16.0.1, rootpath=\n' '[ 15.958679] nameserver0=172.16.0.1\n' '[ 15.969698] clk: Disabling unused clocks\n' '[ 15.978797] Freeing unused kernel image (initmem) ' 'memory: 2048K\n' '[ 15.983989] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 16.173159] ' 'udevd[109]: starting version 3.2.9\n' "[ 16.191641] udevd[109]: specified user 'tss' " 'unknown\n' "[ 16.195466] udevd[109]: specified group 'tss' " 'unknown\n' '[ 16.203987] udevd[110]: starting eudev-3.2.9\n' '[ 17.268200] /soc/i2c@5c002000/hdmi-transmitter@3d: ' 'Fixed dependency cycle(s) with ' '/soc/sai@4400b000/audio-controller@4400b004\n' '[ 17.278502] ' '/soc/sai@4400b000/audio-controller@4400b004: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/hdmi-transmitter@3d\n' '[ 17.352712] cfg80211: Loading compiled-in X.509 ' 'certificates for regulatory database\n' '[ 17.533039] Bluetooth: Core ver 2.22\n' '[ 17.535347] NET: Registered PF_BLUETOOTH protocol ' 'family\n' '[ 17.540643] Bluetooth: HCI device and connection ' 'manager initialized\n' '[ 17.546960] Bluetooth: HCI socket layer ' 'initialized\n' '[ 17.551939] Bluetooth: L2CAP socket layer ' 'initialized\n' '[ 17.557037] Bluetooth: SCO socket layer ' 'initialized\n' '[ 17.599712] stm32-crc32 58009000.crc: Initialized\n' '[ 17.689781] etnaviv etnaviv: bound 59000000.gpu ' '(ops gpu_ops [etnaviv])\n' '[ 17.695172] etnaviv-gpu 59000000.gpu: model: ' 'GC400, revision: 4652\n' '[ 17.725126] [drm] Initialized etnaviv 1.4.0 ' '20151214 for etnaviv on minor 0\n' '[ 17.746561] Bluetooth: HCI UART driver ver 2.3\n' '[ 17.749792] Bluetooth: HCI UART protocol H4 ' 'registered\n' '[ 17.755446] Bluetooth: HCI UART protocol Broadcom ' 'registered\n' '[ 17.761323] hci_uart_bcm serial0-0: supply vbat ' 'not found, using dummy regulator\n' '[ 17.768152] hci_uart_bcm serial0-0: supply vddio ' 'not found, using dummy regulator\n' "[ 18.003493] cfg80211: Loaded X.509 cert 'sforshee: " "00b28ddf47aef9cea7'\n" "[ 18.014579] cfg80211: Loaded X.509 cert 'wens: " "61c038651aabdcf94bd0ac7ff06c7248db18c600'\n" '[ 18.023114] platform regulatory.0: Direct firmware ' 'load for regulatory.db failed with error -2\n' '[ 18.030454] cfg80211: failed to load ' 'regulatory.db\n' '[ 18.100569] [drm] Initialized stm 1.0.0 20170330 ' 'for 5a001000.display-controller on minor 1\n' '[ 18.113775] stm32-display ' '5a001000.display-controller: [drm] Cannot find any ' 'crtc or sizes\n' '[ 18.126360] stm32-display ' '5a001000.display-controller: [drm] Cannot find any ' 'crtc or sizes\n' '[ 18.127212] brcmfmac: brcmf_fw_alloc_request: ' 'using brcm/brcmfmac43455-sdio for chip BCM4345/6\n' '[ 18.159179] brcmfmac mmc1:0001:1: Direct firmware ' 'load for ' 'brcm/brcmfmac43455-sdio.arrow,stm32mp157a-avenger96.bin ' 'failed with error -2\n' '[ 18.170448] brcmfmac mmc1:0001:1: Direct firmware ' 'load for brcm/brcmfmac43455-sdio.bin failed with ' 'error -2\n' '[ 18.230431] Bluetooth: hci0: BCM: chip id 107\n' '[ 18.234435] Bluetooth: hci0: BCM: features 0x2f\n' '[ 18.239178] Bluetooth: hci0: BCM4345C0\n' '[ 18.241783] Bluetooth: hci0: BCM4345C0 ' '(003.001.025) build 0000\n' '[ 18.247990] Bluetooth: hci0: BCM: firmware Patch ' 'file not found, tried:\n' '[ 18.254375] Bluetooth: hci0: BCM: ' "'brcm/BCM4345C0.arrow,stm32mp157a-avenger96.hcd'\n" '[ 18.261938] Bluetooth: hci0: BCM: ' "'brcm/BCM4345C0.hcd'\n" '[ 18.267021] Bluetooth: hci0: BCM: ' "'brcm/BCM.arrow,stm32mp157a-avenger96.hcd'\n" "[ 18.274216] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'\n" "[ 18.914012] debugfs: File 'Capture' in directory " "'dapm' already present!\n" '[ 19.198955] brcmfmac: brcmf_sdio_htclk: HT Avail ' 'timeout (1000000): clkctl 0x50\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: ip: RTNETLINK answers: File exists\n' 'FAIL\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '#\n' '/ # export SHELL=/bin/sh\n' 'export SHELL=/bin/sh\n' '/ # . /lava-1316003/environment\n' '. /lava-1316003/environment\n' '/ # /lava-1316003/bin/lava-test-runner ' '/lava-1316003/0\n' '/lava-1316003/bin/lava-test-runner /lava-1316003/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-1316003/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=1316003_1.5.2[ 20.067254] ' '\n' '.4.1\n' '+ s[ 20.073618] \n' 'et +x\n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ #\n'} 04/22/2025 07:11:50 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:11:55 PM UTC [INFO] Processing event node: 6807e7d9e51c583972a58d5d 04/22/2025 07:11:55 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7d9e51c583972a58d5d 04/22/2025 07:11:55 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7d9e51c583972a58d5d', 'origin': 'maestro', 'comment': 'baseline-arm64 on rk3399-gru-kevin in lava-collabora', 'start_time': '2025-04-22T19:02:49.415000+00:00', 'environment': {'comment': 'Runtime: lava-collabora', 'compatible': ['google,kevin-rev15', 'google,kevin-rev14'], 'misc': {'platform': 'rk3399-gru-kevin', 'job_url': 'https://lava.collabora.dev/scheduler/job/18447604', 'job_id': '18447604'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-collabora', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7d9e51c583972a58d5d'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-6807e7d9e51c583972a58d5d/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-6807e7d9e51c583972a58d5d/log.txt.gz', 'log_excerpt': ' on fe330000.mmc [fe330000.mmc] using ADMA\n' '[ 2.229429] cros-ec-rtc cros-ec-rtc.2.auto: ' 'registered as rtc0\n' '[ 2.236764] cros-ec-rtc cros-ec-rtc.2.auto: ' 'setting system clock to 2025-04-22T19:11:05 UTC ' '(1745349065)\n' '[ 2.257103] input: cros_ec as ' '/devices/platform/ff200000.spi/spi_master/spi2/spi2.0/ff200000.spi:ec@0:keyboard-controller/input/input0\n' '[ 2.266547] usb 2-1: new high-speed USB device ' 'number 2 using ehci-platform\n' '[ 2.273028] input: cros_ec_buttons as ' '/devices/platform/ff200000.spi/spi_master/spi2/spi2.0/ff200000.spi:ec@0:keyboard-controller/input/input1\n' '[ 2.297431] cros-ec-spi spi2.0: Chrome EC device ' 'registered\n' '[ 2.353434] mmc1: new HS400 Enhanced strobe MMC ' 'card at address 0001\n' '[ 2.361639] mmcblk1: mmc1:0001 500073 29.1 GiB\n' '[ 2.371156] mmcblk1: p1 p2 p3 p4 p5 p6 p7 p8 p9 ' 'p10 p11 p12\n' '[ 2.382965] mmcblk1boot0: mmc1:0001 500073 4.00 ' 'MiB\n' '[ 2.390012] mmcblk1boot1: mmc1:0001 500073 4.00 ' 'MiB\n' '[ 2.392251] netem: version 1.3\n' '[ 2.396817] mmcblk1rpmb: mmc1:0001 500073 4.00 ' 'MiB, chardev (511:0)\n' '[ 2.399114] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 2.412668] IPv4 over IPsec tunneling driver\n' '[ 2.418044] NET: Registered PF_INET6 protocol ' 'family\n' '[ 2.425320] Segment Routing with IPv6\n' '[ 2.429477] In-situ OAM (IOAM) with IPv6\n' '[ 2.434288] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 2.441499] NET: Registered PF_PACKET protocol ' 'family\n' '[ 2.447199] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 2.462576] 8021q: 802.1Q VLAN Support v1.8\n' '[ 2.467441] 9pnet: Installing 9P2000 support\n' '[ 2.472281] Key type dns_resolver registered\n' '[ 2.477589] registered taskstats version 1\n' '[ 2.482214] Loading compiled-in X.509 ' 'certificates\n' '[ 2.527096] xhci-hcd xhci-hcd.13.auto: xHCI Host ' 'Controller\n' '[ 2.533392] xhci-hcd xhci-hcd.13.auto: new USB bus ' 'registered, assigned bus number 5\n' '[ 2.542203] xhci-hcd xhci-hcd.13.auto: hcc params ' '0x0220fe64 hci version 0x110 quirks ' '0x0000008002010010\n' '[ 2.552869] xhci-hcd xhci-hcd.13.auto: irq 62, io ' 'mem 0xfe800000\n' '[ 2.559773] xhci-hcd xhci-hcd.13.auto: xHCI Host ' 'Controller\n' '[ 2.566033] xhci-hcd xhci-hcd.13.auto: new USB bus ' 'registered, assigned bus number 6\n' '[ 2.574723] xhci-hcd xhci-hcd.13.auto: Host ' 'supports USB 3.0 SuperSpeed\n' '[ 2.582905] hub 5-0:1.0: USB hub found\n' '[ 2.587158] hub 5-0:1.0: 1 port detected\n' "[ 2.591904] usb usb6: We don't know the algorithms " 'for LPM for this host, disabling LPM.\n' '[ 2.601599] hub 6-0:1.0: USB hub found\n' '[ 2.605849] hub 6-0:1.0: 1 port detected\n' '[ 2.619557] xhci-hcd xhci-hcd.14.auto: xHCI Host ' 'Controller\n' '[ 2.625858] xhci-hcd xhci-hcd.14.auto: new USB bus ' 'registered, assigned bus number 7\n' '[ 2.634635] xhci-hcd xhci-hcd.14.auto: hcc params ' '0x0220fe64 hci version 0x110 quirks ' '0x0000008002010010\n' '[ 2.645285] xhci-hcd xhci-hcd.14.auto: irq 63, io ' 'mem 0xfe900000\n' '[ 2.652142] xhci-hcd xhci-hcd.14.auto: xHCI Host ' 'Controller\n' '[ 2.658385] xhci-hcd xhci-hcd.14.auto: new USB bus ' 'registered, assigned bus number 8\n' '[ 2.667056] xhci-hcd xhci-hcd.14.auto: Host ' 'supports USB 3.0 SuperSpeed\n' '[ 2.675135] hub 7-0:1.0: USB hub found\n' '[ 2.679400] hub 7-0:1.0: 1 port detected\n' "[ 2.684023] usb usb8: We don't know the algorithms " 'for LPM for this host, disabling LPM.\n' '[ 2.693605] hub 8-0:1.0: USB hub found\n' '[ 2.697866] hub 8-0:1.0: 1 port detected\n' '[ 2.708354] input: gpio-keys as ' '/devices/platform/gpio-keys/input/input2\n' '[ 2.708441] dwmmc_rockchip fe320000.mmc: IDMAC ' 'supports 32-bit address mode.\n' '[ 2.717092] clk: Disabling unused clocks\n' '[ 2.723892] dwmmc_rockchip fe320000.mmc: Using ' 'internal DMA controller.\n' '[ 2.728681] ALSA device list:\n' '[ 2.735572] dwmmc_rockchip fe320000.mmc: Version ' 'ID is 270a\n' '[ 2.738874] No soundcards found.\n' '[ 2.749059] dwmmc_rockchip fe320000.mmc: DW MMC ' 'controller at irq 64,32 bit host data width,256 deep ' 'fifo\n' '[ 2.759813] dw-apb-uart ff1a0000.serial: forbid ' 'DMA for kernel console\n' '[ 2.760126] dwmmc_rockchip fe320000.mmc: Got CD ' 'GPIO\n' '[ 2.785730] mmc_host mmc0: Bus speed (slot 0) = ' '400000Hz (slot req 400000Hz, actual 400000HZ div = ' '0)\n' '[ 2.813154] Freeing unused kernel memory: 7616K\n' '[ 2.818425] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 2.891878] ' 'udevd[183]: starting version 3.2.9\n' '[ 2.938691] usb 7-1: new high-speed USB device ' 'number 2 using xhci-hcd\n' '[ 3.834669] usb 8-1: new SuperSpeed USB device ' 'number 2 using xhci-hcd\n' '[ 12.767635] platform cpufreq-dt: deferred probe ' 'pending\n' '[ 15.138465] random: crng init done\n' "[ 15.146135] udevd[183]: specified user 'tss' " 'unknown\n' "[ 15.151845] udevd[183]: specified group 'tss' " 'unknown\n' '[ 15.159417] udevd[184]: starting eudev-3.2.9\n' "[ 15.170925] udevd[184]: specified user 'tss' " 'unknown\n' "[ 15.176609] udevd[184]: specified group 'tss' " 'unknown\n' '[ 15.189487] usbcore: registered new device driver ' 'r8152-cfgselector\n' '[ 15.332945] rockchip-pcie f8000000.pcie: host ' 'bridge /pcie@f8000000 ranges:\n' '[ 15.340978] rockchip-pcie f8000000.pcie: MEM ' '0x00fa000000..0x00fbdfffff -> 0x00fa000000\n' '[ 15.352370] cs_system_cfg: CoreSight ' 'Configuration manager initialised\n' '[ 15.362599] rockchip-pcie f8000000.pcie: IO ' '0x00fbe00000..0x00fbefffff -> 0x00fbe00000\n' '[ 15.369493] coresight-cpu-debug fe430000.debug: ' 'Coresight debug-CPU0 initialized\n' '[ 15.381113] mc: Linux media interface: v0.10\n' '[ 15.383755] coresight-cpu-debug fe432000.debug: ' 'Coresight debug-CPU1 initialized\n' '[ 15.386703] rockchip-pcie f8000000.pcie: host ' 'bridge /pcie@f8000000 ranges:\n' '[ 15.394789] coresight-cpu-debug fe434000.debug: ' 'Coresight debug-CPU2 initialized\n' '[ 15.403552] videodev: Linux video capture ' 'interface: v2.00\n' '[ 15.406511] rockchip-pcie f8000000.pcie: MEM ' '0x00fa000000..0x00fbdfffff -> 0x00fa000000\n' '[ 15.406534] rockchip-pcie f8000000.pcie: IO ' '0x00fbe00000..0x00fbefffff -> 0x00fbe00000\n' '[ 15.412042] rockchip-pcie f8000000.pcie: host ' 'bridge /pcie@f8000000 ranges:\n' '[ 15.426285] coresight-cpu-debug fe436000.debug: ' 'Coresight debug-CPU3 initialized\n' '[ 15.426798] r8152-cfgselector 8-1: reset ' 'SuperSpeed USB device number 2 using xhci-hcd\n' '[ 15.436069] rockchip-pcie f8000000.pcie: MEM ' '0x00fa000000..0x00fbdfffff -> 0x00fa000000\n' '[ 15.437870] atmel_mxt_ts 3-004b: supply vdda not ' 'found, using dummy regulator\n' '[ 15.438037] atmel_mxt_ts 3-004b: supply vdd not ' 'found, using dummy regulator\n' '[ 15.443583] coresight-cpu-debug fe610000.debug: ' 'Coresight debug-CPU4 initialized\n' '[ 15.451884] rockchip-pcie f8000000.pcie: IO ' '0x00fbe00000..0x00fbefffff -> 0x00fbe00000\n' '[ 15.460753] coresight-cpu-debug fe710000.debug: ' 'Coresight debug-CPU5 initialized\n' '[ 15.461696] rockchip-vop ff8f0000.vop: Adding to ' 'iommu group 2\n' '[ 15.462587] rockchip-vop ff900000.vop: Adding to ' 'iommu group 3\n' '[ 15.464372] r8152 8-1:1.0: Direct firmware load ' 'for rtl_nic/rtl8153b-2.fw failed with error -2\n' '[ 15.464390] r8152 8-1:1.0: unable to load firmware ' 'patch rtl_nic/rtl8153b-2.fw (-2)\n' '[ 15.480440] rockchip-pcie f8000000.pcie: host ' 'bridge /pcie@f8000000 ranges:\n' '[ 15.504610] i2c_hid_of 2-0009: supply vddl not ' 'found, using dummy regulator\n' '[ 15.504799] usb 2-1: Found UVC 1.00 device 720p HD ' 'Camera (2232:1082)\n' '[ 15.509507] input: 720p HD Camera: 720p HD Camera ' 'as ' '/devices/platform/fe380000.usb/usb2/2-1/2-1:1.0/input/input3\n' '[ 15.509708] usbcore: registered new interface ' 'driver uvcvideo\n' '[ 15.512088] rockchip-pcie f8000000.pcie: MEM ' '0x00fa000000..0x00fbdfffff -> 0x00fa000000\n' '[ 15.521291] atmel_mxt_ts 3-004b: Family: 164 ' 'Variant: 14 Firmware V2.3.AA Objects: 40\n' '[ 15.522809] r8152 8-1:1.0 eth0: v1.12.13\n' '[ 15.522899] usbcore: registered new interface ' 'driver r8152\n' '[ 15.525175] rockchip-pcie f8000000.pcie: IO ' '0x00fbe00000..0x00fbefffff -> 0x00fbe00000\n' '[ 15.534868] rockchip-pcie f8000000.pcie: host ' 'bridge /pcie@f8000000 ranges:\n' '[ 15.543533] atmel_mxt_ts 3-004b: Direct firmware ' 'load for maxtouch.cfg failed with error -2\n' '[ 15.546942] atmel_mxt_ts 5-004a: supply vdda not ' 'found, using dummy regulator\n' '[ 15.547049] atmel_mxt_ts 5-004a: supply vdd not ' 'found, using dummy regulator\n' '[ 15.551209] rockchip-pcie f8000000.pcie: MEM ' '0x00fa000000..0x00fbdfffff -> 0x00fa000000\n' '[ 15.551228] rockchip-pcie f8000000.pcie: IO ' '0x00fbe00000..0x00fbefffff -> 0x00fbe00000\n' '[ 15.563602] atmel_mxt_ts 3-004b: Touchscreen size ' 'X4095Y2729\n' '[ 15.577998] rockchip-pcie f8000000.pcie: host ' 'bridge /pcie@f8000000 ranges:\n' '[ 15.586075] input: Atmel maXTouch Touchscreen as ' '/devices/platform/ff130000.i2c/i2c-3/3-004b/input/input4\n' '[ 15.593964] rockchip-pcie f8000000.pcie: MEM ' '0x00fa000000..0x00fbdfffff -> 0x00fa000000\n' '[ 15.603474] da7219 8-001a: Using default DAI clk ' 'names: da7219-dai-wclk, da7219-dai-bclk\n' '[ 15.606951] rockchip-pcie f8000000.pcie: IO ' '0x00fbe00000..0x00fbefffff -> 0x00fbe00000\n' '[ 15.620289] atmel_mxt_ts 5-004a: Family: 164 ' 'Variant: 17 Firmware V2.0.AA Objects: 31\n' '[ 15.639082] rockchip-pcie f8000000.pcie: host ' 'bridge /pcie@f8000000 ranges:\n' '[ 15.640012] atmel_mxt_ts 5-004a: Direct firmware ' 'load for maxtouch.cfg failed with error -2\n' '[ 15.647911] rockchip-pcie f8000000.pcie: MEM ' '0x00fa000000..0x00fbdfffff -> 0x00fa000000\n' '[ 15.658017] atmel_mxt_ts 5-004a: Touchscreen size ' 'X1920Y1080\n' '[ 15.665299] rockchip-pcie f8000000.pcie: IO ' '0x00fbe00000..0x00fbefffff -> 0x00fbe00000\n' '[ 15.674834] input: Atmel maXTouch Touchpad as ' '/devices/platform/ff140000.i2c/i2c-5/5-004a/input/input5\n' '[ 15.681568] rockchip-pcie f8000000.pcie: no ' 'vpcie12v regulator found\n' '[ 15.797957] sbs-battery 9-000b: sbs-battery: ' 'battery gas gauge device registered\n' '[ 15.820564] sbs-battery 9-000b: Disabling PEC ' 'because of broken Cros-EC implementation\n' '[ 15.824400] input: hid-over-i2c 2D1F:0163 Stylus ' 'as ' '/devices/platform/ff120000.i2c/i2c-2/2-0009/0018:2D1F:0163.0001/input/input6\n' '[ 15.841458] sbs-battery 9-000b: I2C adapter does ' 'not support I2C_FUNC_SMBUS_READ_BLOCK_DATA.\n' '[ 15.841458] Fallback method does not support PEC.\n' '[ 15.842725] input: hid-over-i2c 2D1F:0163 as ' '/devices/platform/ff120000.i2c/i2c-2/2-0009/0018:2D1F:0163.0001/input/input7\n' '[ 15.869619] hid-generic 0018:2D1F:0163.0001: ' 'input: I2C HID v1.00 Device [hid-over-i2c 2D1F:0163] ' 'on 2-0009\n' '[ 15.872516] rockchip-pcie f8000000.pcie: PCI host ' 'bridge to bus 0000:00\n' '[ 15.888064] pci_bus 0000:00: root bus resource ' '[bus 00-1f]\n' '[ 15.894303] pci_bus 0000:00: root bus resource ' '[mem 0xfa000000-0xfbdfffff]\n' '[ 15.896362] panfrost ff9a0000.gpu: clock rate = ' '500000000\n' '[ 15.902066] pci_bus 0000:00: root bus resource ' '[io 0x0000-0xfffff] (bus address ' '[0xfbe00000-0xfbefffff])\n' '[ 15.902772] usbcore: registered new interface ' 'driver cdc_ether\n' '[ 15.919484] usbcore: registered new interface ' 'driver r8153_ecm\n' '[ 15.925431] pci 0000:00:00.0: [1d87:0100] type 01 ' 'class 0x060400\n' '[ 15.933069] hantro-vpu ff650000.video-codec: ' 'Adding to iommu group 0\n' '[ 15.938784] pci 0000:00:00.0: supports D1\n' '[ 15.946519] hantro-vpu ff650000.video-codec: ' 'registered rockchip,rk3399-vpu-enc as /dev/video2\n' '[ 15.950327] pci 0000:00:00.0: PME# supported from ' 'D0 D1 D3hot\n' '[ 15.960157] hantro-vpu ff650000.video-codec: ' 'registered rockchip,rk3399-vpu-dec as /dev/video3\n' '[ 15.970004] pci 0000:00:00.0: bridge configuration ' 'invalid ([bus 00-00]), reconfiguring\n' '[ 15.985438] pci 0000:01:00.0: [1b4b:2b42] type 00 ' 'class 0x020000\n' '[ 15.992299] pci 0000:01:00.0: reg 0x10: [mem ' '0x00000000-0x000fffff 64bit pref]\n' '[ 16.000478] pci 0000:01:00.0: reg 0x18: [mem ' '0x00000000-0x000fffff 64bit pref]\n' "[ 16.008724] pci 0000:01:00.0: Upstream bridge's " 'Max Payload Size set to 128 (was 256, max 256)\n' '[ 16.018426] pci 0000:01:00.0: Max Payload Size set ' 'to 128 (was 128, max 128)\n' '[ 16.026722] pci 0000:01:00.0: supports D1 D2\n' '[ 16.031551] pci 0000:01:00.0: PME# supported from ' 'D0 D1 D3hot D3cold\n' '[ 16.038954] pci 0000:01:00.0: 2.000 Gb/s available ' 'PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at ' '0000:00:00.0 (capable of 4.000 Gb/s with 5.0 GT/s ' 'PCIe x1 link)\n' '[ 16.066777] pci_bus 0000:01: busn_res: [bus 01-1f] ' 'end is updated to 01\n' '[ 16.074279] pci 0000:00:00.0: BAR 14: assigned ' '[mem 0xfa000000-0xfa1fffff]\n' '[ 16.082099] pci 0000:01:00.0: BAR 0: assigned [mem ' '0xfa000000-0xfa0fffff 64bit pref]\n' '[ 16.090857] pci 0000:01:00.0: BAR 2: assigned [mem ' '0xfa100000-0xfa1fffff 64bit pref]\n' '[ 16.099641] pci 0000:00:00.0: PCI bridge to [bus ' '01]\n' '[ 16.105271] pci 0000:00:00.0: bridge window [mem ' '0xfa000000-0xfa1fffff]\n' '[ 16.113188] pcieport 0000:00:00.0: enabling device ' '(0000 -> 0002)\n' '[ 16.120665] pcieport 0000:00:00.0: PME: Signaling ' 'with IRQ 81\n' '[ 16.127627] pcieport 0000:00:00.0: AER: enabled ' 'with IRQ 81\n' '[ 16.138524] cpu cpu0: EM: created perf domain\n' '[ 16.145015] cpu cpu4: EM: created perf domain\n' '[ 16.152827] cfg80211: Loading compiled-in X.509 ' 'certificates for regulatory database\n' '[ 16.160474] rockchip-dp ff970000.edp: no DP phy ' 'configured\n' '[ 16.169047] rockchip-drm display-subsystem: bound ' 'ff8f0000.vop (ops vop_component_ops [rockchipdrm])\n' '[ 16.179376] [drm] unsupported AFBC ' 'format[3231564e]\n' '[ 16.185758] rockchip-drm display-subsystem: bound ' 'ff900000.vop (ops vop_component_ops [rockchipdrm])\n' "[ 16.190596] cfg80211: Loaded X.509 cert 'sforshee: " "00b28ddf47aef9cea7'\n" '[ 16.196196] rockchip-drm display-subsystem: bound ' 'ff970000.edp (ops rockchip_dp_component_ops ' '[rockchipdrm])\n' "[ 16.203583] cfg80211: Loaded X.509 cert 'wens: " "61c038651aabdcf94bd0ac7ff06c7248db18c600'\n" '[ 16.214417] cdn-dp fec00000.dp: Direct firmware ' 'load for rockchip/dptx.bin failed with error -2\n' '[ 16.222492] rockchip-drm display-subsystem: bound ' 'fec00000.dp (ops cdn_dp_component_ops [rockchipdrm])\n' '[ 16.223465] platform regulatory.0: Direct firmware ' 'load for regulatory.db failed with error -2\n' '[ 16.223635] [drm] Initialized rockchip 1.0.0 ' '20140818 for display-subsystem on minor 0\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' '[ 16.262087] cfg80211: failed to load ' 'regulatory.db\n' '[ 16.262387] mwifiex_pcie 0000:01:00.0: no quirks ' 'enabled\n' '[ 16.262411] mwifiex_pcie 0000:01:00.0: enabling ' 'device (0000 -> 0002)\n' '[ 16.262504] mwifiex_pcie: PCI memory map Virt0: ' '00000000946d52f5 PCI memory map Virt2: ' '00000000dd847cff\n' '[ 16.263462] mwifiex_pcie 0000:01:00.0: Direct ' 'firmware load for mrvl/pcieusb8997_combo_v4.bin ' 'failed with error -2\n' '[ 16.263470] mwifiex_pcie 0000:01:00.0: Failed to ' 'get firmware mrvl/pcieusb8997_combo_v4.bin\n' '[ 16.263474] mwifiex_pcie 0000:01:00.0: info: ' '_mwifiex_fw_dpc: unregister device\n' '[ 16.263823] mwifiex_pcie 0000:01:00.0: performing ' 'cancel_work_sync()...\n' '[ 16.263829] mwifiex_pcie 0000:01:00.0: ' 'cancel_work_sync() done\n' '[ 16.544655] Console: switching to colour frame ' 'buffer device 300x100\n' '[ 16.655632] rockchip-drm display-subsystem: [drm] ' 'fb0: rockchipdrmfb frame buffer device\n' "/bin/sh: can't access tty; job control turned off\n" '[ 16.671961] panfrost ff9a0000.gpu: clock rate = ' '500000000\n' '/ # [ 16.679372] panfrost ff9a0000.gpu: mali-t860 ' 'id 0x860 major 0x2 minor 0x0 status 0x0\n' '[ 16.688141] panfrost ff9a0000.gpu: features: ' '00000000,00000407, issues: 00000000,24040400\n' '[ 16.697910] panfrost ff9a0000.gpu: Features: ' 'L2:0x07120206 Shader:0x00000000 Tiler:0x00000809 ' 'Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7\n' '[ 16.711530] panfrost ff9a0000.gpu: ' 'shader_present=0xf l2_present=0x1\n' '[ 16.721960] [drm] Initialized panfrost 1.2.0 ' '20180908 for ff9a0000.gpu on minor 1\n' '/ # [ 16.739613] hdmi-audio-codec ' 'hdmi-audio-codec.15.auto: ASoC: sink widget Capture ' 'overwritten\n' '[ 16.751819] rk3399-gru-sound sound: ASoC: driver ' "name too long 'rk3399-gru-sound' -> " "'rk3399-gru-soun'\n" "[ 16.763405] debugfs: File 'Capture' in directory " "'dapm' already present!\n" '[ 16.772881] input: rk3399-gru-sound Headset Jack ' 'as /devices/platform/sound/sound/card0/input9\n' '[ 16.783168] input: rk3399-gru-sound DP Jack as ' '/devices/platform/sound/sound/card0/input10\n' '#\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-18447604/environment\n' '/ # /lava-18447604/bin/lava-test-runner ' '/lava-18447604/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-18447604/0/tests/0_dmesg\n' '+ cat uuid\n' '[ 17.205420] \n' '+ UUID=18447604_1.1.3.1\n' '+ set +x\n' '[ 17.215776] \n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n'} 04/22/2025 07:11:55 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:12:10 PM UTC [INFO] Processing event node: 6807d0739aef7c8063cad941 04/22/2025 07:12:10 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807d0739aef7c8063cad941 04/22/2025 07:12:10 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807d03a9aef7c8063cad938', 'id': 'maestro:6807d0739aef7c8063cad941', 'origin': 'maestro', 'comment': 'staging-stable-20250422.4', 'start_time': '2025-04-22T17:22:59.850000+00:00', 'architecture': 'arm64', 'compiler': 'gcc-12', 'config_name': 'cros://chromeos-6.1/arm64/chromiumos-qualcomm.flavour.config+lab-setup+arm64-chromebook+CONFIG_MODULE_COMPRESS=n+CONFIG_MODULE_COMPRESS_NONE=y', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807d0739aef7c8063cad941-kbuild-gcc-12-arm64-chro-dtqs190x', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'image', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807d0739aef7c8063cad941'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/fragments/2.config'}, {'name': 'fragments_3_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/fragments/3.config'}, {'name': 'fragments_4_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/fragments/4.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/build.log.gz', 'log_excerpt': '132/kernel/net/llc/llc.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/llc/llc.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/mac80211/mac80211.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/mac80211/mac80211.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conncount.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conncount.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_ftp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_ftp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_netlink.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_netlink.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_pptp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_pptp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_tftp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_tftp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat_ftp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat_ftp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat_tftp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat_tftp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nfnetlink_cthelper.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nfnetlink_cthelper.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nfnetlink_cttimeout.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nfnetlink_cttimeout.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_CONNSECMARK.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_CONNSECMARK.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_CT.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_CT.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_MASQUERADE.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_MASQUERADE.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_REDIRECT.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_REDIRECT.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_cgroup.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_cgroup.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_connlimit.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_connlimit.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_connmark.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_connmark.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_conntrack.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_conntrack.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_helper.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_helper.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_nat.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_nat.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_state.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_state.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/cls_u32.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/cls_u32.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_codel.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_codel.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_fq_codel.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_fq_codel.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_htb.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_htb.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_ingress.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_ingress.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_netem.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_netem.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_tbf.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_tbf.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/wireless/cfg80211.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/wireless/cfg80211.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/xfrm/xfrm_interface.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/xfrm/xfrm_interface.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-dummy.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-dummy.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-midi-event.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-midi-event.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-midi.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-midi.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-hrtimer.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-hrtimer.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-hwdep.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-hwdep.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-rawmidi.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-rawmidi.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-seq-device.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-seq-device.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/drivers/snd-aloop.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/drivers/snd-aloop.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/drivers/snd-dummy.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/drivers/snd-dummy.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/codecs/snd-soc-ts3a227e.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/codecs/snd-soc-ts3a227e.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/usb/snd-usb-audio.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/usb/snd-usb-audio.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/usb/snd-usbmidi-lib.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/usb/snd-usbmidi-lib.ko\n' ' DEPMOD _modules_/lib/modules/6.1.132\n' '+ tar -C _modules_ -cJf ' '/tmp/kci/artifacts/modules.tar.xz .\n' '+ cd ..\n' '+ rm -rf _modules_\n' '+ set -e\n' '+ echo job:package_modules=done\n' '++ date +%s\n' '+ echo jobets:package_modules=1745348634\n' '+ echo -----log:package_kselftest-----\n' '-----log:package_kselftest-----\n' '+ echo job:package_kselftest=running\n' '++ date +%s\n' '+ echo jobsts:package_kselftest=1745348634\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-packages/kselftest.tar.gz ' '/tmp/kci/artifacts/\n' '+ echo job:package_kselftest=done\n' '++ date +%s\n' '+ echo jobets:package_kselftest=1745348634\n' '+ echo -----log:package_dtbs-----\n' '-----log:package_dtbs-----\n' '+ echo job:package_dtbs=running\n' '++ date +%s\n' '+ echo jobsts:package_dtbs=1745348634\n' '+ cd /tmp/kci/linux\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ make dtbs_install\n' ' INSTALL _dtbs_/qcom/apq8016-sbc.dtb\n' ' INSTALL ' '_dtbs_/qcom/apq8094-sony-xperia-kitakami-karin_windy.dtb\n' ' INSTALL _dtbs_/qcom/apq8096-db820c.dtb\n' ' INSTALL _dtbs_/qcom/apq8096-ifc6640.dtb\n' ' INSTALL _dtbs_/qcom/ipq6018-cp01-c1.dtb\n' ' INSTALL _dtbs_/qcom/ipq8074-hk01.dtb\n' ' INSTALL _dtbs_/qcom/ipq8074-hk10-c1.dtb\n' ' INSTALL _dtbs_/qcom/ipq8074-hk10-c2.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-alcatel-idol347.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-asus-z00l.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-huawei-g7.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-longcheer-l8150.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-longcheer-l8910.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-mtp.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-samsung-a3u-eur.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-samsung-a5u-eur.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-samsung-e5.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-samsung-e7.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-samsung-grandmax.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-samsung-j5.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-samsung-serranove.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-wingtech-wt88047.dtb\n' ' INSTALL _dtbs_/qcom/msm8992-lg-bullhead-rev-10.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8992-lg-bullhead-rev-101.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8992-msft-lumia-octagon-talkman.dtb\n' ' INSTALL _dtbs_/qcom/msm8992-xiaomi-libra.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8994-huawei-angler-rev-101.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8994-msft-lumia-octagon-cityman.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8994-sony-xperia-kitakami-ivy.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8994-sony-xperia-kitakami-karin.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8994-sony-xperia-kitakami-satsuki.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8994-sony-xperia-kitakami-sumire.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8994-sony-xperia-kitakami-suzuran.dtb\n' ' INSTALL _dtbs_/qcom/msm8996-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8996-sony-xperia-tone-dora.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8996-sony-xperia-tone-kagura.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8996-sony-xperia-tone-keyaki.dtb\n' ' INSTALL _dtbs_/qcom/msm8996-xiaomi-gemini.dtb\n' ' INSTALL _dtbs_/qcom/msm8996-xiaomi-natrium.dtb\n' ' INSTALL _dtbs_/qcom/msm8996-xiaomi-scorpio.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-asus-novago-tp370ql.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-fxtec-pro1.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-hp-envy-x2.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-lenovo-miix-630.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-oneplus-cheeseburger.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-oneplus-dumpling.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-lilac.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-maple.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-poplar.dtb\n' ' INSTALL _dtbs_/qcom/qcs404-evb-1000.dtb\n' ' INSTALL _dtbs_/qcom/qcs404-evb-4000.dtb\n' ' INSTALL _dtbs_/qcom/qrb5165-rb5.dtb\n' ' INSTALL _dtbs_/qcom/sa8155p-adp.dtb\n' ' INSTALL _dtbs_/qcom/sa8295p-adp.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-idp.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-coachz-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-coachz-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-coachz-r3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-coachz-r3-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r2.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-kingoftown-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-kingoftown-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r0.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r1-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r3-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r3-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r9.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r9-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r9-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-r9.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r5.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r9.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev0-auo.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev0-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev1-auo.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev1-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-lte-parade.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-lte-ti.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-parade.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pazquel-ti.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r2.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r2-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r3-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-quackingstick-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-quackingstick-r0-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev0-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev0-inx.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-inx.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-inx-rt5682s.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-boe-rt5682s.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-herobrine-crd.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-herobrine-evoker-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-herobrine-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-idp.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-idp2.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-crd-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc8280xp-crd.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc8280xp-lenovo-thinkpad-x13s.dtb\n' ' INSTALL _dtbs_/qcom/sda660-inforce-ifc6560.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-ganges-kirin.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-discovery.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-pioneer.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-voyager.dtb\n' ' INSTALL _dtbs_/qcom/sdm632-fairphone-fp3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm636-sony-xperia-ganges-mermaid.dtb\n' ' INSTALL _dtbs_/qcom/sdm660-xiaomi-lavender.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r1.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r2.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r3.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-db845c.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-lg-judyln.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-lg-judyp.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-mtp.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-oneplus-enchilada.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-oneplus-fajita.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-akari.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-akatsuki.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-apollo.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-xiaomi-beryllium.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-xiaomi-polaris.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-shift-axolotl.dtb\n' ' INSTALL _dtbs_/qcom/sdm850-lenovo-yoga-c630.dtb\n' ' INSTALL _dtbs_/qcom/sdm850-samsung-w737.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm6125-sony-xperia-seine-pdx201.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm6350-sony-xperia-lena-pdx213.dtb\n' ' INSTALL _dtbs_/qcom/sm7225-fairphone-fp4.dtb\n' ' INSTALL _dtbs_/qcom/sm8150-hdk.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-microsoft-surface-duo.dtb\n' ' INSTALL _dtbs_/qcom/sm8150-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-sony-xperia-kumano-bahamut.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-sony-xperia-kumano-griffin.dtb\n' ' INSTALL _dtbs_/qcom/sm8250-hdk.dtb\n' ' INSTALL _dtbs_/qcom/sm8250-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8250-sony-xperia-edo-pdx203.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8250-sony-xperia-edo-pdx206.dtb\n' ' INSTALL _dtbs_/qcom/sm8350-hdk.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-microsoft-surface-duo2.dtb\n' ' INSTALL _dtbs_/qcom/sm8350-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-sony-xperia-sagami-pdx214.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-sony-xperia-sagami-pdx215.dtb\n' ' INSTALL _dtbs_/qcom/sm8450-hdk.dtb\n' ' INSTALL _dtbs_/qcom/sm8450-qrd.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8450-sony-xperia-nagara-pdx223.dtb\n' '+ mkdir -p /tmp/kci/artifacts/dtbs\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp -r _dtbs_/qcom /tmp/kci/artifacts/dtbs\n' '+ cd ..\n' '+ echo job:package_dtbs=done\n' '++ date +%s\n' '+ echo jobets:package_dtbs=1745348635\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:12:10 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:12:18 PM UTC [INFO] Processing event node: 6807e743e51c583972a58d43 04/22/2025 07:12:18 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807e743e51c583972a58d43 04/22/2025 07:12:18 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807e6cae51c583972a58d0b', 'id': 'maestro:6807e743e51c583972a58d43', 'origin': 'maestro', 'comment': 'staging-next-20250422.6', 'start_time': '2025-04-22T19:00:19.874000+00:00', 'architecture': 'x86_64', 'compiler': 'gcc-12', 'config_name': 'tinyconfig+kselftest', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807e743e51c583972a58d43-kbuild-gcc-12-x86-tinyco-8n9xevhu', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'bzimage', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e743e51c583972a58d43'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807e743e51c583972a58d43/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807e743e51c583972a58d43/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807e743e51c583972a58d43/build_kimage_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807e743e51c583972a58d43/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807e743e51c583972a58d43/build_kselftest_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807e743e51c583972a58d43/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807e743e51c583972a58d43/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807e743e51c583972a58d43/fragments/1.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807e743e51c583972a58d43/bzImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807e743e51c583972a58d43/vmlinux.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807e743e51c583972a58d43/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807e743e51c583972a58d43/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807e743e51c583972a58d43/build.log.gz', 'log_excerpt': "y '/tmp/kci/linux/tools/testing/selftests/sparc64'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/splice'\n" 'rsync -a --copy-unsafe-links ' 'default_file_splice_read.sh short_splice_read.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/splice/default_file_splice_read ' '/tmp/kci/linux/tools/testing/selftests/splice/splice_read ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'rsync -a --copy-unsafe-links config settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/splice'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/static_keys'\n" 'rsync -a --copy-unsafe-links test_static_keys.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/static_keys/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/static_keys/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/static_keys'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sync'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/sync/sync_test ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sync/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sync/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sync'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch/sud_test ' '/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch/sud_benchmark ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/syscall_user_dispatch/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/syscall_user_dispatch/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sysctl'\n" 'rsync -a --copy-unsafe-links sysctl.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sysctl/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sysctl/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sysctl'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tc-testing'\n" '/bin/sh: 1: llc: not found\n' 'clang -I. -I/include/uapi -idirafter ' '/usr/lib/llvm-14/lib/clang/14.0.6/include -idirafter ' '/usr/local/include -idirafter ' '/usr/include/x86_64-linux-gnu -idirafter /usr/include ' '-Wno-compare-distinct-pointer-types \\\n' '\t -O2 -target bpf -emit-llvm -c action.c -o - | ' '\\\n' 'llc -march=bpf -mcpu=probe -filetype=obj -o ' '/tmp/kci/linux/tools/testing/selftests/tc-testing/action.o\n' '/bin/sh: 3: llc: not found\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tc-testing'\n" 'make[2]: *** [Makefile:26: ' '/tmp/kci/linux/tools/testing/selftests/tc-testing/action.o] ' 'Error 127\n' 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/timens'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timens/timens ' '/tmp/kci/linux/tools/testing/selftests/timens/timerfd ' '/tmp/kci/linux/tools/testing/selftests/timens/timer ' '/tmp/kci/linux/tools/testing/selftests/timens/clock_nanosleep ' '/tmp/kci/linux/tools/testing/selftests/timens/procfs ' '/tmp/kci/linux/tools/testing/selftests/timens/exec ' '/tmp/kci/linux/tools/testing/selftests/timens/futex ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timens/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timens/gettime_perf ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timens/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timens/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/timens'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/timers'\n" 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timers/posix_timers ' '/tmp/kci/linux/tools/testing/selftests/timers/nanosleep ' '/tmp/kci/linux/tools/testing/selftests/timers/nsleep-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/set-timer-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/mqueue-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/inconsistency-check ' '/tmp/kci/linux/tools/testing/selftests/timers/raw_skew ' '/tmp/kci/linux/tools/testing/selftests/timers/threadtest ' '/tmp/kci/linux/tools/testing/selftests/timers/rtcpie ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timers/alarmtimer-suspend ' '/tmp/kci/linux/tools/testing/selftests/timers/valid-adjtimex ' '/tmp/kci/linux/tools/testing/selftests/timers/adjtick ' '/tmp/kci/linux/tools/testing/selftests/timers/change_skew ' '/tmp/kci/linux/tools/testing/selftests/timers/skew_consistency ' '/tmp/kci/linux/tools/testing/selftests/timers/clocksource-switch ' '/tmp/kci/linux/tools/testing/selftests/timers/freq-step ' '/tmp/kci/linux/tools/testing/selftests/timers/leap-a-day ' '/tmp/kci/linux/tools/testing/selftests/timers/leapcrash ' '/tmp/kci/linux/tools/testing/selftests/timers/set-tai ' '/tmp/kci/linux/tools/testing/selftests/timers/set-2038 ' '/tmp/kci/linux/tools/testing/selftests/timers/set-tz ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/timers'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tmpfs'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/tmpfs/bug-link-o-tmpfile ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tmpfs/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tmpfs'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tpm2'\n" 'rsync -a --copy-unsafe-links test_smoke.sh ' 'test_space.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'rsync -a --copy-unsafe-links tpm2.py tpm2_tests.py ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tpm2'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/user'\n" 'rsync -a --copy-unsafe-links test_user_copy.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/user/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/user/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/user'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/vDSO'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_gettimeofday ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_getcpu ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_abi ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_clock_getres ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_standalone_test_x86 ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_correctness ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/vDSO/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/vDSO'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/vm'\n" 'gcc -Wall -I ' '/tmp/kci/linux/tools/testing/selftests/../../.. ' '-isystem /tmp/kci/linux/usr/include -no-pie ' 'map_hugetlb.c -lrt -lpthread -o ' '/tmp/kci/linux/tools/testing/selftests/vm/map_hugetlb\n' 'map_hugetlb.c: In function ‘main’:\n' 'map_hugetlb.c:79:25: warning: implicit declaration of ' 'function ‘default_huge_page_size’ ' '[-Wimplicit-function-declaration]\n' ' 79 | hugepage_size = ' 'default_huge_page_size();\n' ' | ' '^~~~~~~~~~~~~~~~~~~~~~\n' "/usr/bin/ld: /tmp/cc46Zq6I.o: in function `main':\n" 'map_hugetlb.c:(.text+0x104): undefined reference to ' "`default_huge_page_size'\n" 'collect2: error: ld returned 1 exit status\n' 'make[2]: *** [../lib.mk:155: ' '/tmp/kci/linux/tools/testing/selftests/vm/map_hugetlb] ' 'Error 1\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/vm'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/x86'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/x86/single_step_syscall_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/sysret_ss_attrs_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/syscall_nt_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/test_mremap_vdso_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/check_initial_reg_state_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/sigreturn_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/iopl_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/ioperm_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/test_vsyscall_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/mov_ss_trap_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/syscall_arg_fault_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/fsgsbase_restore_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/sigaltstack_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/entry_from_vm86_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/test_syscall_vdso_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/unwind_vdso_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/test_FCMOV_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/test_FCOMI_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/test_FISTTP_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/vdso_restorer_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/ldt_gdt_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/ptrace_syscall_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/single_step_syscall_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/sysret_ss_attrs_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/syscall_nt_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/test_mremap_vdso_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/check_initial_reg_state_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/sigreturn_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/iopl_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/ioperm_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/test_vsyscall_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/mov_ss_trap_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/syscall_arg_fault_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/fsgsbase_restore_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/sigaltstack_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/fsgsbase_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/sysret_rip_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/syscall_numbering_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/corrupt_xstate_header_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/amx_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/ldt_gdt_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/ptrace_syscall_64 ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/x86/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/x86'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/zram'\n" 'rsync -a --copy-unsafe-links zram.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'rsync -a --copy-unsafe-links zram01.sh zram02.sh ' 'zram_lib.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/zram'\n" 'for TARGET in alsa amd-pstate arm64 breakpoints ' 'capabilities cgroup clone3 core cpufreq cpu-hotplug ' 'damon drivers/dma-buf drivers/s390x/uvdevice ' 'drivers/net/bonding drivers/net/team efivarfs exec ' 'filesystems filesystems/binderfs filesystems/epoll ' 'filesystems/fat firmware fpu ftrace futex gpio ' 'intel_pstate ipc ir kcmp kexec kvm landlock lib ' 'livepatch lkdtm membarrier memfd memory-hotplug ' 'mincore mount mount_setattr move_mount_set_group ' 'mqueue nci net net/af_unix net/forwarding net/mptcp ' 'net/openvswitch netfilter nsfs pidfd pid_namespace ' 'powerpc proc pstore ptrace openat2 resctrl rlimits ' 'rseq rtc seccomp sgx sigaltstack size sparc64 splice ' 'static_keys sync syscall_user_dispatch sysctl ' 'tc-testing timens timers tmpfs tpm2 user vDSO vm x86 ' 'zram; do \\\n' '\tBUILD_TARGET=$BUILD/$TARGET;\t\\\n' '\t[ ! -d ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/$TARGET ' '] && printf "Skipping non-existent dir: $TARGET\\n" ' '&& continue; \\\n' '\tprintf "Emit Tests for $TARGET\\n"; \\\n' '\tmake -s --no-print-directory OUTPUT=$BUILD_TARGET ' 'COLLECTION=$TARGET \\\n' '\t\t-C $TARGET emit_tests >> ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-list.txt; ' '\\\n' 'done;\n' 'Emit Tests for alsa\n' 'Emit Tests for amd-pstate\n' 'Skipping non-existent dir: arm64\n' 'Emit Tests for breakpoints\n' 'Emit Tests for capabilities\n' 'Emit Tests for cgroup\n' 'Emit Tests for clone3\n' 'Emit Tests for core\n' 'Emit Tests for cpufreq\n' 'Emit Tests for cpu-hotplug\n' 'Emit Tests for damon\n' 'Emit Tests for drivers/dma-buf\n' 'Skipping non-existent dir: drivers/s390x/uvdevice\n' 'Emit Tests for drivers/net/bonding\n' 'Emit Tests for drivers/net/team\n' 'Emit Tests for efivarfs\n' 'Emit Tests for exec\n' 'Emit Tests for filesystems\n' 'Emit Tests for filesystems/binderfs\n' 'Emit Tests for filesystems/epoll\n' 'Emit Tests for filesystems/fat\n' 'Emit Tests for firmware\n' 'Emit Tests for fpu\n' 'Emit Tests for ftrace\n' 'Emit Tests for futex\n' 'Emit Tests for gpio\n' 'Emit Tests for intel_pstate\n' 'Emit Tests for ipc\n' 'Emit Tests for ir\n' 'Emit Tests for kcmp\n' 'Emit Tests for kexec\n' 'Skipping non-existent dir: kvm\n' 'Emit Tests for landlock\n' 'Emit Tests for lib\n' 'Emit Tests for livepatch\n' 'Emit Tests for lkdtm\n' 'Emit Tests for membarrier\n' 'Emit Tests for memfd\n' 'Emit Tests for memory-hotplug\n' 'Emit Tests for mincore\n' 'Emit Tests for mount\n' 'Emit Tests for mount_setattr\n' 'Emit Tests for move_mount_set_group\n' 'Emit Tests for mqueue\n' 'Emit Tests for nci\n' 'Emit Tests for net\n' 'Emit Tests for net/af_unix\n' 'Emit Tests for net/forwarding\n' 'Emit Tests for net/mptcp\n' 'Emit Tests for net/openvswitch\n' 'Emit Tests for netfilter\n' 'Emit Tests for nsfs\n' 'Emit Tests for pidfd\n' 'Emit Tests for pid_namespace\n' 'Skipping non-existent dir: powerpc\n' 'Emit Tests for proc\n' 'Emit Tests for pstore\n' 'Emit Tests for ptrace\n' 'Emit Tests for openat2\n' 'Emit Tests for resctrl\n' 'Emit Tests for rlimits\n' 'Emit Tests for rseq\n' 'Emit Tests for rtc\n' 'Emit Tests for seccomp\n' 'Emit Tests for sgx\n' 'Emit Tests for sigaltstack\n' 'Emit Tests for size\n' 'Skipping non-existent dir: sparc64\n' 'Emit Tests for splice\n' 'Emit Tests for static_keys\n' 'Emit Tests for sync\n' 'Emit Tests for syscall_user_dispatch\n' 'Emit Tests for sysctl\n' 'Skipping non-existent dir: tc-testing\n' 'Emit Tests for timens\n' 'Emit Tests for timers\n' 'Emit Tests for tmpfs\n' 'Emit Tests for tpm2\n' 'Emit Tests for user\n' 'Emit Tests for vDSO\n' 'Skipping non-existent dir: vm\n' 'Emit Tests for x86\n' 'Emit Tests for zram\n' 'Created ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-packages/kselftest.tar.gz\n' '+ echo job:build_kselftest=done\n' '++ date +%s\n' '+ echo jobets:build_kselftest=1745349134\n' '+ echo -----log:package_kimage-----\n' '-----log:package_kimage-----\n' '+ echo job:package_kimage=running\n' '++ date +%s\n' '+ echo jobsts:package_kimage=1745349134\n' '+ cd /tmp/kci/linux\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp arch/x86_64/boot/bzImage ../artifacts\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp vmlinux ../artifacts\n' '+ cd ..\n' '+ echo job:package_kimage=done\n' '++ date +%s\n' '+ echo jobets:package_kimage=1745349134\n' '+ echo -----log:package_modules-----\n' '-----log:package_modules-----\n' '+ echo job:package_modules=running\n' '++ date +%s\n' '+ echo jobsts:package_modules=1745349134\n' '+ cd /tmp/kci/linux\n' '+ set +e\n' '+ grep CONFIG_MODULES=y .config\n' "+ '[' 1 -eq 0 ']'\n" "+ echo 'No modules to install'\n" 'No modules to install\n' '+ cd ..\n' '+ set -e\n' '+ echo job:package_modules=done\n' '++ date +%s\n' '+ echo jobets:package_modules=1745349134\n' '+ echo -----log:package_kselftest-----\n' '-----log:package_kselftest-----\n' '+ echo job:package_kselftest=running\n' '++ date +%s\n' '+ echo jobsts:package_kselftest=1745349134\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-packages/kselftest.tar.gz ' '/tmp/kci/artifacts/\n' '+ echo job:package_kselftest=done\n' '++ date +%s\n' '+ echo jobets:package_kselftest=1745349134\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:12:18 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:13:28 PM UTC [INFO] Processing event node: 6807b572eeef98828f27e781 04/22/2025 07:13:29 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807b572eeef98828f27e781 04/22/2025 07:13:29 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807aa788f3c1f8bc51a7407', 'id': 'maestro:6807b572eeef98828f27e781', 'origin': 'maestro', 'comment': 'baseline-arm64-broonie on sun50i-a64-pine64-plus in ' 'lava-broonie', 'start_time': '2025-04-22T15:27:46.995000+00:00', 'environment': {'comment': 'Runtime: lava-broonie', 'compatible': ['pine64,pine64-plus', 'allwinner,sun50i-a64'], 'misc': {'platform': 'sun50i-a64-pine64-plus', 'job_url': 'https://lava.sirena.org.uk/scheduler/job/1314653', 'job_id': '1314653'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-broonie', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807b572eeef98828f27e781'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-broonie-6807b572eeef98828f27e781/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-broonie-6807b572eeef98828f27e781/log.txt.gz', 'log_excerpt': 'cle(s) with /soc/lcd-controller@1c0d000\n' '[ 0.043836] /soc/bus@1000000/mixer@100000: Fixed ' 'dependency cycle(s) with /soc/lcd-controller@1c0d000\n' '[ 0.043870] /soc/lcd-controller@1c0d000: Fixed ' 'dependency cycle(s) with /soc/hdmi@1ee0000\n' '[ 0.043902] /soc/lcd-controller@1c0d000: Fixed ' 'dependency cycle(s) with ' '/soc/bus@1000000/mixer@200000\n' '[ 0.043936] /soc/lcd-controller@1c0d000: Fixed ' 'dependency cycle(s) with ' '/soc/bus@1000000/mixer@100000\n' '[ 0.054860] /soc/lcd-controller@1c0d000: Fixed ' 'dependency cycle(s) with /soc/hdmi@1ee0000\n' '[ 0.054967] /soc/hdmi@1ee0000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0d000\n' '[ 0.057874] /soc/hdmi@1ee0000: Fixed dependency ' 'cycle(s) with /hdmi-connector\n' '[ 0.057987] /hdmi-connector: Fixed dependency ' 'cycle(s) with /soc/hdmi@1ee0000\n' '[ 0.058764] KASLR disabled due to lack of seed\n' '[ 0.071434] HugeTLB: registered 1.00 GiB page ' 'size, pre-allocated 0 pages\n' '[ 0.071447] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 1.00 GiB page\n' '[ 0.071454] HugeTLB: registered 32.0 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.071459] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 32.0 MiB page\n' '[ 0.071465] HugeTLB: registered 2.00 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.071469] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 2.00 MiB page\n' '[ 0.071475] HugeTLB: registered 64.0 KiB page ' 'size, pre-allocated 0 pages\n' '[ 0.071480] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 64.0 KiB page\n' '[ 0.073636] ACPI: Interpreter disabled.\n' '[ 0.076169] iommu: Default domain type: ' 'Translated\n' '[ 0.076177] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.076552] SCSI subsystem initialized\n' '[ 0.076980] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.077028] usbcore: registered new interface ' 'driver hub\n' '[ 0.077063] usbcore: registered new device driver ' 'usb\n' '[ 0.078098] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.078104] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.078127] PTP clock support registered\n' '[ 0.078267] EDAC MC: Ver: 3.0.0\n' '[ 0.079910] FPGA manager framework\n' '[ 0.080025] Advanced Linux Sound Architecture ' 'Driver Initialized.\n' '[ 0.081132] vgaarb: loaded\n' '[ 0.081502] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.081766] VFS: Disk quotas dquot_6.6.0\n' '[ 0.081815] VFS: Dquot-cache hash table entries: ' '512 (order 0, 4096 bytes)\n' '[ 0.082048] pnp: PnP ACPI: disabled\n' '[ 0.090748] NET: Registered PF_INET protocol ' 'family\n' '[ 0.091042] IP idents hash table entries: 32768 ' '(order: 6, 262144 bytes, linear)\n' '[ 0.093355] tcp_listen_portaddr_hash hash table ' 'entries: 1024 (order: 2, 16384 bytes, linear)\n' '[ 0.093431] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.093451] TCP established hash table entries: ' '16384 (order: 5, 131072 bytes, linear)\n' '[ 0.093644] TCP bind hash table entries: 16384 ' '(order: 7, 524288 bytes, linear)\n' '[ 0.094248] TCP: Hash tables configured ' '(established 16384 bind 16384)\n' '[ 0.094534] MPTCP token hash table entries: 2048 ' '(order: 3, 49152 bytes, linear)\n' '[ 0.094646] UDP hash table entries: 1024 (order: ' '3, 32768 bytes, linear)\n' '[ 0.094709] UDP-Lite hash table entries: 1024 ' '(order: 3, 32768 bytes, linear)\n' '[ 0.094915] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.095418] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.095424] RPC: Registered udp transport module.\n' '[ 0.095428] RPC: Registered tcp transport module.\n' '[ 0.095432] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.095444] PCI: CLS 0 bytes, default 64\n' '[ 0.095809] Unpacking initramfs...\n' '[ 0.096533] hw perfevents: enabled with ' 'armv8_cortex_a53 PMU driver, 7 counters available\n' '[ 0.097119] kvm [1]: IPA Size Limit: 40 bits\n' '[ 0.099638] kvm [1]: vgic interrupt IRQ9\n' '[ 0.099773] kvm [1]: Hyp mode initialized ' 'successfully\n' '[ 0.101620] Initialise system trusted keyrings\n' '[ 0.101911] workingset: timestamp_bits=42 ' 'max_order=19 bucket_order=0\n' '[ 0.111575] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.112509] NFS: Registering the id_resolver key ' 'type\n' '[ 0.112557] Key type id_resolver registered\n' '[ 0.112561] Key type id_legacy registered\n' '[ 0.112669] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.112676] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.112924] 9p: Installing v9fs 9p2000 file system ' 'support\n' '[ 0.165435] Key type asymmetric registered\n' "[ 0.165454] Asymmetric key parser 'x509' " 'registered\n' '[ 0.165612] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 245)\n' '[ 0.165622] io scheduler mq-deadline registered\n' '[ 0.165628] io scheduler kyber registered\n' '[ 0.182426] EINJ: ACPI disabled.\n' '[ 0.214095] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 0.218268] SuperH (H)SCI(F) driver initialized\n' '[ 0.218993] msm_serial: driver initialized\n' '[ 0.228801] loop: module loaded\n' '[ 0.230308] megasas: 07.719.03.00-rc1\n' '[ 0.239293] tun: Universal TUN/TAP device driver, ' '1.6\n' '[ 0.240625] thunder_xcv, ver 1.0\n' '[ 0.240687] thunder_bgx, ver 1.0\n' '[ 0.240737] nicpf, ver 1.0\n' '[ 0.242597] hns3: Hisilicon Ethernet Network ' 'Driver for Hip08 Family - version\n' '[ 0.242609] hns3: Copyright (c) 2017 Huawei ' 'Corporation.\n' '[ 0.242688] hclge is initializing\n' '[ 0.242716] e1000: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.242720] e1000: Copyright (c) 1999-2006 Intel ' 'Corporation.\n' '[ 0.242771] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.242775] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 0.242830] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 0.242835] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 0.242882] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 0.242888] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 0.243343] sky2: driver version 1.30\n' '[ 0.244936] VFIO - User Level meta-driver version: ' '0.3\n' '[ 0.249910] usbcore: registered new interface ' 'driver usb-storage\n' '[ 0.253181] sun6i-rtc 1f00000.rtc: registered as ' 'rtc0\n' '[ 0.253225] sun6i-rtc 1f00000.rtc: setting system ' 'clock to 1970-01-01T00:00:14 UTC (14)\n' '[ 0.253358] sun6i-rtc 1f00000.rtc: RTC enabled\n' '[ 0.254040] i2c_dev: i2c /dev entries driver\n' '[ 0.264120] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 0.264134] sdhci: Copyright(c) Pierre Ossman\n' '[ 0.265191] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 0.266825] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 0.269670] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 0.271901] SMCCC: SOC_ID: ARCH_SOC_ID not ' 'implemented, skipping ....\n' '[ 0.273199] usbcore: registered new interface ' 'driver usbhid\n' '[ 0.273209] usbhid: USB HID core driver\n' '[ 0.285925] netem: version 1.3\n' '[ 0.286072] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 0.286653] IPv4 over IPsec tunneling driver\n' '[ 0.287669] NET: Registered PF_INET6 protocol ' 'family\n' '[ 0.289399] Segment Routing with IPv6\n' '[ 0.289457] In-situ OAM (IOAM) with IPv6\n' '[ 0.290216] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 0.291356] NET: Registered PF_PACKET protocol ' 'family\n' '[ 0.291413] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 0.291681] 8021q: 802.1Q VLAN Support v1.8\n' '[ 0.291829] 9pnet: Installing 9P2000 support\n' '[ 0.291928] Key type dns_resolver registered\n' '[ 0.292444] registered taskstats version 1\n' '[ 0.292481] Loading compiled-in X.509 ' 'certificates\n' '[ 0.314903] /soc/lcd-controller@1c0d000: Fixed ' 'dependency cycle(s) with ' '/soc/bus@1000000/mixer@100000\n' '[ 0.315026] /soc/lcd-controller@1c0c000: Fixed ' 'dependency cycle(s) with ' '/soc/bus@1000000/mixer@100000\n' '[ 0.315118] /soc/bus@1000000/mixer@100000: Fixed ' 'dependency cycle(s) with /soc/lcd-controller@1c0d000\n' '[ 0.315202] /soc/bus@1000000/mixer@100000: Fixed ' 'dependency cycle(s) with /soc/lcd-controller@1c0c000\n' '[ 0.318238] /soc/lcd-controller@1c0d000: Fixed ' 'dependency cycle(s) with ' '/soc/bus@1000000/mixer@200000\n' '[ 0.318375] /soc/lcd-controller@1c0c000: Fixed ' 'dependency cycle(s) with ' '/soc/bus@1000000/mixer@200000\n' '[ 0.318468] /soc/bus@1000000/mixer@200000: Fixed ' 'dependency cycle(s) with /soc/lcd-controller@1c0d000\n' '[ 0.318552] /soc/bus@1000000/mixer@200000: Fixed ' 'dependency cycle(s) with /soc/lcd-controller@1c0c000\n' '[ 0.328734] sun50i-a64-pinctrl 1c20800.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 0.331771] sun50i-a64-r-pinctrl 1f02c00.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 0.333770] sun50i-a64-pinctrl 1c20800.pinctrl: ' 'supply vcc-pb not found, using dummy regulator\n' '[ 0.334476] printk: console [ttyS0] disabled\n' '[ 0.354683] 1c28000.serial: ttyS0 at MMIO ' '0x1c28000 (irq = 153, base_baud = 1500000) is a ' 'U6_16550A\n' '[ 1.623574] Freeing initrd memory: 22296K\n' '[ 1.627063] printk: console [ttyS0] enabled\n' '[ 1.920724] ehci-platform 1c1a000.usb: EHCI Host ' 'Controller\n' '[ 1.923688] ehci-platform 1c1b000.usb: EHCI Host ' 'Controller\n' '[ 1.926472] ehci-platform 1c1a000.usb: new USB bus ' 'registered, assigned bus number 1\n' '[ 1.929631] sun50i-a64-pinctrl 1c20800.pinctrl: ' 'supply vcc-ph not found, using dummy regulator\n' '[ 1.929771] ohci-platform 1c1b400.usb: Generic ' 'Platform OHCI controller\n' '[ 1.929794] ohci-platform 1c1b400.usb: new USB bus ' 'registered, assigned bus number 2\n' '[ 1.929923] ohci-platform 1c1b400.usb: irq 157, io ' 'mem 0x01c1b400\n' '[ 1.931965] ehci-platform 1c1b000.usb: new USB bus ' 'registered, assigned bus number 3\n' '[ 1.933519] thermal_sys: No trip points found for ' 'thermal-sensor id=1\n' '[ 1.933534] thermal_sys: Incorrect number of ' 'thermal trips\n' '[ 1.933537] thermal_sys: Failed to register ' 'thermal zone gpu0-thermal: -22\n' '[ 1.933546] sun8i-thermal: probe of ' '1c25000.thermal-sensor failed with error -22\n' '[ 1.938481] sun50i-a64-r-pinctrl 1f02c00.pinctrl: ' 'supply vcc-pl not found, using dummy regulator\n' '[ 1.938973] sunxi-rsb 1f03400.rsb: RSB running at ' '3000000 Hz\n' '[ 1.939375] axp20x-rsb sunxi-rsb-3a3: AXP20x ' 'variant AXP803 found\n' '[ 1.939831] ehci-platform 1c1a000.usb: irq 154, io ' 'mem 0x01c1a000\n' '[ 1.940440] axp20x-rsb sunxi-rsb-3a3: ' 'mask_invert=true is deprecated; please switch to ' 'unmask_base\n' '[ 1.948469] ehci-platform 1c1b000.usb: irq 155, io ' 'mem 0x01c1b000\n' '[ 1.961379] axp20x-rsb sunxi-rsb-3a3: AXP20X ' 'driver loaded\n' '[ 1.969524] ehci-platform 1c1a000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 1.989574] ehci-platform 1c1b000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 1.990728] sun50i-a64-pinctrl 1c20800.pinctrl: ' 'supply vcc-pf not found, using dummy regulator\n' '[ 1.991372] hub 2-0:1.0: USB hub found\n' '[ 1.991399] hub 2-0:1.0: 1 port detected\n' '[ 1.991697] clk: Disabling unused clocks\n' '[ 1.991826] ALSA device list:\n' '[ 1.991831] No soundcards found.\n' '[ 1.995970] hub 1-0:1.0: USB hub found\n' '[ 1.995987] sunxi-mmc 1c0f000.mmc: Got CD GPIO\n' '[ 2.026079] sunxi-mmc 1c0f000.mmc: initialized, ' 'max. request size: 16384 KB, uses new timings mode\n' '[ 2.029444] hub 1-0:1.0: 1 port detected\n' '[ 2.093411] mmc0: new high speed SDXC card at ' 'address aaaa\n' '[ 2.097784] hub 3-0:1.0: USB hub found\n' '[ 2.106469] mmcblk0: mmc0:aaaa SE64G 59.5 GiB\n' '[ 2.109769] hub 3-0:1.0: 1 port detected\n' '[ 2.127455] mmcblk0: p1\n' '[ 2.133544] ohci-platform 1c1a400.usb: Generic ' 'Platform OHCI controller\n' '[ 2.140186] ohci-platform 1c1a400.usb: new USB bus ' 'registered, assigned bus number 4\n' '[ 2.148006] ohci-platform 1c1a400.usb: irq 156, io ' 'mem 0x01c1a400\n' '[ 2.218387] hub 4-0:1.0: USB hub found\n' '[ 2.222199] hub 4-0:1.0: 1 port detected\n' '[ 2.233675] Freeing unused kernel memory: 7616K\n' '[ 2.238421] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 2.362570] ' 'udevd[159]: starting version 3.2.9\n' '[ 3.377509] random: crng init done\n' "[ 3.385852] udevd[159]: specified user 'tss' " 'unknown\n' "[ 3.390916] udevd[159]: specified group 'tss' " 'unknown\n' '[ 3.400727] udevd[160]: starting eudev-3.2.9\n' '[ 3.730454] sun8i-ce 1c15000.crypto: Set mod clock ' 'to 300000000 (300 Mhz) from 24000000 (24 Mhz)\n' '[ 3.751582] usb_phy_generic ' 'usb_phy_generic.1.auto: supply vcc not found, using ' 'dummy regulator\n' '[ 3.760645] usb_phy_generic ' 'usb_phy_generic.1.auto: dummy supplies not allowed ' 'for exclusive requests\n' '[ 3.761282] sun8i-ce 1c15000.crypto: will run ' 'requests pump with realtime priority\n' '[ 3.777847] sun8i-ce 1c15000.crypto: will run ' 'requests pump with realtime priority\n' '[ 3.785975] sunxi-wdt 1c20ca0.watchdog: Watchdog ' 'enabled (timeout=16 sec, nowayout=0)\n' '[ 3.788894] musb-hdrc musb-hdrc.2.auto: MUSB HDRC ' 'host driver\n' '[ 3.794028] sun8i-ce 1c15000.crypto: will run ' 'requests pump with realtime priority\n' '[ 3.809786] musb-hdrc musb-hdrc.2.auto: new USB ' 'bus registered, assigned bus number 5\n' '[ 3.823350] sun50i-a64-pinctrl 1c20800.pinctrl: ' 'supply vcc-pd not found, using dummy regulator\n' '[ 3.836983] lima 1c40000.gpu: gp - mali400 version ' 'major 1 minor 1\n' '[ 3.837456] hub 5-0:1.0: USB hub found\n' '[ 3.850605] lima 1c40000.gpu: pp0 - mali400 ' 'version major 1 minor 1\n' '[ 3.850975] hub 5-0:1.0: 1 port detected\n' '[ 3.852635] dwmac-sun8i 1c30000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 3.852649] dwmac-sun8i 1c30000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 3.852949] dwmac-sun8i 1c30000.ethernet: PTP uses ' 'main clock\n' '[ 3.852972] dwmac-sun8i 1c30000.ethernet: Current ' 'syscon value is not the default 6 (expect 0)\n' '[ 3.853347] sun8i-ce 1c15000.crypto: will run ' 'requests pump with realtime priority\n' '[ 3.853482] sun8i-ce 1c15000.crypto: Register ' 'cbc(aes)\n' '[ 3.853745] sun8i-ce 1c15000.crypto: Register ' 'ecb(aes)\n' '[ 3.853946] sun8i-ce 1c15000.crypto: Register ' 'cbc(des3_ede)\n' '[ 3.854084] sun8i-ce 1c15000.crypto: Register ' 'ecb(des3_ede)\n' '[ 3.854229] sun8i-ce 1c15000.crypto: CryptoEngine ' 'Die ID 0\n' '[ 3.857346] lima 1c40000.gpu: pp1 - mali400 ' 'version major 1 minor 1\n' '[ 3.861225] dwmac-sun8i 1c30000.ethernet: No HW ' 'DMA feature register supported\n' '[ 3.868376] lima 1c40000.gpu: l2 cache 64K, 4-way, ' '64byte cache line, 64bit external bus\n' '[ 3.874690] dwmac-sun8i 1c30000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 3.882305] lima 1c40000.gpu: bus rate = ' '200000000\n' '[ 3.889944] dwmac-sun8i 1c30000.ethernet: COE Type ' '2\n' '[ 3.915414] lima 1c40000.gpu: mod rate = ' '297000000\n' '[ 3.916751] sun4i-drm display-engine: bound ' '1100000.mixer (ops sun8i_mixer_ops [sun8i_mixer])\n' '[ 3.917148] dwmac-sun8i 1c30000.ethernet: TX ' 'Checksum insertion supported\n' '[ 3.921348] sun4i-drm display-engine: bound ' '1200000.mixer (ops sun8i_mixer_ops [sun8i_mixer])\n' '[ 3.922372] sun4i-drm display-engine: No panel or ' 'bridge found... RGB output disabled\n' '[ 3.922393] sun4i-drm display-engine: bound ' '1c0c000.lcd-controller (ops sun4i_tcon_ops ' '[sun4i_tcon])\n' '[ 3.922632] lima 1c40000.gpu: error -ENODEV: ' '_opp_set_regulators: no regulator (mali) found\n' '[ 3.924003] sun4i-drm display-engine: bound ' '1c0d000.lcd-controller (ops sun4i_tcon_ops ' '[sun4i_tcon])\n' '[ 3.925176] sun8i-dw-hdmi 1ee0000.hdmi: Detected ' 'HDMI TX controller v1.32a with HDCP ' '(sun8i_dw_hdmi_phy)\n' '[ 3.929007] dwmac-sun8i 1c30000.ethernet: Normal ' 'descriptors\n' '[ 3.930040] sun8i-dw-hdmi 1ee0000.hdmi: registered ' 'DesignWare HDMI I2C bus driver\n' '[ 3.932586] sun4i-drm display-engine: bound ' '1ee0000.hdmi (ops sun8i_dw_hdmi_ops ' '[sun8i_drm_hdmi])\n' '[ 3.937361] [drm] Initialized lima 1.1.0 20191231 ' 'for 1c40000.gpu on minor 0\n' '[ 3.938593] [drm] Initialized sun4i-drm 1.0.0 ' '20150629 for display-engine on minor 1\n' '[ 3.939151] sun4i-drm display-engine: [drm] Cannot ' 'find any crtc or sizes\n' '[ 3.939267] sun4i-drm display-engine: [drm] Cannot ' 'find any crtc or sizes\n' '[ 3.944485] dwmac-sun8i 1c30000.ethernet: Chain ' 'mode enabled\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '#\n' '/ # export SHELL=/bin/sh\n' 'export SHELL=/bin/sh\n' '/ # . /lava-1314653/environment\n' '. /lava-1314653/environment\n' '/ # /lava-1314653/bin/lava-test-runner ' '/lava-1314653/0\n' '/lava-1314653/bin/lava-test-runner /lava-1314653/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-1314653/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=1314653_1.5.2.4.1\n' '+ set[ 4.905075] \n' '+x\n' '[ 4.913427] \n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ #\n'} 04/22/2025 07:13:29 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:13:33 PM UTC [INFO] Processing event node: 6807e1551b4012cda6bf8307 04/22/2025 07:13:34 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807e1551b4012cda6bf8307 04/22/2025 07:13:34 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807e1201b4012cda6bf82fc', 'id': 'maestro:6807e1551b4012cda6bf8307', 'origin': 'maestro', 'comment': 'staging-stable-20250422.5', 'start_time': '2025-04-22T18:35:01.276000+00:00', 'architecture': 'arm64', 'compiler': 'gcc-12', 'config_name': 'cros://chromeos-6.1/arm64/chromiumos-qualcomm.flavour.config+lab-setup+arm64-chromebook+CONFIG_MODULE_COMPRESS=n+CONFIG_MODULE_COMPRESS_NONE=y', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807e1551b4012cda6bf8307-kbuild-gcc-12-arm64-chro-pti7yf0l', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'image', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e1551b4012cda6bf8307'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/fragments/2.config'}, {'name': 'fragments_3_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/fragments/3.config'}, {'name': 'fragments_4_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/fragments/4.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/build.log.gz', 'log_excerpt': '132/kernel/net/llc/llc.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/llc/llc.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/mac80211/mac80211.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/mac80211/mac80211.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conncount.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conncount.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_ftp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_ftp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_netlink.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_netlink.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_pptp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_pptp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_tftp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_tftp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat_ftp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat_ftp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat_tftp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat_tftp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nfnetlink_cthelper.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nfnetlink_cthelper.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nfnetlink_cttimeout.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nfnetlink_cttimeout.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_CONNSECMARK.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_CONNSECMARK.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_CT.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_CT.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_MASQUERADE.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_MASQUERADE.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_REDIRECT.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_REDIRECT.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_cgroup.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_cgroup.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_connlimit.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_connlimit.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_connmark.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_connmark.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_conntrack.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_conntrack.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_helper.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_helper.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_nat.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_nat.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_state.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_state.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/cls_u32.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/cls_u32.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_codel.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_codel.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_fq_codel.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_fq_codel.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_htb.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_htb.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_ingress.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_ingress.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_netem.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_netem.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_tbf.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_tbf.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/wireless/cfg80211.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/wireless/cfg80211.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/xfrm/xfrm_interface.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/xfrm/xfrm_interface.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-dummy.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-dummy.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-midi-event.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-midi-event.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-midi.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-midi.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-hrtimer.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-hrtimer.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-hwdep.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-hwdep.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-rawmidi.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-rawmidi.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-seq-device.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-seq-device.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/drivers/snd-aloop.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/drivers/snd-aloop.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/drivers/snd-dummy.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/drivers/snd-dummy.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/codecs/snd-soc-ts3a227e.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/codecs/snd-soc-ts3a227e.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/usb/snd-usb-audio.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/usb/snd-usb-audio.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/usb/snd-usbmidi-lib.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/usb/snd-usbmidi-lib.ko\n' ' DEPMOD _modules_/lib/modules/6.1.132\n' '+ tar -C _modules_ -cJf ' '/tmp/kci/artifacts/modules.tar.xz .\n' '+ cd ..\n' '+ rm -rf _modules_\n' '+ set -e\n' '+ echo job:package_modules=done\n' '++ date +%s\n' '+ echo jobets:package_modules=1745348766\n' '+ echo -----log:package_kselftest-----\n' '-----log:package_kselftest-----\n' '+ echo job:package_kselftest=running\n' '++ date +%s\n' '+ echo jobsts:package_kselftest=1745348766\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-packages/kselftest.tar.gz ' '/tmp/kci/artifacts/\n' '+ echo job:package_kselftest=done\n' '++ date +%s\n' '+ echo jobets:package_kselftest=1745348766\n' '+ echo -----log:package_dtbs-----\n' '-----log:package_dtbs-----\n' '+ echo job:package_dtbs=running\n' '++ date +%s\n' '+ echo jobsts:package_dtbs=1745348766\n' '+ cd /tmp/kci/linux\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ make dtbs_install\n' ' INSTALL _dtbs_/qcom/apq8016-sbc.dtb\n' ' INSTALL ' '_dtbs_/qcom/apq8094-sony-xperia-kitakami-karin_windy.dtb\n' ' INSTALL _dtbs_/qcom/apq8096-db820c.dtb\n' ' INSTALL _dtbs_/qcom/apq8096-ifc6640.dtb\n' ' INSTALL _dtbs_/qcom/ipq6018-cp01-c1.dtb\n' ' INSTALL _dtbs_/qcom/ipq8074-hk01.dtb\n' ' INSTALL _dtbs_/qcom/ipq8074-hk10-c1.dtb\n' ' INSTALL _dtbs_/qcom/ipq8074-hk10-c2.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-alcatel-idol347.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-asus-z00l.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-huawei-g7.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-longcheer-l8150.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-longcheer-l8910.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-mtp.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-samsung-a3u-eur.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-samsung-a5u-eur.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-samsung-e5.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-samsung-e7.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-samsung-grandmax.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-samsung-j5.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-samsung-serranove.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-wingtech-wt88047.dtb\n' ' INSTALL _dtbs_/qcom/msm8992-lg-bullhead-rev-10.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8992-lg-bullhead-rev-101.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8992-msft-lumia-octagon-talkman.dtb\n' ' INSTALL _dtbs_/qcom/msm8992-xiaomi-libra.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8994-huawei-angler-rev-101.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8994-msft-lumia-octagon-cityman.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8994-sony-xperia-kitakami-ivy.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8994-sony-xperia-kitakami-karin.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8994-sony-xperia-kitakami-satsuki.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8994-sony-xperia-kitakami-sumire.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8994-sony-xperia-kitakami-suzuran.dtb\n' ' INSTALL _dtbs_/qcom/msm8996-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8996-sony-xperia-tone-dora.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8996-sony-xperia-tone-kagura.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8996-sony-xperia-tone-keyaki.dtb\n' ' INSTALL _dtbs_/qcom/msm8996-xiaomi-gemini.dtb\n' ' INSTALL _dtbs_/qcom/msm8996-xiaomi-natrium.dtb\n' ' INSTALL _dtbs_/qcom/msm8996-xiaomi-scorpio.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-asus-novago-tp370ql.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-fxtec-pro1.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-hp-envy-x2.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-lenovo-miix-630.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-oneplus-cheeseburger.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-oneplus-dumpling.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-lilac.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-maple.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-poplar.dtb\n' ' INSTALL _dtbs_/qcom/qcs404-evb-1000.dtb\n' ' INSTALL _dtbs_/qcom/qcs404-evb-4000.dtb\n' ' INSTALL _dtbs_/qcom/qrb5165-rb5.dtb\n' ' INSTALL _dtbs_/qcom/sa8155p-adp.dtb\n' ' INSTALL _dtbs_/qcom/sa8295p-adp.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-idp.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-coachz-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-coachz-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-coachz-r3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-coachz-r3-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r2.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-kingoftown-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-kingoftown-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r0.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r1-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r3-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r3-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r9.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r9-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r9-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-r9.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r5.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r9.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev0-auo.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev0-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev1-auo.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev1-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-lte-parade.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-lte-ti.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-parade.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pazquel-ti.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r2.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r2-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r3-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-quackingstick-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-quackingstick-r0-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev0-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev0-inx.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-inx.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-inx-rt5682s.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-boe-rt5682s.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-herobrine-crd.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-herobrine-evoker-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-herobrine-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-idp.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-idp2.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-crd-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc8280xp-crd.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc8280xp-lenovo-thinkpad-x13s.dtb\n' ' INSTALL _dtbs_/qcom/sda660-inforce-ifc6560.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-ganges-kirin.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-discovery.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-pioneer.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-voyager.dtb\n' ' INSTALL _dtbs_/qcom/sdm632-fairphone-fp3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm636-sony-xperia-ganges-mermaid.dtb\n' ' INSTALL _dtbs_/qcom/sdm660-xiaomi-lavender.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r1.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r2.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r3.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-db845c.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-lg-judyln.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-lg-judyp.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-mtp.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-oneplus-enchilada.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-oneplus-fajita.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-akari.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-akatsuki.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-apollo.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-xiaomi-beryllium.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-xiaomi-polaris.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-shift-axolotl.dtb\n' ' INSTALL _dtbs_/qcom/sdm850-lenovo-yoga-c630.dtb\n' ' INSTALL _dtbs_/qcom/sdm850-samsung-w737.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm6125-sony-xperia-seine-pdx201.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm6350-sony-xperia-lena-pdx213.dtb\n' ' INSTALL _dtbs_/qcom/sm7225-fairphone-fp4.dtb\n' ' INSTALL _dtbs_/qcom/sm8150-hdk.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-microsoft-surface-duo.dtb\n' ' INSTALL _dtbs_/qcom/sm8150-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-sony-xperia-kumano-bahamut.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-sony-xperia-kumano-griffin.dtb\n' ' INSTALL _dtbs_/qcom/sm8250-hdk.dtb\n' ' INSTALL _dtbs_/qcom/sm8250-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8250-sony-xperia-edo-pdx203.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8250-sony-xperia-edo-pdx206.dtb\n' ' INSTALL _dtbs_/qcom/sm8350-hdk.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-microsoft-surface-duo2.dtb\n' ' INSTALL _dtbs_/qcom/sm8350-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-sony-xperia-sagami-pdx214.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-sony-xperia-sagami-pdx215.dtb\n' ' INSTALL _dtbs_/qcom/sm8450-hdk.dtb\n' ' INSTALL _dtbs_/qcom/sm8450-qrd.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8450-sony-xperia-nagara-pdx223.dtb\n' '+ mkdir -p /tmp/kci/artifacts/dtbs\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp -r _dtbs_/qcom /tmp/kci/artifacts/dtbs\n' '+ cd ..\n' '+ echo job:package_dtbs=done\n' '++ date +%s\n' '+ echo jobets:package_dtbs=1745348766\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:13:34 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:13:56 PM UTC [INFO] Processing event node: 6807e1501b4012cda6bf8302 04/22/2025 07:13:56 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807e1501b4012cda6bf8302 04/22/2025 07:13:56 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807e1201b4012cda6bf82fc', 'id': 'maestro:6807e1501b4012cda6bf8302', 'origin': 'maestro', 'comment': 'staging-stable-20250422.5', 'start_time': '2025-04-22T18:34:56.648000+00:00', 'architecture': 'arm64', 'compiler': 'gcc-12', 'config_name': 'cros://chromeos-6.1/arm64/chromiumos-mediatek.flavour.config+lab-setup+arm64-chromebook+CONFIG_MODULE_COMPRESS=n+CONFIG_MODULE_COMPRESS_NONE=y', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807e1501b4012cda6bf8302-kbuild-gcc-12-arm64-chro-n8345zjc', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'image', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e1501b4012cda6bf8302'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/fragments/2.config'}, {'name': 'fragments_3_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/fragments/3.config'}, {'name': 'fragments_4_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/fragments/4.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/build.log.gz', 'log_excerpt': 'odules_/lib/modules/6.1.132/kernel/lib/crypto/libcurve25519-generic.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/lib/crypto/libcurve25519-generic.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/lib/crypto/libcurve25519.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/lib/crypto/libcurve25519.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/lib/lz4/lz4_compress.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/lib/lz4/lz4_compress.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/lib/lzo/lzo_compress.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/lib/lzo/lzo_compress.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/lib/test_firmware.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/lib/test_firmware.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/lib/test_module.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/lib/test_module.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/lib/zstd/zstd_compress.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/lib/zstd/zstd_compress.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/mm/zsmalloc.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/mm/zsmalloc.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/802/p8022.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/802/p8022.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/802/psnap.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/802/psnap.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/802/stp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/802/stp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/bluetooth/bluetooth.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/bluetooth/bluetooth.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/bluetooth/hidp/hidp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/bluetooth/hidp/hidp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/bluetooth/rfcomm/rfcomm.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/bluetooth/rfcomm/rfcomm.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/bridge/bridge.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/bridge/bridge.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/ipv4/ip_tunnel.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/ipv4/ip_tunnel.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/ipv4/netfilter/iptable_nat.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/ipv4/netfilter/iptable_nat.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/ipv4/netfilter/nf_nat_pptp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/ipv4/netfilter/nf_nat_pptp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/ipv4/tcp_lp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/ipv4/tcp_lp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/ipv4/udp_tunnel.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/ipv4/udp_tunnel.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/ipv6/ah6.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/ipv6/ah6.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/ipv6/esp6.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/ipv6/esp6.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/ipv6/ip6_udp_tunnel.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/ipv6/ip6_udp_tunnel.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/ipv6/netfilter/ip6t_REJECT.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/ipv6/netfilter/ip6t_REJECT.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/ipv6/netfilter/ip6t_ipv6header.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/ipv6/netfilter/ip6t_ipv6header.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/ipv6/netfilter/ip6table_nat.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/ipv6/netfilter/ip6table_nat.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/ipv6/sit.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/ipv6/sit.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/llc/llc.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/llc/llc.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/mac80211/mac80211.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/mac80211/mac80211.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conncount.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conncount.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_ftp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_ftp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_netlink.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_netlink.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_pptp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_pptp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_tftp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_tftp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat_ftp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat_ftp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat_tftp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat_tftp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nfnetlink_cthelper.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nfnetlink_cthelper.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nfnetlink_cttimeout.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nfnetlink_cttimeout.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_CONNSECMARK.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_CONNSECMARK.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_CT.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_CT.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_MASQUERADE.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_MASQUERADE.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_REDIRECT.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_REDIRECT.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_cgroup.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_cgroup.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_connlimit.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_connlimit.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_connmark.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_connmark.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_conntrack.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_conntrack.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_helper.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_helper.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_nat.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_nat.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_state.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_state.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/qrtr/qrtr-smd.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/qrtr/qrtr-smd.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/cls_u32.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/cls_u32.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_codel.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_codel.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_fq_codel.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_fq_codel.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_htb.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_htb.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_ingress.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_ingress.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_netem.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_netem.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_tbf.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_tbf.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/wireless/cfg80211.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/wireless/cfg80211.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/xfrm/xfrm_interface.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/xfrm/xfrm_interface.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-dummy.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-dummy.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-midi-event.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-midi-event.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-midi.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-midi.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-hrtimer.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-hrtimer.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-hwdep.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-hwdep.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-rawmidi.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-rawmidi.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-seq-device.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-seq-device.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/drivers/snd-aloop.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/drivers/snd-aloop.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/drivers/snd-dummy.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/drivers/snd-dummy.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/codecs/snd-soc-max98390.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/codecs/snd-soc-max98390.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/codecs/snd-soc-rt1011.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/codecs/snd-soc-rt1011.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/mediatek/mt8195/mt8195-mt6359.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/mediatek/mt8195/mt8195-mt6359.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/mediatek/mt8195/snd-soc-mt8195-afe.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/mediatek/mt8195/snd-soc-mt8195-afe.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/sof/mediatek/mt8186/snd-sof-mt8186.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/sof/mediatek/mt8186/snd-sof-mt8186.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/sof/mediatek/mt8195/snd-sof-mt8195.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/sof/mediatek/mt8195/snd-sof-mt8195.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/sof/mediatek/mtk-adsp-common.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/sof/mediatek/mtk-adsp-common.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/sof/snd-sof-of.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/sof/snd-sof-of.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/sof/snd-sof-utils.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/sof/snd-sof-utils.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/sof/snd-sof.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/sof/snd-sof.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/sof/xtensa/snd-sof-xtensa-dsp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/sof/xtensa/snd-sof-xtensa-dsp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/usb/snd-usb-audio.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/usb/snd-usb-audio.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/usb/snd-usbmidi-lib.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/usb/snd-usbmidi-lib.ko\n' ' DEPMOD _modules_/lib/modules/6.1.132\n' '+ tar -C _modules_ -cJf ' '/tmp/kci/artifacts/modules.tar.xz .\n' '+ cd ..\n' '+ rm -rf _modules_\n' '+ set -e\n' '+ echo job:package_modules=done\n' '++ date +%s\n' '+ echo jobets:package_modules=1745348771\n' '+ echo -----log:package_kselftest-----\n' '-----log:package_kselftest-----\n' '+ echo job:package_kselftest=running\n' '++ date +%s\n' '+ echo jobsts:package_kselftest=1745348771\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-packages/kselftest.tar.gz ' '/tmp/kci/artifacts/\n' '+ echo job:package_kselftest=done\n' '++ date +%s\n' '+ echo jobets:package_kselftest=1745348771\n' '+ echo -----log:package_dtbs-----\n' '-----log:package_dtbs-----\n' '+ echo job:package_dtbs=running\n' '++ date +%s\n' '+ echo jobsts:package_dtbs=1745348771\n' '+ cd /tmp/kci/linux\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ make dtbs_install\n' ' INSTALL _dtbs_/mediatek/mt2712-evb.dtb\n' ' INSTALL _dtbs_/mediatek/mt6755-evb.dtb\n' ' INSTALL _dtbs_/mediatek/mt6779-evb.dtb\n' ' INSTALL _dtbs_/mediatek/mt6795-evb.dtb\n' ' INSTALL _dtbs_/mediatek/mt6797-evb.dtb\n' ' INSTALL _dtbs_/mediatek/mt6797-x20-dev.dtb\n' ' INSTALL _dtbs_/mediatek/mt7622-rfb1.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt7622-bananapi-bpi-r64.dtb\n' ' INSTALL _dtbs_/mediatek/mt7986a-rfb.dtb\n' ' INSTALL _dtbs_/mediatek/mt7986b-rfb.dtb\n' ' INSTALL _dtbs_/mediatek/mt8167-pumpkin.dtb\n' ' INSTALL _dtbs_/mediatek/mt8173-elm.dtb\n' ' INSTALL _dtbs_/mediatek/mt8173-elm-hana.dtb\n' ' INSTALL _dtbs_/mediatek/mt8173-elm-hana-rev7.dtb\n' ' INSTALL _dtbs_/mediatek/mt8173-evb.dtb\n' ' INSTALL _dtbs_/mediatek/mt8183-evb.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-jacuzzi-burnet.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-jacuzzi-cozmo.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-jacuzzi-damu.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-jacuzzi-fennel-sku1.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-jacuzzi-fennel-sku6.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-jacuzzi-fennel-sku7.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-jacuzzi-fennel14.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-jacuzzi-fennel14-sku2.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-jacuzzi-juniper-sku16.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-jacuzzi-kappa.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-jacuzzi-kenzo.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-jacuzzi-willow-sku0.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-jacuzzi-willow-sku1.dtb\n' ' INSTALL _dtbs_/mediatek/mt8183-kukui-kakadu.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-kakadu-sku22.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-kodama-sku16.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-kodama-sku272.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-kodama-sku288.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-kodama-sku32.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-krane-sku0.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-krane-sku176.dtb\n' ' INSTALL _dtbs_/mediatek/mt8183-pumpkin.dtb\n' ' INSTALL _dtbs_/mediatek/mt8186-evb.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8192-asurada-hayato-r1.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8192-asurada-spherion-r0.dtb\n' ' INSTALL _dtbs_/mediatek/mt8192-evb.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8195-cherry-tomato-r1.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8195-cherry-tomato-r2.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8195-cherry-tomato-r3.dtb\n' ' INSTALL _dtbs_/mediatek/mt8195-demo.dtb\n' ' INSTALL _dtbs_/mediatek/mt8195-evb.dtb\n' ' INSTALL _dtbs_/mediatek/mt8516-pumpkin.dtb\n' '+ mkdir -p /tmp/kci/artifacts/dtbs\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp -r _dtbs_/mediatek /tmp/kci/artifacts/dtbs\n' '+ cd ..\n' '+ echo job:package_dtbs=done\n' '++ date +%s\n' '+ echo jobets:package_dtbs=1745348772\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:13:56 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:14:07 PM UTC [INFO] Processing event node: 6807e1681b4012cda6bf8313 04/22/2025 07:14:07 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807e1681b4012cda6bf8313 04/22/2025 07:14:07 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807e1201b4012cda6bf82fc', 'id': 'maestro:6807e1681b4012cda6bf8313', 'origin': 'maestro', 'comment': 'staging-stable-20250422.5', 'start_time': '2025-04-22T18:35:20.456000+00:00', 'architecture': 'arm', 'compiler': 'gcc-12', 'config_name': 'multi_v7_defconfig', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'zimage', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e1681b4012cda6bf8313'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz', 'log_excerpt': ' _dtbs_/ls1021a-moxa-uc-8410a.dtb ' '_dtbs_/ls1021a-qds.dtb _dtbs_/ls1021a-tsn.dtb ' '_dtbs_/ls1021a-twr.dtb _dtbs_/meson6-atv1200.dtb ' '_dtbs_/meson8-minix-neo-x8.dtb ' '_dtbs_/meson8b-ec100.dtb _dtbs_/meson8b-mxq.dtb ' '_dtbs_/meson8b-odroidc1.dtb ' '_dtbs_/meson8m2-mxiii-plus.dtb ' '_dtbs_/milbeaut-m10v-evb.dtb ' '_dtbs_/mmp2-brownstone.dtb ' '_dtbs_/mmp2-olpc-xo-1-75.dtb ' '_dtbs_/mmp3-dell-ariel.dtb _dtbs_/mt2701-evb.dtb ' '_dtbs_/mt6580-evbp1.dtb ' '_dtbs_/mt6582-prestigio-pmt5008-3g.dtb ' '_dtbs_/mt6589-aquaris5.dtb ' '_dtbs_/mt6589-fairphone-fp1.dtb _dtbs_/mt6592-evb.dtb ' '_dtbs_/mt7623a-rfb-emmc.dtb ' '_dtbs_/mt7623a-rfb-nand.dtb ' '_dtbs_/mt7623n-bananapi-bpi-r2.dtb ' '_dtbs_/mt7623n-rfb-emmc.dtb _dtbs_/mt7629-rfb.dtb ' '_dtbs_/mt8127-moose.dtb _dtbs_/mt8135-evbp1.dtb ' '_dtbs_/omap3-beagle-ab4.dtb ' '_dtbs_/omap3-beagle-xm-ab.dtb ' '_dtbs_/omap3-beagle-xm.dtb _dtbs_/omap3-beagle.dtb ' '_dtbs_/omap3-cm-t3517.dtb _dtbs_/omap3-cm-t3530.dtb ' '_dtbs_/omap3-cm-t3730.dtb ' '_dtbs_/omap3-devkit8000-lcd43.dtb ' '_dtbs_/omap3-devkit8000-lcd70.dtb ' '_dtbs_/omap3-devkit8000.dtb _dtbs_/omap3-echo.dtb ' '_dtbs_/omap3-evm-37xx.dtb _dtbs_/omap3-evm.dtb ' '_dtbs_/omap3-gta04a3.dtb _dtbs_/omap3-gta04a4.dtb ' '_dtbs_/omap3-gta04a5.dtb _dtbs_/omap3-gta04a5one.dtb ' '_dtbs_/omap3-ha-lcd.dtb _dtbs_/omap3-ha.dtb ' '_dtbs_/omap3-igep0020-rev-f.dtb ' '_dtbs_/omap3-igep0020.dtb ' '_dtbs_/omap3-igep0030-rev-g.dtb ' '_dtbs_/omap3-igep0030.dtb _dtbs_/omap3-ldp.dtb ' '_dtbs_/omap3-lilly-dbb056.dtb _dtbs_/omap3-n9.dtb ' '_dtbs_/omap3-n900.dtb _dtbs_/omap3-n950.dtb ' '_dtbs_/omap3-overo-alto35.dtb ' '_dtbs_/omap3-overo-chestnut43.dtb ' '_dtbs_/omap3-overo-gallop43.dtb ' '_dtbs_/omap3-overo-palo35.dtb ' '_dtbs_/omap3-overo-palo43.dtb ' '_dtbs_/omap3-overo-storm-alto35.dtb ' '_dtbs_/omap3-overo-storm-chestnut43.dtb ' '_dtbs_/omap3-overo-storm-gallop43.dtb ' '_dtbs_/omap3-overo-storm-palo35.dtb ' '_dtbs_/omap3-overo-storm-palo43.dtb ' '_dtbs_/omap3-overo-storm-summit.dtb ' '_dtbs_/omap3-overo-storm-tobi.dtb ' '_dtbs_/omap3-overo-storm-tobiduo.dtb ' '_dtbs_/omap3-overo-summit.dtb ' '_dtbs_/omap3-overo-tobi.dtb ' '_dtbs_/omap3-overo-tobiduo.dtb ' '_dtbs_/omap3-pandora-1ghz.dtb ' '_dtbs_/omap3-pandora-600mhz.dtb ' '_dtbs_/omap3-sbc-t3517.dtb _dtbs_/omap3-sbc-t3530.dtb ' '_dtbs_/omap3-sbc-t3730.dtb _dtbs_/omap3-sniper.dtb ' '_dtbs_/omap3-thunder.dtb _dtbs_/omap3-zoom3.dtb ' '_dtbs_/omap3430-sdp.dtb ' '_dtbs_/omap4-droid-bionic-xt875.dtb ' '_dtbs_/omap4-droid4-xt894.dtb ' '_dtbs_/omap4-duovero-parlor.dtb _dtbs_/omap4-kc1.dtb ' '_dtbs_/omap4-panda-a4.dtb _dtbs_/omap4-panda-es.dtb ' '_dtbs_/omap4-panda.dtb _dtbs_/omap4-sdp-es23plus.dtb ' '_dtbs_/omap4-sdp.dtb _dtbs_/omap4-var-dvk-om44.dtb ' '_dtbs_/omap4-var-stk-om44.dtb _dtbs_/omap5-cm-t54.dtb ' '_dtbs_/omap5-igep0050.dtb _dtbs_/omap5-sbc-t54.dtb ' '_dtbs_/omap5-uevm.dtb _dtbs_/owl-s500-cubieboard6.dtb ' '_dtbs_/owl-s500-guitar-bb-rev-b.dtb ' '_dtbs_/owl-s500-labrador-base-m.dtb ' '_dtbs_/owl-s500-roseapplepi.dtb ' '_dtbs_/owl-s500-sparky.dtb _dtbs_/pxa168-aspenite.dtb ' '_dtbs_/pxa910-dkb.dtb _dtbs_/qcom-apq8016-sbc.dtb ' '_dtbs_/qcom-apq8026-asus-sparrow.dtb ' '_dtbs_/qcom-apq8026-lg-lenok.dtb ' '_dtbs_/qcom-apq8060-dragonboard.dtb ' '_dtbs_/qcom-apq8064-asus-nexus7-flo.dtb ' '_dtbs_/qcom-apq8064-cm-qs600.dtb ' '_dtbs_/qcom-apq8064-ifc6410.dtb ' '_dtbs_/qcom-apq8064-sony-xperia-lagan-yuga.dtb ' '_dtbs_/qcom-apq8074-dragonboard.dtb ' '_dtbs_/qcom-apq8084-ifc6540.dtb ' '_dtbs_/qcom-apq8084-mtp.dtb ' '_dtbs_/qcom-ipq4018-ap120c-ac-bit.dtb ' '_dtbs_/qcom-ipq4018-ap120c-ac.dtb ' '_dtbs_/qcom-ipq4018-jalapeno.dtb ' '_dtbs_/qcom-ipq4019-ap.dk01.1-c1.dtb ' '_dtbs_/qcom-ipq4019-ap.dk04.1-c1.dtb ' '_dtbs_/qcom-ipq4019-ap.dk04.1-c3.dtb ' '_dtbs_/qcom-ipq4019-ap.dk07.1-c1.dtb ' '_dtbs_/qcom-ipq4019-ap.dk07.1-c2.dtb ' '_dtbs_/qcom-ipq8064-ap148.dtb ' '_dtbs_/qcom-ipq8064-rb3011.dtb ' '_dtbs_/qcom-mdm9615-wp8548-mangoh-green.dtb ' '_dtbs_/qcom-msm8226-samsung-s3ve3g.dtb ' '_dtbs_/qcom-msm8660-surf.dtb ' '_dtbs_/qcom-msm8916-samsung-e5.dtb ' '_dtbs_/qcom-msm8916-samsung-e7.dtb ' '_dtbs_/qcom-msm8916-samsung-grandmax.dtb ' '_dtbs_/qcom-msm8916-samsung-serranove.dtb ' '_dtbs_/qcom-msm8960-cdp.dtb ' '_dtbs_/qcom-msm8974-lge-nexus5-hammerhead.dtb ' '_dtbs_/qcom-msm8974-sony-xperia-rhine-amami.dtb ' '_dtbs_/qcom-msm8974-sony-xperia-rhine-honami.dtb ' '_dtbs_/qcom-msm8974pro-fairphone-fp2.dtb ' '_dtbs_/qcom-msm8974pro-samsung-klte.dtb ' '_dtbs_/qcom-msm8974pro-sony-xperia-shinano-castor.dtb ' '_dtbs_/qcom-sdx55-mtp.dtb _dtbs_/qcom-sdx55-t55.dtb ' '_dtbs_/qcom-sdx55-telit-fn980-tlb.dtb ' '_dtbs_/qcom-sdx65-mtp.dtb _dtbs_/r7s72100-genmai.dtb ' '_dtbs_/r7s72100-gr-peach.dtb ' '_dtbs_/r7s72100-rskrza1.dtb ' '_dtbs_/r7s9210-rza2mevb.dtb ' '_dtbs_/r8a73a4-ape6evm.dtb ' '_dtbs_/r8a7740-armadillo800eva.dtb ' '_dtbs_/r8a7742-iwg21d-q7-dbcm-ca.dtb ' '_dtbs_/r8a7742-iwg21d-q7.dtb ' '_dtbs_/r8a7743-iwg20d-q7-dbcm-ca.dtb ' '_dtbs_/r8a7743-iwg20d-q7.dtb ' '_dtbs_/r8a7743-sk-rzg1m.dtb ' '_dtbs_/r8a7744-iwg20d-q7-dbcm-ca.dtb ' '_dtbs_/r8a7744-iwg20d-q7.dtb ' '_dtbs_/r8a7745-iwg22d-sodimm-dbhd-ca.dtb ' '_dtbs_/r8a7745-iwg22d-sodimm.dtb ' '_dtbs_/r8a7745-sk-rzg1e.dtb ' '_dtbs_/r8a77470-iwg23s-sbc.dtb ' '_dtbs_/r8a7778-bockw.dtb _dtbs_/r8a7779-marzen.dtb ' '_dtbs_/r8a7790-lager.dtb _dtbs_/r8a7790-stout.dtb ' '_dtbs_/r8a7791-koelsch.dtb _dtbs_/r8a7791-porter.dtb ' '_dtbs_/r8a7792-blanche.dtb _dtbs_/r8a7792-wheat.dtb ' '_dtbs_/r8a7793-gose.dtb _dtbs_/r8a7794-alt.dtb ' '_dtbs_/r8a7794-silk.dtb ' '_dtbs_/r9a06g032-rzn1d400-db.dtb ' '_dtbs_/rk3036-evb.dtb _dtbs_/rk3036-kylin.dtb ' '_dtbs_/rk3066a-bqcurie2.dtb ' '_dtbs_/rk3066a-marsboard.dtb _dtbs_/rk3066a-mk808.dtb ' '_dtbs_/rk3066a-rayeager.dtb ' '_dtbs_/rk3188-bqedison2qc.dtb ' '_dtbs_/rk3188-px3-evb.dtb _dtbs_/rk3188-radxarock.dtb ' '_dtbs_/rk3228-evb.dtb _dtbs_/rk3229-evb.dtb ' '_dtbs_/rk3229-xms6.dtb _dtbs_/rk3288-evb-act8846.dtb ' '_dtbs_/rk3288-evb-rk808.dtb ' '_dtbs_/rk3288-firefly-beta.dtb ' '_dtbs_/rk3288-firefly-reload.dtb ' '_dtbs_/rk3288-firefly.dtb _dtbs_/rk3288-miqi.dtb ' '_dtbs_/rk3288-phycore-rdk.dtb ' '_dtbs_/rk3288-popmetal.dtb _dtbs_/rk3288-r89.dtb ' '_dtbs_/rk3288-rock-pi-n8.dtb ' '_dtbs_/rk3288-rock2-square.dtb ' '_dtbs_/rk3288-tinker-s.dtb _dtbs_/rk3288-tinker.dtb ' '_dtbs_/rk3288-veyron-brain.dtb ' '_dtbs_/rk3288-veyron-fievel.dtb ' '_dtbs_/rk3288-veyron-jaq.dtb ' '_dtbs_/rk3288-veyron-jerry.dtb ' '_dtbs_/rk3288-veyron-mickey.dtb ' '_dtbs_/rk3288-veyron-mighty.dtb ' '_dtbs_/rk3288-veyron-minnie.dtb ' '_dtbs_/rk3288-veyron-pinky.dtb ' '_dtbs_/rk3288-veyron-speedy.dtb ' '_dtbs_/rk3288-veyron-tiger.dtb ' '_dtbs_/rk3288-vyasa.dtb _dtbs_/rv1108-elgin-r1.dtb ' '_dtbs_/rv1108-evb.dtb _dtbs_/sama5d31ek.dtb ' '_dtbs_/sama5d33ek.dtb _dtbs_/sama5d34ek.dtb ' '_dtbs_/sama5d35ek.dtb _dtbs_/sama5d36ek.dtb ' '_dtbs_/sama5d36ek_cmp.dtb _dtbs_/sh73a0-kzm9g.dtb ' '_dtbs_/socfpga_arria10_chameleonv3.dtb ' '_dtbs_/socfpga_arria10_socdk_nand.dtb ' '_dtbs_/socfpga_arria10_socdk_qspi.dtb ' '_dtbs_/socfpga_arria10_socdk_sdmmc.dtb ' '_dtbs_/socfpga_arria5_socdk.dtb ' '_dtbs_/socfpga_cyclone5_chameleon96.dtb ' '_dtbs_/socfpga_cyclone5_de0_nano_soc.dtb ' '_dtbs_/socfpga_cyclone5_mcvevk.dtb ' '_dtbs_/socfpga_cyclone5_socdk.dtb ' '_dtbs_/socfpga_cyclone5_sockit.dtb ' '_dtbs_/socfpga_cyclone5_socrates.dtb ' '_dtbs_/socfpga_cyclone5_sodia.dtb ' '_dtbs_/socfpga_cyclone5_vining_fpga.dtb ' '_dtbs_/socfpga_vt.dtb _dtbs_/spear1310-evb.dtb ' '_dtbs_/spear1340-evb.dtb _dtbs_/ste-href520-tvk.dtb ' '_dtbs_/ste-hrefprev60-stuib.dtb ' '_dtbs_/ste-hrefprev60-tvk.dtb ' '_dtbs_/ste-hrefv60plus-stuib.dtb ' '_dtbs_/ste-hrefv60plus-tvk.dtb ' '_dtbs_/ste-snowball.dtb ' '_dtbs_/ste-ux500-samsung-codina-tmo.dtb ' '_dtbs_/ste-ux500-samsung-codina.dtb ' '_dtbs_/ste-ux500-samsung-gavini.dtb ' '_dtbs_/ste-ux500-samsung-golden.dtb ' '_dtbs_/ste-ux500-samsung-janice.dtb ' '_dtbs_/ste-ux500-samsung-kyle.dtb ' '_dtbs_/ste-ux500-samsung-skomer.dtb ' '_dtbs_/stih407-b2120.dtb _dtbs_/stih410-b2120.dtb ' '_dtbs_/stih410-b2260.dtb _dtbs_/stih418-b2199.dtb ' '_dtbs_/stih418-b2264.dtb _dtbs_/stm32429i-eval.dtb ' '_dtbs_/stm32746g-eval.dtb _dtbs_/stm32f429-disco.dtb ' '_dtbs_/stm32f469-disco.dtb _dtbs_/stm32f746-disco.dtb ' '_dtbs_/stm32f769-disco.dtb ' '_dtbs_/stm32h743i-disco.dtb ' '_dtbs_/stm32h743i-eval.dtb ' '_dtbs_/stm32h750i-art-pi.dtb ' '_dtbs_/stm32mp135f-dk.dtb ' '_dtbs_/stm32mp151a-prtt1a.dtb ' '_dtbs_/stm32mp151a-prtt1c.dtb ' '_dtbs_/stm32mp151a-prtt1s.dtb ' '_dtbs_/stm32mp153c-dhcom-drc02.dtb ' '_dtbs_/stm32mp153c-dhcor-drc-compact.dtb ' '_dtbs_/stm32mp157a-avenger96.dtb ' '_dtbs_/stm32mp157a-dhcor-avenger96.dtb ' '_dtbs_/stm32mp157a-dk1-scmi.dtb ' '_dtbs_/stm32mp157a-dk1.dtb ' '_dtbs_/stm32mp157a-icore-stm32mp1-ctouch2-of10.dtb ' '_dtbs_/stm32mp157a-icore-stm32mp1-ctouch2.dtb ' '_dtbs_/stm32mp157a-icore-stm32mp1-edimm2.2.dtb ' '_dtbs_/stm32mp157a-iot-box.dtb ' '_dtbs_/stm32mp157a-microgea-stm32mp1-microdev2.0-of7.dtb ' '_dtbs_/stm32mp157a-microgea-stm32mp1-microdev2.0.dtb ' '_dtbs_/stm32mp157a-stinger96.dtb ' '_dtbs_/stm32mp157c-dhcom-pdk2.dtb ' '_dtbs_/stm32mp157c-dhcom-picoitx.dtb ' '_dtbs_/stm32mp157c-dk2-scmi.dtb ' '_dtbs_/stm32mp157c-dk2.dtb ' '_dtbs_/stm32mp157c-ed1-scmi.dtb ' '_dtbs_/stm32mp157c-ed1.dtb ' '_dtbs_/stm32mp157c-emsbc-argon.dtb ' '_dtbs_/stm32mp157c-ev1-scmi.dtb ' '_dtbs_/stm32mp157c-ev1.dtb ' '_dtbs_/stm32mp157c-lxa-mc1.dtb ' '_dtbs_/stm32mp157c-odyssey.dtb ' '_dtbs_/sun4i-a10-a1000.dtb ' '_dtbs_/sun4i-a10-ba10-tvbox.dtb ' '_dtbs_/sun4i-a10-chuwi-v7-cw0825.dtb ' '_dtbs_/sun4i-a10-cubieboard.dtb ' '_dtbs_/sun4i-a10-dserve-dsrv9703c.dtb ' '_dtbs_/sun4i-a10-gemei-g9.dtb ' '_dtbs_/sun4i-a10-hackberry.dtb ' '_dtbs_/sun4i-a10-hyundai-a7hd.dtb ' '_dtbs_/sun4i-a10-inet1.dtb ' '_dtbs_/sun4i-a10-inet97fv2.dtb ' '_dtbs_/sun4i-a10-inet9f-rev03.dtb ' '_dtbs_/sun4i-a10-itead-iteaduino-plus.dtb ' '_dtbs_/sun4i-a10-jesurun-q5.dtb ' '_dtbs_/sun4i-a10-marsboard.dtb ' '_dtbs_/sun4i-a10-mini-xplus.dtb ' '_dtbs_/sun4i-a10-mk802.dtb ' '_dtbs_/sun4i-a10-mk802ii.dtb ' '_dtbs_/sun4i-a10-olinuxino-lime.dtb ' '_dtbs_/sun4i-a10-pcduino.dtb ' '_dtbs_/sun4i-a10-pcduino2.dtb ' '_dtbs_/sun4i-a10-pov-protab2-ips9.dtb ' '_dtbs_/sun4i-a10-topwise-a721.dtb ' '_dtbs_/sun5i-a10s-auxtek-t003.dtb ' '_dtbs_/sun5i-a10s-auxtek-t004.dtb ' '_dtbs_/sun5i-a10s-mk802.dtb ' '_dtbs_/sun5i-a10s-olinuxino-micro.dtb ' '_dtbs_/sun5i-a10s-r7-tv-dongle.dtb ' '_dtbs_/sun5i-a10s-wobo-i5.dtb ' '_dtbs_/sun5i-a13-difrnce-dit4350.dtb ' '_dtbs_/sun5i-a13-empire-electronix-d709.dtb ' '_dtbs_/sun5i-a13-empire-electronix-m712.dtb ' '_dtbs_/sun5i-a13-hsg-h702.dtb ' '_dtbs_/sun5i-a13-inet-98v-rev2.dtb ' '_dtbs_/sun5i-a13-licheepi-one.dtb ' '_dtbs_/sun5i-a13-olinuxino-micro.dtb ' '_dtbs_/sun5i-a13-olinuxino.dtb ' '_dtbs_/sun5i-a13-pocketbook-touch-lux-3.dtb ' '_dtbs_/sun5i-a13-q8-tablet.dtb ' '_dtbs_/sun5i-a13-utoo-p66.dtb ' '_dtbs_/sun5i-gr8-chip-pro.dtb ' '_dtbs_/sun5i-gr8-evb.dtb _dtbs_/sun5i-r8-chip.dtb ' '_dtbs_/sun6i-a31-app4-evb1.dtb ' '_dtbs_/sun6i-a31-colombus.dtb ' '_dtbs_/sun6i-a31-hummingbird.dtb ' '_dtbs_/sun6i-a31-i7.dtb _dtbs_/sun6i-a31-m9.dtb ' '_dtbs_/sun6i-a31-mele-a1000g-quad.dtb ' '_dtbs_/sun6i-a31s-colorfly-e708-q1.dtb ' '_dtbs_/sun6i-a31s-cs908.dtb ' '_dtbs_/sun6i-a31s-inet-q972.dtb ' '_dtbs_/sun6i-a31s-primo81.dtb ' '_dtbs_/sun6i-a31s-sina31s.dtb ' '_dtbs_/sun6i-a31s-sinovoip-bpi-m2.dtb ' '_dtbs_/sun6i-a31s-yones-toptech-bs1078-v2.dtb ' '_dtbs_/sun7i-a20-bananapi-m1-plus.dtb ' '_dtbs_/sun7i-a20-bananapi.dtb ' '_dtbs_/sun7i-a20-bananapro.dtb ' '_dtbs_/sun7i-a20-cubieboard2.dtb ' '_dtbs_/sun7i-a20-cubietruck.dtb ' '_dtbs_/sun7i-a20-haoyu-marsboard.dtb ' '_dtbs_/sun7i-a20-hummingbird.dtb ' '_dtbs_/sun7i-a20-i12-tvbox.dtb ' '_dtbs_/sun7i-a20-icnova-swac.dtb ' '_dtbs_/sun7i-a20-itead-ibox.dtb ' '_dtbs_/sun7i-a20-lamobo-r1.dtb ' '_dtbs_/sun7i-a20-linutronix-testbox-v2.dtb ' '_dtbs_/sun7i-a20-m3.dtb _dtbs_/sun7i-a20-mk808c.dtb ' '_dtbs_/sun7i-a20-olimex-som-evb-emmc.dtb ' '_dtbs_/sun7i-a20-olimex-som-evb.dtb ' '_dtbs_/sun7i-a20-olimex-som204-evb-emmc.dtb ' '_dtbs_/sun7i-a20-olimex-som204-evb.dtb ' '_dtbs_/sun7i-a20-olinuxino-lime-emmc.dtb ' '_dtbs_/sun7i-a20-olinuxino-lime.dtb ' '_dtbs_/sun7i-a20-olinuxino-lime2-emmc.dtb ' '_dtbs_/sun7i-a20-olinuxino-lime2.dtb ' '_dtbs_/sun7i-a20-olinuxino-micro-emmc.dtb ' '_dtbs_/sun7i-a20-olinuxino-micro.dtb ' '_dtbs_/sun7i-a20-orangepi-mini.dtb ' '_dtbs_/sun7i-a20-orangepi.dtb ' '_dtbs_/sun7i-a20-pcduino3-nano.dtb ' '_dtbs_/sun7i-a20-pcduino3.dtb ' '_dtbs_/sun7i-a20-wexler-tab7200.dtb ' '_dtbs_/sun7i-a20-wits-pro-a20-dkt.dtb ' '_dtbs_/sun8i-a23-evb.dtb ' '_dtbs_/sun8i-a23-gt90h-v4.dtb ' '_dtbs_/sun8i-a23-inet86dz.dtb ' '_dtbs_/sun8i-a23-ippo-q8h-v1.2.dtb ' '_dtbs_/sun8i-a23-ippo-q8h-v5.dtb ' '_dtbs_/sun8i-a23-polaroid-mid2407pxe03.dtb ' '_dtbs_/sun8i-a23-polaroid-mid2809pxe04.dtb ' '_dtbs_/sun8i-a23-q8-tablet.dtb ' '_dtbs_/sun8i-a33-et-q8-v1.6.dtb ' '_dtbs_/sun8i-a33-ga10h-v1.1.dtb ' '_dtbs_/sun8i-a33-inet-d978-rev2.dtb ' '_dtbs_/sun8i-a33-ippo-q8h-v1.2.dtb ' '_dtbs_/sun8i-a33-olinuxino.dtb ' '_dtbs_/sun8i-a33-q8-tablet.dtb ' '_dtbs_/sun8i-a33-sinlinx-sina33.dtb ' '_dtbs_/sun8i-a83t-allwinner-h8homlet-v2.dtb ' '_dtbs_/sun8i-a83t-bananapi-m3.dtb ' '_dtbs_/sun8i-a83t-cubietruck-plus.dtb ' '_dtbs_/sun8i-a83t-tbs-a711.dtb ' '_dtbs_/sun8i-h2-plus-bananapi-m2-zero.dtb ' '_dtbs_/sun8i-h2-plus-libretech-all-h3-cc.dtb ' '_dtbs_/sun8i-h2-plus-orangepi-r1.dtb ' '_dtbs_/sun8i-h2-plus-orangepi-zero.dtb ' '_dtbs_/sun8i-h3-bananapi-m2-plus-v1.2.dtb ' '_dtbs_/sun8i-h3-bananapi-m2-plus.dtb ' '_dtbs_/sun8i-h3-beelink-x2.dtb ' '_dtbs_/sun8i-h3-emlid-neutis-n5h3-devboard.dtb ' '_dtbs_/sun8i-h3-libretech-all-h3-cc.dtb ' '_dtbs_/sun8i-h3-mapleboard-mp130.dtb ' '_dtbs_/sun8i-h3-nanopi-duo2.dtb ' '_dtbs_/sun8i-h3-nanopi-m1-plus.dtb ' '_dtbs_/sun8i-h3-nanopi-m1.dtb ' '_dtbs_/sun8i-h3-nanopi-neo-air.dtb ' '_dtbs_/sun8i-h3-nanopi-neo.dtb ' '_dtbs_/sun8i-h3-nanopi-r1.dtb ' '_dtbs_/sun8i-h3-orangepi-2.dtb ' '_dtbs_/sun8i-h3-orangepi-lite.dtb ' '_dtbs_/sun8i-h3-orangepi-one.dtb ' '_dtbs_/sun8i-h3-orangepi-pc-plus.dtb ' '_dtbs_/sun8i-h3-orangepi-pc.dtb ' '_dtbs_/sun8i-h3-orangepi-plus.dtb ' '_dtbs_/sun8i-h3-orangepi-plus2e.dtb ' '_dtbs_/sun8i-h3-orangepi-zero-plus2.dtb ' '_dtbs_/sun8i-h3-rervision-dvk.dtb ' '_dtbs_/sun8i-h3-zeropi.dtb ' '_dtbs_/sun8i-r16-bananapi-m2m.dtb ' '_dtbs_/sun8i-r16-nintendo-nes-classic.dtb ' '_dtbs_/sun8i-r16-nintendo-super-nes-classic.dtb ' '_dtbs_/sun8i-r16-parrot.dtb ' '_dtbs_/sun8i-r40-bananapi-m2-ultra.dtb ' '_dtbs_/sun8i-r40-oka40i-c.dtb ' '_dtbs_/sun8i-s3-elimo-initium.dtb ' '_dtbs_/sun8i-s3-lichee-zero-plus.dtb ' '_dtbs_/sun8i-s3-pinecube.dtb ' '_dtbs_/sun8i-t3-cqa3t-bv3.dtb ' '_dtbs_/sun8i-v3-sl631-imx179.dtb ' '_dtbs_/sun8i-v3s-licheepi-zero-dock.dtb ' '_dtbs_/sun8i-v3s-licheepi-zero.dtb ' '_dtbs_/sun8i-v40-bananapi-m2-berry.dtb ' '_dtbs_/sun9i-a80-cubieboard4.dtb ' '_dtbs_/sun9i-a80-optimus.dtb ' '_dtbs_/sunplus-sp7021-demo-v3.dtb ' '_dtbs_/tegra114-asus-tf701t.dtb ' '_dtbs_/tegra114-dalmore.dtb _dtbs_/tegra114-roth.dtb ' '_dtbs_/tegra114-tn7.dtb ' '_dtbs_/tegra124-apalis-eval.dtb ' '_dtbs_/tegra124-apalis-v1.2-eval.dtb ' '_dtbs_/tegra124-jetson-tk1.dtb ' '_dtbs_/tegra124-nyan-big-fhd.dtb ' '_dtbs_/tegra124-nyan-big.dtb ' '_dtbs_/tegra124-nyan-blaze.dtb ' '_dtbs_/tegra124-venice2.dtb ' '_dtbs_/tegra20-acer-a500-picasso.dtb ' '_dtbs_/tegra20-asus-tf101.dtb ' '_dtbs_/tegra20-colibri-eval-v3.dtb ' '_dtbs_/tegra20-colibri-iris.dtb ' '_dtbs_/tegra20-harmony.dtb ' '_dtbs_/tegra20-medcom-wide.dtb ' '_dtbs_/tegra20-paz00.dtb _dtbs_/tegra20-plutux.dtb ' '_dtbs_/tegra20-seaboard.dtb _dtbs_/tegra20-tec.dtb ' '_dtbs_/tegra20-trimslice.dtb ' '_dtbs_/tegra20-ventana.dtb ' '_dtbs_/tegra30-apalis-eval.dtb ' '_dtbs_/tegra30-apalis-v1.1-eval.dtb ' '_dtbs_/tegra30-asus-nexus7-grouper-E1565.dtb ' '_dtbs_/tegra30-asus-nexus7-grouper-PM269.dtb ' '_dtbs_/tegra30-asus-nexus7-tilapia-E1565.dtb ' '_dtbs_/tegra30-asus-tf201.dtb ' '_dtbs_/tegra30-asus-tf300t.dtb ' '_dtbs_/tegra30-asus-tf300tg.dtb ' '_dtbs_/tegra30-asus-tf700t.dtb ' '_dtbs_/tegra30-beaver.dtb ' '_dtbs_/tegra30-cardhu-a02.dtb ' '_dtbs_/tegra30-cardhu-a04.dtb ' '_dtbs_/tegra30-colibri-eval-v3.dtb ' '_dtbs_/tegra30-ouya.dtb ' '_dtbs_/tegra30-pegatron-chagall.dtb ' '_dtbs_/uniphier-ld4-ref.dtb ' '_dtbs_/uniphier-ld6b-ref.dtb ' '_dtbs_/uniphier-pro4-ace.dtb ' '_dtbs_/uniphier-pro4-ref.dtb ' '_dtbs_/uniphier-pro4-sanji.dtb ' '_dtbs_/uniphier-pxs2-gentil.dtb ' '_dtbs_/uniphier-pxs2-vodka.dtb ' '_dtbs_/uniphier-sld8-ref.dtb ' '_dtbs_/vexpress-v2p-ca15-tc1.dtb ' '_dtbs_/vexpress-v2p-ca15_a7.dtb ' '_dtbs_/vexpress-v2p-ca5s.dtb ' '_dtbs_/vexpress-v2p-ca9.dtb ' '_dtbs_/vf500-colibri-eval-v3.dtb _dtbs_/vf610-bk4.dtb ' '_dtbs_/vf610-colibri-eval-v3.dtb ' '_dtbs_/vf610-cosmic.dtb _dtbs_/vf610-twr.dtb ' '_dtbs_/vf610-zii-cfu1.dtb ' '_dtbs_/vf610-zii-dev-rev-b.dtb ' '_dtbs_/vf610-zii-dev-rev-c.dtb ' '_dtbs_/vf610-zii-scu4-aib.dtb ' '_dtbs_/vf610-zii-spb4.dtb ' '_dtbs_/vf610-zii-ssmb-dtu.dtb ' '_dtbs_/vf610-zii-ssmb-spu3.dtb ' '_dtbs_/vf610m4-colibri.dtb _dtbs_/vf610m4-cosmic.dtb ' '_dtbs_/vt8500-bv07.dtb _dtbs_/wm8505-ref.dtb ' '_dtbs_/wm8650-mid.dtb _dtbs_/wm8750-apc8750.dtb ' '_dtbs_/wm8850-w70v2.dtb _dtbs_/xenvm-4.2.dtb ' '_dtbs_/zynq-cc108.dtb _dtbs_/zynq-ebaz4205.dtb ' '_dtbs_/zynq-microzed.dtb _dtbs_/zynq-parallella.dtb ' '_dtbs_/zynq-zc702.dtb _dtbs_/zynq-zc706.dtb ' '_dtbs_/zynq-zc770-xm010.dtb ' '_dtbs_/zynq-zc770-xm011.dtb ' '_dtbs_/zynq-zc770-xm012.dtb ' '_dtbs_/zynq-zc770-xm013.dtb _dtbs_/zynq-zed.dtb ' '_dtbs_/zynq-zturn-v5.dtb _dtbs_/zynq-zturn.dtb ' '_dtbs_/zynq-zybo-z7.dtb _dtbs_/zynq-zybo.dtb ' '/tmp/kci/artifacts/dtbs\n' '+ cd ..\n' '+ echo job:package_dtbs=done\n' '++ date +%s\n' '+ echo jobets:package_dtbs=1745349115\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:14:07 PM UTC [INFO] Marking 3 nodes flag as processed 04/22/2025 07:14:11 PM UTC [INFO] Processing event node: 6807ea83e51c583972a58e48 04/22/2025 07:14:11 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea83e51c583972a58e48 04/22/2025 07:14:11 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea83e51c583972a58e48', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on da850-lcdk in lava-baylibre', 'start_time': '2025-04-22T19:14:11.340000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['ti,da850-lcdk', 'ti,da850'], 'misc': {'platform': 'da850-lcdk', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea83e51c583972a58e48', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:11 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:11 PM UTC [INFO] Processing event node: 6807ea83e51c583972a58e4b 04/22/2025 07:14:11 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea83e51c583972a58e4b 04/22/2025 07:14:11 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea83e51c583972a58e4b', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on k3-j721e-sk in lava-baylibre', 'start_time': '2025-04-22T19:14:11.500000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['ti,j721e-sk', 'ti,j721e'], 'misc': {'platform': 'k3-j721e-sk', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea83e51c583972a58e4b', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:11 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:11 PM UTC [INFO] Processing event node: 6807ea83e51c583972a58e4e 04/22/2025 07:14:12 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea83e51c583972a58e4e 04/22/2025 07:14:12 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea83e51c583972a58e4e', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on k3-j721e-beagleboneai64 in ' 'lava-baylibre', 'start_time': '2025-04-22T19:14:11.708000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['beagle,j721e-beagleboneai64', 'ti,j721e'], 'misc': {'platform': 'k3-j721e-beagleboneai64', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea83e51c583972a58e4e', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:12 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:12 PM UTC [INFO] Processing event node: 6807ea83e51c583972a58e51 04/22/2025 07:14:12 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea83e51c583972a58e51 04/22/2025 07:14:12 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea83e51c583972a58e51', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on jetson-tk1 in lava-baylibre', 'start_time': '2025-04-22T19:14:11.897000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['nvidia,jetson-tk1', 'nvidia,tegra124'], 'misc': {'platform': 'jetson-tk1', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea83e51c583972a58e51', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:12 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:12 PM UTC [INFO] Processing event node: 6807ea84e51c583972a58e54 04/22/2025 07:14:12 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea84e51c583972a58e54 04/22/2025 07:14:12 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea84e51c583972a58e54', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on meson-axg-s400 in lava-baylibre', 'start_time': '2025-04-22T19:14:12.075000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['amlogic,s400', 'amlogic,a113d', 'amlogic,meson-axg'], 'misc': {'platform': 'meson-axg-s400', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea84e51c583972a58e54', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:12 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:12 PM UTC [INFO] Processing event node: 6807ea84e51c583972a58e57 04/22/2025 07:14:13 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea84e51c583972a58e57 04/22/2025 07:14:13 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea84e51c583972a58e57', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on meson-g12a-u200 in lava-baylibre', 'start_time': '2025-04-22T19:14:12.255000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['amlogic,u200', 'amlogic,g12a'], 'misc': {'platform': 'meson-g12a-u200', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea84e51c583972a58e57', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:13 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:13 PM UTC [INFO] Processing event node: 6807ea84e51c583972a58e5a 04/22/2025 07:14:13 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea84e51c583972a58e5a 04/22/2025 07:14:13 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea84e51c583972a58e5a', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on meson-g12a-x96-max in ' 'lava-baylibre', 'start_time': '2025-04-22T19:14:12.482000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['amediatech,x96-max', 'amlogic,g12a'], 'misc': {'platform': 'meson-g12a-x96-max', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea84e51c583972a58e5a', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:13 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:13 PM UTC [INFO] Processing event node: 6807ea84e51c583972a58e5d 04/22/2025 07:14:13 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea84e51c583972a58e5d 04/22/2025 07:14:13 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea84e51c583972a58e5d', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on meson-g12b-odroid-n2 in ' 'lava-baylibre', 'start_time': '2025-04-22T19:14:12.706000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['hardkernel,odroid-n2', 'amlogic,s922x', 'amlogic,g12b'], 'misc': {'platform': 'meson-g12b-odroid-n2', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea84e51c583972a58e5d', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:13 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:13 PM UTC [INFO] Processing event node: 6807ea84e51c583972a58e60 04/22/2025 07:14:13 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea84e51c583972a58e60 04/22/2025 07:14:13 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea84e51c583972a58e60', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on meson-gxl-s905d-p230 in ' 'lava-baylibre', 'start_time': '2025-04-22T19:14:12.885000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['amlogic,p230', 'amlogic,s905d', 'amlogic,meson-gxl'], 'misc': {'platform': 'meson-gxl-s905d-p230', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea84e51c583972a58e60', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:13 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:14 PM UTC [INFO] Processing event node: 6807ea85e51c583972a58e63 04/22/2025 07:14:14 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea85e51c583972a58e63 04/22/2025 07:14:14 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea85e51c583972a58e63', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on meson-gxl-s905x-libretech-cc in ' 'lava-baylibre', 'start_time': '2025-04-22T19:14:13.116000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['libretech,aml-s905x-cc', 'amlogic,s905x', 'amlogic,meson-gxl'], 'misc': {'platform': 'meson-gxl-s905x-libretech-cc', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea85e51c583972a58e63', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:14 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:14 PM UTC [INFO] Processing event node: 6807ea85e51c583972a58e66 04/22/2025 07:14:14 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea85e51c583972a58e66 04/22/2025 07:14:14 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea85e51c583972a58e66', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on meson-sm1-khadas-vim3l in ' 'lava-baylibre', 'start_time': '2025-04-22T19:14:13.330000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['khadas,vim3l', 'amlogic,sm1'], 'misc': {'platform': 'meson-sm1-khadas-vim3l', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea85e51c583972a58e66', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:14 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:14 PM UTC [INFO] Processing event node: 6807ea85e51c583972a58e69 04/22/2025 07:14:14 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea85e51c583972a58e69 04/22/2025 07:14:14 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea85e51c583972a58e69', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on meson-sm1-sei610 in ' 'lava-baylibre', 'start_time': '2025-04-22T19:14:13.514000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['seirobotics,sei610', 'amlogic,sm1'], 'misc': {'platform': 'meson-sm1-sei610', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea85e51c583972a58e69', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:14 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:14 PM UTC [INFO] Processing event node: 6807ea86e51c583972a58e6f 04/22/2025 07:14:14 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea86e51c583972a58e6f 04/22/2025 07:14:14 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea86e51c583972a58e6f', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on sun50i-a64-pine64-plus in ' 'lava-baylibre', 'start_time': '2025-04-22T19:14:14.129000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['pine64,pine64-plus', 'allwinner,sun50i-a64'], 'misc': {'platform': 'sun50i-a64-pine64-plus', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea86e51c583972a58e6f', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:14 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:18 PM UTC [INFO] Processing event node: 6807ea8ae51c583972a58e84 04/22/2025 07:14:18 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea8ae51c583972a58e84 04/22/2025 07:14:19 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea8ae51c583972a58e84', 'origin': 'maestro', 'comment': 'baseline-arm-clabbe on jetson-tk1 in lava-clabbe', 'start_time': '2025-04-22T19:14:18.845000+00:00', 'environment': {'comment': 'Runtime: lava-clabbe', 'compatible': ['nvidia,jetson-tk1', 'nvidia,tegra124'], 'misc': {'platform': 'jetson-tk1', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-clabbe', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea8ae51c583972a58e84', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:19 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:22 PM UTC [INFO] Processing event node: 6807ea8ee51c583972a58e9f 04/22/2025 07:14:22 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea8ee51c583972a58e9f 04/22/2025 07:14:23 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea8ee51c583972a58e9f', 'origin': 'maestro', 'comment': 'baseline-arm-kontron on kontron-kswitch-d10-mmt-6g-2gs in ' 'lava-kontron', 'start_time': '2025-04-22T19:14:22.757000+00:00', 'environment': {'comment': 'Runtime: lava-kontron', 'compatible': ['kontron,kswitch-d10-mmt-6g-2gs', 'kontron,s1921', 'microchip,lan9668', 'microchip,lan966'], 'misc': {'platform': 'kontron-kswitch-d10-mmt-6g-2gs', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-kontron', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea8ee51c583972a58e9f', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:23 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:23 PM UTC [INFO] Processing event node: 6807ea8ee51c583972a58ea2 04/22/2025 07:14:23 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea8ee51c583972a58ea2 04/22/2025 07:14:23 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea8ee51c583972a58ea2', 'origin': 'maestro', 'comment': 'baseline-arm-kontron on kontron-kswitch-d10-mmt-8g in ' 'lava-kontron', 'start_time': '2025-04-22T19:14:22.926000+00:00', 'environment': {'comment': 'Runtime: lava-kontron', 'compatible': ['kontron,kswitch-d10-mmt-8g', 'kontron,s1921', 'microchip,lan9668', 'microchip,lan966'], 'misc': {'platform': 'kontron-kswitch-d10-mmt-8g', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-kontron', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea8ee51c583972a58ea2', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:23 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:24 PM UTC [INFO] Processing event node: 6807ea90e51c583972a58eab 04/22/2025 07:14:24 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea90e51c583972a58eab 04/22/2025 07:14:24 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea90e51c583972a58eab', 'origin': 'maestro', 'comment': 'baseline-arm-pengutronix on stm32mp157c-lxa-tac-gen1 in ' 'lava-pengutronix', 'start_time': '2025-04-22T19:14:24.419000+00:00', 'environment': {'comment': 'Runtime: lava-pengutronix', 'compatible': ['lxa,stm32mp157c-tac-gen1', 'oct,stm32mp15xx-osd32', 'st,stm32mp157'], 'misc': {'platform': 'stm32mp157c-lxa-tac-gen1', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-pengutronix', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea90e51c583972a58eab', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:24 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:45 PM UTC [INFO] Processing event node: 6807d0a69aef7c8063cad95f 04/22/2025 07:14:45 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807d0a69aef7c8063cad95f 04/22/2025 07:14:45 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807d03a9aef7c8063cad938', 'id': 'maestro:6807d0a69aef7c8063cad95f', 'origin': 'maestro', 'comment': 'staging-stable-20250422.4', 'start_time': '2025-04-22T17:23:50.335000+00:00', 'architecture': 'arm64', 'compiler': 'gcc-12', 'config_name': 'defconfig+arm64-chromebook+kcidebug+lab-setup', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807d0a69aef7c8063cad95f-kbuild-gcc-12-arm64-chro-9zcn2yoi', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'image', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807d0a69aef7c8063cad95f'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/fragments/2.config'}, {'name': 'fragments_3_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/fragments/3.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/build.log.gz', 'log_excerpt': 'pro1.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-hp-envy-x2.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-lenovo-miix-630.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-oneplus-cheeseburger.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-oneplus-dumpling.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-lilac.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-maple.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-poplar.dtb\n' ' INSTALL _dtbs_/qcom/qcs404-evb-1000.dtb\n' ' INSTALL _dtbs_/qcom/qcs404-evb-4000.dtb\n' ' INSTALL _dtbs_/qcom/qrb5165-rb5.dtb\n' ' INSTALL _dtbs_/qcom/sa8155p-adp.dtb\n' ' INSTALL _dtbs_/qcom/sa8295p-adp.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-idp.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-coachz-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-coachz-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-coachz-r3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-coachz-r3-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r2.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-kingoftown-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-kingoftown-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r0.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r1-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r3-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r3-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r9.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r9-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r9-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-r9.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r5.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r9.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev0-auo.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev0-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev1-auo.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev1-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-lte-parade.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-lte-ti.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-parade.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pazquel-ti.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r2.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r2-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r3-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-quackingstick-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-quackingstick-r0-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev0-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev0-inx.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-inx.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-inx-rt5682s.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-boe-rt5682s.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-herobrine-crd.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-herobrine-evoker-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-herobrine-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-idp.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-idp2.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-crd-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc8280xp-crd.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc8280xp-lenovo-thinkpad-x13s.dtb\n' ' INSTALL _dtbs_/qcom/sda660-inforce-ifc6560.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-ganges-kirin.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-discovery.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-pioneer.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-voyager.dtb\n' ' INSTALL _dtbs_/qcom/sdm632-fairphone-fp3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm636-sony-xperia-ganges-mermaid.dtb\n' ' INSTALL _dtbs_/qcom/sdm660-xiaomi-lavender.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r1.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r2.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r3.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-db845c.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-lg-judyln.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-lg-judyp.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-mtp.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-oneplus-enchilada.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-oneplus-fajita.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-akari.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-akatsuki.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-apollo.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-xiaomi-beryllium.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-xiaomi-polaris.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-shift-axolotl.dtb\n' ' INSTALL _dtbs_/qcom/sdm850-lenovo-yoga-c630.dtb\n' ' INSTALL _dtbs_/qcom/sdm850-samsung-w737.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm6125-sony-xperia-seine-pdx201.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm6350-sony-xperia-lena-pdx213.dtb\n' ' INSTALL _dtbs_/qcom/sm7225-fairphone-fp4.dtb\n' ' INSTALL _dtbs_/qcom/sm8150-hdk.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-microsoft-surface-duo.dtb\n' ' INSTALL _dtbs_/qcom/sm8150-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-sony-xperia-kumano-bahamut.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-sony-xperia-kumano-griffin.dtb\n' ' INSTALL _dtbs_/qcom/sm8250-hdk.dtb\n' ' INSTALL _dtbs_/qcom/sm8250-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8250-sony-xperia-edo-pdx203.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8250-sony-xperia-edo-pdx206.dtb\n' ' INSTALL _dtbs_/qcom/sm8350-hdk.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-microsoft-surface-duo2.dtb\n' ' INSTALL _dtbs_/qcom/sm8350-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-sony-xperia-sagami-pdx214.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-sony-xperia-sagami-pdx215.dtb\n' ' INSTALL _dtbs_/qcom/sm8450-hdk.dtb\n' ' INSTALL _dtbs_/qcom/sm8450-qrd.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8450-sony-xperia-nagara-pdx223.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-beacon-rzg2m-kit.dtb\n' ' INSTALL _dtbs_/renesas/r8a774a1-hihope-rzg2m.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-ex-mipi-2.1.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-rev2.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-rev2-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-rev2-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-beacon-rzg2n-kit.dtb\n' ' INSTALL _dtbs_/renesas/r8a774b1-hihope-rzg2n.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-ex-mipi-2.1.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-rev2.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-rev2-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-rev2-ex-idk-1110wr.dtb\n' ' INSTALL _dtbs_/renesas/r8a774c0-cat874.dtb\n' ' INSTALL _dtbs_/renesas/r8a774c0-ek874.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774c0-ek874-idk-2121wr.dtb\n' ' INSTALL _dtbs_/renesas/r8a774c0-ek874-mipi-2.1.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-beacon-rzg2h-kit.dtb\n' ' INSTALL _dtbs_/renesas/r8a774e1-hihope-rzg2h.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-hihope-rzg2h-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-hihope-rzg2h-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-hihope-rzg2h-ex-mipi-2.1.dtb\n' ' INSTALL _dtbs_/renesas/r8a77950-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77950-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77950-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77961-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77961-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77961-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77970-eagle.dtb\n' ' INSTALL _dtbs_/renesas/r8a77970-v3msk.dtb\n' ' INSTALL _dtbs_/renesas/r8a77980-condor.dtb\n' ' INSTALL _dtbs_/renesas/r8a77980-v3hsk.dtb\n' ' INSTALL _dtbs_/renesas/r8a77980a-condor-i.dtb\n' ' INSTALL _dtbs_/renesas/r8a77990-ebisu.dtb\n' ' INSTALL _dtbs_/renesas/r8a77995-draak.dtb\n' ' INSTALL _dtbs_/renesas/r8a779a0-falcon.dtb\n' ' INSTALL _dtbs_/renesas/r8a779f0-spider.dtb\n' ' INSTALL _dtbs_/renesas/r8a779g0-white-hawk.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m1-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m1-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m1-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m3-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m3-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m3-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m5-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g043u11-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g044c2-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g044l2-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g054l2-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a09g011-v2mevk2.dtb\n' ' INSTALL ' '_dtbs_/renesas/draak-ebisu-panel-aa104xd12.dtbo\n' ' INSTALL ' '_dtbs_/renesas/salvator-panel-aa104xd12.dtbo\n' ' INSTALL _dtbs_/rockchip/px30-evb.dtb\n' ' INSTALL ' '_dtbs_/rockchip/px30-engicam-px30-core-ctouch2.dtb\n' ' INSTALL ' '_dtbs_/rockchip/px30-engicam-px30-core-ctouch2-of10.dtb\n' ' INSTALL ' '_dtbs_/rockchip/px30-engicam-px30-core-edimm2.2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3308-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3308-roc-cc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3308-rock-pi-s.dtb\n' ' INSTALL _dtbs_/rockchip/rk3318-a95x-z2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3326-odroid-go2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-a1.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-nanopi-r2s.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-rock64.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-rock-pi-e.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-roc-cc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-roc-pc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-evb-act8846.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-geekbox.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-lion-haikou.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-orion-r68-meta.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-px5-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-r88.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-eaidk-610.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-ficus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-firefly.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-bob.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-kevin.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-gru-scarlet-dumo.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-scarlet-inx.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-scarlet-kd.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-hugsun-x99.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-khadas-edge.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-khadas-edge-captain.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-khadas-edge-v.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-kobol-helios64.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-leez-p710.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopc-t4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-m4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-m4b.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-neo4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-r4s.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-nanopi-r4s-enterprise.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-orangepi.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-pinebook-pro.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-pinephone-pro.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-puma-haikou.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-roc-pc.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-roc-pc-mezzanine.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-roc-pc-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-4c-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4a.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4a-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4b.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4b-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4c.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock960.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rockpro64-v2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rockpro64.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-sapphire.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-sapphire-excavator.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399pro-rock-pi-n10.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-anbernic-rg353p.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-anbernic-rg503.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-pinenote-v1.1.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-pinenote-v1.2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-quartz64-a.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-quartz64-b.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-roc-pc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-soquartz-cm4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3568-bpi-r2-pro.dtb\n' ' INSTALL _dtbs_/rockchip/rk3568-evb1-v10.dtb\n' ' INSTALL _dtbs_/rockchip/rk3568-rock-3a.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld11-global.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld11-ref.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld20-akebi96.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld20-global.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld20-ref.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-pxs3-ref.dtb\n' ' INSTALL ' '_dtbs_/socionext/uniphier-pxs3-ref-gadget0.dtb\n' ' INSTALL ' '_dtbs_/socionext/uniphier-pxs3-ref-gadget1.dtb\n' ' INSTALL _dtbs_/sprd/sc9836-openphone.dtb\n' ' INSTALL _dtbs_/sprd/sp9860g-1h10.dtb\n' ' INSTALL _dtbs_/sprd/sp9863a-1h10.dtb\n' ' INSTALL _dtbs_/synaptics/berlin4ct-dmp.dtb\n' ' INSTALL _dtbs_/synaptics/berlin4ct-stb.dtb\n' ' INSTALL _dtbs_/tesla/fsd-evb.dtb\n' ' INSTALL _dtbs_/ti/k3-am654-base-board.dtb\n' ' INSTALL _dtbs_/ti/k3-am6528-iot2050-basic.dtb\n' ' INSTALL _dtbs_/ti/k3-am6528-iot2050-basic-pg2.dtb\n' ' INSTALL _dtbs_/ti/k3-am6548-iot2050-advanced.dtb\n' ' INSTALL ' '_dtbs_/ti/k3-am6548-iot2050-advanced-pg2.dtb\n' ' INSTALL _dtbs_/ti/k3-j721e-common-proc-board.dtb\n' ' INSTALL _dtbs_/ti/k3-j721e-sk.dtb\n' ' INSTALL _dtbs_/ti/k3-j7200-common-proc-board.dtb\n' ' INSTALL _dtbs_/ti/k3-j721s2-common-proc-board.dtb\n' ' INSTALL _dtbs_/ti/k3-am642-evm.dtb\n' ' INSTALL _dtbs_/ti/k3-am642-sk.dtb\n' ' INSTALL _dtbs_/ti/k3-am625-sk.dtb\n' ' INSTALL _dtbs_/ti/k3-am62a7-sk.dtb\n' ' INSTALL _dtbs_/toshiba/tmpv7708-rm-mbrc.dtb\n' ' INSTALL _dtbs_/toshiba/tmpv7708-visrobo-vrb.dtb\n' ' INSTALL _dtbs_/xilinx/avnet-ultra96-rev1.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1232-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1254-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1275-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm015-dc1.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm016-dc2.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm017-dc3.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm018-dc4.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm019-dc5.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu100-revC.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-revB.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-rev1.0.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-rev1.1.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu104-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu104-revC.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu106-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu111-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-sm-k26-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-smk-k26-revA.dtb\n' ' INSTALL ' '_dtbs_/xilinx/sm-k26-revA-sck-kv-g-revA.dtb\n' ' INSTALL ' '_dtbs_/xilinx/sm-k26-revA-sck-kv-g-revB.dtb\n' ' INSTALL ' '_dtbs_/xilinx/smk-k26-revA-sm-k26-revA-sck-kv-g-revA.dtb\n' ' INSTALL ' '_dtbs_/xilinx/smk-k26-revA-sm-k26-revA-sck-kv-g-revB.dtb\n' '+ mkdir -p /tmp/kci/artifacts/dtbs\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp -r _dtbs_/actions _dtbs_/allwinner _dtbs_/altera ' '_dtbs_/amazon _dtbs_/amd _dtbs_/amlogic _dtbs_/apm ' '_dtbs_/apple _dtbs_/arm _dtbs_/broadcom _dtbs_/cavium ' '_dtbs_/exynos _dtbs_/freescale _dtbs_/hisilicon ' '_dtbs_/intel _dtbs_/lg _dtbs_/marvell _dtbs_/mediatek ' '_dtbs_/nuvoton _dtbs_/nvidia _dtbs_/qcom ' '_dtbs_/renesas _dtbs_/rockchip _dtbs_/socionext ' '_dtbs_/sprd _dtbs_/synaptics _dtbs_/tesla _dtbs_/ti ' '_dtbs_/toshiba _dtbs_/xilinx /tmp/kci/artifacts/dtbs\n' '+ cd ..\n' '+ echo job:package_dtbs=done\n' '++ date +%s\n' '+ echo jobets:package_dtbs=1745348773\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:14:45 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:14:47 PM UTC [INFO] Processing event node: 6807e5481b4012cda6bf84c7 04/22/2025 07:14:48 PM UTC [DEBUG] Generated issues/incidents: {'issue_node': [{'origin': 'maestro', 'id': 'maestro:d3d5fb9d690f938644a68b2f9c20547fb8656c6b', 'version': 1, 'comment': ' NULL pointer dereference at virtual address 00000070 [logspec:generic_linux_boot,linux.kernel.null_pointer_dereference]', 'misc': {'logspec': {'version': '1.0.0', 'parser': 'generic_linux_boot', 'error': {'error_type': 'linux.kernel.null_pointer_dereference', 'error_summary': 'NULL pointer dereference at virtual address 00000070', 'hardware': 'Generic OMAP36xx (Flattened Device Tree)', 'address': '00000070', 'log_excerpt': '[ 5.793304] Unable to handle kernel NULL pointer dereference at virtual address 00000070\n[ 5.801452] [00000070] *pgd=00000000\n[ 5.805084] Internal error: Oops: 5 [#1] SMP ARM\n[ 5.809722] Modules linked in:\n[ 5.812805] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 6.1.132 #1\n[ 5.818817] Hardware name: Generic OMAP36xx (Flattened Device Tree)\n[ 5.825134] PC is at mutex_lock+0x8/0x30\n[ 5.829071] LR is at request_threaded_irq+0x64/0x154\n[ 5.834075] pc : [] lr : [] psr: 90000053\n[ 5.840362] sp : d0009e98 ip : 00000001 fp : 00000000\n[ 5.845611] r10: c1d6b404 r9 : 00000000 r8 : 00000070\n[ 5.850860] r7 : c0330b0c r6 : c20d0000 r5 : 00004000 r4 : c1d6bda4\n[ 5.857421] r3 : c20d0000 r2 : 00000000 r1 : c0330b0c r0 : 00000070\n[ 5.863983] Flags: NzcV IRQs on FIQs off Mode SVC_32 ISA ARM Segment none\n[ 5.871246] Control: 10c5387d Table: 80204019 DAC: 00000051\n[ 5.877014] Register r0 information: non-paged memory\n[ 5.882080] Register r1 information: non-slab/vmalloc memory\n[ 5.887786] Register r2 information: NULL pointer\n[ 5.892486] Register r3 information: slab task_struct start c20d0000 pointer offset 0\n[ 5.900390] Register r4 information: non-slab/vmalloc memory\n[ 5.906066] Register r5 information: non-paged memory\n[ 5.911132] Register r6 information: slab task_struct start c20d0000 pointer offset 0\n[ 5.919036] Register r7 information: non-slab/vmalloc memory\n[ 5.924713] Register r8 information: non-paged memory\n[ 5.929779] Register r9 information: NULL pointer\n[ 5.934509] Register r10 information: non-slab/vmalloc memory\n[ 5.940277] Register r11 information: NULL pointer\n[ 5.945098] Register r12 information: non-paged memory\n[ 5.950256] Process swapper/0 (pid: 1, stack limit = 0x(ptrval))\n[ 5.956298] Stack: (0xd0009e98 to 0xd000a000)\n[ 5.960693] 9e80: c1d6bda4 00004000\n[ 5.968902] 9ea0: c20d0000 c0330b0c 00000070 00000000 00000000 c03a6e00 c16e0d38 00000000\n[ 5.977111] 9ec0: c20d0000 00000007 00000000 c19ce858 c1a54a0c c1914bdc c1632228 00000000\n[ 5.985321] 9ee0: 00000000 c1d6b7b8 c1d59fc0 c20d0000 00000007 00000000 c19ce858 c19128a4\n[ 5.993560] 9f00: c19128cc c03025dc c21fe6d7 00000000 c21fe6e7 00000000 00000000 00000000\n[ 6.001770] 9f20: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000\n[ 6.009979] 9f40: 00000000 00000000 00000000 00000000 00000000 8b0ea72b 00000182 c21fe6c0\n[ 6.018188] 9f60: c19ce838 00000007 c1d6a000 c1901394 00000007 00000007 00000000 c19004d0\n[ 6.026397] 9f80: c1b04cc0 c110c448 00000000 00000000 00000000 00000000 00000000 c110c460\n[ 6.034637] 9fa0: 00000000 c110c448 00000000 c03001ac 00000000 00000000 00000000 00000000\n[ 6.042846] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000\n[ 6.051055] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000 00000000 00000000\n[ 6.059295] mutex_lock from request_threaded_irq+0x64/0x154\n[ 6.064971] request_threaded_irq from request_threaded_irq+0x64/0x154\n[ 6.071563] request_threaded_irq from omap3_pm_init+0xe4/0x400\n[ 6.077514] omap3_pm_init from omap2_common_pm_late_init+0x30/0x58\n[ 6.083831] omap2_common_pm_late_init from do_one_initcall+0x58/0x200\n[ 6.090393] do_one_initcall from kernel_init_freeable+0x1a8/0x204\n[ 6.096618] kernel_init_freeable from kernel_init+0x18/0x12c\n[ 6.102416] kernel_init from ret_from_fork+0x14/0x28\n[ 6.107482] Exception stack(0xd0009fb0 to 0xd0009ff8)\n[ 6.112579] 9fa0: 00000000 00000000 00000000 00000000\n[ 6.120788] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000\n[ 6.128997] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000\n[ 6.135650] Code: e3a01002 eafffdd7 ee1d3f70 f5d0f000 (e1901f9f)\n', 'signature_fields': {'error_type': 'linux.kernel.null_pointer_dereference', 'error_summary': 'NULL pointer dereference at virtual address 00000070', 'address': '00000070', 'call_trace': []}}}}, 'culprit': {'code': True, 'harness': False, 'tool': False}, 'test_status': 'FAIL'}, {'origin': 'maestro', 'id': 'maestro:ed9d1ad0c75be46fb49b0eea8c2e5cafa2d5c262', 'version': 1, 'comment': ' Attempted to kill init! exitcode=0x0000000b [logspec:generic_linux_boot,linux.kernel.panic]', 'misc': {'logspec': {'version': '1.0.0', 'parser': 'generic_linux_boot', 'error': {'error_type': 'linux.kernel.panic', 'error_summary': 'Attempted to kill init! exitcode=0x0000000b', 'log_excerpt': '[ 6.146545] Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b\n', 'signature_fields': {'error_type': 'linux.kernel.panic', 'error_summary': 'Attempted to kill init! exitcode=0x0000000b'}}}}, 'culprit': {'code': True, 'harness': False, 'tool': False}, 'test_status': 'FAIL'}], 'incident_node': [{'id': 'maestro:0ed34580f9ebf879234cae677c75cfeb13d943d6', 'issue_id': 'maestro:d3d5fb9d690f938644a68b2f9c20547fb8656c6b', 'issue_version': 1, 'test_id': 'maestro:6807e5481b4012cda6bf84c7', 'comment': 'test incident, automatically generated', 'origin': 'maestro', 'present': True}, {'id': 'maestro:9ab30b3d7121ba51936406f9449b2f2fa5b38243', 'issue_id': 'maestro:ed9d1ad0c75be46fb49b0eea8c2e5cafa2d5c262', 'issue_version': 1, 'test_id': 'maestro:6807e5481b4012cda6bf84c7', 'comment': 'test incident, automatically generated', 'origin': 'maestro', 'present': True}]} 04/22/2025 07:14:48 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e5481b4012cda6bf84c7 04/22/2025 07:14:48 PM UTC [DEBUG] Sending to KCIDB: issues: maestro:d3d5fb9d690f938644a68b2f9c20547fb8656c6b 04/22/2025 07:14:48 PM UTC [DEBUG] Sending to KCIDB: issues: maestro:ed9d1ad0c75be46fb49b0eea8c2e5cafa2d5c262 04/22/2025 07:14:48 PM UTC [DEBUG] Sending to KCIDB: incidents: maestro:0ed34580f9ebf879234cae677c75cfeb13d943d6 04/22/2025 07:14:48 PM UTC [DEBUG] Sending to KCIDB: incidents: maestro:9ab30b3d7121ba51936406f9449b2f2fa5b38243 04/22/2025 07:14:48 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807b36ceeef98828f27e70f', 'id': 'maestro:6807e5481b4012cda6bf84c7', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on beagle-xm in lava-baylibre', 'start_time': '2025-04-22T18:51:52.615000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['ti,omap3-beagle-xm', 'ti,omap3630', 'ti,omap3'], 'misc': {'platform': 'beagle-xm', 'job_url': 'https://lava.baylibre.com/scheduler/job/3910945', 'job_id': '3910945'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e5481b4012cda6bf84c7', 'error_code': 'Job', 'error_msg': 'login-action timed out after 120 seconds'}, 'status': 'FAIL', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm-baylibre-6807e5481b4012cda6bf84c7/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm-baylibre-6807e5481b4012cda6bf84c7/log.txt.gz', 'log_excerpt': '\n' '[ 0.057159] CPU0: thread -1, cpu 0, socket -1, ' 'mpidr 0\n' '[ 0.058441] Setting up static identity map for ' '0x80300000 - 0x803000ac\n' '[ 0.062896] rcu: Hierarchical SRCU ' 'implementation.\n' '[ 0.062896] rcu: ?Max phase no-delay instances is ' '1000.\n' '[ 0.073364] EFI services will not be available.\n' '[ 0.073730] smp: Bringing up secondary CPUs ...\n' '[ 0.073730] smp: Brought up 1 node, 1 CPU\n' '[ 0.073760] SMP: Total of 1 processors activated ' '(600.47 BogoMIPS).\n' '[ 0.073760] CPU: All CPU(s) started in SVC mode.\n' '[ 0.074493] devtmpfs: initialized\n' '[ 0.098419] VFP support v0.3: implementor 41 ' 'architecture 3 part 30 variant c rev 3\n' '[ 0.098754] clocksource: jiffies: mask: 0xffffffff ' 'max_cycles: 0xffffffff, max_idle_ns: ' '19112604462750000 ns\n' '[ 0.098785] futex hash table entries: 256 (order: ' '2, 16384 bytes, linear)\n' '[ 0.103912] pinctrl core: initialized pinctrl ' 'subsystem\n' '[ 0.112396] DMI not present or invalid.\n' '[ 0.113525] NET: Registered PF_NETLINK/PF_ROUTE ' 'protocol family\n' '[ 0.117004] DMA: preallocated 256 KiB pool for ' 'atomic coherent allocations\n' '[ 0.142700] omap_hwmod: mcbsp2_sidetone using ' 'broken dt data from mcbsp\n' '[ 0.143463] omap_hwmod: mcbsp3_sidetone using ' 'broken dt data from mcbsp\n' '[ 0.217193] thermal_sys: Registered thermal ' "governor 'step_wise'\n" '[ 0.217376] cpuidle: using governor menu\n' '[ 0.217926] Reprogramming SDRC clock to 400000000 ' 'Hz\n' '[ 0.251861] /ocp@68000000: Fixed dependency ' 'cycle(s) with ' '/ocp@68000000/interrupt-controller@48200000\n' '[ 0.281921] gpio gpiochip0: (gpio-0-31): not an ' 'immutable chip, please consider fixing it!\n' '[ 0.282379] OMAP GPIO hardware version 2.5\n' '[ 0.283447] gpio gpiochip1: (gpio-32-63): not an ' 'immutable chip, please consider fixing it!\n' '[ 0.284912] gpio gpiochip2: (gpio-64-95): not an ' 'immutable chip, please consider fixing it!\n' '[ 0.286315] gpio gpiochip3: (gpio-96-127): not an ' 'immutable chip, please consider fixing it!\n' '[ 0.287872] gpio gpiochip4: (gpio-128-159): not an ' 'immutable chip, please consider fixing it!\n' '[ 0.319915] /ocp@68000000/dss@48050000: Fixed ' 'dependency cycle(s) with /encoder0\n' '[ 0.320098] /encoder0: Fixed dependency cycle(s) ' 'with /ocp@68000000/dss@48050000\n' '[ 0.320831] /encoder0: Fixed dependency cycle(s) ' 'with /connector0\n' '[ 0.320983] /connector0: Fixed dependency cycle(s) ' 'with /encoder0\n' '[ 0.321594] ' '/ocp@68000000/dss@48050000/encoder@48050c00: Fixed ' 'dependency cycle(s) with /connector1\n' '[ 0.321746] /connector1: Fixed dependency cycle(s) ' 'with /ocp@68000000/dss@48050000/encoder@48050c00\n' '[ 0.322845] /etb@5401b000: Fixed dependency ' 'cycle(s) with /etm@54010000\n' '[ 0.322998] /etm@54010000: Fixed dependency ' 'cycle(s) with /etb@5401b000\n' '[ 0.323272] No ATAGs?\n' '[ 0.323303] hw-breakpoint: debug architecture 0x4 ' 'unsupported.\n' '[ 0.337402] Serial: AMBA PL011 UART driver\n' '[ 0.380584] iommu: Default domain type: ' 'Translated\n' '[ 0.380615] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.381805] SCSI subsystem initialized\n' '[ 0.397735] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.397827] usbcore: registered new interface ' 'driver hub\n' '[ 0.397888] usbcore: registered new device driver ' 'usb\n' '[ 0.401672] omap_i2c 48070000.i2c: bus 0 rev4.4 at ' '2600 kHz\n' '[ 0.407806] omap_i2c 48072000.i2c: bus 1 rev4.4 at ' '400 kHz\n' '[ 0.408874] omap_i2c 48060000.i2c: bus 2 rev4.4 at ' '100 kHz\n' '[ 0.410369] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.410400] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.410430] PTP clock support registered\n' '[ 0.410766] EDAC MC: Ver: 3.0.0\n' '[ 0.421691] vgaarb: loaded\n' '[ 0.422302] clocksource: Switched to clocksource ' '32k_counter\n' '[ 0.454650] NET: Registered PF_INET protocol ' 'family\n' '[ 0.455047] IP idents hash table entries: 4096 ' '(order: 3, 32768 bytes, linear)\n' '[ 0.456176] tcp_listen_portaddr_hash hash table ' 'entries: 512 (order: 0, 4096 bytes, linear)\n' '[ 0.456237] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.456268] TCP established hash table entries: ' '2048 (order: 1, 8192 bytes, linear)\n' '[ 0.456359] TCP bind hash table entries: 2048 ' '(order: 3, 32768 bytes, linear)\n' '[ 0.456512] TCP: Hash tables configured ' '(established 2048 bind 2048)\n' '[ 0.456634] UDP hash table entries: 256 (order: 1, ' '8192 bytes, linear)\n' '[ 0.456695] UDP-Lite hash table entries: 256 ' '(order: 1, 8192 bytes, linear)\n' '[ 0.456909] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.458007] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.458007] RPC: Registered udp transport module.\n' '[ 0.458007] RPC: Registered tcp transport module.\n' '[ 0.458038] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.458038] PCI: CLS 0 bytes, default 64\n' '[ 0.463836] Trying to unpack rootfs image as ' 'initramfs...\n' '[ 0.473144] hw perfevents: enabled with ' 'armv7_cortex_a8 PMU driver, 5 counters available\n' '[ 0.475555] Initialise system trusted keyrings\n' '[ 0.482849] workingset: timestamp_bits=30 ' 'max_order=16 bucket_order=0\n' '[ 0.492767] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.523681] NFS: Registering the id_resolver key ' 'type\n' '[ 0.523773] Key type id_resolver registered\n' '[ 0.523803] Key type id_legacy registered\n' '[ 0.523956] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.523956] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.524047] ntfs: driver 2.1.32 [Flags: R/O].\n' '[ 0.524871] Key type asymmetric registered\n' "[ 0.524902] Asymmetric key parser 'x509' " 'registered\n' '[ 0.525115] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 247)\n' '[ 0.525146] io scheduler mq-deadline registered\n' '[ 0.525146] io scheduler kyber registered\n' '[ 0.544158] pinctrl-single 48002030.pinmux: 284 ' 'pins, size 568\n' '[ 0.544830] pinctrl-single 48002a00.pinmux: 46 ' 'pins, size 92\n' '[ 0.545623] pinctrl-single 480025a0.pinmux: 46 ' 'pins, size 92\n' '[ 1.023986] Serial: 8250/16550 driver, 5 ports, ' 'IRQ sharing enabled\n' '[ 1.049713] 4806a000.serial: ttyS0 at MMIO ' '0x4806a000 (irq = 88, base_baud = 3000000) is a 8250\n' '[ 1.063629] 4806c000.serial: ttyS1 at MMIO ' '0x4806c000 (irq = 89, base_baud = 3000000) is a 8250\n' '[ 1.066223] 49020000.serial: ttyS2 at MMIO ' '0x49020000 (irq = 90, base_baud = 3000000) is a 8250\n' '[ 3.861419] printk: console [ttyS2] enabled\n' '[ 3.894989] 49042000.serial: ttyS3 at MMIO ' '0x49042000 (irq = 96, base_baud = 3000000) is a 8250\n' '[ 3.947082] SuperH (H)SCI(F) driver initialized\n' '[ 3.953826] msm_serial: driver initialized\n' '[ 3.957977] STMicroelectronics ASC driver ' 'initialized\n' '[ 3.966125] STM32 USART driver initialized\n' '[ 4.116394] brd: module loaded\n' '[ 4.159545] loop: module loaded\n' '[ 4.222320] twl 0-0048: PIH (irq 23) chaining IRQs ' '145..153\n' '[ 4.228179] twl 0-0048: power (irq 150) chaining ' 'IRQs 153..160\n' '[ 4.445983] twl4030_gpio twl4030-gpio: gpio (irq ' '145) chaining IRQs 161..178\n' '[ 4.631835] CAN device driver interface\n' '[ 4.638977] bgmac_bcma: Broadcom 47xx GBit MAC ' 'driver loaded\n' '[ 4.647674] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 4.652740] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 4.658813] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 4.664306] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 4.681365] pegasus: Pegasus/Pegasus II USB ' 'Ethernet driver\n' '[ 4.687164] usbcore: registered new interface ' 'driver pegasus\n' '[ 4.692962] usbcore: registered new interface ' 'driver asix\n' '[ 4.698455] usbcore: registered new interface ' 'driver ax88179_178a\n' '[ 4.704681] usbcore: registered new interface ' 'driver cdc_ether\n' '[ 4.710601] usbcore: registered new interface ' 'driver smsc75xx\n' '[ 4.716491] usbcore: registered new interface ' 'driver smsc95xx\n' '[ 4.722320] usbcore: registered new interface ' 'driver net1080\n' '[ 4.728118] usbcore: registered new interface ' 'driver cdc_subset\n' '[ 4.734130] usbcore: registered new interface ' 'driver zaurus\n' '[ 4.739807] usbcore: registered new interface ' 'driver cdc_ncm\n' '[ 4.758087] usbcore: registered new interface ' 'driver usb-storage\n' '[ 4.778503] ohci-platform 48064400.ohci: Generic ' 'Platform OHCI controller\n' '[ 4.785491] ohci-platform 48064400.ohci: new USB ' 'bus registered, assigned bus number 1\n' '[ 4.834503] ohci-platform 48064400.ohci: irq 92, ' 'io mem 0x48064400\n' '[ 4.964569] hub 1-0:1.0: USB hub found\n' '[ 4.977081] hub 1-0:1.0: 3 ports detected\n' '[ 5.234741] twl_rtc 48070000.i2c:twl@48:rtc: Power ' 'up reset detected.\n' '[ 5.262756] twl_rtc 48070000.i2c:twl@48:rtc: ' 'Enabling TWL-RTC\n' '[ 5.290191] twl_rtc 48070000.i2c:twl@48:rtc: ' 'registered as rtc0\n' '[ 5.324249] twl_rtc 48070000.i2c:twl@48:rtc: ' 'setting system clock to 2000-01-01T00:00:00 UTC ' '(946684800)\n' '[ 5.354431] i2c_dev: i2c /dev entries driver\n' '[ 5.419036] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 5.425445] sdhci: Copyright(c) Pierre Ossman\n' '[ 5.435516] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 5.446411] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 5.463256] omap_hsmmc 4809c000.mmc: RX DMA ' 'channel request failed\n' '[ 5.613159] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 5.625091] usbcore: registered new interface ' 'driver usbhid\n' '[ 5.630706] usbhid: USB HID core driver\n' '[ 5.640045] omap-gpmc 6e000000.gpmc: GPMC revision ' '5.0\n' '[ 5.645324] gpmc_mem_init: disabling cs 0 mapped ' 'at 0x0-0x1000000\n' '[ 5.665466] 8<--- cut here ---\n' '[ 5.668579] Unable to handle kernel paging request ' 'at virtual address ffffffff\n' '[ 5.675933] [ffffffff] *pgd=8fdde861, ' '*pte=00000000, *ppte=00000000\n' '[ 5.682250] Internal error: Oops: 37 [#1] SMP ARM\n' '[ 5.686981] Modules linked in:\n' '[ 5.690063] CPU: 0 PID: 29 Comm: kworker/u2:2 Not ' 'tainted 6.1.132 #1\n' '[ 5.696441] Hardware name: Generic OMAP36xx ' '(Flattened Device Tree)\n' '[ 5.702728] Workqueue: events_unbound ' 'async_run_entry_fn\n' '[ 5.708099] PC is at inflate_fast+0x390/0x594\n' '[ 5.712493] LR is at 0xc2441184\n' '[ 5.715637] pc : [] lr : ' '[] psr: 20000053\n' '[ 5.721923] sp : d0095db8 ip : 0000001d fp : ' 'c9f25e56\n' '[ 5.727172] r10: c242b200 r9 : c2440000 r8 : ' 'ffffffff\n' '[ 5.732421] r7 : c2415600 r6 : 0000000c r5 : ' 'c242b200 r4 : 00000000\n' '[ 5.738983] r3 : 0000c4ac r2 : 00000013 r1 : ' '00000006 r0 : ffffffff\n' '[ 5.745544] Flags: nzCv IRQs on FIQs off Mode ' 'SVC_32 ISA ARM Segment none\n' '[ 5.752777] Control: 10c5387d Table: 80204019 ' 'DAC: 00000051\n' '[ 5.758575] Register r0 information: non-paged ' 'memory\n' '[ 5.763641] Register r1 information: non-paged ' 'memory\n' '[ 5.768707] Register r2 information: non-paged ' 'memory\n' '[ 5.773803] Register r3 information: non-paged ' 'memory\n' '[ 5.778869] Register r4 information: NULL pointer\n' '[ 5.783599] Register r5 information: ' 'non-slab/vmalloc memory\n' '[ 5.789276] Register r6 information: non-paged ' 'memory\n' '[ 5.794372] Register r7 information: slab ' 'kmalloc-64 start c2415600 pointer offset 0 size 64\n' '[ 5.802856] Register r8 information: non-paged ' 'memory\n' '[ 5.807922] Register r9 information: ' 'non-slab/vmalloc memory\n' '[ 5.813629] Register r10 information: ' 'non-slab/vmalloc memory\n' '[ 5.819396] Register r11 information: ' 'non-slab/vmalloc memory\n' '[ 5.825164] Register r12 information: non-paged ' 'memory\n' '[ 5.830322] Process kworker/u2:2 (pid: 29, stack ' 'limit = 0x(ptrval))\n' '[ 5.836730] Stack: (0xd0095db8 to 0xd0096000)\n' '[ 5.841094] ' '5da0: ' 'c244052c 00000000\n' '[ 5.849304] 5dc0: c242feff 000001ff 00000006 ' 'c2428000 00000000 c244252c 00008000 00008000\n' '[ 5.857513] 5de0: c9f25e54 00000007 c19af414 ' '00000006 360da1b2 00000006 c9f25e53 c2440000\n' '[ 5.865753] 5e00: c242b1f4 00008000 c2415600 ' 'c07368e4 c19ce8c0 618a245c c19ce8c0 00004e0c\n' '[ 5.873962] 5e20: c242b1f4 00000000 00008000 ' 'c19029c4 360daca7 00005dd4 c19ce8c0 c2415600\n' '[ 5.882171] 5e40: c8fa0000 c2428000 00000000 ' 'c19029d8 c190272c c19af414 c8fa0000 c19af67c\n' '[ 5.890380] 5e60: 00008000 00000000 c200e005 ' 'c19ce8c0 c8fa0000 00000000 00000000 0105f278\n' '[ 5.898620] 5e80: 00000000 00000000 c19ce944 ' 'c19af780 00000000 00008000 c19ce940 c190272c\n' '[ 5.906829] 5ea0: 0105f278 c1902d04 00000000 ' 'c19ce940 c190272c c200e005 c2126e80 c1627bdc\n' '[ 5.915039] 5ec0: c179f3ec 618a245c d0095ee4 ' 'c1d6a068 c1d6a064 c2006600 c1a54d00 00000000\n' '[ 5.923248] 5ee0: c1d5a240 c200e005 c2126e80 ' 'c1903848 c240179c c2415550 c1d6cd34 618a245c\n' '[ 5.931488] 5f00: c200e000 c2415550 c1d6cd34 ' 'c2006600 c200e000 c036d548 c2415550 c2336680\n' '[ 5.939697] 5f20: c2006600 c03621d0 c2006648 ' '00000000 cfb8e600 c2006600 c2006648 c2336680\n' '[ 5.947906] 5f40: c2006600 c2336698 c200661c ' 'c1b03d40 c2126e80 00000088 c2006600 c03624f0\n' '[ 5.956115] 5f60: c2336680 c1b03d40 d0069eb8 ' 'c2342000 c2126e80 c03624a0 c2336680 c23420c0\n' '[ 5.964355] 5f80: d0069eb8 00000000 00000000 ' 'c036a1a0 c2342000 c036a0d0 00000000 00000000\n' '[ 5.972564] 5fa0: 00000000 00000000 00000000 ' 'c03001ac 00000000 00000000 00000000 00000000\n' '[ 5.980773] 5fc0: 00000000 00000000 00000000 ' '00000000 00000000 00000000 00000000 00000000\n' '[ 5.988983] 5fe0: 00000000 00000000 00000000 ' '00000000 00000013 00000000 00000000 00000000\n' '[ 5.997222] inflate_fast from ' 'zlib_inflate+0x650/0x1468\n' '[ 6.002563] zlib_inflate from ' '__gunzip+0x260/0x338\n' '[ 6.007476] __gunzip from gunzip+0x2c/0x34\n' '[ 6.011718] gunzip from ' 'unpack_to_rootfs+0x18c/0x2b4\n' '[ 6.016815] unpack_to_rootfs from ' 'do_populate_rootfs+0x7c/0x1dc\n' '[ 6.022857] do_populate_rootfs from ' 'async_run_entry_fn+0x24/0xb0\n' '[ 6.028991] async_run_entry_fn from ' 'process_one_work+0x1fc/0x4cc\n' '[ 6.035125] process_one_work from ' 'worker_thread+0x50/0x54c\n' '[ 6.040740] worker_thread from kthread+0xd0/0xec\n' '[ 6.045471] kthread from ret_from_fork+0x14/0x28\n' '[ 6.050201] Exception stack(0xd0095fb0 to ' '0xd0095ff8)\n' '[ 6.055267] ' '5fa0: 00000000 ' '00000000 00000000 00000000\n' '[ 6.063476] 5fc0: 00000000 00000000 00000000 ' '00000000 00000000 00000000 00000000 00000000\n' '[ 6.071716] 5fe0: 00000000 00000000 00000000 ' '00000000 00000013 00000000\n' '[ 6.078338] Code: 07c74016 06ff6074 e1a04001 ' 'e2544001 (e0c560b2)\n' '[ 6.084594] ---[ end trace 0000000000000000 ]---\n' '[ 6.098175] NET: Registered PF_INET6 protocol ' 'family\n' '[ 6.104888] Segment Routing with IPv6\n' '[ 6.108673] In-situ OAM (IOAM) with IPv6\n' '[ 6.112762] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 6.119415] NET: Registered PF_PACKET protocol ' 'family\n' '[ 6.124603] can: controller area network core\n' '[ 6.129058] NET: Registered PF_CAN protocol ' 'family\n' '[ 6.133911] can: raw protocol\n' '[ 6.136901] can: broadcast manager protocol\n' '[ 6.141113] can: netlink gateway - max_hops=1\n' '[ 6.146087] Key type dns_resolver registered\n' '[ 6.150512] ThumbEE CPU extension supported.\n' '[ 6.154876] Registering SWP/SWPB emulation ' 'handler\n' '[ 6.161865] Loading compiled-in X.509 ' 'certificates\n' '[ 6.190155] gpio gpiochip7: (gpio-160-191): not an ' 'immutable chip, please consider fixing it!\n' '[ 6.202819] usb_phy_generic hsusb2_phy: dummy ' 'supplies not allowed for exclusive requests\n' '[ 6.231079] omap-dma-engine ' '48056000.dma-controller: OMAP DMA engine driver ' '(LinkedList1/2/3 supported)\n' '[ 6.244445] omap_rng 480a0000.rng: Random Number ' 'Generator ver. 70\n' '[ 6.251678] ti-sysc: probe of ' '48318000.target-module failed with error -16\n' '[ 6.402618] ehci-omap 48064800.ehci: EHCI Host ' 'Controller\n' '[ 6.408111] ehci-omap 48064800.ehci: new USB bus ' 'registered, assigned bus number 2\n' '[ 6.417053] ehci-omap 48064800.ehci: irq 93, io ' 'mem 0x48064800\n' '[ 6.452636] ehci-omap 48064800.ehci: USB 2.0 ' 'started, EHCI 1.00\n' '[ 6.460021] hub 2-0:1.0: USB hub found\n' '[ 6.464019] hub 2-0:1.0: 3 ports detected\n' '[ 6.488006] input: gpio_keys as ' '/devices/platform/gpio_keys/input/input0\n' '[ 6.753417] usb 2-2: new high-speed USB device ' 'number 2 using ehci-omap\n' '[ 6.763244] mmc0: host does not support reading ' 'read-only switch, assuming write-enable\n' '[ 6.774322] mmc0: new high speed SDHC card at ' 'address aaaa\n' '[ 6.781005] mmcblk0: mmc0:aaaa SS08G 7.40 GiB\n' '[ 6.794189] mmcblk0: p1 p2\n' '[ 6.956146] hub 2-2:1.0: USB hub found\n' '[ 6.960266] hub 2-2:1.0: 5 ports detected\n' '[ 7.282714] usb 2-2.1: new high-speed USB device ' 'number 3 using ehci-omap\n' '[ 7.438842] smsc95xx v2.0.0\n' '[ 16.492919] random: crng init done\n' '[ 17.139221] platform led-controller-2: deferred ' 'probe pending\n' '[ 17.145233] amba 5401b000.etb: deferred probe ' 'pending\n'} 04/22/2025 07:14:48 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:14:49 PM UTC [INFO] Processing event node: 67eeddc890edc24662fb7ed0 04/22/2025 07:14:49 PM UTC [DEBUG] Not sending node to KCIDB: 67eeddc890edc24662fb7ed0 04/22/2025 07:14:49 PM UTC [INFO] Processing event node: 6807eaa7e51c583972a58edf 04/22/2025 07:15:21 PM UTC [INFO] Processing event node: 6807ea89e51c583972a58e81 04/22/2025 07:15:21 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea89e51c583972a58e81 04/22/2025 07:15:21 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea89e51c583972a58e81', 'origin': 'maestro', 'comment': 'baseline-arm-clabbe on armada-388-clearfog-pro in ' 'lava-clabbe', 'start_time': '2025-04-22T19:14:17.153000+00:00', 'environment': {'comment': 'Runtime: lava-clabbe', 'compatible': ['solidrun,clearfog-pro-a1', 'solidrun,clearfog-a1', 'marvell,armada388', 'marvell,armada385', 'marvell,armada380'], 'misc': {'platform': 'armada-388-clearfog-pro', 'job_url': 'https://lava.montjoie.ovh/scheduler/job/476182', 'job_id': '476182'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-clabbe', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea89e51c583972a58e81'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm-clabbe-6807ea89e51c583972a58e81/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm-clabbe-6807ea89e51c583972a58e81/log.txt.gz', 'log_excerpt': 'tered PF_NETLINK/PF_ROUTE protocol family\n' '[ 0.010030] DMA: preallocated 256 KiB pool for ' 'atomic coherent allocations\n' '[ 0.011006] thermal_sys: Registered thermal ' "governor 'step_wise'\n" '[ 0.011041] cpuidle: using governor menu\n' '[ 0.011136] No ATAGs?\n' '[ 0.011169] hw-breakpoint: found 5 (+1 reserved) ' 'breakpoint and 1 watchpoint registers.\n' '[ 0.011174] hw-breakpoint: maximum watchpoint size ' 'is 4 bytes.\n' '[ 0.011375] mvebu-pmsu: CPU hotplug support is ' 'currently broken on Armada 38x: disabling\n' '[ 0.011381] mvebu-pmsu: CPU idle is currently ' 'broken on Armada 38x: disabling\n' '[ 0.012126] Serial: AMBA PL011 UART driver\n' '[ 0.014472] /soc: Fixed dependency cycle(s) with ' '/soc/internal-regs/interrupt-controller@d000\n' '[ 0.037051] iommu: Default domain type: ' 'Translated\n' '[ 0.037057] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.037350] SCSI subsystem initialized\n' '[ 0.037554] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.037573] usbcore: registered new interface ' 'driver hub\n' '[ 0.037588] usbcore: registered new device driver ' 'usb\n' '[ 0.038249] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.038252] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.038259] PTP clock support registered\n' '[ 0.038331] EDAC MC: Ver: 3.0.0\n' '[ 0.039553] vgaarb: loaded\n' '[ 0.039780] clocksource: Switched to clocksource ' 'arm_global_timer\n' '[ 0.043301] NET: Registered PF_INET protocol ' 'family\n' '[ 0.043412] IP idents hash table entries: 16384 ' '(order: 5, 131072 bytes, linear)\n' '[ 0.044305] tcp_listen_portaddr_hash hash table ' 'entries: 512 (order: 0, 4096 bytes, linear)\n' '[ 0.044319] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.044326] TCP established hash table entries: ' '8192 (order: 3, 32768 bytes, linear)\n' '[ 0.044362] TCP bind hash table entries: 8192 ' '(order: 5, 131072 bytes, linear)\n' '[ 0.044477] TCP: Hash tables configured ' '(established 8192 bind 8192)\n' '[ 0.044526] UDP hash table entries: 512 (order: 2, ' '16384 bytes, linear)\n' '[ 0.044552] UDP-Lite hash table entries: 512 ' '(order: 2, 16384 bytes, linear)\n' '[ 0.044646] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.055140] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.055145] RPC: Registered udp transport module.\n' '[ 0.055148] RPC: Registered tcp transport module.\n' '[ 0.055149] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.055154] PCI: CLS 0 bytes, default 64\n' '[ 0.055562] Trying to unpack rootfs image as ' 'initramfs...\n' '[ 0.059600] hw perfevents: enabled with ' 'armv7_cortex_a9 PMU driver, 7 counters available\n' '[ 0.060266] Initialise system trusted keyrings\n' '[ 0.073277] workingset: timestamp_bits=30 ' 'max_order=18 bucket_order=0\n' '[ 0.075973] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.082785] NFS: Registering the id_resolver key ' 'type\n' '[ 0.082817] Key type id_resolver registered\n' '[ 0.082820] Key type id_legacy registered\n' '[ 0.082865] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.082868] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.082885] ntfs: driver 2.1.32 [Flags: R/O].\n' '[ 0.083108] Key type asymmetric registered\n' "[ 0.083112] Asymmetric key parser 'x509' " 'registered\n' '[ 0.083179] bounce: pool size: 64 pages\n' '[ 0.083228] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 247)\n' '[ 0.083232] io scheduler mq-deadline registered\n' '[ 0.083235] io scheduler kyber registered\n' '[ 0.092137] armada-38x-pinctrl f1018000.pinctrl: ' 'registered pinctrl driver\n' "[ 0.100015] debugfs: Directory 'f1018100.gpio' " "with parent 'regmap' already present!\n" "[ 0.100432] debugfs: Directory 'f1018140.gpio' " "with parent 'regmap' already present!\n" '[ 0.101839] mvebu-pcie soc:pcie: host bridge ' '/soc/pcie ranges:\n' '[ 0.101865] mvebu-pcie soc:pcie: MEM ' '0x00f1080000..0x00f1081fff -> 0x0000080000\n' '[ 0.101880] mvebu-pcie soc:pcie: MEM ' '0x00f1040000..0x00f1041fff -> 0x0000040000\n' '[ 0.101892] mvebu-pcie soc:pcie: MEM ' '0x00f1044000..0x00f1045fff -> 0x0000044000\n' '[ 0.101907] mvebu-pcie soc:pcie: MEM ' '0x00f1048000..0x00f1049fff -> 0x0000048000\n' '[ 0.101918] mvebu-pcie soc:pcie: MEM ' '0xffffffffffffffff..0x00fffffffe -> 0x0100000000\n' '[ 0.101929] mvebu-pcie soc:pcie: IO ' '0xffffffffffffffff..0x00fffffffe -> 0x0100000000\n' '[ 0.101940] mvebu-pcie soc:pcie: MEM ' '0xffffffffffffffff..0x00fffffffe -> 0x0200000000\n' '[ 0.101951] mvebu-pcie soc:pcie: IO ' '0xffffffffffffffff..0x00fffffffe -> 0x0200000000\n' '[ 0.101962] mvebu-pcie soc:pcie: MEM ' '0xffffffffffffffff..0x00fffffffe -> 0x0300000000\n' '[ 0.101972] mvebu-pcie soc:pcie: IO ' '0xffffffffffffffff..0x00fffffffe -> 0x0300000000\n' '[ 0.101983] mvebu-pcie soc:pcie: MEM ' '0xffffffffffffffff..0x00fffffffe -> 0x0400000000\n' '[ 0.101990] mvebu-pcie soc:pcie: IO ' '0xffffffffffffffff..0x00fffffffe -> 0x0400000000\n' '[ 0.106606] mv_xor f1060800.xor: Marvell shared ' 'XOR driver\n' '[ 0.180417] mv_xor f1060800.xor: Marvell XOR ' '(Descriptor Mode): ( xor cpy intr )\n' '[ 0.180624] mv_xor f1060900.xor: Marvell shared ' 'XOR driver\n' '[ 0.250390] mv_xor f1060900.xor: Marvell XOR ' '(Descriptor Mode): ( xor cpy intr )\n' '[ 0.292503] Serial: 8250/16550 driver, 5 ports, ' 'IRQ sharing enabled\n' '[ 0.293928] printk: console [ttyS0] disabled\n' '[ 0.314033] f1012000.serial: ttyS0 at MMIO ' '0xf1012000 (irq = 40, base_baud = 15625000) is a ' '16550A\n' '[ 0.840651] Freeing initrd memory: 16748K\n' '[ 0.844890] printk: console [ttyS0] enabled\n' '[ 1.460123] f1012100.serial: ttyS1 at MMIO ' '0xf1012100 (irq = 41, base_baud = 15625000) is a ' '16550A\n' '[ 1.470201] SuperH (H)SCI(F) driver initialized\n' '[ 1.475178] msm_serial: driver initialized\n' '[ 1.479284] STMicroelectronics ASC driver ' 'initialized\n' '[ 1.484840] STM32 USART driver initialized\n' '[ 1.495722] brd: module loaded\n' '[ 1.501153] loop: module loaded\n' '[ 1.508020] spi-nor spi1.0: unrecognized JEDEC id ' 'bytes: ff ff ff ff ff ff\n' '[ 1.517075] CAN device driver interface\n' '[ 1.521473] bgmac_bcma: Broadcom 47xx GBit MAC ' 'driver loaded\n' '[ 1.527638] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.532622] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 1.538587] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 1.544003] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 1.564748] hwmon hwmon0: temp1_input not attached ' 'to any thermal zone\n' '[ 1.572649] mvneta f1070000.ethernet eth0: Using ' 'device tree mac address d2:63:b4:70:38:0b\n' '[ 1.582762] pegasus: Pegasus/Pegasus II USB ' 'Ethernet driver\n' '[ 1.588368] usbcore: registered new interface ' 'driver pegasus\n' '[ 1.594099] usbcore: registered new interface ' 'driver asix\n' '[ 1.599523] usbcore: registered new interface ' 'driver ax88179_178a\n' '[ 1.605650] usbcore: registered new interface ' 'driver cdc_ether\n' '[ 1.611518] usbcore: registered new interface ' 'driver smsc75xx\n' '[ 1.617292] usbcore: registered new interface ' 'driver smsc95xx\n' '[ 1.623069] usbcore: registered new interface ' 'driver net1080\n' '[ 1.628756] usbcore: registered new interface ' 'driver cdc_subset\n' '[ 1.634706] usbcore: registered new interface ' 'driver zaurus\n' '[ 1.640322] usbcore: registered new interface ' 'driver cdc_ncm\n' '[ 1.647372] orion-ehci f1058000.usb: EHCI Host ' 'Controller\n' '[ 1.652808] orion-ehci f1058000.usb: new USB bus ' 'registered, assigned bus number 1\n' '[ 1.660443] orion-ehci f1058000.usb: irq 43, io ' 'mem 0xf1058000\n' '[ 1.689778] orion-ehci f1058000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 1.696052] hub 1-0:1.0: USB hub found\n' '[ 1.699835] hub 1-0:1.0: 1 port detected\n' '[ 1.704702] xhci-hcd f10f0000.usb3: xHCI Host ' 'Controller\n' '[ 1.710051] xhci-hcd f10f0000.usb3: new USB bus ' 'registered, assigned bus number 2\n' '[ 1.717598] xhci-hcd f10f0000.usb3: hcc params ' '0x0a000990 hci version 0x100 quirks ' '0x0000000000010010\n' '[ 1.726875] xhci-hcd f10f0000.usb3: irq 44, io mem ' '0xf10f0000\n' '[ 1.732710] xhci-hcd f10f0000.usb3: xHCI Host ' 'Controller\n' '[ 1.738039] xhci-hcd f10f0000.usb3: new USB bus ' 'registered, assigned bus number 3\n' '[ 1.746328] xhci-hcd f10f0000.usb3: Host supports ' 'USB 3.0 SuperSpeed\n' '[ 1.753001] hub 2-0:1.0: USB hub found\n' '[ 1.756773] hub 2-0:1.0: 1 port detected\n' "[ 1.760873] usb usb3: We don't know the algorithms " 'for LPM for this host, disabling LPM.\n' '[ 1.769227] hub 3-0:1.0: USB hub found\n' '[ 1.773007] hub 3-0:1.0: 1 port detected\n' '[ 1.777191] xhci-hcd f10f8000.usb3: xHCI Host ' 'Controller\n' '[ 1.782531] xhci-hcd f10f8000.usb3: new USB bus ' 'registered, assigned bus number 4\n' '[ 1.790116] xhci-hcd f10f8000.usb3: hcc params ' '0x0a000990 hci version 0x100 quirks ' '0x0000000000010010\n' '[ 1.799378] xhci-hcd f10f8000.usb3: irq 45, io mem ' '0xf10f8000\n' '[ 1.805216] xhci-hcd f10f8000.usb3: xHCI Host ' 'Controller\n' '[ 1.810555] xhci-hcd f10f8000.usb3: new USB bus ' 'registered, assigned bus number 5\n' '[ 1.818064] xhci-hcd f10f8000.usb3: Host supports ' 'USB 3.0 SuperSpeed\n' '[ 1.824748] hub 4-0:1.0: USB hub found\n' '[ 1.828521] hub 4-0:1.0: 1 port detected\n' "[ 1.832657] usb usb5: We don't know the algorithms " 'for LPM for this host, disabling LPM.\n' '[ 1.841030] hub 5-0:1.0: USB hub found\n' '[ 1.844801] hub 5-0:1.0: 1 port detected\n' '[ 1.848972] usbcore: registered new interface ' 'driver usb-storage\n' '[ 1.857369] i2c_dev: i2c /dev entries driver\n' '[ 1.862527] at24 0-0053: supply vcc not found, ' 'using dummy regulator\n' '[ 1.892308] pca953x 0-0020: supply vcc not found, ' 'using dummy regulator\n' '[ 1.898986] pca953x 0-0020: using no AI\n' '[ 1.903245] gpio-2032 (pcie1.0-clkreq): hogged as ' 'input\n' '[ 1.908764] gpio-2035 (pcie1.0-w-disable): hogged ' 'as output/low\n' '[ 1.914795] gpio-2037 (usb3-current-limit): hogged ' 'as input\n' '[ 1.920563] gpio-2038 (usb3-power): hogged as ' 'output/high\n' '[ 1.926361] gpio-2043 (m.2 devslp): hogged as ' 'output/low\n' '[ 1.931784] gpio-2036 (pcie2.0-clkreq): hogged as ' 'input\n' '[ 1.937192] gpio-2039 (pcie2.0-w-disable): hogged ' 'as output/low\n' '[ 1.943464] at24 0-0052: supply vcc not found, ' 'using dummy regulator\n' '[ 1.988411] orion_wdt: Initial timeout 171 sec\n' '[ 1.995230] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 2.001446] sdhci: Copyright(c) Pierre Ossman\n' '[ 2.006704] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 2.010065] sdhci-pxav3 f10d8000.sdhci: Got CD ' 'GPIO\n' '[ 2.013529] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 2.024761] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 2.031516] usbcore: registered new interface ' 'driver usbhid\n' '[ 2.037104] usbhid: USB HID core driver\n' '[ 2.043939] NET: Registered PF_INET6 protocol ' 'family\n' '[ 2.049473] Segment Routing with IPv6\n' '[ 2.053182] In-situ OAM (IOAM) with IPv6\n' '[ 2.055812] mmc0: SDHCI controller on ' 'f10d8000.sdhci [f10d8000.sdhci] using ADMA\n' '[ 2.057148] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 2.070753] NET: Registered PF_PACKET protocol ' 'family\n' '[ 2.075819] can: controller area network core\n' '[ 2.080223] NET: Registered PF_CAN protocol ' 'family\n' '[ 2.085027] can: raw protocol\n' '[ 2.088001] can: broadcast manager protocol\n' '[ 2.092212] can: netlink gateway - max_hops=1\n' '[ 2.096729] Key type dns_resolver registered\n' '[ 2.101071] ThumbEE CPU extension supported.\n' '[ 2.105355] Registering SWP/SWPB emulation ' 'handler\n' '[ 2.110425] Loading compiled-in X.509 ' 'certificates\n' '[ 2.111760] mmc0: new high speed SDHC card at ' 'address aaaa\n' '[ 2.121342] mmcblk0: mmc0:aaaa SL08G 7.40 GiB\n' '[ 2.126655] mvebu-pcie soc:pcie: host bridge ' '/soc/pcie ranges:\n' '[ 2.132550] mvebu-pcie soc:pcie: MEM ' '0x00f1080000..0x00f1081fff -> 0x0000080000\n' '[ 2.140346] mvebu-pcie soc:pcie: MEM ' '0x00f1040000..0x00f1041fff -> 0x0000040000\n' '[ 2.148117] mvebu-pcie soc:pcie: MEM ' '0x00f1044000..0x00f1045fff -> 0x0000044000\n' '[ 2.155900] mvebu-pcie soc:pcie: MEM ' '0x00f1048000..0x00f1049fff -> 0x0000048000\n' '[ 2.163680] mvebu-pcie soc:pcie: MEM ' '0xffffffffffffffff..0x00fffffffe -> 0x0100000000\n' '[ 2.171979] mvebu-pcie soc:pcie: IO ' '0xffffffffffffffff..0x00fffffffe -> 0x0100000000\n' '[ 2.180275] mvebu-pcie soc:pcie: MEM ' '0xffffffffffffffff..0x00fffffffe -> 0x0200000000\n' '[ 2.188565] mvebu-pcie soc:pcie: IO ' '0xffffffffffffffff..0x00fffffffe -> 0x0200000000\n' '[ 2.196859] mvebu-pcie soc:pcie: MEM ' '0xffffffffffffffff..0x00fffffffe -> 0x0300000000\n' '[ 2.205156] mvebu-pcie soc:pcie: IO ' '0xffffffffffffffff..0x00fffffffe -> 0x0300000000\n' '[ 2.213452] mvebu-pcie soc:pcie: MEM ' '0xffffffffffffffff..0x00fffffffe -> 0x0400000000\n' '[ 2.221743] mvebu-pcie soc:pcie: IO ' '0xffffffffffffffff..0x00fffffffe -> 0x0400000000\n' '[ 2.230086] mvebu-pcie soc:pcie: ' '/soc/pcie/pcie@2,0: reset gpio is active low\n' '[ 2.237519] mvebu-pcie soc:pcie: ' '/soc/pcie/pcie@3,0: reset gpio is active low\n' '[ 2.251057] mmcblk0: p1\n' '[ 2.479874] mvebu-pcie soc:pcie: PCI host bridge ' 'to bus 0000:00\n' '[ 2.485814] pci_bus 0000:00: root bus resource ' '[bus 00-ff]\n' '[ 2.491327] pci_bus 0000:00: root bus resource ' '[mem 0xf1080000-0xf1081fff] (bus address ' '[0x00080000-0x00081fff])\n' '[ 2.501534] pci_bus 0000:00: root bus resource ' '[mem 0xf1040000-0xf1041fff] (bus address ' '[0x00040000-0x00041fff])\n' '[ 2.511739] pci_bus 0000:00: root bus resource ' '[mem 0xf1044000-0xf1045fff] (bus address ' '[0x00044000-0x00045fff])\n' '[ 2.521942] pci_bus 0000:00: root bus resource ' '[mem 0xf1048000-0xf1049fff] (bus address ' '[0x00048000-0x00049fff])\n' '[ 2.532145] pci_bus 0000:00: root bus resource ' '[mem 0xe0000000-0xe7ffffff]\n' '[ 2.539038] pci_bus 0000:00: root bus resource ' '[io 0x1000-0xeffff]\n' '[ 2.545436] pci 0000:00:02.0: [11ab:6828] type 01 ' 'class 0x060400\n' '[ 2.551661] pci 0000:00:03.0: [11ab:6828] type 01 ' 'class 0x060400\n' '[ 2.558493] PCI: bus0: Fast back to back transfers ' 'disabled\n' '[ 2.564091] pci 0000:00:02.0: bridge configuration ' 'invalid ([bus 00-00]), reconfiguring\n' '[ 2.572123] pci 0000:00:03.0: bridge configuration ' 'invalid ([bus 00-00]), reconfiguring\n' '[ 2.580227] PCI: bus1: Fast back to back transfers ' 'enabled\n' '[ 2.585726] pci_bus 0000:01: busn_res: [bus 01-ff] ' 'end is updated to 01\n' '[ 2.592444] PCI: bus2: Fast back to back transfers ' 'enabled\n' '[ 2.597944] pci_bus 0000:02: busn_res: [bus 02-ff] ' 'end is updated to 02\n' '[ 2.604593] pci 0000:00:02.0: PCI bridge to [bus ' '01]\n' '[ 2.609575] pci 0000:00:03.0: PCI bridge to [bus ' '02]\n' '[ 2.618230] input: gpio-keys as ' '/devices/platform/gpio-keys/input/input0\n' '[ 2.710618] mvneta f1070000.ethernet eth0: PHY ' '[f1072004.mdio-mii:00] driver [Marvell 88E1510] ' '(irq=POLL)\n' '[ 2.720453] mvneta f1070000.ethernet eth0: ' 'configuring for phy/rgmii-id link mode\n' '[ 5.850324] mvneta f1070000.ethernet eth0: Link is ' 'Up - 1Gbps/Full - flow control rx/tx\n' '[ 5.858364] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: ' 'link becomes ready\n' '[ 5.909774] Sending DHCP requests .., OK\n' '[ 8.913717] IP-Config: Got DHCP answer from ' '192.168.1.100, my address is 192.168.1.52\n' '[ 8.921578] IP-Config: Complete:\n' '[ 8.924812] device=eth0, ' 'hwaddr=d2:63:b4:70:38:0b, ipaddr=192.168.1.52, ' 'mask=255.255.255.0, gw=192.168.1.1\n' '[ 8.934931] host=192.168.1.52, domain=, ' 'nis-domain=(none)\n' '[ 8.940782] bootserver=0.0.0.0, ' 'rootserver=0.0.0.0, rootpath=\n' '[ 8.940786] nameserver0=192.168.1.100\n' '[ 8.951175] clk: Disabling unused clocks\n' '[ 8.956605] Freeing unused kernel image (initmem) ' 'memory: 2048K\n' '[ 8.962854] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 9.022584] ' 'udevd[100]: starting version 3.2.9\n' '[ 11.579773] random: crng init done\n' "[ 11.586928] udevd[100]: specified user 'tss' " 'unknown\n' "[ 11.592003] udevd[100]: specified group 'tss' " 'unknown\n' '[ 11.598263] udevd[101]: starting eudev-3.2.9\n' '[ 11.827764] sfp sfp: Host maximum power 2.0W\n' '[ 11.946796] marvell-cesa f1090000.crypto: CESA ' 'device successfully registered\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: ip: RTNETLINK answers: File exists\n' 'FAIL\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-476182/environment\n' '/ # /lava-476182/bin/lava-test-runner /lava-476182/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ c[ 12.739999] \n' 'd /lava-476182/0[ 12.746019] \n' '/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=476182_1.1.4.1\n' '+ set +x\n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ # \n'} 04/22/2025 07:15:21 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:15:32 PM UTC [INFO] Processing event node: 6807ea8be51c583972a58e8d 04/22/2025 07:15:32 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea8be51c583972a58e8d 04/22/2025 07:15:32 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea8be51c583972a58e8d', 'origin': 'maestro', 'comment': 'baseline-arm-clabbe on sun8i-a83t-bananapi-m3 in ' 'lava-clabbe', 'start_time': '2025-04-22T19:14:19.992000+00:00', 'environment': {'comment': 'Runtime: lava-clabbe', 'compatible': ['sinovoip,bpi-m3', 'allwinner,sun8i-a83t'], 'misc': {'platform': 'sun8i-a83t-bananapi-m3', 'job_url': 'https://lava.montjoie.ovh/scheduler/job/476185', 'job_id': '476185'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-clabbe', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea8be51c583972a58e8d'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm-clabbe-6807ea8be51c583972a58e8d/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm-clabbe-6807ea8be51c583972a58e8d/log.txt.gz', 'log_excerpt': '0\n' '[ 0.382311] /soc/mixer@1200000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0c000\n' '[ 0.391064] /soc/lcd-controller@1c0c000: Fixed ' 'dependency cycle(s) with /soc/mixer@1200000\n' '[ 0.399973] /soc/lcd-controller@1c0c000: Fixed ' 'dependency cycle(s) with /soc/mixer@1100000\n' '[ 0.408693] /soc/lcd-controller@1c0d000: Fixed ' 'dependency cycle(s) with /soc/hdmi@1ee0000\n' '[ 0.417459] /soc/lcd-controller@1c0d000: Fixed ' 'dependency cycle(s) with /soc/mixer@1200000\n' '[ 0.426170] /soc/lcd-controller@1c0d000: Fixed ' 'dependency cycle(s) with /soc/mixer@1100000\n' '[ 0.435190] /soc/interrupt-controller@1c81000: ' 'Fixed dependency cycle(s) with ' '/soc/interrupt-controller@1c81000\n' '[ 0.446247] /soc/hdmi@1ee0000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0d000\n' '[ 0.456786] /soc/mixer@1100000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0d000\n' '[ 0.465522] /soc/mixer@1100000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0c000\n' '[ 0.474784] /soc/mixer@1200000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0d000\n' '[ 0.483515] /soc/mixer@1200000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0c000\n' '[ 0.495525] /soc/mixer@1200000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0c000\n' '[ 0.504660] /soc/mixer@1100000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0c000\n' '[ 0.513470] /soc/lcd-controller@1c0c000: Fixed ' 'dependency cycle(s) with /soc/mixer@1200000\n' '[ 0.522290] /soc/lcd-controller@1c0c000: Fixed ' 'dependency cycle(s) with /soc/mixer@1100000\n' '[ 0.531479] /soc/mixer@1200000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0d000\n' '[ 0.540315] /soc/mixer@1100000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0d000\n' '[ 0.549106] /soc/lcd-controller@1c0d000: Fixed ' 'dependency cycle(s) with /soc/hdmi@1ee0000\n' '[ 0.557730] /soc/lcd-controller@1c0d000: Fixed ' 'dependency cycle(s) with /soc/mixer@1200000\n' '[ 0.566509] /soc/lcd-controller@1c0d000: Fixed ' 'dependency cycle(s) with /soc/mixer@1100000\n' '[ 0.583727] /soc/lcd-controller@1c0d000: Fixed ' 'dependency cycle(s) with /soc/hdmi@1ee0000\n' '[ 0.592600] /soc/hdmi@1ee0000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0d000\n' '[ 0.605360] /soc/hdmi@1ee0000: Fixed dependency ' 'cycle(s) with /connector\n' '[ 0.612815] /connector: Fixed dependency cycle(s) ' 'with /soc/hdmi@1ee0000\n' '[ 0.640952] iommu: Default domain type: ' 'Translated\n' '[ 0.646179] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.653932] SCSI subsystem initialized\n' '[ 0.658793] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.664760] usbcore: registered new interface ' 'driver hub\n' '[ 0.670585] usbcore: registered new device driver ' 'usb\n' '[ 0.677568] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.682851] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.692731] PTP clock support registered\n' '[ 0.697092] EDAC MC: Ver: 3.0.0\n' '[ 0.704236] vgaarb: loaded\n' '[ 0.709924] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.729214] NET: Registered PF_INET protocol ' 'family\n' '[ 0.734991] IP idents hash table entries: 16384 ' '(order: 5, 131072 bytes, linear)\n' '[ 0.745466] tcp_listen_portaddr_hash hash table ' 'entries: 512 (order: 0, 4096 bytes, linear)\n' '[ 0.754474] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.762804] TCP established hash table entries: ' '8192 (order: 3, 32768 bytes, linear)\n' '[ 0.771299] TCP bind hash table entries: 8192 ' '(order: 5, 131072 bytes, linear)\n' '[ 0.779954] TCP: Hash tables configured ' '(established 8192 bind 8192)\n' '[ 0.787062] UDP hash table entries: 512 (order: 2, ' '16384 bytes, linear)\n' '[ 0.794298] UDP-Lite hash table entries: 512 ' '(order: 2, 16384 bytes, linear)\n' '[ 0.802358] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.809992] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.816407] RPC: Registered udp transport module.\n' '[ 0.821508] RPC: Registered tcp transport module.\n' '[ 0.826576] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.833485] PCI: CLS 0 bytes, default 64\n' '[ 0.839083] Trying to unpack rootfs image as ' 'initramfs...\n' '[ 0.840367] Initialise system trusted keyrings\n' '[ 0.850835] workingset: timestamp_bits=30 ' 'max_order=19 bucket_order=0\n' '[ 0.866191] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.874031] NFS: Registering the id_resolver key ' 'type\n' '[ 0.879625] Key type id_resolver registered\n' '[ 0.884224] Key type id_legacy registered\n' '[ 0.888674] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.895956] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.903997] ntfs: driver 2.1.32 [Flags: R/O].\n' '[ 0.909666] Key type asymmetric registered\n' "[ 0.914138] Asymmetric key parser 'x509' " 'registered\n' '[ 0.919678] bounce: pool size: 64 pages\n' '[ 0.924047] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 247)\n' '[ 0.932172] io scheduler mq-deadline registered\n' '[ 0.937082] io scheduler kyber registered\n' '[ 1.081018] Serial: 8250/16550 driver, 5 ports, ' 'IRQ sharing enabled\n' '[ 1.093984] SuperH (H)SCI(F) driver initialized\n' '[ 1.099730] msm_serial: driver initialized\n' '[ 1.104196] STMicroelectronics ASC driver ' 'initialized\n' '[ 1.110999] STM32 USART driver initialized\n' '[ 1.135310] brd: module loaded\n' '[ 1.151161] loop: module loaded\n' '[ 1.168501] CAN device driver interface\n' '[ 1.173837] bgmac_bcma: Broadcom 47xx GBit MAC ' 'driver loaded\n' '[ 1.181037] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.186390] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 1.192801] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 1.198577] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 1.208767] pegasus: Pegasus/Pegasus II USB ' 'Ethernet driver\n' '[ 1.214879] usbcore: registered new interface ' 'driver pegasus\n' '[ 1.220954] usbcore: registered new interface ' 'driver asix\n' '[ 1.226830] usbcore: registered new interface ' 'driver ax88179_178a\n' '[ 1.233466] usbcore: registered new interface ' 'driver cdc_ether\n' '[ 1.239759] usbcore: registered new interface ' 'driver smsc75xx\n' '[ 1.246009] usbcore: registered new interface ' 'driver smsc95xx\n' '[ 1.252280] usbcore: registered new interface ' 'driver net1080\n' '[ 1.258376] usbcore: registered new interface ' 'driver cdc_subset\n' '[ 1.264843] usbcore: registered new interface ' 'driver zaurus\n' '[ 1.270912] usbcore: registered new interface ' 'driver cdc_ncm\n' '[ 1.282078] usbcore: registered new interface ' 'driver usb-storage\n' '[ 1.294373] i2c_dev: i2c /dev entries driver\n' '[ 1.309849] sunxi-wdt 1c20ca0.watchdog: Watchdog ' 'enabled (timeout=16 sec, nowayout=0)\n' '[ 1.325089] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 1.331803] sdhci: Copyright(c) Pierre Ossman\n' '[ 1.338314] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 1.346890] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 1.360180] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 1.369315] usbcore: registered new interface ' 'driver usbhid\n' '[ 1.375385] usbhid: USB HID core driver\n' '[ 1.390676] NET: Registered PF_INET6 protocol ' 'family\n' '[ 1.398352] Segment Routing with IPv6\n' '[ 1.402423] In-situ OAM (IOAM) with IPv6\n' '[ 1.406764] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.414162] NET: Registered PF_PACKET protocol ' 'family\n' '[ 1.419526] can: controller area network core\n' '[ 1.424346] NET: Registered PF_CAN protocol ' 'family\n' '[ 1.429423] can: raw protocol\n' '[ 1.432599] can: broadcast manager protocol\n' '[ 1.437066] can: netlink gateway - max_hops=1\n' '[ 1.442548] Key type dns_resolver registered\n' '[ 1.447346] ThumbEE CPU extension supported.\n' '[ 1.451993] Registering SWP/SWPB emulation ' 'handler\n' '[ 1.459033] Loading compiled-in X.509 ' 'certificates\n' '[ 1.495562] sun8i-a83t-pinctrl 1c20800.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 1.507826] sun8i-a83t-r-pinctrl 1f02c00.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 1.518349] sun8i-a83t-pinctrl 1c20800.pinctrl: ' 'supply vcc-pb not found, using dummy regulator\n' '[ 1.529591] printk: console [ttyS0] disabled\n' '[ 1.554481] 1c28000.serial: ttyS0 at MMIO ' '0x1c28000 (irq = 164, base_baud = 1500000) is a ' 'U6_16550A\n' '[ 1.564244] printk: console [ttyS0] enabled\n' '[ 1.564244] printk: console [ttyS0] enabled\n' '[ 1.572895] printk: bootconsole [uart0] disabled\n' '[ 1.572895] printk: bootconsole [uart0] disabled\n' '[ 1.585965] sun8i-a83t-pinctrl 1c20800.pinctrl: ' 'supply vcc-pg not found, using dummy regulator\n' '[ 1.619518] 1c28400.serial: ttyS1 at MMIO ' '0x1c28400 (irq = 165, base_baud = 1500000) is a ' 'U6_16550A\n' '[ 1.628861] serial serial0: tty port ttyS1 ' 'registered\n' '[ 1.673873] sun8i-a83t-pinctrl 1c20800.pinctrl: ' 'supply vcc-pd not found, using dummy regulator\n' '[ 1.684291] sun8i-a83t-r-pinctrl 1f02c00.pinctrl: ' 'supply vcc-pl not found, using dummy regulator\n' '[ 1.693922] sunxi-rsb 1f03400.rsb: RSB running at ' '3000000 Hz\n' '[ 1.700513] axp20x-rsb sunxi-rsb-3a3: AXP20x ' 'variant AXP813 found\n' '[ 1.707887] axp20x-rsb sunxi-rsb-3a3: ' 'mask_invert=true is deprecated; please switch to ' 'unmask_base\n' '[ 1.724683] vcc-dram: Bringing 1180000uV into ' '1200000-1200000uV\n' '[ 1.734168] vcc-wifi: Bringing 2900000uV into ' '3300000-3300000uV\n' '[ 1.772770] axp20x-rsb sunxi-rsb-3a3: AXP20X ' 'driver loaded\n' '[ 1.784492] dw-apb-uart 1c28400.serial: Failed to ' 'create device link (0x180) with ac100-rtc\n' '[ 1.796929] dw-apb-uart 1c28400.serial: Failed to ' 'create device link (0x180) with 1f03400.rsb\n' '[ 1.810316] dwmac-sun8i 1c30000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 1.816714] dwmac-sun8i 1c30000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 1.823445] dwmac-sun8i 1c30000.ethernet: PTP uses ' 'main clock\n' '[ 1.829232] dwmac-sun8i 1c30000.ethernet: Current ' 'syscon value is not the default 1ce6 (expect 0)\n' '[ 1.839180] dwmac-sun8i 1c30000.ethernet: No HW ' 'DMA feature register supported\n' '[ 1.846607] dwmac-sun8i 1c30000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 1.853943] dwmac-sun8i 1c30000.ethernet: COE Type ' '2\n' '[ 1.858938] dwmac-sun8i 1c30000.ethernet: TX ' 'Checksum insertion supported\n' '[ 1.865794] dwmac-sun8i 1c30000.ethernet: Normal ' 'descriptors\n' '[ 1.871559] dwmac-sun8i 1c30000.ethernet: Chain ' 'mode enabled\n' '[ 2.247468] Freeing initrd memory: 16744K\n' '[ 2.314683] sun8i-a83t-pinctrl 1c20800.pinctrl: ' 'supply vcc-pf not found, using dummy regulator\n' '[ 2.326486] sun8i-a83t-pinctrl 1c20800.pinctrl: ' 'supply vcc-pc not found, using dummy regulator\n' '[ 2.348458] sunxi-mmc 1c0f000.mmc: Got CD GPIO\n' '[ 2.378975] sunxi-mmc 1c0f000.mmc: initialized, ' 'max. request size: 16384 KB\n' '[ 2.392557] sunxi-mmc 1c11000.mmc: initialized, ' 'max. request size: 16384 KB, uses new timings mode\n' '[ 2.421598] dwmac-sun8i 1c30000.ethernet eth0: ' 'Register MEM_TYPE_PAGE_POOL RxQ-0\n' '[ 2.425545] mmc1: host does not support reading ' 'read-only switch, assuming write-enable\n' '[ 2.432156] dwmac-sun8i 1c30000.ethernet eth0: PHY ' '[stmmac-0:01] driver [RTL8211E Gigabit Ethernet] ' '(irq=POLL)\n' '[ 2.439237] mmc1: new high speed SDHC card at ' 'address 59b4\n' '[ 2.447150] dwmac-sun8i 1c30000.ethernet eth0: No ' 'Safety Features support found\n' '[ 2.454550] mmcblk1: mmc1:59b4 SMI 7.50 GiB\n' '[ 2.459948] dwmac-sun8i 1c30000.ethernet eth0: No ' 'MAC Management Counters available\n' '[ 2.459979] dwmac-sun8i 1c30000.ethernet eth0: PTP ' 'not supported by HW\n' '[ 2.469232] mmcblk1: p1\n' '[ 2.481501] dwmac-sun8i 1c30000.ethernet eth0: ' 'configuring for phy/rgmii-id link mode\n' '[ 2.517375] mmc2: new DDR MMC card at address ' '0001\n' '[ 2.524623] mmcblk2: mmc2:0001 8WPD3R 7.28 GiB\n' '[ 2.536554] mmcblk2boot0: mmc2:0001 8WPD3R 4.00 ' 'MiB\n' '[ 2.545817] mmcblk2boot1: mmc2:0001 8WPD3R 4.00 ' 'MiB\n' '[ 6.650918] dwmac-sun8i 1c30000.ethernet eth0: ' 'Link is Up - 1Gbps/Full - flow control off\n' '[ 6.650982] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: ' 'link becomes ready\n' '[ 6.699953] Sending DHCP requests ..., OK\n' '[ 12.284051] IP-Config: Got DHCP answer from ' '192.168.1.100, my address is 192.168.1.206\n' '[ 12.292073] IP-Config: Complete:\n' '[ 12.295312] device=eth0, ' 'hwaddr=02:01:2a:37:9f:4d, ipaddr=192.168.1.206, ' 'mask=255.255.255.0, gw=192.168.1.1\n' '[ 12.305545] host=192.168.1.206, domain=, ' 'nis-domain=(none)\n' '[ 12.311508] bootserver=192.168.1.100, ' 'rootserver=192.168.1.100, rootpath=\n' '[ 12.311529] nameserver0=192.168.1.100\n' '[ 12.323395] clk: Disabling unused clocks\n' '[ 12.335836] Freeing unused kernel image (initmem) ' 'memory: 2048K\n' '[ 12.342659] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 12.537497] ' 'udevd[144]: starting version 3.2.9\n' '[ 15.149904] random: crng init done\n' "[ 15.162526] udevd[144]: specified user 'tss' " 'unknown\n' "[ 15.167680] udevd[144]: specified group 'tss' " 'unknown\n' '[ 15.176082] udevd[145]: starting eudev-3.2.9\n' '[ 15.776509] sun8i-a83t-pinctrl 1c20800.pinctrl: ' 'supply vcc-ph not found, using dummy regulator\n' '[ 15.790740] axp20x-usb-power-supply ' 'axp20x-usb-power-supply: DMA mask not set\n' '[ 15.797759] input: axp20x-pek as ' '/devices/platform/soc/1f03400.rsb/sunxi-rsb-3a3/axp221-pek/input/input0\n' '[ 15.799835] sun4i-drm display-engine: bound ' '1100000.mixer (ops sun8i_mixer_platform_driver_exit ' '[sun8i_mixer])\n' '[ 15.812057] Bluetooth: Core ver 2.22\n' '[ 15.821352] NET: Registered PF_BLUETOOTH protocol ' 'family\n' '[ 15.822295] sun4i-drm display-engine: bound ' '1200000.mixer (ops sun8i_mixer_platform_driver_exit ' '[sun8i_mixer])\n' '[ 15.826730] Bluetooth: HCI device and connection ' 'manager initialized\n' '[ 15.826793] Bluetooth: HCI socket layer ' 'initialized\n' '[ 15.838226] sun4i-drm display-engine: No panel or ' 'bridge found... RGB output disabled\n' '[ 15.843320] Bluetooth: L2CAP socket layer ' 'initialized\n' '[ 15.848282] sun4i-drm display-engine: bound ' '1c0c000.lcd-controller (ops ' 'sun4i_tcon_platform_driver_exit [sun4i_tcon])\n' '[ 15.856385] Bluetooth: SCO socket layer ' 'initialized\n' '[ 15.862849] sun4i-drm display-engine: bound ' '1c0d000.lcd-controller (ops ' 'sun4i_tcon_platform_driver_exit [sun4i_tcon])\n' '[ 15.888529] Bluetooth: HCI UART driver ver 2.3\n' '[ 15.888658] sun8i-dw-hdmi 1ee0000.hdmi: supply ' 'hvcc not found, using dummy regulator\n' '[ 15.893247] Bluetooth: HCI UART protocol H4 ' 'registered\n' '[ 15.902134] sun8i-dw-hdmi 1ee0000.hdmi: Detected ' 'HDMI TX controller v1.32a with HDCP ' '(sun8i_dw_hdmi_phy)\n' '[ 15.907581] Bluetooth: HCI UART protocol Broadcom ' 'registered\n' '[ 15.919024] sun8i-dw-hdmi 1ee0000.hdmi: registered ' 'DesignWare HDMI I2C bus driver\n' '[ 15.936581] sun4i-drm display-engine: bound ' '1ee0000.hdmi (ops sun8i_dw_hdmi_exit ' '[sun8i_drm_hdmi])\n' '[ 15.951312] [drm] Initialized sun4i-drm 1.0.0 ' '20150629 for display-engine on minor 0\n' '[ 15.959348] sun4i-drm display-engine: [drm] Cannot ' 'find any crtc or sizes\n' '[ 15.967011] sun4i-drm display-engine: [drm] Cannot ' 'find any crtc or sizes\n' '[ 16.029733] usb_phy_generic ' 'usb_phy_generic.2.auto: supply vcc not found, using ' 'dummy regulator\n' '[ 16.034453] ehci-platform 1c1a000.usb: EHCI Host ' 'Controller\n' '[ 16.041933] usb_phy_generic ' 'usb_phy_generic.2.auto: dummy supplies not allowed ' 'for exclusive requests\n' '[ 16.044319] ehci-platform 1c1a000.usb: new USB bus ' 'registered, assigned bus number 1\n' '[ 16.063132] ehci-platform 1c1a000.usb: irq 210, io ' 'mem 0x01c1a000\n' '[ 16.063799] musb-hdrc musb-hdrc.3.auto: MUSB HDRC ' 'host driver\n' '[ 16.075293] musb-hdrc musb-hdrc.3.auto: new USB ' 'bus registered, assigned bus number 2\n' '[ 16.085173] hub 2-0:1.0: USB hub found\n' '[ 16.089059] hub 2-0:1.0: 1 port detected\n' '[ 16.090053] ehci-platform 1c1a000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 16.103006] hub 1-0:1.0: USB hub found\n' '[ 16.107074] hub 1-0:1.0: 1 port detected\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: [ 16.400119] usb 1-1: new ' 'high-speed USB device number 2 using ehci-platform\n' 'ip: RTNETLINK answers: File exists\n' 'FAIL\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # [ 16.612439] hub 1-1:1.0: USB hub found\n' '[ 16.616507] hub 1-1:1.0: 4 ports detected\n' '#\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-476185/environment\n' '/ # /lava-476185/bin/lava-test-runner ' '/lava-476185/0[ 17.039998] usb 1-1.1: new ' 'high-speed USB device number 3 using ehci-platform\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-476185/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=476185_1.1.4.1\n' '[ 17.153018] \n' '+ set +x\n' '[ 17.160560] \n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ # f\n'} 04/22/2025 07:15:32 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:15:33 PM UTC [INFO] Processing 12 unprocessed nodes 04/22/2025 07:15:47 PM UTC [INFO] Processing event node: 6807ea7fe51c583972a58e30 04/22/2025 07:15:47 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea7fe51c583972a58e30 04/22/2025 07:15:47 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea7fe51c583972a58e30', 'origin': 'maestro', 'comment': 'baseline-arm on imx6q-sabrelite in lava-collabora', 'start_time': '2025-04-22T19:14:07.128000+00:00', 'environment': {'comment': 'Runtime: lava-collabora', 'compatible': ['fsl,imx6q-sabrelite', 'fsl,imx6q'], 'misc': {'platform': 'imx6q-sabrelite', 'job_url': 'https://lava.collabora.dev/scheduler/job/18447688', 'job_id': '18447688'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-collabora', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea7fe51c583972a58e30'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm-6807ea7fe51c583972a58e30/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm-6807ea7fe51c583972a58e30/log.txt.gz', 'log_excerpt': 'ependency cycle(s) with /soc/ipu@2400000\n' '[ 0.077373] /soc/bus@2100000/mipi@21dc000: Fixed ' 'dependency cycle(s) with ' '/soc/bus@2000000/iomuxc-gpr@20e0000/ipu1_csi0_mux\n' '[ 0.078387] /soc/bus@2100000/mipi@21dc000: Fixed ' 'dependency cycle(s) with /soc/ipu@2400000\n' '[ 0.078612] ' '/soc/bus@2000000/iomuxc-gpr@20e0000/ipu1_csi0_mux: ' 'Fixed dependency cycle(s) with /soc/ipu@2400000\n' '[ 0.078825] /soc/hdmi@120000: Fixed dependency ' 'cycle(s) with /soc/ipu@2400000\n' '[ 0.079021] /ldb: Fixed dependency cycle(s) with ' '/soc/ipu@2400000\n' '[ 0.079178] /soc/ipu@2400000: Fixed dependency ' 'cycle(s) with /ldb/lvds-channel@0\n' '[ 0.079247] /soc/ipu@2400000: Fixed dependency ' 'cycle(s) with /soc/hdmi@120000\n' '[ 0.079368] /soc/ipu@2400000: Fixed dependency ' 'cycle(s) with /soc/bus@2100000/mipi@21dc000\n' '[ 0.079491] /soc/ipu@2400000: Fixed dependency ' 'cycle(s) with ' '/soc/bus@2000000/iomuxc-gpr@20e0000/ipu1_csi0_mux\n' '[ 0.080885] /soc/bus@2100000/mipi@21dc000: Fixed ' 'dependency cycle(s) with /soc/ipu@2800000\n' '[ 0.081105] ' '/soc/bus@2000000/iomuxc-gpr@20e0000/ipu2_csi1_mux: ' 'Fixed dependency cycle(s) with /soc/ipu@2800000\n' '[ 0.081301] /soc/hdmi@120000: Fixed dependency ' 'cycle(s) with /soc/ipu@2800000\n' '[ 0.081493] /ldb: Fixed dependency cycle(s) with ' '/soc/ipu@2800000\n' '[ 0.081611] /soc/ipu@2800000: Fixed dependency ' 'cycle(s) with /ldb/lvds-channel@0\n' '[ 0.081674] /soc/ipu@2800000: Fixed dependency ' 'cycle(s) with /soc/hdmi@120000\n' '[ 0.081787] /soc/ipu@2800000: Fixed dependency ' 'cycle(s) with ' '/soc/bus@2000000/iomuxc-gpr@20e0000/ipu2_csi1_mux\n' '[ 0.081910] /soc/ipu@2800000: Fixed dependency ' 'cycle(s) with /soc/bus@2100000/mipi@21dc000\n' '[ 0.088674] /soc/ipu@2400000: Fixed dependency ' 'cycle(s) with /disp0\n' '[ 0.088947] /disp0: Fixed dependency cycle(s) with ' '/soc/ipu@2400000\n' '[ 0.089366] /disp0: Fixed dependency cycle(s) with ' '/panel-lcd\n' '[ 0.089638] /panel-lcd: Fixed dependency cycle(s) ' 'with /disp0\n' '[ 0.090077] /ldb: Fixed dependency cycle(s) with ' '/panel-lvds0\n' '[ 0.090460] /panel-lvds0: Fixed dependency ' 'cycle(s) with /ldb/lvds-channel@0\n' '[ 0.091851] No ATAGs?\n' '[ 0.092002] hw-breakpoint: found 5 (+1 reserved) ' 'breakpoint and 1 watchpoint registers.\n' '[ 0.092014] hw-breakpoint: maximum watchpoint size ' 'is 4 bytes.\n' '[ 0.095360] imx6q-pinctrl 20e0000.pinctrl: ' 'initialized IMX pinctrl driver\n' '[ 0.104143] Serial: AMBA PL011 UART driver\n' '[ 0.107310] printk: console [ramoops-1] enabled\n' '[ 0.107573] pstore: Registered ramoops as ' 'persistent store backend\n' '[ 0.107590] ramoops: using 0x10000@0x30000000, ' 'ecc: 0\n' '[ 0.145266] iommu: Default domain type: ' 'Translated\n' '[ 0.145291] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.146116] SCSI subsystem initialized\n' '[ 0.146656] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.146715] usbcore: registered new interface ' 'driver hub\n' '[ 0.146767] usbcore: registered new device driver ' 'usb\n' '[ 0.147020] usb_phy_generic usbphynop1: supply vcc ' 'not found, using dummy regulator\n' '[ 0.147170] usb_phy_generic usbphynop1: dummy ' 'supplies not allowed for exclusive requests\n' '[ 0.147339] usb_phy_generic usbphynop2: supply vcc ' 'not found, using dummy regulator\n' '[ 0.147484] usb_phy_generic usbphynop2: dummy ' 'supplies not allowed for exclusive requests\n' '[ 0.149514] i2c i2c-0: IMX I2C adapter registered\n' '[ 0.150300] /soc/bus@2100000/mipi@21dc000: Fixed ' 'dependency cycle(s) with ' '/soc/bus@2100000/i2c@21a4000/camera@40\n' '[ 0.150611] ' '/soc/bus@2100000/i2c@21a4000/camera@40: Fixed ' 'dependency cycle(s) with ' '/soc/bus@2100000/mipi@21dc000\n' '[ 0.151162] i2c i2c-1: IMX I2C adapter registered\n' '[ 0.152121] i2c i2c-2: IMX I2C adapter registered\n' '[ 0.153624] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.153640] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.153668] PTP clock support registered\n' '[ 0.153930] EDAC MC: Ver: 3.0.0\n' '[ 0.157879] vgaarb: loaded\n' '[ 0.158772] clocksource: Switched to clocksource ' 'mxc_timer1\n' '[ 0.170207] NET: Registered PF_INET protocol ' 'family\n' '[ 0.170640] IP idents hash table entries: 16384 ' '(order: 5, 131072 bytes, linear)\n' '[ 0.172561] tcp_listen_portaddr_hash hash table ' 'entries: 512 (order: 0, 4096 bytes, linear)\n' '[ 0.172601] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.172626] TCP established hash table entries: ' '8192 (order: 3, 32768 bytes, linear)\n' '[ 0.172721] TCP bind hash table entries: 8192 ' '(order: 5, 131072 bytes, linear)\n' '[ 0.173013] TCP: Hash tables configured ' '(established 8192 bind 8192)\n' '[ 0.173215] UDP hash table entries: 512 (order: 2, ' '16384 bytes, linear)\n' '[ 0.173276] UDP-Lite hash table entries: 512 ' '(order: 2, 16384 bytes, linear)\n' '[ 0.173484] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.174208] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.174229] RPC: Registered udp transport module.\n' '[ 0.174240] RPC: Registered tcp transport module.\n' '[ 0.174250] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.174268] PCI: CLS 0 bytes, default 64\n' '[ 0.174899] armv7-pmu pmu: hw perfevents: no ' 'interrupt-affinity property, guessing.\n' '[ 0.175024] Trying to unpack rootfs image as ' 'initramfs...\n' '[ 0.188812] hw perfevents: enabled with ' 'armv7_cortex_a9 PMU driver, 7 counters available\n' '[ 0.190967] Initialise system trusted keyrings\n' '[ 0.191358] workingset: timestamp_bits=30 ' 'max_order=18 bucket_order=0\n' '[ 0.197599] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.198498] NFS: Registering the id_resolver key ' 'type\n' '[ 0.198574] Key type id_resolver registered\n' '[ 0.198589] Key type id_legacy registered\n' '[ 0.198746] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.198765] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.198811] ntfs: driver 2.1.32 [Flags: R/O].\n' '[ 0.199480] Key type asymmetric registered\n' "[ 0.199502] Asymmetric key parser 'x509' " 'registered\n' '[ 0.199673] bounce: pool size: 64 pages\n' '[ 0.199804] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 246)\n' '[ 0.199823] io scheduler mq-deadline registered\n' '[ 0.199838] io scheduler kyber registered\n' '[ 0.263510] mxs-dma 110000.dma-controller: ' 'initialized\n' '[ 0.347809] Serial: 8250/16550 driver, 5 ports, ' 'IRQ sharing enabled\n' '[ 0.353247] SuperH (H)SCI(F) driver initialized\n' '[ 0.354333] 2020000.serial: ttymxc0 at MMIO ' '0x2020000 (irq = 269, base_baud = 5000000) is a IMX\n' '[ 0.355346] 21e8000.serial: ttymxc1 at MMIO ' '0x21e8000 (irq = 270, base_baud = 5000000) is a IMX\n' '[ 1.615848] Freeing initrd memory: 16748K\n' '[ 1.616619] printk: console [ttymxc1] enabled\n' '[ 1.947739] imx-sdma 20ec000.dma-controller: ' 'Direct firmware load for imx/sdma/sdma-imx6q.bin ' 'failed with error -2\n' '[ 1.949061] msm_serial: driver initialized\n' '[ 1.958174] imx-sdma 20ec000.dma-controller: ' 'external firmware not found, using ROM firmware\n' '[ 1.962238] STMicroelectronics ASC driver ' 'initialized\n' '[ 1.977691] STM32 USART driver initialized\n' '[ 2.003971] brd: module loaded\n' '[ 2.014556] loop: module loaded\n' '[ 2.021893] ahci-imx 2200000.sata: ' 'fsl,transmit-level-mV not specified, using 00000024\n' '[ 2.029863] ahci-imx 2200000.sata: ' 'fsl,transmit-boost-mdB not specified, using 00000480\n' '[ 2.037884] ahci-imx 2200000.sata: ' 'fsl,transmit-atten-16ths not specified, using ' '00002000\n' '[ 2.046090] ahci-imx 2200000.sata: ' 'fsl,receive-eq-mdB not specified, using 05000000\n' '[ 2.053872] ahci-imx 2200000.sata: supply ahci not ' 'found, using dummy regulator\n' '[ 2.061387] ahci-imx 2200000.sata: supply phy not ' 'found, using dummy regulator\n' '[ 2.068706] ahci-imx 2200000.sata: supply target ' 'not found, using dummy regulator\n' '[ 2.079089] ahci-imx 2200000.sata: SSS flag set, ' 'parallel bus scan disabled\n' '[ 2.086085] ahci-imx 2200000.sata: AHCI 0001.0300 ' '32 slots 1 ports 3 Gbps 0x1 impl platform mode\n' '[ 2.094929] ahci-imx 2200000.sata: flags: ncq sntf ' 'stag pm led clo only pmp pio slum part ccc apst\n' '[ 2.105624] scsi host0: ahci-imx\n' '[ 2.109221] ata1: SATA max UDMA/133 mmio [mem ' '0x02200000-0x02203fff] port 0x100 irq 271\n' '[ 2.130605] CAN device driver interface\n' '[ 2.136288] bgmac_bcma: Broadcom 47xx GBit MAC ' 'driver loaded\n' '[ 2.147886] mdio_bus 2188000.ethernet-1: ' 'ethernet-phy has invalid PHY address\n' '[ 2.155078] mdio_bus 2188000.ethernet-1: scan phy ' 'ethernet-phy at address 0\n' '[ 2.162161] mdio_bus 2188000.ethernet-1: scan phy ' 'ethernet-phy at address 1\n' '[ 2.169244] mdio_bus 2188000.ethernet-1: scan phy ' 'ethernet-phy at address 2\n' '[ 2.176300] mdio_bus 2188000.ethernet-1: scan phy ' 'ethernet-phy at address 3\n' '[ 2.183371] mdio_bus 2188000.ethernet-1: scan phy ' 'ethernet-phy at address 4\n' '[ 2.190444] mdio_bus 2188000.ethernet-1: scan phy ' 'ethernet-phy at address 5\n' '[ 2.197500] mdio_bus 2188000.ethernet-1: scan phy ' 'ethernet-phy at address 6\n' '[ 2.204571] mdio_bus 2188000.ethernet-1: scan phy ' 'ethernet-phy at address 7\n' '[ 2.244524] fec 2188000.ethernet eth0: registered ' 'PHC device 0\n' '[ 2.251893] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 2.256873] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 2.262891] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 2.268301] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 2.280774] pegasus: Pegasus/Pegasus II USB ' 'Ethernet driver\n' '[ 2.286403] usbcore: registered new interface ' 'driver pegasus\n' '[ 2.292149] usbcore: registered new interface ' 'driver asix\n' '[ 2.297604] usbcore: registered new interface ' 'driver ax88179_178a\n' '[ 2.303758] usbcore: registered new interface ' 'driver cdc_ether\n' '[ 2.309666] usbcore: registered new interface ' 'driver smsc75xx\n' '[ 2.315469] usbcore: registered new interface ' 'driver smsc95xx\n' '[ 2.321275] usbcore: registered new interface ' 'driver net1080\n' '[ 2.326978] usbcore: registered new interface ' 'driver cdc_subset\n' '[ 2.332958] usbcore: registered new interface ' 'driver zaurus\n' '[ 2.338593] usbcore: registered new interface ' 'driver cdc_ncm\n' '[ 2.351082] usbcore: registered new interface ' 'driver usb-storage\n' '[ 2.365908] i2c_dev: i2c /dev entries driver\n' '[ 2.394681] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 2.400906] sdhci: Copyright(c) Pierre Ossman\n' '[ 2.408332] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 2.417068] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 2.424214] sdhci-esdhc-imx 2198000.mmc: Got CD ' 'GPIO\n' '[ 2.428589] sdhci-esdhc-imx 219c000.mmc: Got CD ' 'GPIO\n' '[ 2.429271] sdhci-esdhc-imx 2198000.mmc: Got WP ' 'GPIO\n' '[ 2.439554] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 2.447588] usbcore: registered new interface ' 'driver usbhid\n' '[ 2.448735] ata1: SATA link down (SStatus 0 ' 'SControl 300)\n' '[ 2.453197] usbhid: USB HID core driver\n' '[ 2.458646] ahci-imx 2200000.sata: no device ' 'found, disabling link.\n' '[ 2.468724] ahci-imx 2200000.sata: pass ' 'ahci_imx..hotplug=1 to enable hotplug\n' '[ 2.472881] NET: Registered PF_INET6 protocol ' 'family\n' '[ 2.482364] Segment Routing with IPv6\n' '[ 2.486100] In-situ OAM (IOAM) with IPv6\n' '[ 2.490140] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 2.496704] NET: Registered PF_PACKET protocol ' 'family\n' '[ 2.501806] can: controller area network core\n' '[ 2.506250] NET: Registered PF_CAN protocol ' 'family\n' '[ 2.511087] can: raw protocol\n' '[ 2.511474] mmc2: SDHCI controller on 2198000.mmc ' '[2198000.mmc] using ADMA\n' '[ 2.514064] can: broadcast manager protocol\n' '[ 2.514078] can: netlink gateway - max_hops=1\n' '[ 2.521290] mmc3: SDHCI controller on 219c000.mmc ' '[219c000.mmc] using ADMA\n' '[ 2.525529] Key type dns_resolver registered\n' '[ 2.542851] ThumbEE CPU extension supported.\n' '[ 2.547149] Registering SWP/SWPB emulation ' 'handler\n' '[ 2.552982] Loading compiled-in X.509 ' 'certificates\n' '[ 2.563688] pstore: Using crash dump compression: ' 'deflate\n' '[ 2.599789] imx_usb 2184200.usb: No over current ' 'polarity defined\n' '[ 2.609577] ci_hdrc ci_hdrc.1: EHCI Host ' 'Controller\n' '[ 2.614052] mmc2: new high speed SDHC card at ' 'address 0001\n' '[ 2.614520] ci_hdrc ci_hdrc.1: new USB bus ' 'registered, assigned bus number 1\n' '[ 2.621020] mmcblk2: mmc2:0001 SD 14.6 GiB\n' '[ 2.644263] GPT:Primary header thinks Alt. header ' 'is not at the end of the disk.\n' '[ 2.651704] GPT:29296874 != 30560255\n' '[ 2.655289] GPT:Alternate GPT header not at the ' 'end of the disk.\n' '[ 2.661346] GPT:29296874 != 30560255\n' '[ 2.664946] GPT: Use GNU Parted to correct GPT ' 'errors.\n' '[ 2.668666] ci_hdrc ci_hdrc.1: USB 2.0 started, ' 'EHCI 1.00\n' '[ 2.670146] mmcblk2: p1 p2 p3\n' '[ 2.676329] hub 1-0:1.0: USB hub found\n' '[ 2.682491] hub 1-0:1.0: 1 port detected\n' '[ 2.688967] imx_thermal 20c8000.anatop:tempmon: ' 'Automotive CPU temperature grade - max:125C ' 'critical:120C passive:115C\n' '[ 2.706809] input: gpio-keys as ' '/devices/platform/gpio-keys/input/input0\n' '[ 2.723324] Micrel KSZ9021 Gigabit PHY ' '2188000.ethernet-1:07: attached PHY driver ' '(mii_bus:phy_addr=2188000.ethernet-1:07, irq=POLL)\n' '[ 2.968704] usb 1-1: new high-speed USB device ' 'number 2 using ci_hdrc\n' '[ 3.170422] hub 1-1:1.0: USB hub found\n' '[ 3.174381] hub 1-1:1.0: 3 ports detected\n' '[ 5.848988] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: ' 'link becomes ready\n' '[ 5.849156] fec 2188000.ethernet eth0: Link is Up ' '- 1Gbps/Full - flow control off\n' '[ 5.878850] Sending DHCP requests ., OK\n' '[ 5.922619] IP-Config: Got DHCP answer from ' '192.168.201.1, my address is 192.168.201.37\n' '[ 5.930715] IP-Config: Complete:\n' '[ 5.933966] device=eth0, ' 'hwaddr=00:19:b8:08:f0:fd, ipaddr=192.168.201.37, ' 'mask=255.255.255.0, gw=192.168.201.1\n' '[ 5.944452] host=imx6q-sabrelite-lava-cbg-7, ' 'domain=lava-rack, nis-domain=(none)\n' '[ 5.952302] bootserver=192.168.201.1, ' 'rootserver=192.168.201.1, rootpath=\n' '[ 5.952311] nameserver0=192.168.201.1\n' '[ 5.963824] clk: Disabling unused clocks\n' '[ 5.973119] Freeing unused kernel image (initmem) ' 'memory: 2048K\n' '[ 5.979644] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 6.108605] ' 'udevd[122]: starting version 3.2.9\n' '[ 11.228646] random: crng init done\n' "[ 11.239570] udevd[122]: specified user 'tss' " 'unknown\n' "[ 11.244658] udevd[122]: specified group 'tss' " 'unknown\n' '[ 11.252851] udevd[123]: starting eudev-3.2.9\n' '[ 11.614586] imx-ipuv3 2400000.ipu: IPUv3H probed\n' '[ 11.622725] imx-ipuv3 2800000.ipu: IPUv3H probed\n' '[ 11.701835] dwhdmi-imx 120000.hdmi: Detected HDMI ' 'TX controller v1.30a with HDCP (DWC HDMI 3D TX PHY)\n' '[ 11.746451] etnaviv etnaviv: bound 130000.gpu (ops ' 'gpu_ops [etnaviv])\n' '[ 11.760541] etnaviv etnaviv: bound 134000.gpu (ops ' 'gpu_ops [etnaviv])\n' '[ 11.788418] etnaviv etnaviv: bound 2204000.gpu ' '(ops gpu_ops [etnaviv])\n' '[ 11.795163] etnaviv-gpu 130000.gpu: model: GC2000, ' 'revision: 5108\n' '[ 11.802554] etnaviv-gpu 134000.gpu: model: GC320, ' 'revision: 5007\n' '[ 11.808752] etnaviv-gpu 2204000.gpu: model: GC355, ' 'revision: 1215\n' '[ 11.814894] etnaviv-gpu 2204000.gpu: Ignoring GPU ' 'with VG and FE2.0\n' '[ 11.828839] [drm] Initialized etnaviv 1.4.0 ' '20151214 for etnaviv on minor 0\n' '[ 11.862986] fsl-ssi-dai 2028000.ssi: No cache ' 'defaults, reading back from HW\n' '[ 11.871691] caam 2100000.crypto: Entropy delay = ' '3200\n' '[ 11.937589] caam 2100000.crypto: Instantiated RNG4 ' 'SH0\n' '[ 11.943389] sgtl5000 0-000a: sgtl5000 revision ' '0x11\n' '[ 11.960339] sgtl5000 0-000a: Using internal LDO ' 'instead of VDDD: check ER1 erratum\n' '[ 11.998352] caam 2100000.crypto: Instantiated RNG4 ' 'SH1\n' '[ 12.003551] caam 2100000.crypto: device ID = ' '0x0a16010000000000 (Era 4)\n' '[ 12.010209] caam 2100000.crypto: job rings = 2, qi ' '= 0\n' '[ 12.091604] fsl-asoc-card sound: ASoC: driver name ' "too long 'imx6q-sabrelite-sgtl5000' -> " "'imx6q-sabrelite'\n" '[ 12.282803] caam algorithms registered in ' '/proc/crypto\n' '[ 12.290625] caam 2100000.crypto: registering ' 'rng-caam\n' '[ 12.296606] caam 2100000.crypto: rng crypto API ' 'alg registered prng-caam\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: ip: RTNETLINK answers: File exists\n' 'FAIL\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-18447688/environment\n' '/ # /lava-18447688/bin/lava-test-runner ' '/lava-18447688/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-18447688/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=18447688_1.1.4.1\n' '[ 13.103231] \n' '+ set +x\n' "+ echo 'Hello World!'\n" '[ 13.111964] \n' 'Hello World!\n' '+ set +x\n' '\n' '/ #\n'} 04/22/2025 07:15:47 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:15:49 PM UTC [INFO] Processing event node: 6807ea82e51c583972a58e45 04/22/2025 07:15:49 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea82e51c583972a58e45 04/22/2025 07:15:49 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea82e51c583972a58e45', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on beaglebone-black in ' 'lava-baylibre', 'start_time': '2025-04-22T19:14:10.956000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['ti,am335x-bone-black', 'ti,am335x-bone', 'ti,am33xx'], 'misc': {'platform': 'beaglebone-black', 'job_url': 'https://lava.baylibre.com/scheduler/job/3910952', 'job_id': '3910952'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea82e51c583972a58e45'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm-baylibre-6807ea82e51c583972a58e45/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm-baylibre-6807ea82e51c583972a58e45/log.txt.gz', 'log_excerpt': 'lay loop... 996.14 BogoMIPS (lpj=4980736)\n' '[ 0.091072] CPU: Testing write buffer coherency: ' 'ok\n' '[ 0.091141] CPU0: Spectre v2: using BPIALL ' 'workaround\n' '[ 0.091151] pid_max: default: 32768 minimum: 301\n' '[ 0.091339] Mount-cache hash table entries: 1024 ' '(order: 0, 4096 bytes, linear)\n' '[ 0.091357] Mountpoint-cache hash table entries: ' '1024 (order: 0, 4096 bytes, linear)\n' '[ 0.092436] CPU0: thread -1, cpu 0, socket -1, ' 'mpidr 0\n' '[ 0.093327] Setting up static identity map for ' '0x80300000 - 0x803000ac\n' '[ 0.095761] rcu: Hierarchical SRCU ' 'implementation.\n' '[ 0.095775] rcu: ?Max phase no-delay instances is ' '1000.\n' '[ 0.100758] EFI services will not be available.\n' '[ 0.101104] smp: Bringing up secondary CPUs ...\n' '[ 0.101115] smp: Brought up 1 node, 1 CPU\n' '[ 0.101125] SMP: Total of 1 processors activated ' '(996.14 BogoMIPS).\n' '[ 0.101137] CPU: All CPU(s) started in SVC mode.\n' '[ 0.101804] devtmpfs: initialized\n' '[ 0.114017] VFP support v0.3: implementor 41 ' 'architecture 3 part 30 variant c rev 3\n' '[ 0.114289] clocksource: jiffies: mask: 0xffffffff ' 'max_cycles: 0xffffffff, max_idle_ns: ' '19112604462750000 ns\n' '[ 0.114320] futex hash table entries: 256 (order: ' '2, 16384 bytes, linear)\n' '[ 0.119406] pinctrl core: initialized pinctrl ' 'subsystem\n' '[ 0.124449] DMI not present or invalid.\n' '[ 0.125312] NET: Registered PF_NETLINK/PF_ROUTE ' 'protocol family\n' '[ 0.127841] DMA: preallocated 256 KiB pool for ' 'atomic coherent allocations\n' '[ 0.131208] thermal_sys: Registered thermal ' "governor 'step_wise'\n" '[ 0.131350] cpuidle: using governor menu\n' '[ 0.152005] ' '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70: ' 'Fixed dependency cycle(s) with ' '/ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0\n' '[ 0.152911] ' '/ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0: ' 'Fixed dependency cycle(s) with ' '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70\n' '[ 0.155559] No ATAGs?\n' '[ 0.155577] hw-breakpoint: debug architecture 0x4 ' 'unsupported.\n' '[ 0.160684] Serial: AMBA PL011 UART driver\n' '[ 0.186756] iommu: Default domain type: ' 'Translated\n' '[ 0.186778] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.187499] SCSI subsystem initialized\n' '[ 0.191697] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.191748] usbcore: registered new interface ' 'driver hub\n' '[ 0.191798] usbcore: registered new device driver ' 'usb\n' '[ 0.192795] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.192807] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.192833] PTP clock support registered\n' '[ 0.192989] EDAC MC: Ver: 3.0.0\n' '[ 0.203944] vgaarb: loaded\n' '[ 0.204511] clocksource: Switched to clocksource ' 'dmtimer\n' '[ 0.226918] NET: Registered PF_INET protocol ' 'family\n' '[ 0.227223] IP idents hash table entries: 8192 ' '(order: 4, 65536 bytes, linear)\n' '[ 0.228313] tcp_listen_portaddr_hash hash table ' 'entries: 512 (order: 0, 4096 bytes, linear)\n' '[ 0.228353] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.228370] TCP established hash table entries: ' '4096 (order: 2, 16384 bytes, linear)\n' '[ 0.228413] TCP bind hash table entries: 4096 ' '(order: 4, 65536 bytes, linear)\n' '[ 0.228511] TCP: Hash tables configured ' '(established 4096 bind 4096)\n' '[ 0.228625] UDP hash table entries: 256 (order: 1, ' '8192 bytes, linear)\n' '[ 0.228650] UDP-Lite hash table entries: 256 ' '(order: 1, 8192 bytes, linear)\n' '[ 0.228812] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.229653] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.229670] RPC: Registered udp transport module.\n' '[ 0.229675] RPC: Registered tcp transport module.\n' '[ 0.229679] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.229694] PCI: CLS 0 bytes, default 64\n' '[ 0.231078] Initialise system trusted keyrings\n' '[ 0.231746] Trying to unpack rootfs image as ' 'initramfs...\n' '[ 0.245036] workingset: timestamp_bits=30 ' 'max_order=17 bucket_order=0\n' '[ 0.251592] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.257295] NFS: Registering the id_resolver key ' 'type\n' '[ 0.257368] Key type id_resolver registered\n' '[ 0.257374] Key type id_legacy registered\n' '[ 0.257485] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.257495] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.257542] ntfs: driver 2.1.32 [Flags: R/O].\n' '[ 0.274143] Key type asymmetric registered\n' "[ 0.274163] Asymmetric key parser 'x509' " 'registered\n' '[ 0.274353] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 247)\n' '[ 0.274368] io scheduler mq-deadline registered\n' '[ 0.274375] io scheduler kyber registered\n' '[ 0.495048] Serial: 8250/16550 driver, 5 ports, ' 'IRQ sharing enabled\n' '[ 0.499026] SuperH (H)SCI(F) driver initialized\n' '[ 0.499660] msm_serial: driver initialized\n' '[ 0.499670] STMicroelectronics ASC driver ' 'initialized\n' '[ 0.501037] STM32 USART driver initialized\n' '[ 0.557548] brd: module loaded\n' '[ 0.567881] loop: module loaded\n' '[ 0.578071] CAN device driver interface\n' '[ 0.578760] bgmac_bcma: Broadcom 47xx GBit MAC ' 'driver loaded\n' '[ 0.579407] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.579416] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 0.579506] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 0.579512] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 0.582217] pegasus: Pegasus/Pegasus II USB ' 'Ethernet driver\n' '[ 0.582289] usbcore: registered new interface ' 'driver pegasus\n' '[ 0.582349] usbcore: registered new interface ' 'driver asix\n' '[ 0.582393] usbcore: registered new interface ' 'driver ax88179_178a\n' '[ 0.582430] usbcore: registered new interface ' 'driver cdc_ether\n' '[ 0.582474] usbcore: registered new interface ' 'driver smsc75xx\n' '[ 0.582538] usbcore: registered new interface ' 'driver smsc95xx\n' '[ 0.582574] usbcore: registered new interface ' 'driver net1080\n' '[ 0.582613] usbcore: registered new interface ' 'driver cdc_subset\n' '[ 0.582646] usbcore: registered new interface ' 'driver zaurus\n' '[ 0.582690] usbcore: registered new interface ' 'driver cdc_ncm\n' '[ 0.586041] usbcore: registered new interface ' 'driver usb-storage\n' '[ 0.589945] i2c_dev: i2c /dev entries driver\n' '[ 0.602685] cpuidle: enable-method property ' "'ti,am3352' found operations\n" '[ 0.604665] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 0.604682] sdhci: Copyright(c) Pierre Ossman\n' '[ 0.606220] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 0.607520] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 0.726876] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 0.729680] usbcore: registered new interface ' 'driver usbhid\n' '[ 0.729701] usbhid: USB HID core driver\n' '[ 0.736848] NET: Registered PF_INET6 protocol ' 'family\n' '[ 0.769545] Segment Routing with IPv6\n' '[ 0.769614] In-situ OAM (IOAM) with IPv6\n' '[ 0.769703] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 0.770504] NET: Registered PF_PACKET protocol ' 'family\n' '[ 0.770522] can: controller area network core\n' '[ 0.770609] NET: Registered PF_CAN protocol ' 'family\n' '[ 0.770620] can: raw protocol\n' '[ 0.770630] can: broadcast manager protocol\n' '[ 0.770660] can: netlink gateway - max_hops=1\n' '[ 0.771256] Key type dns_resolver registered\n' '[ 0.771420] ThumbEE CPU extension supported.\n' '[ 0.771442] Registering SWP/SWPB emulation ' 'handler\n' '[ 0.771895] omap_voltage_late_init: Voltage driver ' 'support not added\n' '[ 0.773926] Loading compiled-in X.509 ' 'certificates\n' '[ 0.849788] ' '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70: ' 'Fixed dependency cycle(s) with ' '/ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0\n' '[ 0.860498] ' '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70: ' 'Fixed dependency cycle(s) with ' '/ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0\n' '[ 0.875338] ' '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70: ' 'Fixed dependency cycle(s) with ' '/ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0\n' '[ 0.876948] ' '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70: ' 'Fixed dependency cycle(s) with ' '/ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0\n' '[ 0.884743] ' '/ocp/interconnect@44c00000/segment@200000/target-module@10000/scm@0/pinmux@800: ' 'Fixed dependency cycle(s) with ' '/ocp/interconnect@44c00000/segment@200000/target-module@10000/scm@0/pinmux@800/pinmux_clkout2_pin\n' '[ 0.886206] pinctrl-single 44e10800.pinmux: 142 ' 'pins, size 568\n' '[ 0.902143] ti-sysc: probe of ' '44e31000.target-module failed with error -16\n' '[ 1.048036] ' '/ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0: ' 'Fixed dependency cycle(s) with ' '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70\n' '[ 1.063589] ti-sysc: probe of ' '48040000.target-module failed with error -16\n' '[ 1.097312] gpio gpiochip0: (gpio-0-31): not an ' 'immutable chip, please consider fixing it!\n' '[ 1.224936] OMAP GPIO hardware version 0.1\n' '[ 1.296045] at24 2-0054: supply vcc not found, ' 'using dummy regulator\n' '[ 1.329941] at24 2-0055: supply vcc not found, ' 'using dummy regulator\n' '[ 1.364956] at24 2-0056: supply vcc not found, ' 'using dummy regulator\n' '[ 1.400995] at24 2-0057: supply vcc not found, ' 'using dummy regulator\n' '[ 1.427648] omap_i2c 4819c000.i2c: bus 2 rev0.11 ' 'at 100 kHz\n' '[ 1.435976] gpio gpiochip1: (gpio-32-63): not an ' 'immutable chip, please consider fixing it!\n' '[ 1.458516] gpio gpiochip2: (gpio-64-95): not an ' 'immutable chip, please consider fixing it!\n' '[ 1.482752] ' '/ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0: ' 'Fixed dependency cycle(s) with ' '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70\n' '[ 1.487931] ' '/ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0: ' 'Fixed dependency cycle(s) with ' '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70\n' '[ 1.489134] ' '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70: ' 'Fixed dependency cycle(s) with ' '/ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0\n' '[ 1.489280] ' '/ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0: ' 'Fixed dependency cycle(s) with ' '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70\n' '[ 1.500565] sdhci-omap 481d8000.mmc: supply pbias ' 'not found, using dummy regulator\n' '[ 1.500982] sdhci-omap 481d8000.mmc: supply vqmmc ' 'not found, using dummy regulator\n' '[ 1.594976] omap_rng 48310000.rng: Random Number ' 'Generator ver. 20\n' '[ 1.612442] random: crng init done\n' '[ 1.665026] davinci_mdio 4a101000.mdio: davinci ' 'mdio revision 1.6, bus freq 1000000\n' '[ 2.954119] Freeing initrd memory: 16764K\n' '[ 2.986657] davinci_mdio 4a101000.mdio: phy[0]: ' 'device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720\n' '[ 2.986977] cpsw-switch 4a100000.switch: ' 'initialized cpsw ale version 1.4\n' '[ 2.986991] cpsw-switch 4a100000.switch: ALE Table ' 'size 1024\n' '[ 2.987104] cpsw-switch 4a100000.switch: cpts: ' 'overflow check period 500 (jiffies)\n' '[ 2.987121] cpsw-switch 4a100000.switch: CPTS: ' 'ref_clk_freq:250000000 calc_mult:2147483648 ' 'calc_shift:29 error:0 nsec/sec\n' '[ 2.987204] cpsw-switch 4a100000.switch: Detected ' 'MACID = 24:76:25:ec:f2:49\n' '[ 2.988636] cpsw-switch 4a100000.switch: ' 'initialized (regs 0x4a100000, pool size 256) ' 'hw_ver:0019010C 1.12 (0)\n' "[ 3.006288] debugfs: Directory '49000000.dma' with " "parent 'dmaengine' already present!\n" '[ 3.006327] edma 49000000.dma: TI EDMA DMA engine ' 'driver\n' '[ 3.060155] hw perfevents: enabled with ' 'armv7_cortex_a8 PMU driver, 5 counters available\n' '[ 3.072486] l3-aon-clkctrl:0000:0: failed to ' 'disable\n' '[ 3.074035] gpio gpiochip3: (gpio-96-127): not an ' 'immutable chip, please consider fixing it!\n' '[ 3.078240] 44e09000.serial: ttyS0 at MMIO ' '0x44e09000 (irq = 35, base_baud = 3000000) is a 8250\n' '[ 4.418762] printk: console [ttyS0] enabled\n' '[ 4.455236] tps65217-pmic: Failed to locate ' 'of_node [id: -1]\n' '[ 4.468263] tps65217-bl: Failed to locate of_node ' '[id: -1]\n' '[ 4.484123] tps65217 0-0024: TPS65217 ID 0xe ' 'version 1.2\n' '[ 4.491225] at24 0-0050: 32768 byte 24c256 EEPROM, ' 'writable, 1 bytes/write\n' '[ 4.498449] ' '/ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0: ' 'Fixed dependency cycle(s) with ' '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70\n' '[ 4.515700] ' '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70: ' 'Fixed dependency cycle(s) with ' '/ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0\n' '[ 4.533246] omap_i2c 44e0b000.i2c: bus 0 rev0.11 ' 'at 400 kHz\n' '[ 4.550970] omap_gpio 44e07000.gpio: Could not set ' 'line 6 debounce to 200000 microseconds (-22)\n' '[ 4.559870] sdhci-omap 48060000.mmc: Got CD GPIO\n' '[ 4.564744] sdhci-omap 48060000.mmc: supply pbias ' 'not found, using dummy regulator\n' '[ 4.577012] sdhci-omap 48060000.mmc: supply vqmmc ' 'not found, using dummy regulator\n' '[ 4.585379] sdhci-omap 481d8000.mmc: supply pbias ' 'not found, using dummy regulator\n' '[ 4.593283] sdhci-omap 481d8000.mmc: supply vqmmc ' 'not found, using dummy regulator\n' '[ 4.682706] mmc1: SDHCI controller on 481d8000.mmc ' '[481d8000.mmc] using External DMA\n' '[ 4.693262] mmc0: SDHCI controller on 48060000.mmc ' '[48060000.mmc] using External DMA\n' '[ 4.702697] cpsw-switch 4a100000.switch: starting ' 'ndev. mode: dual_mac\n' '[ 4.760021] mmc1: new high speed MMC card at ' 'address 0001\n' '[ 4.768100] mmcblk1: mmc1:0001 M62704 3.56 GiB\n' '[ 4.781193] mmcblk1boot0: mmc1:0001 M62704 2.00 ' 'MiB\n' '[ 4.791516] mmcblk1boot1: mmc1:0001 M62704 2.00 ' 'MiB\n' '[ 4.802173] SMSC LAN8710/LAN8720 4a101000.mdio:00: ' 'attached PHY driver ' '(mii_bus:phy_addr=4a101000.mdio:00, irq=POLL)\n' '[ 4.812954] mmc0: new high speed SDHC card at ' 'address aaaa\n' '[ 4.819297] mmcblk1rpmb: mmc1:0001 M62704 512 KiB, ' 'chardev (236:0)\n' '[ 4.826477] mmcblk0: mmc0:aaaa SL08G 7.40 GiB\n' '[ 4.839704] mmcblk0: p1 p2\n' '[ 6.965446] cpsw-switch 4a100000.switch eth0: Link ' 'is Up - 100Mbps/Full - flow control off\n' '[ 6.973923] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: ' 'link becomes ready\n' '[ 7.024529] Sending DHCP requests ., OK\n' '[ 7.068620] IP-Config: Got DHCP answer from ' '192.168.0.1, my address is 192.168.0.206\n' '[ 7.076550] IP-Config: Complete:\n' '[ 7.079817] device=eth0, ' 'hwaddr=24:76:25:ec:f2:49, ipaddr=192.168.0.206, ' 'mask=255.255.255.0, gw=192.168.0.254\n' '[ 7.090348] host=192.168.0.206, domain=shed, ' 'nis-domain=(none)\n' '[ 7.096723] bootserver=192.168.0.1, ' 'rootserver=192.168.0.1, rootpath=\n' '[ 7.096755] nameserver0=192.168.0.1, ' 'nameserver1=192.168.1.254\n' '[ 7.110991] clk: Disabling unused clocks\n' '[ 7.128308] Freeing unused kernel image (initmem) ' 'memory: 2048K\n' '[ 7.137366] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 7.355716] ' 'udevd[108]: starting version 3.2.9\n' "[ 7.372028] udevd[108]: specified user 'tss' " 'unknown\n' "[ 7.377564] udevd[108]: specified group 'tss' " 'unknown\n' '[ 7.388001] udevd[109]: starting eudev-3.2.9\n' '[ 8.895395] am335x-phy-driver 47401300.usb-phy: ' 'supply vcc not found, using dummy regulator\n' '[ 8.904132] am335x-phy-driver 47401300.usb-phy: ' 'dummy supplies not allowed for exclusive requests\n' '[ 9.194955] am335x-phy-driver 47401b00.usb-phy: ' 'supply vcc not found, using dummy regulator\n' '[ 9.203672] am335x-phy-driver 47401b00.usb-phy: ' 'dummy supplies not allowed for exclusive requests\n' '[ 9.373904] musb-hdrc musb-hdrc.1: MUSB HDRC host ' 'driver\n' '[ 9.379486] musb-hdrc musb-hdrc.1: new USB bus ' 'registered, assigned bus number 1\n' '[ 9.487490] tda998x 0-0070: found TDA19988\n' '[ 9.591271] hub 1-0:1.0: USB hub found\n' '[ 9.643435] hub 1-0:1.0: 1 port detected\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: ip: RTNETLINK answers: File exists\n' 'FAIL\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-3910952/environment\n' '/ # /lava-3910952/bin/lava-test-runner ' '/lava-3910952/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-3910952/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=3910952_1.5.2.4.1\n' '+ [ 12.706224] \n' 'set +x\n' '[ 12.714255] \n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ # \n'} 04/22/2025 07:15:49 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:15:53 PM UTC [INFO] Processing event node: 6807e1761b4012cda6bf831c 04/22/2025 07:15:53 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807e1761b4012cda6bf831c 04/22/2025 07:15:53 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807e1201b4012cda6bf82fc', 'id': 'maestro:6807e1761b4012cda6bf831c', 'origin': 'maestro', 'comment': 'staging-stable-20250422.5', 'start_time': '2025-04-22T18:35:34.640000+00:00', 'architecture': 'arm', 'compiler': 'gcc-12', 'config_name': 'multi_v7_defconfig', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807e1761b4012cda6bf831c-kbuild-gcc-12-arm-multi--9yvitr3f', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'zimage', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e1761b4012cda6bf831c'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/fragments/0.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/build.log.gz', 'log_excerpt': ' _dtbs_/ls1021a-moxa-uc-8410a.dtb ' '_dtbs_/ls1021a-qds.dtb _dtbs_/ls1021a-tsn.dtb ' '_dtbs_/ls1021a-twr.dtb _dtbs_/meson6-atv1200.dtb ' '_dtbs_/meson8-minix-neo-x8.dtb ' '_dtbs_/meson8b-ec100.dtb _dtbs_/meson8b-mxq.dtb ' '_dtbs_/meson8b-odroidc1.dtb ' '_dtbs_/meson8m2-mxiii-plus.dtb ' '_dtbs_/milbeaut-m10v-evb.dtb ' '_dtbs_/mmp2-brownstone.dtb ' '_dtbs_/mmp2-olpc-xo-1-75.dtb ' '_dtbs_/mmp3-dell-ariel.dtb _dtbs_/mt2701-evb.dtb ' '_dtbs_/mt6580-evbp1.dtb ' '_dtbs_/mt6582-prestigio-pmt5008-3g.dtb ' '_dtbs_/mt6589-aquaris5.dtb ' '_dtbs_/mt6589-fairphone-fp1.dtb _dtbs_/mt6592-evb.dtb ' '_dtbs_/mt7623a-rfb-emmc.dtb ' '_dtbs_/mt7623a-rfb-nand.dtb ' '_dtbs_/mt7623n-bananapi-bpi-r2.dtb ' '_dtbs_/mt7623n-rfb-emmc.dtb _dtbs_/mt7629-rfb.dtb ' '_dtbs_/mt8127-moose.dtb _dtbs_/mt8135-evbp1.dtb ' '_dtbs_/omap3-beagle-ab4.dtb ' '_dtbs_/omap3-beagle-xm-ab.dtb ' '_dtbs_/omap3-beagle-xm.dtb _dtbs_/omap3-beagle.dtb ' '_dtbs_/omap3-cm-t3517.dtb _dtbs_/omap3-cm-t3530.dtb ' '_dtbs_/omap3-cm-t3730.dtb ' '_dtbs_/omap3-devkit8000-lcd43.dtb ' '_dtbs_/omap3-devkit8000-lcd70.dtb ' '_dtbs_/omap3-devkit8000.dtb _dtbs_/omap3-echo.dtb ' '_dtbs_/omap3-evm-37xx.dtb _dtbs_/omap3-evm.dtb ' '_dtbs_/omap3-gta04a3.dtb _dtbs_/omap3-gta04a4.dtb ' '_dtbs_/omap3-gta04a5.dtb _dtbs_/omap3-gta04a5one.dtb ' '_dtbs_/omap3-ha-lcd.dtb _dtbs_/omap3-ha.dtb ' '_dtbs_/omap3-igep0020-rev-f.dtb ' '_dtbs_/omap3-igep0020.dtb ' '_dtbs_/omap3-igep0030-rev-g.dtb ' '_dtbs_/omap3-igep0030.dtb _dtbs_/omap3-ldp.dtb ' '_dtbs_/omap3-lilly-dbb056.dtb _dtbs_/omap3-n9.dtb ' '_dtbs_/omap3-n900.dtb _dtbs_/omap3-n950.dtb ' '_dtbs_/omap3-overo-alto35.dtb ' '_dtbs_/omap3-overo-chestnut43.dtb ' '_dtbs_/omap3-overo-gallop43.dtb ' '_dtbs_/omap3-overo-palo35.dtb ' '_dtbs_/omap3-overo-palo43.dtb ' '_dtbs_/omap3-overo-storm-alto35.dtb ' '_dtbs_/omap3-overo-storm-chestnut43.dtb ' '_dtbs_/omap3-overo-storm-gallop43.dtb ' '_dtbs_/omap3-overo-storm-palo35.dtb ' '_dtbs_/omap3-overo-storm-palo43.dtb ' '_dtbs_/omap3-overo-storm-summit.dtb ' '_dtbs_/omap3-overo-storm-tobi.dtb ' '_dtbs_/omap3-overo-storm-tobiduo.dtb ' '_dtbs_/omap3-overo-summit.dtb ' '_dtbs_/omap3-overo-tobi.dtb ' '_dtbs_/omap3-overo-tobiduo.dtb ' '_dtbs_/omap3-pandora-1ghz.dtb ' '_dtbs_/omap3-pandora-600mhz.dtb ' '_dtbs_/omap3-sbc-t3517.dtb _dtbs_/omap3-sbc-t3530.dtb ' '_dtbs_/omap3-sbc-t3730.dtb _dtbs_/omap3-sniper.dtb ' '_dtbs_/omap3-thunder.dtb _dtbs_/omap3-zoom3.dtb ' '_dtbs_/omap3430-sdp.dtb ' '_dtbs_/omap4-droid-bionic-xt875.dtb ' '_dtbs_/omap4-droid4-xt894.dtb ' '_dtbs_/omap4-duovero-parlor.dtb _dtbs_/omap4-kc1.dtb ' '_dtbs_/omap4-panda-a4.dtb _dtbs_/omap4-panda-es.dtb ' '_dtbs_/omap4-panda.dtb _dtbs_/omap4-sdp-es23plus.dtb ' '_dtbs_/omap4-sdp.dtb _dtbs_/omap4-var-dvk-om44.dtb ' '_dtbs_/omap4-var-stk-om44.dtb _dtbs_/omap5-cm-t54.dtb ' '_dtbs_/omap5-igep0050.dtb _dtbs_/omap5-sbc-t54.dtb ' '_dtbs_/omap5-uevm.dtb _dtbs_/owl-s500-cubieboard6.dtb ' '_dtbs_/owl-s500-guitar-bb-rev-b.dtb ' '_dtbs_/owl-s500-labrador-base-m.dtb ' '_dtbs_/owl-s500-roseapplepi.dtb ' '_dtbs_/owl-s500-sparky.dtb _dtbs_/pxa168-aspenite.dtb ' '_dtbs_/pxa910-dkb.dtb _dtbs_/qcom-apq8016-sbc.dtb ' '_dtbs_/qcom-apq8026-asus-sparrow.dtb ' '_dtbs_/qcom-apq8026-lg-lenok.dtb ' '_dtbs_/qcom-apq8060-dragonboard.dtb ' '_dtbs_/qcom-apq8064-asus-nexus7-flo.dtb ' '_dtbs_/qcom-apq8064-cm-qs600.dtb ' '_dtbs_/qcom-apq8064-ifc6410.dtb ' '_dtbs_/qcom-apq8064-sony-xperia-lagan-yuga.dtb ' '_dtbs_/qcom-apq8074-dragonboard.dtb ' '_dtbs_/qcom-apq8084-ifc6540.dtb ' '_dtbs_/qcom-apq8084-mtp.dtb ' '_dtbs_/qcom-ipq4018-ap120c-ac-bit.dtb ' '_dtbs_/qcom-ipq4018-ap120c-ac.dtb ' '_dtbs_/qcom-ipq4018-jalapeno.dtb ' '_dtbs_/qcom-ipq4019-ap.dk01.1-c1.dtb ' '_dtbs_/qcom-ipq4019-ap.dk04.1-c1.dtb ' '_dtbs_/qcom-ipq4019-ap.dk04.1-c3.dtb ' '_dtbs_/qcom-ipq4019-ap.dk07.1-c1.dtb ' '_dtbs_/qcom-ipq4019-ap.dk07.1-c2.dtb ' '_dtbs_/qcom-ipq8064-ap148.dtb ' '_dtbs_/qcom-ipq8064-rb3011.dtb ' '_dtbs_/qcom-mdm9615-wp8548-mangoh-green.dtb ' '_dtbs_/qcom-msm8226-samsung-s3ve3g.dtb ' '_dtbs_/qcom-msm8660-surf.dtb ' '_dtbs_/qcom-msm8916-samsung-e5.dtb ' '_dtbs_/qcom-msm8916-samsung-e7.dtb ' '_dtbs_/qcom-msm8916-samsung-grandmax.dtb ' '_dtbs_/qcom-msm8916-samsung-serranove.dtb ' '_dtbs_/qcom-msm8960-cdp.dtb ' '_dtbs_/qcom-msm8974-lge-nexus5-hammerhead.dtb ' '_dtbs_/qcom-msm8974-sony-xperia-rhine-amami.dtb ' '_dtbs_/qcom-msm8974-sony-xperia-rhine-honami.dtb ' '_dtbs_/qcom-msm8974pro-fairphone-fp2.dtb ' '_dtbs_/qcom-msm8974pro-samsung-klte.dtb ' '_dtbs_/qcom-msm8974pro-sony-xperia-shinano-castor.dtb ' '_dtbs_/qcom-sdx55-mtp.dtb _dtbs_/qcom-sdx55-t55.dtb ' '_dtbs_/qcom-sdx55-telit-fn980-tlb.dtb ' '_dtbs_/qcom-sdx65-mtp.dtb _dtbs_/r7s72100-genmai.dtb ' '_dtbs_/r7s72100-gr-peach.dtb ' '_dtbs_/r7s72100-rskrza1.dtb ' '_dtbs_/r7s9210-rza2mevb.dtb ' '_dtbs_/r8a73a4-ape6evm.dtb ' '_dtbs_/r8a7740-armadillo800eva.dtb ' '_dtbs_/r8a7742-iwg21d-q7-dbcm-ca.dtb ' '_dtbs_/r8a7742-iwg21d-q7.dtb ' '_dtbs_/r8a7743-iwg20d-q7-dbcm-ca.dtb ' '_dtbs_/r8a7743-iwg20d-q7.dtb ' '_dtbs_/r8a7743-sk-rzg1m.dtb ' '_dtbs_/r8a7744-iwg20d-q7-dbcm-ca.dtb ' '_dtbs_/r8a7744-iwg20d-q7.dtb ' '_dtbs_/r8a7745-iwg22d-sodimm-dbhd-ca.dtb ' '_dtbs_/r8a7745-iwg22d-sodimm.dtb ' '_dtbs_/r8a7745-sk-rzg1e.dtb ' '_dtbs_/r8a77470-iwg23s-sbc.dtb ' '_dtbs_/r8a7778-bockw.dtb _dtbs_/r8a7779-marzen.dtb ' '_dtbs_/r8a7790-lager.dtb _dtbs_/r8a7790-stout.dtb ' '_dtbs_/r8a7791-koelsch.dtb _dtbs_/r8a7791-porter.dtb ' '_dtbs_/r8a7792-blanche.dtb _dtbs_/r8a7792-wheat.dtb ' '_dtbs_/r8a7793-gose.dtb _dtbs_/r8a7794-alt.dtb ' '_dtbs_/r8a7794-silk.dtb ' '_dtbs_/r9a06g032-rzn1d400-db.dtb ' '_dtbs_/rk3036-evb.dtb _dtbs_/rk3036-kylin.dtb ' '_dtbs_/rk3066a-bqcurie2.dtb ' '_dtbs_/rk3066a-marsboard.dtb _dtbs_/rk3066a-mk808.dtb ' '_dtbs_/rk3066a-rayeager.dtb ' '_dtbs_/rk3188-bqedison2qc.dtb ' '_dtbs_/rk3188-px3-evb.dtb _dtbs_/rk3188-radxarock.dtb ' '_dtbs_/rk3228-evb.dtb _dtbs_/rk3229-evb.dtb ' '_dtbs_/rk3229-xms6.dtb _dtbs_/rk3288-evb-act8846.dtb ' '_dtbs_/rk3288-evb-rk808.dtb ' '_dtbs_/rk3288-firefly-beta.dtb ' '_dtbs_/rk3288-firefly-reload.dtb ' '_dtbs_/rk3288-firefly.dtb _dtbs_/rk3288-miqi.dtb ' '_dtbs_/rk3288-phycore-rdk.dtb ' '_dtbs_/rk3288-popmetal.dtb _dtbs_/rk3288-r89.dtb ' '_dtbs_/rk3288-rock-pi-n8.dtb ' '_dtbs_/rk3288-rock2-square.dtb ' '_dtbs_/rk3288-tinker-s.dtb _dtbs_/rk3288-tinker.dtb ' '_dtbs_/rk3288-veyron-brain.dtb ' '_dtbs_/rk3288-veyron-fievel.dtb ' '_dtbs_/rk3288-veyron-jaq.dtb ' '_dtbs_/rk3288-veyron-jerry.dtb ' '_dtbs_/rk3288-veyron-mickey.dtb ' '_dtbs_/rk3288-veyron-mighty.dtb ' '_dtbs_/rk3288-veyron-minnie.dtb ' '_dtbs_/rk3288-veyron-pinky.dtb ' '_dtbs_/rk3288-veyron-speedy.dtb ' '_dtbs_/rk3288-veyron-tiger.dtb ' '_dtbs_/rk3288-vyasa.dtb _dtbs_/rv1108-elgin-r1.dtb ' '_dtbs_/rv1108-evb.dtb _dtbs_/sama5d31ek.dtb ' '_dtbs_/sama5d33ek.dtb _dtbs_/sama5d34ek.dtb ' '_dtbs_/sama5d35ek.dtb _dtbs_/sama5d36ek.dtb ' '_dtbs_/sama5d36ek_cmp.dtb _dtbs_/sh73a0-kzm9g.dtb ' '_dtbs_/socfpga_arria10_chameleonv3.dtb ' '_dtbs_/socfpga_arria10_socdk_nand.dtb ' '_dtbs_/socfpga_arria10_socdk_qspi.dtb ' '_dtbs_/socfpga_arria10_socdk_sdmmc.dtb ' '_dtbs_/socfpga_arria5_socdk.dtb ' '_dtbs_/socfpga_cyclone5_chameleon96.dtb ' '_dtbs_/socfpga_cyclone5_de0_nano_soc.dtb ' '_dtbs_/socfpga_cyclone5_mcvevk.dtb ' '_dtbs_/socfpga_cyclone5_socdk.dtb ' '_dtbs_/socfpga_cyclone5_sockit.dtb ' '_dtbs_/socfpga_cyclone5_socrates.dtb ' '_dtbs_/socfpga_cyclone5_sodia.dtb ' '_dtbs_/socfpga_cyclone5_vining_fpga.dtb ' '_dtbs_/socfpga_vt.dtb _dtbs_/spear1310-evb.dtb ' '_dtbs_/spear1340-evb.dtb _dtbs_/ste-href520-tvk.dtb ' '_dtbs_/ste-hrefprev60-stuib.dtb ' '_dtbs_/ste-hrefprev60-tvk.dtb ' '_dtbs_/ste-hrefv60plus-stuib.dtb ' '_dtbs_/ste-hrefv60plus-tvk.dtb ' '_dtbs_/ste-snowball.dtb ' '_dtbs_/ste-ux500-samsung-codina-tmo.dtb ' '_dtbs_/ste-ux500-samsung-codina.dtb ' '_dtbs_/ste-ux500-samsung-gavini.dtb ' '_dtbs_/ste-ux500-samsung-golden.dtb ' '_dtbs_/ste-ux500-samsung-janice.dtb ' '_dtbs_/ste-ux500-samsung-kyle.dtb ' '_dtbs_/ste-ux500-samsung-skomer.dtb ' '_dtbs_/stih407-b2120.dtb _dtbs_/stih410-b2120.dtb ' '_dtbs_/stih410-b2260.dtb _dtbs_/stih418-b2199.dtb ' '_dtbs_/stih418-b2264.dtb _dtbs_/stm32429i-eval.dtb ' '_dtbs_/stm32746g-eval.dtb _dtbs_/stm32f429-disco.dtb ' '_dtbs_/stm32f469-disco.dtb _dtbs_/stm32f746-disco.dtb ' '_dtbs_/stm32f769-disco.dtb ' '_dtbs_/stm32h743i-disco.dtb ' '_dtbs_/stm32h743i-eval.dtb ' '_dtbs_/stm32h750i-art-pi.dtb ' '_dtbs_/stm32mp135f-dk.dtb ' '_dtbs_/stm32mp151a-prtt1a.dtb ' '_dtbs_/stm32mp151a-prtt1c.dtb ' '_dtbs_/stm32mp151a-prtt1s.dtb ' '_dtbs_/stm32mp153c-dhcom-drc02.dtb ' '_dtbs_/stm32mp153c-dhcor-drc-compact.dtb ' '_dtbs_/stm32mp157a-avenger96.dtb ' '_dtbs_/stm32mp157a-dhcor-avenger96.dtb ' '_dtbs_/stm32mp157a-dk1-scmi.dtb ' '_dtbs_/stm32mp157a-dk1.dtb ' '_dtbs_/stm32mp157a-icore-stm32mp1-ctouch2-of10.dtb ' '_dtbs_/stm32mp157a-icore-stm32mp1-ctouch2.dtb ' '_dtbs_/stm32mp157a-icore-stm32mp1-edimm2.2.dtb ' '_dtbs_/stm32mp157a-iot-box.dtb ' '_dtbs_/stm32mp157a-microgea-stm32mp1-microdev2.0-of7.dtb ' '_dtbs_/stm32mp157a-microgea-stm32mp1-microdev2.0.dtb ' '_dtbs_/stm32mp157a-stinger96.dtb ' '_dtbs_/stm32mp157c-dhcom-pdk2.dtb ' '_dtbs_/stm32mp157c-dhcom-picoitx.dtb ' '_dtbs_/stm32mp157c-dk2-scmi.dtb ' '_dtbs_/stm32mp157c-dk2.dtb ' '_dtbs_/stm32mp157c-ed1-scmi.dtb ' '_dtbs_/stm32mp157c-ed1.dtb ' '_dtbs_/stm32mp157c-emsbc-argon.dtb ' '_dtbs_/stm32mp157c-ev1-scmi.dtb ' '_dtbs_/stm32mp157c-ev1.dtb ' '_dtbs_/stm32mp157c-lxa-mc1.dtb ' '_dtbs_/stm32mp157c-odyssey.dtb ' '_dtbs_/sun4i-a10-a1000.dtb ' '_dtbs_/sun4i-a10-ba10-tvbox.dtb ' '_dtbs_/sun4i-a10-chuwi-v7-cw0825.dtb ' '_dtbs_/sun4i-a10-cubieboard.dtb ' '_dtbs_/sun4i-a10-dserve-dsrv9703c.dtb ' '_dtbs_/sun4i-a10-gemei-g9.dtb ' '_dtbs_/sun4i-a10-hackberry.dtb ' '_dtbs_/sun4i-a10-hyundai-a7hd.dtb ' '_dtbs_/sun4i-a10-inet1.dtb ' '_dtbs_/sun4i-a10-inet97fv2.dtb ' '_dtbs_/sun4i-a10-inet9f-rev03.dtb ' '_dtbs_/sun4i-a10-itead-iteaduino-plus.dtb ' '_dtbs_/sun4i-a10-jesurun-q5.dtb ' '_dtbs_/sun4i-a10-marsboard.dtb ' '_dtbs_/sun4i-a10-mini-xplus.dtb ' '_dtbs_/sun4i-a10-mk802.dtb ' '_dtbs_/sun4i-a10-mk802ii.dtb ' '_dtbs_/sun4i-a10-olinuxino-lime.dtb ' '_dtbs_/sun4i-a10-pcduino.dtb ' '_dtbs_/sun4i-a10-pcduino2.dtb ' '_dtbs_/sun4i-a10-pov-protab2-ips9.dtb ' '_dtbs_/sun4i-a10-topwise-a721.dtb ' '_dtbs_/sun5i-a10s-auxtek-t003.dtb ' '_dtbs_/sun5i-a10s-auxtek-t004.dtb ' '_dtbs_/sun5i-a10s-mk802.dtb ' '_dtbs_/sun5i-a10s-olinuxino-micro.dtb ' '_dtbs_/sun5i-a10s-r7-tv-dongle.dtb ' '_dtbs_/sun5i-a10s-wobo-i5.dtb ' '_dtbs_/sun5i-a13-difrnce-dit4350.dtb ' '_dtbs_/sun5i-a13-empire-electronix-d709.dtb ' '_dtbs_/sun5i-a13-empire-electronix-m712.dtb ' '_dtbs_/sun5i-a13-hsg-h702.dtb ' '_dtbs_/sun5i-a13-inet-98v-rev2.dtb ' '_dtbs_/sun5i-a13-licheepi-one.dtb ' '_dtbs_/sun5i-a13-olinuxino-micro.dtb ' '_dtbs_/sun5i-a13-olinuxino.dtb ' '_dtbs_/sun5i-a13-pocketbook-touch-lux-3.dtb ' '_dtbs_/sun5i-a13-q8-tablet.dtb ' '_dtbs_/sun5i-a13-utoo-p66.dtb ' '_dtbs_/sun5i-gr8-chip-pro.dtb ' '_dtbs_/sun5i-gr8-evb.dtb _dtbs_/sun5i-r8-chip.dtb ' '_dtbs_/sun6i-a31-app4-evb1.dtb ' '_dtbs_/sun6i-a31-colombus.dtb ' '_dtbs_/sun6i-a31-hummingbird.dtb ' '_dtbs_/sun6i-a31-i7.dtb _dtbs_/sun6i-a31-m9.dtb ' '_dtbs_/sun6i-a31-mele-a1000g-quad.dtb ' '_dtbs_/sun6i-a31s-colorfly-e708-q1.dtb ' '_dtbs_/sun6i-a31s-cs908.dtb ' '_dtbs_/sun6i-a31s-inet-q972.dtb ' '_dtbs_/sun6i-a31s-primo81.dtb ' '_dtbs_/sun6i-a31s-sina31s.dtb ' '_dtbs_/sun6i-a31s-sinovoip-bpi-m2.dtb ' '_dtbs_/sun6i-a31s-yones-toptech-bs1078-v2.dtb ' '_dtbs_/sun7i-a20-bananapi-m1-plus.dtb ' '_dtbs_/sun7i-a20-bananapi.dtb ' '_dtbs_/sun7i-a20-bananapro.dtb ' '_dtbs_/sun7i-a20-cubieboard2.dtb ' '_dtbs_/sun7i-a20-cubietruck.dtb ' '_dtbs_/sun7i-a20-haoyu-marsboard.dtb ' '_dtbs_/sun7i-a20-hummingbird.dtb ' '_dtbs_/sun7i-a20-i12-tvbox.dtb ' '_dtbs_/sun7i-a20-icnova-swac.dtb ' '_dtbs_/sun7i-a20-itead-ibox.dtb ' '_dtbs_/sun7i-a20-lamobo-r1.dtb ' '_dtbs_/sun7i-a20-linutronix-testbox-v2.dtb ' '_dtbs_/sun7i-a20-m3.dtb _dtbs_/sun7i-a20-mk808c.dtb ' '_dtbs_/sun7i-a20-olimex-som-evb-emmc.dtb ' '_dtbs_/sun7i-a20-olimex-som-evb.dtb ' '_dtbs_/sun7i-a20-olimex-som204-evb-emmc.dtb ' '_dtbs_/sun7i-a20-olimex-som204-evb.dtb ' '_dtbs_/sun7i-a20-olinuxino-lime-emmc.dtb ' '_dtbs_/sun7i-a20-olinuxino-lime.dtb ' '_dtbs_/sun7i-a20-olinuxino-lime2-emmc.dtb ' '_dtbs_/sun7i-a20-olinuxino-lime2.dtb ' '_dtbs_/sun7i-a20-olinuxino-micro-emmc.dtb ' '_dtbs_/sun7i-a20-olinuxino-micro.dtb ' '_dtbs_/sun7i-a20-orangepi-mini.dtb ' '_dtbs_/sun7i-a20-orangepi.dtb ' '_dtbs_/sun7i-a20-pcduino3-nano.dtb ' '_dtbs_/sun7i-a20-pcduino3.dtb ' '_dtbs_/sun7i-a20-wexler-tab7200.dtb ' '_dtbs_/sun7i-a20-wits-pro-a20-dkt.dtb ' '_dtbs_/sun8i-a23-evb.dtb ' '_dtbs_/sun8i-a23-gt90h-v4.dtb ' '_dtbs_/sun8i-a23-inet86dz.dtb ' '_dtbs_/sun8i-a23-ippo-q8h-v1.2.dtb ' '_dtbs_/sun8i-a23-ippo-q8h-v5.dtb ' '_dtbs_/sun8i-a23-polaroid-mid2407pxe03.dtb ' '_dtbs_/sun8i-a23-polaroid-mid2809pxe04.dtb ' '_dtbs_/sun8i-a23-q8-tablet.dtb ' '_dtbs_/sun8i-a33-et-q8-v1.6.dtb ' '_dtbs_/sun8i-a33-ga10h-v1.1.dtb ' '_dtbs_/sun8i-a33-inet-d978-rev2.dtb ' '_dtbs_/sun8i-a33-ippo-q8h-v1.2.dtb ' '_dtbs_/sun8i-a33-olinuxino.dtb ' '_dtbs_/sun8i-a33-q8-tablet.dtb ' '_dtbs_/sun8i-a33-sinlinx-sina33.dtb ' '_dtbs_/sun8i-a83t-allwinner-h8homlet-v2.dtb ' '_dtbs_/sun8i-a83t-bananapi-m3.dtb ' '_dtbs_/sun8i-a83t-cubietruck-plus.dtb ' '_dtbs_/sun8i-a83t-tbs-a711.dtb ' '_dtbs_/sun8i-h2-plus-bananapi-m2-zero.dtb ' '_dtbs_/sun8i-h2-plus-libretech-all-h3-cc.dtb ' '_dtbs_/sun8i-h2-plus-orangepi-r1.dtb ' '_dtbs_/sun8i-h2-plus-orangepi-zero.dtb ' '_dtbs_/sun8i-h3-bananapi-m2-plus-v1.2.dtb ' '_dtbs_/sun8i-h3-bananapi-m2-plus.dtb ' '_dtbs_/sun8i-h3-beelink-x2.dtb ' '_dtbs_/sun8i-h3-emlid-neutis-n5h3-devboard.dtb ' '_dtbs_/sun8i-h3-libretech-all-h3-cc.dtb ' '_dtbs_/sun8i-h3-mapleboard-mp130.dtb ' '_dtbs_/sun8i-h3-nanopi-duo2.dtb ' '_dtbs_/sun8i-h3-nanopi-m1-plus.dtb ' '_dtbs_/sun8i-h3-nanopi-m1.dtb ' '_dtbs_/sun8i-h3-nanopi-neo-air.dtb ' '_dtbs_/sun8i-h3-nanopi-neo.dtb ' '_dtbs_/sun8i-h3-nanopi-r1.dtb ' '_dtbs_/sun8i-h3-orangepi-2.dtb ' '_dtbs_/sun8i-h3-orangepi-lite.dtb ' '_dtbs_/sun8i-h3-orangepi-one.dtb ' '_dtbs_/sun8i-h3-orangepi-pc-plus.dtb ' '_dtbs_/sun8i-h3-orangepi-pc.dtb ' '_dtbs_/sun8i-h3-orangepi-plus.dtb ' '_dtbs_/sun8i-h3-orangepi-plus2e.dtb ' '_dtbs_/sun8i-h3-orangepi-zero-plus2.dtb ' '_dtbs_/sun8i-h3-rervision-dvk.dtb ' '_dtbs_/sun8i-h3-zeropi.dtb ' '_dtbs_/sun8i-r16-bananapi-m2m.dtb ' '_dtbs_/sun8i-r16-nintendo-nes-classic.dtb ' '_dtbs_/sun8i-r16-nintendo-super-nes-classic.dtb ' '_dtbs_/sun8i-r16-parrot.dtb ' '_dtbs_/sun8i-r40-bananapi-m2-ultra.dtb ' '_dtbs_/sun8i-r40-oka40i-c.dtb ' '_dtbs_/sun8i-s3-elimo-initium.dtb ' '_dtbs_/sun8i-s3-lichee-zero-plus.dtb ' '_dtbs_/sun8i-s3-pinecube.dtb ' '_dtbs_/sun8i-t3-cqa3t-bv3.dtb ' '_dtbs_/sun8i-v3-sl631-imx179.dtb ' '_dtbs_/sun8i-v3s-licheepi-zero-dock.dtb ' '_dtbs_/sun8i-v3s-licheepi-zero.dtb ' '_dtbs_/sun8i-v40-bananapi-m2-berry.dtb ' '_dtbs_/sun9i-a80-cubieboard4.dtb ' '_dtbs_/sun9i-a80-optimus.dtb ' '_dtbs_/sunplus-sp7021-demo-v3.dtb ' '_dtbs_/tegra114-asus-tf701t.dtb ' '_dtbs_/tegra114-dalmore.dtb _dtbs_/tegra114-roth.dtb ' '_dtbs_/tegra114-tn7.dtb ' '_dtbs_/tegra124-apalis-eval.dtb ' '_dtbs_/tegra124-apalis-v1.2-eval.dtb ' '_dtbs_/tegra124-jetson-tk1.dtb ' '_dtbs_/tegra124-nyan-big-fhd.dtb ' '_dtbs_/tegra124-nyan-big.dtb ' '_dtbs_/tegra124-nyan-blaze.dtb ' '_dtbs_/tegra124-venice2.dtb ' '_dtbs_/tegra20-acer-a500-picasso.dtb ' '_dtbs_/tegra20-asus-tf101.dtb ' '_dtbs_/tegra20-colibri-eval-v3.dtb ' '_dtbs_/tegra20-colibri-iris.dtb ' '_dtbs_/tegra20-harmony.dtb ' '_dtbs_/tegra20-medcom-wide.dtb ' '_dtbs_/tegra20-paz00.dtb _dtbs_/tegra20-plutux.dtb ' '_dtbs_/tegra20-seaboard.dtb _dtbs_/tegra20-tec.dtb ' '_dtbs_/tegra20-trimslice.dtb ' '_dtbs_/tegra20-ventana.dtb ' '_dtbs_/tegra30-apalis-eval.dtb ' '_dtbs_/tegra30-apalis-v1.1-eval.dtb ' '_dtbs_/tegra30-asus-nexus7-grouper-E1565.dtb ' '_dtbs_/tegra30-asus-nexus7-grouper-PM269.dtb ' '_dtbs_/tegra30-asus-nexus7-tilapia-E1565.dtb ' '_dtbs_/tegra30-asus-tf201.dtb ' '_dtbs_/tegra30-asus-tf300t.dtb ' '_dtbs_/tegra30-asus-tf300tg.dtb ' '_dtbs_/tegra30-asus-tf700t.dtb ' '_dtbs_/tegra30-beaver.dtb ' '_dtbs_/tegra30-cardhu-a02.dtb ' '_dtbs_/tegra30-cardhu-a04.dtb ' '_dtbs_/tegra30-colibri-eval-v3.dtb ' '_dtbs_/tegra30-ouya.dtb ' '_dtbs_/tegra30-pegatron-chagall.dtb ' '_dtbs_/uniphier-ld4-ref.dtb ' '_dtbs_/uniphier-ld6b-ref.dtb ' '_dtbs_/uniphier-pro4-ace.dtb ' '_dtbs_/uniphier-pro4-ref.dtb ' '_dtbs_/uniphier-pro4-sanji.dtb ' '_dtbs_/uniphier-pxs2-gentil.dtb ' '_dtbs_/uniphier-pxs2-vodka.dtb ' '_dtbs_/uniphier-sld8-ref.dtb ' '_dtbs_/vexpress-v2p-ca15-tc1.dtb ' '_dtbs_/vexpress-v2p-ca15_a7.dtb ' '_dtbs_/vexpress-v2p-ca5s.dtb ' '_dtbs_/vexpress-v2p-ca9.dtb ' '_dtbs_/vf500-colibri-eval-v3.dtb _dtbs_/vf610-bk4.dtb ' '_dtbs_/vf610-colibri-eval-v3.dtb ' '_dtbs_/vf610-cosmic.dtb _dtbs_/vf610-twr.dtb ' '_dtbs_/vf610-zii-cfu1.dtb ' '_dtbs_/vf610-zii-dev-rev-b.dtb ' '_dtbs_/vf610-zii-dev-rev-c.dtb ' '_dtbs_/vf610-zii-scu4-aib.dtb ' '_dtbs_/vf610-zii-spb4.dtb ' '_dtbs_/vf610-zii-ssmb-dtu.dtb ' '_dtbs_/vf610-zii-ssmb-spu3.dtb ' '_dtbs_/vf610m4-colibri.dtb _dtbs_/vf610m4-cosmic.dtb ' '_dtbs_/vt8500-bv07.dtb _dtbs_/wm8505-ref.dtb ' '_dtbs_/wm8650-mid.dtb _dtbs_/wm8750-apc8750.dtb ' '_dtbs_/wm8850-w70v2.dtb _dtbs_/xenvm-4.2.dtb ' '_dtbs_/zynq-cc108.dtb _dtbs_/zynq-ebaz4205.dtb ' '_dtbs_/zynq-microzed.dtb _dtbs_/zynq-parallella.dtb ' '_dtbs_/zynq-zc702.dtb _dtbs_/zynq-zc706.dtb ' '_dtbs_/zynq-zc770-xm010.dtb ' '_dtbs_/zynq-zc770-xm011.dtb ' '_dtbs_/zynq-zc770-xm012.dtb ' '_dtbs_/zynq-zc770-xm013.dtb _dtbs_/zynq-zed.dtb ' '_dtbs_/zynq-zturn-v5.dtb _dtbs_/zynq-zturn.dtb ' '_dtbs_/zynq-zybo-z7.dtb _dtbs_/zynq-zybo.dtb ' '/tmp/kci/artifacts/dtbs\n' '+ cd ..\n' '+ echo job:package_dtbs=done\n' '++ date +%s\n' '+ echo jobets:package_dtbs=1745349214\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:15:53 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:16:06 PM UTC [INFO] Processing event node: 6807ea86e51c583972a58e72 04/22/2025 07:16:06 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea86e51c583972a58e72 04/22/2025 07:16:07 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea86e51c583972a58e72', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on sun7i-a20-cubieboard2 in ' 'lava-baylibre', 'start_time': '2025-04-22T19:14:14.379000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['cubietech,cubieboard2', 'allwinner,sun7i-a20'], 'misc': {'platform': 'sun7i-a20-cubieboard2', 'job_url': 'https://lava.baylibre.com/scheduler/job/3910954', 'job_id': '3910954'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea86e51c583972a58e72'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm-baylibre-6807ea86e51c583972a58e72/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm-baylibre-6807ea86e51c583972a58e72/log.txt.gz', 'log_excerpt': '0\n' '[ 0.075085] /soc/display-frontend@1e20000: Fixed ' 'dependency cycle(s) with ' '/soc/display-backend@1e40000\n' '[ 0.075235] /soc/display-frontend@1e00000: Fixed ' 'dependency cycle(s) with ' '/soc/display-backend@1e40000\n' '[ 0.075351] /soc/lcd-controller@1c0d000: Fixed ' 'dependency cycle(s) with ' '/soc/display-backend@1e40000\n' '[ 0.075463] /soc/lcd-controller@1c0c000: Fixed ' 'dependency cycle(s) with ' '/soc/display-backend@1e40000\n' '[ 0.075586] /soc/display-backend@1e40000: Fixed ' 'dependency cycle(s) with /soc/lcd-controller@1c0d000\n' '[ 0.075700] /soc/display-backend@1e40000: Fixed ' 'dependency cycle(s) with /soc/lcd-controller@1c0c000\n' '[ 0.075797] /soc/display-backend@1e40000: Fixed ' 'dependency cycle(s) with ' '/soc/display-frontend@1e20000\n' '[ 0.075898] /soc/display-backend@1e40000: Fixed ' 'dependency cycle(s) with ' '/soc/display-frontend@1e00000\n' '[ 0.076573] /soc/display-frontend@1e20000: Fixed ' 'dependency cycle(s) with ' '/soc/display-backend@1e60000\n' '[ 0.076737] /soc/display-frontend@1e00000: Fixed ' 'dependency cycle(s) with ' '/soc/display-backend@1e60000\n' '[ 0.076852] /soc/lcd-controller@1c0d000: Fixed ' 'dependency cycle(s) with ' '/soc/display-backend@1e60000\n' '[ 0.076959] /soc/lcd-controller@1c0c000: Fixed ' 'dependency cycle(s) with ' '/soc/display-backend@1e60000\n' '[ 0.077058] /soc/display-backend@1e60000: Fixed ' 'dependency cycle(s) with /soc/lcd-controller@1c0d000\n' '[ 0.077171] /soc/display-backend@1e60000: Fixed ' 'dependency cycle(s) with /soc/lcd-controller@1c0c000\n' '[ 0.077268] /soc/display-backend@1e60000: Fixed ' 'dependency cycle(s) with ' '/soc/display-frontend@1e20000\n' '[ 0.077364] /soc/display-backend@1e60000: Fixed ' 'dependency cycle(s) with ' '/soc/display-frontend@1e00000\n' '[ 0.080923] /soc/hdmi@1c16000: Fixed dependency ' 'cycle(s) with /hdmi-connector\n' '[ 0.081128] /hdmi-connector: Fixed dependency ' 'cycle(s) with /soc/hdmi@1c16000\n' '[ 0.100848] iommu: Default domain type: ' 'Translated\n' '[ 0.100867] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.101710] SCSI subsystem initialized\n' '[ 0.102644] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.102698] usbcore: registered new interface ' 'driver hub\n' '[ 0.102767] usbcore: registered new device driver ' 'usb\n' '[ 0.104395] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.104408] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.104436] PTP clock support registered\n' '[ 0.104631] EDAC MC: Ver: 3.0.0\n' '[ 0.108279] vgaarb: loaded\n' '[ 0.108949] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.130706] NET: Registered PF_INET protocol ' 'family\n' '[ 0.131042] IP idents hash table entries: 16384 ' '(order: 5, 131072 bytes, linear)\n' '[ 0.133568] tcp_listen_portaddr_hash hash table ' 'entries: 512 (order: 0, 4096 bytes, linear)\n' '[ 0.133613] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.133642] TCP established hash table entries: ' '8192 (order: 3, 32768 bytes, linear)\n' '[ 0.133722] TCP bind hash table entries: 8192 ' '(order: 5, 131072 bytes, linear)\n' '[ 0.134068] TCP: Hash tables configured ' '(established 8192 bind 8192)\n' '[ 0.134244] UDP hash table entries: 512 (order: 2, ' '16384 bytes, linear)\n' '[ 0.134320] UDP-Lite hash table entries: 512 ' '(order: 2, 16384 bytes, linear)\n' '[ 0.134634] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.135771] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.135792] RPC: Registered udp transport module.\n' '[ 0.135798] RPC: Registered tcp transport module.\n' '[ 0.135802] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.135818] PCI: CLS 0 bytes, default 64\n' '[ 0.136578] armv7-pmu pmu: hw perfevents: no ' 'interrupt-affinity property, guessing.\n' '[ 0.137153] hw perfevents: enabled with ' 'armv7_cortex_a7 PMU driver, 5 counters available\n' '[ 0.138807] Initialise system trusted keyrings\n' '[ 0.139332] workingset: timestamp_bits=30 ' 'max_order=18 bucket_order=0\n' '[ 0.146055] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.147022] Trying to unpack rootfs image as ' 'initramfs...\n' '[ 0.159650] NFS: Registering the id_resolver key ' 'type\n' '[ 0.159787] Key type id_resolver registered\n' '[ 0.159793] Key type id_legacy registered\n' '[ 0.159923] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.159933] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.159981] ntfs: driver 2.1.32 [Flags: R/O].\n' '[ 0.160659] Key type asymmetric registered\n' "[ 0.160673] Asymmetric key parser 'x509' " 'registered\n' '[ 0.160875] bounce: pool size: 64 pages\n' '[ 0.161013] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 247)\n' '[ 0.161024] io scheduler mq-deadline registered\n' '[ 0.161032] io scheduler kyber registered\n' '[ 0.371837] Serial: 8250/16550 driver, 5 ports, ' 'IRQ sharing enabled\n' '[ 0.376934] SuperH (H)SCI(F) driver initialized\n' '[ 0.378064] msm_serial: driver initialized\n' '[ 0.378075] STMicroelectronics ASC driver ' 'initialized\n' '[ 0.379494] STM32 USART driver initialized\n' '[ 0.427169] brd: module loaded\n' '[ 0.434566] loop: module loaded\n' '[ 0.448666] CAN device driver interface\n' '[ 0.450156] bgmac_bcma: Broadcom 47xx GBit MAC ' 'driver loaded\n' '[ 0.451379] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.451389] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 0.451471] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 0.451479] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 0.456429] pegasus: Pegasus/Pegasus II USB ' 'Ethernet driver\n' '[ 0.456501] usbcore: registered new interface ' 'driver pegasus\n' '[ 0.456553] usbcore: registered new interface ' 'driver asix\n' '[ 0.456621] usbcore: registered new interface ' 'driver ax88179_178a\n' '[ 0.456660] usbcore: registered new interface ' 'driver cdc_ether\n' '[ 0.456706] usbcore: registered new interface ' 'driver smsc75xx\n' '[ 0.456752] usbcore: registered new interface ' 'driver smsc95xx\n' '[ 0.456788] usbcore: registered new interface ' 'driver net1080\n' '[ 0.456823] usbcore: registered new interface ' 'driver cdc_subset\n' '[ 0.456866] usbcore: registered new interface ' 'driver zaurus\n' '[ 0.456913] usbcore: registered new interface ' 'driver cdc_ncm\n' '[ 0.463451] usbcore: registered new interface ' 'driver usb-storage\n' '[ 0.473837] sunxi-rtc 1c20d00.rtc: registered as ' 'rtc0\n' '[ 0.473911] sunxi-rtc 1c20d00.rtc: setting system ' 'clock to 1970-01-01T00:14:02 UTC (842)\n' '[ 0.475539] i2c_dev: i2c /dev entries driver\n' '[ 0.493384] sunxi-wdt 1c20c90.watchdog: Watchdog ' 'enabled (timeout=16 sec, nowayout=0)\n' '[ 0.501112] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 0.501128] sdhci: Copyright(c) Pierre Ossman\n' '[ 0.503476] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 0.505867] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 0.511694] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 0.514822] usbcore: registered new interface ' 'driver usbhid\n' '[ 0.514841] usbhid: USB HID core driver\n' '[ 0.525798] NET: Registered PF_INET6 protocol ' 'family\n' '[ 0.527606] Segment Routing with IPv6\n' '[ 0.527692] In-situ OAM (IOAM) with IPv6\n' '[ 0.527785] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 0.528602] NET: Registered PF_PACKET protocol ' 'family\n' '[ 0.528616] can: controller area network core\n' '[ 0.528701] NET: Registered PF_CAN protocol ' 'family\n' '[ 0.528713] can: raw protocol\n' '[ 0.528723] can: broadcast manager protocol\n' '[ 0.528736] can: netlink gateway - max_hops=1\n' '[ 0.529414] Key type dns_resolver registered\n' '[ 0.529566] ThumbEE CPU extension supported.\n' '[ 0.529591] Registering SWP/SWPB emulation ' 'handler\n' '[ 0.530388] Loading compiled-in X.509 ' 'certificates\n' '[ 0.553673] sun4i-pinctrl 1c20800.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 0.555931] sun4i-pinctrl 1c20800.pinctrl: supply ' 'vcc-pb not found, using dummy regulator\n' '[ 0.569365] printk: console [ttyS0] disabled\n' '[ 0.589686] 1c28000.serial: ttyS0 at MMIO ' '0x1c28000 (irq = 70, base_baud = 1500000) is a ' 'U6_16550A\n' '[ 2.100001] Freeing initrd memory: 16768K\n' '[ 2.102921] printk: console [ttyS0] enabled\n' '[ 2.549322] sun4i-pinctrl 1c20800.pinctrl: supply ' 'vcc-pa not found, using dummy regulator\n' '[ 2.557910] sun7i-dwmac 1c50000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 2.564369] sun7i-dwmac 1c50000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 2.570475] sun7i-dwmac 1c50000.ethernet: PTP uses ' 'main clock\n' '[ 2.576266] sun7i-dwmac 1c50000.ethernet: no ' 'regulator found\n' '[ 2.582445] sun7i-dwmac 1c50000.ethernet: Version ' 'ID not available\n' '[ 2.588651] sun7i-dwmac 1c50000.ethernet: ' '?DWMAC1000\n' '[ 2.593665] sun7i-dwmac 1c50000.ethernet: No HW ' 'DMA feature register supported\n' '[ 2.600902] sun7i-dwmac 1c50000.ethernet: TX ' 'Checksum insertion supported\n' '[ 2.607687] sun7i-dwmac 1c50000.ethernet: Normal ' 'descriptors\n' '[ 2.613355] sun7i-dwmac 1c50000.ethernet: Ring ' 'mode enabled\n' '[ 2.677905] axp20x-i2c 0-0034: AXP20x variant ' 'AXP209 found\n' '[ 2.684638] axp20x-i2c 0-0034: mask_invert=true is ' 'deprecated; please switch to unmask_base\n' '[ 2.714765] axp20x-i2c 0-0034: AXP20X driver ' 'loaded\n' '[ 2.729976] sun4i-pinctrl 1c20800.pinctrl: supply ' 'vcc-ph not found, using dummy regulator\n' '[ 2.745091] sun4i-pinctrl 1c20800.pinctrl: supply ' 'vcc-pf not found, using dummy regulator\n' '[ 2.749727] ahci-sunxi 1c18000.sata: supply ahci ' 'not found, using dummy regulator\n' '[ 2.761101] ahci-sunxi 1c18000.sata: supply phy ' 'not found, using dummy regulator\n' '[ 2.769227] sunxi-mmc 1c0f000.mmc: Got CD GPIO\n' '[ 2.799568] sunxi-mmc 1c0f000.mmc: initialized, ' 'max. request size: 16384 KB\n' '[ 2.843873] mmc0: host does not support reading ' 'read-only switch, assuming write-enable\n' '[ 2.858875] mmc0: new high speed SDHC card at ' 'address aaaa\n' '[ 2.866282] ahci-sunxi 1c18000.sata: controller ' "can't do PMP, turning off CAP_PMP\n" '[ 2.874041] ahci-sunxi 1c18000.sata: forcing ' 'PORTS_IMPL to 0x1\n' '[ 2.880339] ahci-sunxi 1c18000.sata: AHCI ' '0001.0100 32 slots 1 ports 3 Gbps 0x1 impl platform ' 'mode\n' '[ 2.889563] ahci-sunxi 1c18000.sata: flags: ncq ' 'sntf pm led clo only pio slum part ccc\n' '[ 2.905244] mmcblk0: mmc0:aaaa SS08G 7.40 GiB\n' '[ 2.914056] scsi host0: ahci-sunxi\n' '[ 2.917877] ata1: SATA max UDMA/133 mmio [mem ' '0x01c18000-0x01c18fff] port 0x100 irq 115\n' '[ 2.934419] ehci-platform 1c14000.usb: EHCI Host ' 'Controller\n' '[ 2.940193] mmcblk0: p1\n' '[ 2.940233] ehci-platform 1c14000.usb: new USB bus ' 'registered, assigned bus number 1\n' '[ 2.945919] ehci-platform 1c1c000.usb: EHCI Host ' 'Controller\n' '[ 2.953751] ohci-platform 1c14400.usb: Generic ' 'Platform OHCI controller\n' '[ 2.956196] ehci-platform 1c1c000.usb: new USB bus ' 'registered, assigned bus number 2\n' '[ 2.962859] ohci-platform 1c14400.usb: new USB bus ' 'registered, assigned bus number 3\n' '[ 2.973622] ohci-platform 1c1c400.usb: Generic ' 'Platform OHCI controller\n' '[ 2.985047] ohci-platform 1c1c400.usb: new USB bus ' 'registered, assigned bus number 4\n' '[ 2.994942] ohci-platform 1c14400.usb: irq 118, io ' 'mem 0x01c14400\n' '[ 3.002581] ohci-platform 1c1c400.usb: irq 119, io ' 'mem 0x01c1c400\n' '[ 3.008985] ehci-platform 1c14000.usb: irq 116, io ' 'mem 0x01c14000\n' '[ 3.015282] ehci-platform 1c1c000.usb: irq 117, io ' 'mem 0x01c1c000\n' '[ 3.038958] ehci-platform 1c14000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 3.048440] hub 1-0:1.0: USB hub found\n' '[ 3.052461] hub 1-0:1.0: 1 port detected\n' '[ 3.074226] ehci-platform 1c1c000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 3.081385] hub 3-0:1.0: USB hub found\n' '[ 3.085251] hub 3-0:1.0: 1 port detected\n' '[ 3.091272] hub 4-0:1.0: USB hub found\n' '[ 3.095090] hub 4-0:1.0: 1 port detected\n' '[ 3.100458] hub 2-0:1.0: USB hub found\n' '[ 3.104276] hub 2-0:1.0: 1 port detected\n' '[ 3.262885] ata1: SATA link down (SStatus 0 ' 'SControl 300)\n' '[ 3.273616] sun7i-dwmac 1c50000.ethernet eth0: ' 'Register MEM_TYPE_PAGE_POOL RxQ-0\n' '[ 3.287184] sun7i-dwmac 1c50000.ethernet eth0: PHY ' '[stmmac-0:01] driver [RTL8201CP Ethernet] (irq=POLL)\n' '[ 3.296959] sun7i-dwmac 1c50000.ethernet eth0: No ' 'Safety Features support found\n' '[ 3.304495] sun7i-dwmac 1c50000.ethernet eth0: RX ' 'IPC Checksum Offload disabled\n' '[ 3.311976] sun7i-dwmac 1c50000.ethernet eth0: No ' 'MAC Management Counters available\n' '[ 3.319816] sun7i-dwmac 1c50000.ethernet eth0: PTP ' 'not supported by HW\n' '[ 3.330699] sun7i-dwmac 1c50000.ethernet eth0: ' 'configuring for phy/mii link mode\n' '[ 5.439890] sun7i-dwmac 1c50000.ethernet eth0: ' 'Link is Up - 100Mbps/Full - flow control rx/tx\n' '[ 5.439999] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: ' 'link becomes ready\n' '[ 5.498969] Sending DHCP requests ., OK\n' '[ 5.546735] IP-Config: Got DHCP answer from ' '192.168.0.1, my address is 192.168.0.197\n' '[ 5.554645] IP-Config: Complete:\n' '[ 5.557898] device=eth0, ' 'hwaddr=22:71:81:da:53:ea, ipaddr=192.168.0.197, ' 'mask=255.255.255.0, gw=192.168.0.254\n' '[ 5.568340] host=192.168.0.197, domain=shed, ' 'nis-domain=(none)\n' '[ 5.574677] bootserver=192.168.0.1, ' 'rootserver=192.168.0.1, rootpath=\n' '[ 5.574707] nameserver0=192.168.0.1, ' 'nameserver1=192.168.1.254\n' '[ 5.588663] clk: Disabling unused clocks\n' '[ 5.599564] Freeing unused kernel image (initmem) ' 'memory: 2048K\n' '[ 5.605912] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 5.785585] ' 'udevd[100]: starting version 3.2.9\n' '[ 8.348924] random: crng init done\n' "[ 8.362450] udevd[100]: specified user 'tss' " 'unknown\n' "[ 8.367636] udevd[100]: specified group 'tss' " 'unknown\n' '[ 8.376525] udevd[101]: starting eudev-3.2.9\n' '[ 9.315188] usb_phy_generic ' 'usb_phy_generic.0.auto: supply vcc not found, using ' 'dummy regulator\n' '[ 9.324419] usb_phy_generic ' 'usb_phy_generic.0.auto: dummy supplies not allowed ' 'for exclusive requests\n' '[ 9.335915] musb-hdrc musb-hdrc.1.auto: MUSB HDRC ' 'host driver\n' '[ 9.341873] musb-hdrc musb-hdrc.1.auto: new USB ' 'bus registered, assigned bus number 5\n' '[ 9.359839] sun4i-ss 1c15000.crypto-engine: no ' 'reset control found\n' '[ 9.366161] sun4i-ss 1c15000.crypto-engine: Die ID ' '0\n' '[ 9.376231] hub 5-0:1.0: USB hub found\n' '[ 9.380200] hub 5-0:1.0: 1 port detected\n' '[ 9.553916] lima 1c40000.gpu: gp - mali400 version ' 'major 1 minor 1\n' '[ 9.560462] lima 1c40000.gpu: pp0 - mali400 ' 'version major 1 minor 1\n' '[ 9.566937] lima 1c40000.gpu: pp1 - mali400 ' 'version major 1 minor 1\n' '[ 9.573397] lima 1c40000.gpu: l2 cache 64K, 4-way, ' '64byte cache line, 64bit external bus\n' '[ 9.612459] sun4i-drm display-engine: bound ' '1e00000.display-frontend (ops ' 'sun4i_frontend_driver_exit [sun4i_frontend])\n' '[ 9.613144] lima 1c40000.gpu: bus rate = ' '300000000\n' '[ 9.623515] sun4i-drm display-engine: bound ' '1e20000.display-frontend (ops ' 'sun4i_frontend_driver_exit [sun4i_frontend])\n' '[ 9.628152] lima 1c40000.gpu: mod rate = ' '384000000\n' '[ 9.639193] sun4i-drm display-engine: bound ' '1e60000.display-backend (ops sun4i_backend_ops ' '[sun4i_backend])\n' '[ 9.645114] [drm] Initialized lima 1.1.0 20191231 ' 'for 1c40000.gpu on minor 0\n' '[ 9.653864] sun4i-drm display-engine: bound ' '1e40000.display-backend (ops sun4i_backend_ops ' '[sun4i_backend])\n' '[ 9.671268] sun4i-drm display-engine: No panel or ' 'bridge found... RGB output disabled\n' '[ 9.679204] sun4i-drm display-engine: bound ' '1c0c000.lcd-controller (ops ' 'sun4i_tcon_platform_driver_exit [sun4i_tcon])\n' '[ 9.690996] sun4i-drm display-engine: No panel or ' 'bridge found... RGB output disabled\n' '[ 9.698983] sun4i-drm display-engine: bound ' '1c0d000.lcd-controller (ops ' 'sun4i_tcon_platform_driver_exit [sun4i_tcon])\n' '[ 9.711284] sun4i-drm display-engine: bound ' '1c16000.hdmi (ops sun4i_hdmi_driver_exit ' '[sun4i_drm_hdmi])\n' '[ 9.722495] [drm] Initialized sun4i-drm 1.0.0 ' '20150629 for display-engine on minor 1\n' '[ 9.730551] sun4i-drm display-engine: [drm] Cannot ' 'find any crtc or sizes\n' '[ 9.739398] sun4i-drm display-engine: [drm] Cannot ' 'find any crtc or sizes\n' '[ 9.750693] input: axp20x-pek as ' '/devices/platform/soc/1c2ac00.i2c/i2c-0/0-0034/axp20x-pek/input/input0\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: ip: RTNETLINK answers: File exists\n' 'FAIL\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-3910954/environment\n' '/ # /lava-3910954/bin/lava-test-runner ' '/lava-3910954/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-3910954/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=3910954_1.5.2.4.1\n' '[ 11.336145] \n' '+ set +x\n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '[ 11.344265] \n' '\n' '/ # \n'} 04/22/2025 07:16:07 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:16:13 PM UTC [INFO] Processing event node: 68079698614dc0333e58ad6b 04/22/2025 07:16:13 PM UTC [DEBUG] Error code is not set for 68079698614dc0333e58ad6b 04/22/2025 07:16:13 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:68079698614dc0333e58ad6b 04/22/2025 07:16:13 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:68078f567c32d324f2fc0bd4', 'id': 'maestro:68079698614dc0333e58ad6b', 'origin': 'maestro', 'comment': 'baseline-arm on rk3288-veyron-jaq in lava-collabora', 'start_time': '2025-04-22T13:16:08.743000+00:00', 'environment': {'comment': 'Runtime: lava-collabora', 'compatible': ['google,veyron-jaq-rev5', 'google,veyron-jaq-rev4'], 'misc': {'platform': 'rk3288-veyron-jaq', 'job_url': 'https://lava.collabora.dev/scheduler/job/18444456', 'job_id': '18444456'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-collabora', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=68079698614dc0333e58ad6b', 'error_code': 'node_timeout', 'error_msg': 'Node timed-out'}, 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/kselftest.tar.gz'}]} 04/22/2025 07:16:13 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:16:13 PM UTC [INFO] Processing event node: 68079699614dc0333e58ad6e 04/22/2025 07:16:13 PM UTC [DEBUG] Error code is not set for 68079699614dc0333e58ad6e 04/22/2025 07:16:13 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:68079699614dc0333e58ad6e 04/22/2025 07:16:13 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:68078f567c32d324f2fc0bd4', 'id': 'maestro:68079699614dc0333e58ad6e', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on am57xx-beagle-x15 in ' 'lava-baylibre', 'start_time': '2025-04-22T13:16:09.149000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['ti,am572x-beagle-x15', 'ti,am5728', 'ti,dra742', 'ti,dra74', 'ti,dra7'], 'misc': {'platform': 'am57xx-beagle-x15', 'job_url': 'https://lava.baylibre.com/scheduler/job/3910900', 'job_id': '3910900'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=68079699614dc0333e58ad6e', 'error_code': 'node_timeout', 'error_msg': 'Node timed-out'}, 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/kselftest.tar.gz'}]} 04/22/2025 07:16:13 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:16:13 PM UTC [INFO] Processing event node: 6807969a614dc0333e58ad71 04/22/2025 07:16:13 PM UTC [DEBUG] Error code is not set for 6807969a614dc0333e58ad71 04/22/2025 07:16:13 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807969a614dc0333e58ad71 04/22/2025 07:16:13 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:68078f567c32d324f2fc0bd4', 'id': 'maestro:6807969a614dc0333e58ad71', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on at91-sama5d4_xplained in ' 'lava-baylibre', 'start_time': '2025-04-22T13:16:10.048000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['atmel,sama5d4-xplained', 'atmel,sama5d4', 'atmel,sama5'], 'misc': {'platform': 'at91-sama5d4_xplained', 'job_url': 'https://lava.baylibre.com/scheduler/job/3910901', 'job_id': '3910901'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807969a614dc0333e58ad71', 'error_code': 'node_timeout', 'error_msg': 'Node timed-out'}, 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/kselftest.tar.gz'}]} 04/22/2025 07:16:13 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:16:21 PM UTC [INFO] Processing event node: 6807e729e51c583972a58d34 04/22/2025 07:16:21 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807e729e51c583972a58d34 04/22/2025 07:16:21 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807e6cae51c583972a58d0b', 'id': 'maestro:6807e729e51c583972a58d34', 'origin': 'maestro', 'comment': 'staging-next-20250422.6', 'start_time': '2025-04-22T18:59:53.811000+00:00', 'architecture': 'arm', 'compiler': 'gcc-12', 'config_name': 'vexpress_defconfig', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807e729e51c583972a58d34-kbuild-gcc-12-arm-vexpre-5cx1p0s3', 'job_context': 'gke_android-kernelci-external_us-west1-a_kci-us-west1', 'kernel_type': 'zimage', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e729e51c583972a58d34'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/fragments/0.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/build.log.gz', 'log_excerpt': "/tmp/kci/linux/tools/testing/selftests/sgx'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sigaltstack'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/sigaltstack/sas ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sigaltstack/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sigaltstack'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/size'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/size/get_size ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/size/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/size'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sparc64'\n" 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sparc64'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/splice'\n" 'rsync -a --copy-unsafe-links ' 'default_file_splice_read.sh short_splice_read.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/splice/default_file_splice_read ' '/tmp/kci/linux/tools/testing/selftests/splice/splice_read ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'rsync -a --copy-unsafe-links config settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/splice'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/static_keys'\n" 'rsync -a --copy-unsafe-links test_static_keys.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/static_keys/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/static_keys/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/static_keys'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sync'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/sync/sync_test ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sync/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sync/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sync'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch/sud_test ' '/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch/sud_benchmark ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/syscall_user_dispatch/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/syscall_user_dispatch/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sysctl'\n" 'rsync -a --copy-unsafe-links sysctl.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sysctl/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sysctl/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sysctl'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tc-testing'\n" '/bin/sh: 1: llc: not found\n' 'clang -I. -I/include/uapi -idirafter ' '/usr/lib/llvm-14/lib/clang/14.0.6/include -idirafter ' '/usr/local/include -idirafter ' '/usr/include/x86_64-linux-gnu -idirafter /usr/include ' '-Wno-compare-distinct-pointer-types \\\n' '\t -O2 -target bpf -emit-llvm -c action.c -o - | ' '\\\n' 'llc -march=bpf -mcpu=probe -filetype=obj -o ' '/tmp/kci/linux/tools/testing/selftests/tc-testing/action.o\n' '/bin/sh: 3: llc: not found\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tc-testing'\n" 'make[2]: *** [Makefile:26: ' '/tmp/kci/linux/tools/testing/selftests/tc-testing/action.o] ' 'Error 127\n' 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/timens'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timens/timens ' '/tmp/kci/linux/tools/testing/selftests/timens/timerfd ' '/tmp/kci/linux/tools/testing/selftests/timens/timer ' '/tmp/kci/linux/tools/testing/selftests/timens/clock_nanosleep ' '/tmp/kci/linux/tools/testing/selftests/timens/procfs ' '/tmp/kci/linux/tools/testing/selftests/timens/exec ' '/tmp/kci/linux/tools/testing/selftests/timens/futex ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timens/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timens/gettime_perf ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timens/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timens/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/timens'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/timers'\n" 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timers/posix_timers ' '/tmp/kci/linux/tools/testing/selftests/timers/nanosleep ' '/tmp/kci/linux/tools/testing/selftests/timers/nsleep-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/set-timer-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/mqueue-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/inconsistency-check ' '/tmp/kci/linux/tools/testing/selftests/timers/raw_skew ' '/tmp/kci/linux/tools/testing/selftests/timers/threadtest ' '/tmp/kci/linux/tools/testing/selftests/timers/rtcpie ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timers/alarmtimer-suspend ' '/tmp/kci/linux/tools/testing/selftests/timers/valid-adjtimex ' '/tmp/kci/linux/tools/testing/selftests/timers/adjtick ' '/tmp/kci/linux/tools/testing/selftests/timers/change_skew ' '/tmp/kci/linux/tools/testing/selftests/timers/skew_consistency ' '/tmp/kci/linux/tools/testing/selftests/timers/clocksource-switch ' '/tmp/kci/linux/tools/testing/selftests/timers/freq-step ' '/tmp/kci/linux/tools/testing/selftests/timers/leap-a-day ' '/tmp/kci/linux/tools/testing/selftests/timers/leapcrash ' '/tmp/kci/linux/tools/testing/selftests/timers/set-tai ' '/tmp/kci/linux/tools/testing/selftests/timers/set-2038 ' '/tmp/kci/linux/tools/testing/selftests/timers/set-tz ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/timers'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tmpfs'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/tmpfs/bug-link-o-tmpfile ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tmpfs/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tmpfs'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tpm2'\n" 'rsync -a --copy-unsafe-links test_smoke.sh ' 'test_space.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'rsync -a --copy-unsafe-links tpm2.py tpm2_tests.py ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tpm2'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/user'\n" 'rsync -a --copy-unsafe-links test_user_copy.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/user/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/user/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/user'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/vDSO'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_gettimeofday ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_getcpu ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_abi ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_clock_getres ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_correctness ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/vDSO/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/vDSO'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/vm'\n" 'arm-linux-gnueabihf-gcc -Wall -I ' '/tmp/kci/linux/tools/testing/selftests/../../.. ' '-isystem /tmp/kci/linux/usr/include -no-pie ' 'map_hugetlb.c -lrt -lpthread -o ' '/tmp/kci/linux/tools/testing/selftests/vm/map_hugetlb\n' 'map_hugetlb.c: In function ‘main’:\n' 'map_hugetlb.c:79:25: warning: implicit declaration of ' 'function ‘default_huge_page_size’ ' '[-Wimplicit-function-declaration]\n' ' 79 | hugepage_size = ' 'default_huge_page_size();\n' ' | ' '^~~~~~~~~~~~~~~~~~~~~~\n' '/usr/lib/gcc-cross/arm-linux-gnueabihf/12/../../../../arm-linux-gnueabihf/bin/ld: ' "/tmp/cc1c7661.o: in function `main':\n" 'map_hugetlb.c:(.text+0xcc): undefined reference to ' "`default_huge_page_size'\n" 'collect2: error: ld returned 1 exit status\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/vm'\n" 'make[2]: *** [../lib.mk:155: ' '/tmp/kci/linux/tools/testing/selftests/vm/map_hugetlb] ' 'Error 1\n' 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/x86'\n" "make[2]: Nothing to be done for 'install'.\n" 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/x86'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/zram'\n" 'rsync -a --copy-unsafe-links zram.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'rsync -a --copy-unsafe-links zram01.sh zram02.sh ' 'zram_lib.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/zram'\n" 'for TARGET in alsa amd-pstate arm64 breakpoints ' 'capabilities cgroup clone3 core cpufreq cpu-hotplug ' 'damon drivers/dma-buf drivers/s390x/uvdevice ' 'drivers/net/bonding drivers/net/team efivarfs exec ' 'filesystems filesystems/binderfs filesystems/epoll ' 'filesystems/fat firmware fpu ftrace futex gpio ' 'intel_pstate ipc ir kcmp kexec kvm landlock lib ' 'livepatch lkdtm membarrier memfd memory-hotplug ' 'mincore mount mount_setattr move_mount_set_group ' 'mqueue nci net net/af_unix net/forwarding net/mptcp ' 'net/openvswitch netfilter nsfs pidfd pid_namespace ' 'powerpc proc pstore ptrace openat2 resctrl rlimits ' 'rseq rtc seccomp sgx sigaltstack size sparc64 splice ' 'static_keys sync syscall_user_dispatch sysctl ' 'tc-testing timens timers tmpfs tpm2 user vDSO vm x86 ' 'zram; do \\\n' '\tBUILD_TARGET=$BUILD/$TARGET;\t\\\n' '\t[ ! -d ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/$TARGET ' '] && printf "Skipping non-existent dir: $TARGET\\n" ' '&& continue; \\\n' '\tprintf "Emit Tests for $TARGET\\n"; \\\n' '\tmake -s --no-print-directory OUTPUT=$BUILD_TARGET ' 'COLLECTION=$TARGET \\\n' '\t\t-C $TARGET emit_tests >> ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-list.txt; ' '\\\n' 'done;\n' 'Emit Tests for alsa\n' 'Emit Tests for amd-pstate\n' 'Skipping non-existent dir: arm64\n' 'Emit Tests for breakpoints\n' 'Emit Tests for capabilities\n' 'Emit Tests for cgroup\n' 'Emit Tests for clone3\n' 'Emit Tests for core\n' 'Emit Tests for cpufreq\n' 'Emit Tests for cpu-hotplug\n' 'Emit Tests for damon\n' 'Emit Tests for drivers/dma-buf\n' 'Skipping non-existent dir: drivers/s390x/uvdevice\n' 'Emit Tests for drivers/net/bonding\n' 'Emit Tests for drivers/net/team\n' 'Emit Tests for efivarfs\n' 'Emit Tests for exec\n' 'Emit Tests for filesystems\n' 'Emit Tests for filesystems/binderfs\n' 'Emit Tests for filesystems/epoll\n' 'Emit Tests for filesystems/fat\n' 'Emit Tests for firmware\n' 'Emit Tests for fpu\n' 'Emit Tests for ftrace\n' 'Emit Tests for futex\n' 'Emit Tests for gpio\n' 'Emit Tests for intel_pstate\n' 'Emit Tests for ipc\n' 'Emit Tests for ir\n' 'Emit Tests for kcmp\n' 'Skipping non-existent dir: kexec\n' 'Skipping non-existent dir: kvm\n' 'Emit Tests for landlock\n' 'Emit Tests for lib\n' 'Emit Tests for livepatch\n' 'Emit Tests for lkdtm\n' 'Emit Tests for membarrier\n' 'Emit Tests for memfd\n' 'Emit Tests for memory-hotplug\n' 'Emit Tests for mincore\n' 'Emit Tests for mount\n' 'Emit Tests for mount_setattr\n' 'Emit Tests for move_mount_set_group\n' 'Emit Tests for mqueue\n' 'Emit Tests for nci\n' 'Emit Tests for net\n' 'Emit Tests for net/af_unix\n' 'Emit Tests for net/forwarding\n' 'Emit Tests for net/mptcp\n' 'Emit Tests for net/openvswitch\n' 'Emit Tests for netfilter\n' 'Emit Tests for nsfs\n' 'Emit Tests for pidfd\n' 'Emit Tests for pid_namespace\n' 'Skipping non-existent dir: powerpc\n' 'Skipping non-existent dir: proc\n' 'Emit Tests for pstore\n' 'Emit Tests for ptrace\n' 'Emit Tests for openat2\n' 'Emit Tests for resctrl\n' 'Emit Tests for rlimits\n' 'Emit Tests for rseq\n' 'Emit Tests for rtc\n' 'Emit Tests for seccomp\n' 'Skipping non-existent dir: sgx\n' 'Emit Tests for sigaltstack\n' 'Emit Tests for size\n' 'Skipping non-existent dir: sparc64\n' 'Emit Tests for splice\n' 'Emit Tests for static_keys\n' 'Emit Tests for sync\n' 'Emit Tests for syscall_user_dispatch\n' 'Emit Tests for sysctl\n' 'Skipping non-existent dir: tc-testing\n' 'Emit Tests for timens\n' 'Emit Tests for timers\n' 'Emit Tests for tmpfs\n' 'Emit Tests for tpm2\n' 'Emit Tests for user\n' 'Emit Tests for vDSO\n' 'Skipping non-existent dir: vm\n' 'Skipping non-existent dir: x86\n' 'Emit Tests for zram\n' 'Created ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-packages/kselftest.tar.gz\n' '+ echo job:build_kselftest=done\n' '++ date +%s\n' '+ echo jobets:build_kselftest=1745349270\n' '+ echo -----log:build_dtbs-----\n' '-----log:build_dtbs-----\n' '+ echo job:build_dtbs=running\n' '++ date +%s\n' '+ echo jobsts:build_dtbs=1745349270\n' '+ cd /tmp/kci/linux\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '++ nproc\n' '+ make -j8 dtbs\n' '++ tee /tmp/kci/artifacts/build_dtbs.log\n' '++ tee /tmp/kci/artifacts/build_dtbs_stderr.log\n' ' DTC arch/arm/boot/dts/vexpress-v2p-ca5s.dtb\n' ' DTC arch/arm/boot/dts/vexpress-v2p-ca9.dtb\n' ' DTC ' 'arch/arm/boot/dts/vexpress-v2p-ca15-tc1.dtb\n' ' DTC arch/arm/boot/dts/vexpress-v2p-ca15_a7.dtb\n' '+ cd ..\n' '+ echo job:build_dtbs=done\n' '++ date +%s\n' '+ echo jobets:build_dtbs=1745349271\n' '+ echo -----log:package_kimage-----\n' '-----log:package_kimage-----\n' '+ echo job:package_kimage=running\n' '++ date +%s\n' '+ echo jobsts:package_kimage=1745349271\n' '+ cd /tmp/kci/linux\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp arch/arm/boot/xipImage ../artifacts\n' "cp: cannot stat 'arch/arm/boot/xipImage': No such " 'file or directory\n' '+ true\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp arch/arm/boot/zImage ../artifacts\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp vmlinux ../artifacts\n' '+ cd ..\n' '+ echo job:package_kimage=done\n' '++ date +%s\n' '+ echo jobets:package_kimage=1745349272\n' '+ echo -----log:package_modules-----\n' '-----log:package_modules-----\n' '+ echo job:package_modules=running\n' '++ date +%s\n' '+ echo jobsts:package_modules=1745349272\n' '+ cd /tmp/kci/linux\n' '+ set +e\n' '+ grep CONFIG_MODULES=y .config\n' 'CONFIG_MODULES=y\n' "+ '[' 0 -eq 0 ']'\n" '+ set -e\n' '+ make modules_install\n' ' DEPMOD _modules_/lib/modules/6.1.132\n' '+ tar -C _modules_ -cJf ' '/tmp/kci/artifacts/modules.tar.xz .\n' '+ cd ..\n' '+ rm -rf _modules_\n' '+ set -e\n' '+ echo job:package_modules=done\n' '++ date +%s\n' '+ echo jobets:package_modules=1745349272\n' '+ echo -----log:package_kselftest-----\n' '-----log:package_kselftest-----\n' '+ echo job:package_kselftest=running\n' '++ date +%s\n' '+ echo jobsts:package_kselftest=1745349272\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-packages/kselftest.tar.gz ' '/tmp/kci/artifacts/\n' '+ echo job:package_kselftest=done\n' '++ date +%s\n' '+ echo jobets:package_kselftest=1745349272\n' '+ echo -----log:package_dtbs-----\n' '-----log:package_dtbs-----\n' '+ echo job:package_dtbs=running\n' '++ date +%s\n' '+ echo jobsts:package_dtbs=1745349272\n' '+ cd /tmp/kci/linux\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ make dtbs_install\n' ' INSTALL _dtbs_/vexpress-v2p-ca5s.dtb\n' ' INSTALL _dtbs_/vexpress-v2p-ca9.dtb\n' ' INSTALL _dtbs_/vexpress-v2p-ca15-tc1.dtb\n' ' INSTALL _dtbs_/vexpress-v2p-ca15_a7.dtb\n' '+ mkdir -p /tmp/kci/artifacts/dtbs\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp -r _dtbs_/vexpress-v2p-ca15-tc1.dtb ' '_dtbs_/vexpress-v2p-ca15_a7.dtb ' '_dtbs_/vexpress-v2p-ca5s.dtb ' '_dtbs_/vexpress-v2p-ca9.dtb /tmp/kci/artifacts/dtbs\n' '+ cd ..\n' '+ echo job:package_dtbs=done\n' '++ date +%s\n' '+ echo jobets:package_dtbs=1745349272\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:16:21 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:16:31 PM UTC [INFO] Processing event node: 6807ea8ce51c583972a58e90 04/22/2025 07:16:31 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea8ce51c583972a58e90 04/22/2025 07:16:31 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea8ce51c583972a58e90', 'origin': 'maestro', 'comment': 'baseline-arm-clabbe on sun8i-h2-plus-orangepi-r1 in ' 'lava-clabbe', 'start_time': '2025-04-22T19:14:20.479000+00:00', 'environment': {'comment': 'Runtime: lava-clabbe', 'compatible': ['xunlong,orangepi-r1', 'allwinner,sun8i-h2-plus'], 'misc': {'platform': 'sun8i-h2-plus-orangepi-r1', 'job_url': 'https://lava.montjoie.ovh/scheduler/job/476186', 'job_id': '476186'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-clabbe', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea8ce51c583972a58e90'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm-clabbe-6807ea8ce51c583972a58e90/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm-clabbe-6807ea8ce51c583972a58e90/log.txt.gz', 'log_excerpt': 'phase no-delay instances is 1000.\n' '[ 0.005669] EFI services will not be available.\n' '[ 0.006025] smp: Bringing up secondary CPUs ...\n' '[ 0.017059] CPU1: thread -1, cpu 1, socket 0, ' 'mpidr 80000001\n' '[ 0.028207] CPU2: thread -1, cpu 2, socket 0, ' 'mpidr 80000002\n' '[ 0.039290] CPU3: thread -1, cpu 3, socket 0, ' 'mpidr 80000003\n' '[ 0.039394] smp: Brought up 1 node, 4 CPUs\n' '[ 0.039404] SMP: Total of 4 processors activated ' '(192.00 BogoMIPS).\n' '[ 0.039414] CPU: All CPU(s) started in HYP mode.\n' '[ 0.039416] CPU: Virtualization extensions ' 'available.\n' '[ 0.040018] devtmpfs: initialized\n' '[ 0.045168] VFP support v0.3: implementor 41 ' 'architecture 2 part 30 variant 7 rev 5\n' '[ 0.045404] clocksource: jiffies: mask: 0xffffffff ' 'max_cycles: 0xffffffff, max_idle_ns: ' '19112604462750000 ns\n' '[ 0.045429] futex hash table entries: 1024 (order: ' '4, 65536 bytes, linear)\n' '[ 0.047063] BUG: Bad page state in process ' 'swapper/0 pfn:4c8ec\n' '[ 0.047086] page:(ptrval) refcount:0 mapcount:0 ' 'mapping:00000000 index:0x0 pfn:0x4c8ec\n' '[ 0.047101] flags: ' '0x6421(locked|active|owner_priv_1|private|private_2|zone=0) ' 'CMA\n' '[ 0.047127] raw: 00006421 cbf6ad84 cbf6ad84 ' '00000000 00000000 00000000 ffffffff 00000000\n' '[ 0.047133] page dumped because: ' 'PAGE_FLAGS_CHECK_AT_FREE flag(s) set\n' '[ 0.047138] Modules linked in:\n' '[ 0.047152] CPU: 0 PID: 1 Comm: swapper/0 Not ' 'tainted 6.1.132 #1\n' '[ 0.047162] Hardware name: Allwinner sun8i Family\n' '[ 0.047180] unwind_backtrace from ' 'show_stack+0x10/0x14\n' '[ 0.047216] show_stack from ' 'dump_stack_lvl+0x40/0x4c\n' '[ 0.047241] dump_stack_lvl from ' 'bad_page+0xe4/0x110\n' '[ 0.047264] bad_page from ' '__free_pages_ok+0x4b8/0x4c4\n' '[ 0.047284] __free_pages_ok from ' 'init_cma_reserved_pageblock+0x58/0x8c\n' '[ 0.047306] init_cma_reserved_pageblock from ' 'cma_init_reserved_areas+0x180/0x254\n' '[ 0.047325] cma_init_reserved_areas from ' 'do_one_initcall+0x58/0x200\n' '[ 0.047346] do_one_initcall from ' 'kernel_init_freeable+0x1a8/0x204\n' '[ 0.047370] kernel_init_freeable from ' 'kernel_init+0x18/0x12c\n' '[ 0.047391] kernel_init from ' 'ret_from_fork+0x14/0x28\n' '[ 0.047408] Exception stack(0xd0821fb0 to ' '0xd0821ff8)\n' '[ 0.047418] ' '1fa0: 00000000 ' '00000000 00000000 00000000\n' '[ 0.047428] 1fc0: 00000000 00000000 00000000 ' '00000000 00000000 00000000 00000000 00000000\n' '[ 0.047437] 1fe0: 00000000 00000000 00000000 ' '00000000 00000013 00000000\n' '[ 0.047443] Disabling lock debugging due to kernel ' 'taint\n' '[ 0.048323] pinctrl core: initialized pinctrl ' 'subsystem\n' '[ 0.050946] DMI not present or invalid.\n' '[ 0.051835] NET: Registered PF_NETLINK/PF_ROUTE ' 'protocol family\n' '[ 0.053780] DMA: preallocated 256 KiB pool for ' 'atomic coherent allocations\n' '[ 0.056007] thermal_sys: Registered thermal ' "governor 'step_wise'\n" '[ 0.056110] cpuidle: using governor menu\n' '[ 0.056344] No ATAGs?\n' '[ 0.056485] hw-breakpoint: found 5 (+1 reserved) ' 'breakpoint and 4 watchpoint registers.\n' '[ 0.056498] hw-breakpoint: maximum watchpoint size ' 'is 8 bytes.\n' '[ 0.058674] Serial: AMBA PL011 UART driver\n' '[ 0.063106] /soc/mixer@1100000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0c000\n' '[ 0.063156] /soc/lcd-controller@1c0c000: Fixed ' 'dependency cycle(s) with /soc/mixer@1100000\n' '[ 0.063401] /soc/interrupt-controller@1c81000: ' 'Fixed dependency cycle(s) with ' '/soc/interrupt-controller@1c81000\n' '[ 0.064227] /soc/mixer@1100000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0c000\n' '[ 0.064924] /soc/mixer@1100000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0c000\n' '[ 0.065004] /soc/lcd-controller@1c0c000: Fixed ' 'dependency cycle(s) with /soc/mixer@1100000\n' '[ 0.094878] iommu: Default domain type: ' 'Translated\n' '[ 0.094894] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.095612] SCSI subsystem initialized\n' '[ 0.096221] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.096263] usbcore: registered new interface ' 'driver hub\n' '[ 0.096304] usbcore: registered new device driver ' 'usb\n' '[ 0.097572] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.097580] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.097599] PTP clock support registered\n' '[ 0.097757] EDAC MC: Ver: 3.0.0\n' '[ 0.100480] vgaarb: loaded\n' '[ 0.101016] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.116292] NET: Registered PF_INET protocol ' 'family\n' '[ 0.116530] IP idents hash table entries: 4096 ' '(order: 3, 32768 bytes, linear)\n' '[ 0.117508] tcp_listen_portaddr_hash hash table ' 'entries: 512 (order: 0, 4096 bytes, linear)\n' '[ 0.117540] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.117556] TCP established hash table entries: ' '2048 (order: 1, 8192 bytes, linear)\n' '[ 0.117585] TCP bind hash table entries: 2048 ' '(order: 3, 32768 bytes, linear)\n' '[ 0.117674] TCP: Hash tables configured ' '(established 2048 bind 2048)\n' '[ 0.117778] UDP hash table entries: 256 (order: 1, ' '8192 bytes, linear)\n' '[ 0.117817] UDP-Lite hash table entries: 256 ' '(order: 1, 8192 bytes, linear)\n' '[ 0.117999] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.118753] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.118765] RPC: Registered udp transport module.\n' '[ 0.118770] RPC: Registered tcp transport module.\n' '[ 0.118774] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.118785] PCI: CLS 0 bytes, default 64\n' '[ 0.119535] Trying to unpack rootfs image as ' 'initramfs...\n' '[ 0.131206] hw perfevents: enabled with ' 'armv7_cortex_a7 PMU driver, 5 counters available\n' '[ 0.132788] Initialise system trusted keyrings\n' '[ 0.133132] workingset: timestamp_bits=30 ' 'max_order=16 bucket_order=0\n' '[ 0.139321] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.140264] NFS: Registering the id_resolver key ' 'type\n' '[ 0.140320] Key type id_resolver registered\n' '[ 0.140324] Key type id_legacy registered\n' '[ 0.140454] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.140465] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.140510] ntfs: driver 2.1.32 [Flags: R/O].\n' '[ 0.141106] Key type asymmetric registered\n' "[ 0.141119] Asymmetric key parser 'x509' " 'registered\n' '[ 0.141291] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 247)\n' '[ 0.141305] io scheduler mq-deadline registered\n' '[ 0.141311] io scheduler kyber registered\n' '[ 0.245425] Serial: 8250/16550 driver, 5 ports, ' 'IRQ sharing enabled\n' '[ 0.249829] SuperH (H)SCI(F) driver initialized\n' '[ 0.250747] msm_serial: driver initialized\n' '[ 0.250759] STMicroelectronics ASC driver ' 'initialized\n' '[ 0.251826] STM32 USART driver initialized\n' '[ 0.268973] brd: module loaded\n' '[ 0.276193] loop: module loaded\n' '[ 0.287971] CAN device driver interface\n' '[ 0.289029] bgmac_bcma: Broadcom 47xx GBit MAC ' 'driver loaded\n' '[ 0.289952] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.289959] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 0.290032] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 0.290038] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 0.293051] dwmac-sun8i 1c30000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 0.293072] dwmac-sun8i 1c30000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 0.293148] dwmac-sun8i 1c30000.ethernet: No ' 'regulator found\n' '[ 0.293255] dwmac-sun8i 1c30000.ethernet: PTP uses ' 'main clock\n' '[ 0.293280] dwmac-sun8i 1c30000.ethernet: Current ' 'syscon value is not the default 148000 (expect ' '58000)\n' '[ 0.293686] dwmac-sun8i 1c30000.ethernet: No HW ' 'DMA feature register supported\n' '[ 0.293701] dwmac-sun8i 1c30000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 0.293710] dwmac-sun8i 1c30000.ethernet: COE Type ' '2\n' '[ 0.293720] dwmac-sun8i 1c30000.ethernet: TX ' 'Checksum insertion supported\n' '[ 0.293728] dwmac-sun8i 1c30000.ethernet: Normal ' 'descriptors\n' '[ 0.293734] dwmac-sun8i 1c30000.ethernet: Chain ' 'mode enabled\n' '[ 0.295347] dwmac-sun8i 1c30000.ethernet: Found ' 'internal PHY node\n' '[ 0.295891] dwmac-sun8i 1c30000.ethernet: Switch ' 'mux to internal PHY\n' '[ 0.295911] dwmac-sun8i 1c30000.ethernet: Powering ' 'internal PHY\n' '[ 1.274245] Freeing initrd memory: 16748K\n' '[ 1.307335] pegasus: Pegasus/Pegasus II USB ' 'Ethernet driver\n' '[ 1.307428] usbcore: registered new interface ' 'driver pegasus\n' '[ 1.307473] usbcore: registered new interface ' 'driver asix\n' '[ 1.307506] usbcore: registered new interface ' 'driver ax88179_178a\n' '[ 1.307538] usbcore: registered new interface ' 'driver cdc_ether\n' '[ 1.307579] usbcore: registered new interface ' 'driver smsc75xx\n' '[ 1.307619] usbcore: registered new interface ' 'driver smsc95xx\n' '[ 1.307678] usbcore: registered new interface ' 'driver net1080\n' '[ 1.307711] usbcore: registered new interface ' 'driver cdc_subset\n' '[ 1.307742] usbcore: registered new interface ' 'driver zaurus\n' '[ 1.307785] usbcore: registered new interface ' 'driver cdc_ncm\n' '[ 1.310238] ehci-platform 1c1a000.usb: EHCI Host ' 'Controller\n' '[ 1.310276] ehci-platform 1c1a000.usb: new USB bus ' 'registered, assigned bus number 1\n' '[ 1.311141] ohci-platform 1c1a400.usb: Generic ' 'Platform OHCI controller\n' '[ 1.311174] ohci-platform 1c1a400.usb: new USB bus ' 'registered, assigned bus number 2\n' '[ 1.311770] usbcore: registered new interface ' 'driver usb-storage\n' '[ 1.316434] sun6i-rtc 1f00000.rtc: registered as ' 'rtc0\n' '[ 1.316491] sun6i-rtc 1f00000.rtc: setting system ' 'clock to 1970-01-01T00:00:28 UTC (28)\n' '[ 1.316655] sun6i-rtc 1f00000.rtc: RTC enabled\n' '[ 1.317552] i2c_dev: i2c /dev entries driver\n' '[ 1.326219] ohci-platform 1c1a400.usb: irq 37, io ' 'mem 0x01c1a400\n' '[ 1.326358] sunxi-wdt 1c20ca0.watchdog: Watchdog ' 'enabled (timeout=16 sec, nowayout=0)\n' '[ 1.328802] ehci-platform 1c1a000.usb: irq 36, io ' 'mem 0x01c1a000\n' '[ 1.331088] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 1.331100] sdhci: Copyright(c) Pierre Ossman\n' '[ 1.332647] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 1.334137] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 1.336712] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 1.338309] usbcore: registered new interface ' 'driver usbhid\n' '[ 1.338321] usbhid: USB HID core driver\n' '[ 1.346151] NET: Registered PF_INET6 protocol ' 'family\n' '[ 1.347610] Segment Routing with IPv6\n' '[ 1.347673] In-situ OAM (IOAM) with IPv6\n' '[ 1.347751] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.348422] NET: Registered PF_PACKET protocol ' 'family\n' '[ 1.348432] can: controller area network core\n' '[ 1.348499] NET: Registered PF_CAN protocol ' 'family\n' '[ 1.348507] can: raw protocol\n' '[ 1.348516] can: broadcast manager protocol\n' '[ 1.348526] can: netlink gateway - max_hops=1\n' '[ 1.348993] Key type dns_resolver registered\n' '[ 1.349121] ThumbEE CPU extension supported.\n' '[ 1.349135] Registering SWP/SWPB emulation ' 'handler\n' '[ 1.349926] Loading compiled-in X.509 ' 'certificates\n' '[ 1.351131] ehci-platform 1c1a000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 1.352504] hub 1-0:1.0: USB hub found\n' '[ 1.352567] hub 1-0:1.0: 1 port detected\n' '[ 1.367993] sun8i-h3-pinctrl 1c20800.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 1.370704] sun8i-h3-r-pinctrl 1f02c00.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 1.372224] sun8i-h3-pinctrl 1c20800.pinctrl: ' 'supply vcc-pa not found, using dummy regulator\n' '[ 1.373245] printk: console [ttyS0] disabled\n' '[ 1.393460] 1c28000.serial: ttyS0 at MMIO ' '0x1c28000 (irq = 139, base_baud = 1500000) is a ' 'U6_16550A\n' '[ 1.395914] hub 2-0:1.0: USB hub found\n' '[ 1.397890] printk: console [ttyS0] enabled\n' '[ 1.418619] hub 2-0:1.0: 1 port detected\n' '[ 1.428211] sun8i-h3-pinctrl 1c20800.pinctrl: ' 'supply vcc-pc not found, using dummy regulator\n' '[ 2.762999] spi-nor spi0.0: mx25l12805d (16384 ' 'Kbytes)\n' '[ 2.776666] sun8i-h3-r-pinctrl 1f02c00.pinctrl: ' 'supply vcc-pl not found, using dummy regulator\n' '[ 2.792227] sun8i-h3-pinctrl 1c20800.pinctrl: ' 'supply vcc-pf not found, using dummy regulator\n' '[ 2.795100] sun8i-h3-pinctrl 1c20800.pinctrl: ' 'supply vcc-pg not found, using dummy regulator\n' '[ 2.797456] sun8i-h3-pinctrl 1c20800.pinctrl: ' 'supply vcc-pg not found, using dummy regulator\n' '[ 2.805720] ehci-platform 1c1b000.usb: EHCI Host ' 'Controller\n' '[ 2.823261] ehci-platform 1c1b000.usb: new USB bus ' 'registered, assigned bus number 3\n' '[ 2.831266] sunxi-mmc 1c0f000.mmc: Got CD GPIO\n' '[ 2.836111] sunxi-mmc 1c10000.mmc: allocated ' 'mmc-pwrseq\n' '[ 2.842470] ehci-platform 1c1b000.usb: irq 142, io ' 'mem 0x01c1b000\n' '[ 2.861094] sunxi-mmc 1c0f000.mmc: initialized, ' 'max. request size: 16384 KB\n' '[ 2.871035] ehci-platform 1c1b000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 2.878114] hub 3-0:1.0: USB hub found\n' '[ 2.881971] hub 3-0:1.0: 1 port detected\n' '[ 2.906073] mmc0: host does not support reading ' 'read-only switch, assuming write-enable\n' '[ 2.918795] mmc0: new high speed SDHC card at ' 'address aaaa\n' '[ 2.925344] mmcblk0: mmc0:aaaa SC16G 14.8 GiB\n' '[ 2.936078] mmcblk0: p1\n' '[ 3.083665] sunxi-mmc 1c10000.mmc: initialized, ' 'max. request size: 16384 KB\n' '[ 3.098283] dwmac-sun8i 1c30000.ethernet eth0: ' 'Register MEM_TYPE_PAGE_POOL RxQ-0\n' '[ 3.107483] dwmac-sun8i 1c30000.ethernet eth0: PHY ' '[mdio_mux-0.1:01] driver [Generic PHY] (irq=POLL)\n' '[ 3.113799] mmc1: new high speed SDIO card at ' 'address 0001\n' '[ 3.116679] dwmac-sun8i 1c30000.ethernet eth0: No ' 'Safety Features support found\n' '[ 3.129420] dwmac-sun8i 1c30000.ethernet eth0: No ' 'MAC Management Counters available\n' '[ 3.137115] dwmac-sun8i 1c30000.ethernet eth0: PTP ' 'not supported by HW\n' '[ 3.144802] dwmac-sun8i 1c30000.ethernet eth0: ' 'configuring for phy/mii link mode\n' '[ 3.159767] dwmac-sun8i 1c30000.ethernet eth0: ' 'Link is Up - 100Mbps/Full - flow control rx/tx\n' '[ 3.159788] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: ' 'link becomes ready\n' '[ 3.171030] usb 3-1: new high-speed USB device ' 'number 2 using ehci-platform\n' '[ 3.211034] Sending DHCP requests ., OK\n' '[ 3.257384] IP-Config: Got DHCP answer from ' '192.168.1.100, my address is 192.168.1.222\n' '[ 3.265342] IP-Config: Complete:\n' '[ 3.268572] device=eth0, ' 'hwaddr=02:42:62:87:68:b2, ipaddr=192.168.1.222, ' 'mask=255.255.255.0, gw=192.168.1.1\n' '[ 3.279286] host=192.168.1.222, domain=, ' 'nis-domain=(none)\n' '[ 3.285606] bootserver=0.0.0.0, ' 'rootserver=0.0.0.0, rootpath=\n' '[ 3.285615] nameserver0=192.168.1.100\n' '[ 3.296141] clk: Disabling unused clocks\n' '[ 3.303638] Freeing unused kernel image (initmem) ' 'memory: 2048K\n' '[ 3.309926] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 3.486317] ' 'udevd[111]: starting version 3.2.9\n' '[ 6.071020] random: crng init done\n' "[ 6.083121] udevd[111]: specified user 'tss' " 'unknown\n' "[ 6.088242] udevd[111]: specified group 'tss' " 'unknown\n' '[ 6.096344] udevd[112]: starting eudev-3.2.9\n' '[ 6.565003] lima 1c40000.gpu: gp - mali400 version ' 'major 1 minor 1\n' '[ 6.570122] usb_phy_generic ' 'usb_phy_generic.1.auto: supply vcc not found, using ' 'dummy regulator\n' '[ 6.571545] lima 1c40000.gpu: pp0 - mali400 ' 'version major 1 minor 1\n' '[ 6.580151] usb_phy_generic ' 'usb_phy_generic.1.auto: dummy supplies not allowed ' 'for exclusive requests\n' '[ 6.586429] lima 1c40000.gpu: pp1 - mali400 ' 'version major 1 minor 1\n' '[ 6.601905] lima 1c40000.gpu: l2 cache 64K, 4-way, ' '64byte cache line, 64bit external bus\n' '[ 6.610834] lima 1c40000.gpu: bus rate = ' '200000000\n' '[ 6.615115] usbcore: registered new device driver ' 'r8152-cfgselector\n' '[ 6.615822] lima 1c40000.gpu: mod rate = ' '297000000\n' '[ 6.626865] lima 1c40000.gpu: error -ENODEV: ' '_opp_set_regulators: no regulator (mali) found\n' '[ 6.639873] [drm] Initialized lima 1.1.0 20191231 ' 'for 1c40000.gpu on minor 0\n' '[ 6.831212] r8152-cfgselector 3-1: reset ' 'high-speed USB device number 2 using ehci-platform\n' '[ 7.072779] r8152 3-1:1.0: skip request firmware\n' '[ 7.119392] r8152 3-1:1.0 eth1: v1.12.13\n' '[ 7.123580] usbcore: registered new interface ' 'driver r8152\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: ip: RTNETLINK answers: File exists\n' 'FAIL\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-476186/environment\n' '/ # /lava-476186/bin/lava-test-runner /lava-476186/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-476186/0/tests/0_dmesg\n' '+ cat uuid\n' '[ 7.890141] \n' '+ UUID=476186_1.1.4.1\n' '+ set +x\n' '[ 7.896526] \n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ #\n'} 04/22/2025 07:16:31 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:17:00 PM UTC [INFO] Processing event node: 6807ea92e51c583972a58eba 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea92e51c583972a58eba 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f03 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f04 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f05 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f06 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f07 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f08 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f09 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f0a 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f0b 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f0c 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f0d 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f0e 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f0f 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f10 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f11 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f12 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f13 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f14 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f15 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f16 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f17 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f18 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f19 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f1a 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f1b 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f1c 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f1d 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f1e 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f1f 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f20 04/22/2025 07:17:01 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][30]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807eb2ce51c583972a58f20', 'origin': 'maestro', 'comment': 'dio01 on imx6q-sabrelite in lava-collabora', 'start_time': '2025-04-22T19:17:00.297000+00:00', 'environment': {'comment': 'Runtime: lava-collabora', 'compatible': ['fsl,imx6q-sabrelite', 'fsl,imx6q'], 'misc': {'platform': 'imx6q-sabrelite', 'job_url': 'https://lava.collabora.dev/scheduler/job/18447692', 'job_id': '18447692'}}, 'waived': False, 'path': 'ltp.dio01', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-collabora', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807eb2ce51c583972a58f20'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/ltp-dio-6807ea92e51c583972a58eba/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/ltp-dio-6807ea92e51c583972a58eba/log.txt.gz', 'log_excerpt': '/ltp\n' '+ BUILD_FROM_TAR=false\n' '+ SHARD_NUMBER=1\n' '+ SHARD_INDEX=1\n' '+ RUNNER=\n' '+ LTP_TMPDIR=/ltp-tmp\n' '+ LTP_INSTALL_PATH=/opt/ltp\n' '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' '+ TST_CMDFILES=dio\n' '++ echo dio\n' "++ sed 's,\\/,_,'\n" '+ LOG_FILE=dio\n' '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' '+ SKIP_INSTALL=true\n' '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' '+ LTP_VERSION=\n' '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' '+ export LTP_TIMEOUT_MUL=3\n' '+ LTP_TIMEOUT_MUL=3\n' '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' '+ export PASSWD=root\n' '+ PASSWD=root\n' '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' '+ export RUNNER=\n' '+ RUNNER=\n' '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' '+ export BOARD=\n' '+ BOARD=\n' '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' '+ export LTP_TMPDIR=/ltp-tmp\n' '+ LTP_TMPDIR=/ltp-tmp\n' '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' '+ export BRANCH=\n' '+ BRANCH=\n' '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' '+ export ENVIRONMENT=\n' '+ ENVIRONMENT=\n' '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' '+ export LTP_INSTALL_PATH=/opt/ltp\n' '+ LTP_INSTALL_PATH=/opt/ltp\n' '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' "+ '[' -z skipfile-lkft.yaml ']'\n" "+ '[' yaml = yaml ']'\n" '+ ' 'SKIPFILE_YAML=/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/skipfile-lkft.yaml\n' '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' "+ [[ '' != '' ]]\n" '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' "+ [[ '' != '' ]]\n" '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' '+ BUILD_FROM_TAR=false\n' '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' '+ SHARD_NUMBER=1\n' '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' '+ SHARD_INDEX=1\n' '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ ' 'TEST_TARFILE=https://github.com/linux-test-project/ltp/releases/download//ltp-full-.tar.xz\n' "+ '[' -n " '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/skipfile-lkft.yaml ' "']'\n" '+ export ' 'SKIPFILE_PATH=/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/generated_skipfile\n' '+ ' 'SKIPFILE_PATH=/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/generated_skipfile\n' '+ generate_skipfile\n' "+ info_msg 'Generating a skipfile based on " "/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/skipfile-lkft.yaml'\n" "+ local 'msg=Generating a skipfile based on " "/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/skipfile-lkft.yaml'\n" "+ '[' -z 'Generating a skipfile based on " "/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/skipfile-lkft.yaml' " "']'\n" "+ printf 'INFO: %s\\n' 'Generating a skipfile based " 'on ' "/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/skipfile-lkft.yaml'\n" 'INFO: Generating a skipfile based on ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/skipfile-lkft.yaml\n' '+ detect_abi\n' '++ uname -m\n' '+ abi=armv7l\n' '+ case "${abi}" in\n' '+ abi=armeabi\n' '+ local SKIPGEN_ARGS=\n' "+ test -n ''\n" "+ test -n ''\n" "+ test -n ''\n" '+ ../../bin/armeabi/skipgen ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/skipfile-lkft.yaml\n' '+ res=0\n' '+ test 0 -eq 0\n' "+ info_msg 'Using the following generated skipfile " "contents (until EOF):'\n" "+ local 'msg=Using the following generated skipfile " "contents (until EOF):'\n" "+ '[' -z 'Using the following generated skipfile " "contents (until EOF):' ']'\n" "+ printf 'INFO: %s\\n' 'Using the following generated " "skipfile contents (until EOF):'\n" 'INFO: Using the following generated skipfile contents ' '(until EOF):\n' '+ cat ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/generated_skipfile\n' 'bind06\n' 'cve-2018-18559\n' 'dio10\n' 'dio12\n' 'dio13\n' 'dio14\n' 'dio15\n' 'dio16\n' 'dio17\n' 'dio18\n' 'dio19\n' 'dio20\n' 'dio21\n' 'dio22\n' 'dio23\n' 'dio24\n' 'dio25\n' 'dio26\n' 'dio27\n' 'dio28\n' 'dio29\n' 'dio30\n' 'fanotify07\n' 'fanotify08\n' 'fanotify09\n' 'fork13\n' 'ftrace_stress_test.sh\n' 'futex_wake04\n' 'gf01\n' 'gf14\n' 'gf15\n' 'gf18\n' 'hackbench01\n' 'hackbench02\n' 'hugemmap06\n' 'inotify07\n' 'inotify08\n' 'ksm01\n' 'memcg_stress\n' 'msgctl10\n' 'msgctl11\n' 'msgstress03\n' 'msgstress04\n' 'mtest06\n' 'perf_event_open02\n' 'ping01\n' 'ping602\n' 'pth_str01\n' 'pth_str02\n' 'pth_str03\n' 'sendfile09\n' 'sendfile09_64\n' 'setsockopt06\n' 'time-schedule01\n' '+ info_msg EOF\n' '+ local msg=EOF\n' "+ '[' -z EOF ']'\n" "+ printf 'INFO: %s\\n' EOF\n" 'INFO: EOF\n' "+ '[' '!' -f " '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/generated_skipfile ' "']'\n" "+ SKIPFILE='-S " "/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/generated_skipfile'\n" '+ check_root\n' '++ id -ru\n' "+ '[' 0 -eq 0 ']'\n" '+ return 0\n' '+ create_out_dir ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output\n' "+ '[' -z " '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output ' "']'\n" '+ local ' 'OUTPUT=/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output\n' "+ '[' -d " '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output ' "']'\n" '+ mkdir -p ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output\n' "+ '[' -d " '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output ' "']'\n" "+ info_msg 'About to run ltp test...'\n" "+ local 'msg=About to run ltp test...'\n" "+ '[' -z 'About to run ltp test...' ']'\n" "+ printf 'INFO: %s\\n' 'About to run ltp test...'\n" 'INFO: About to run ltp test...\n' "+ info_msg 'Output directory: " "/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output'\n" "+ local 'msg=Output directory: " "/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output'\n" "+ '[' -z 'Output directory: " "/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output' " "']'\n" "+ printf 'INFO: %s\\n' 'Output directory: " "/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output'\n" 'INFO: Output directory: ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output\n' "+ '[' true = true ']'\n" "+ info_msg 'ltp installation skipped altogether'\n" "+ local 'msg=ltp installation skipped altogether'\n" "+ '[' -z 'ltp installation skipped altogether' ']'\n" "+ printf 'INFO: %s\\n' 'ltp installation skipped " "altogether'\n" 'INFO: ltp installation skipped altogether\n' "+ '[' '!' -d /opt/ltp ']'\n" "+ info_msg 'Running prep_system'\n" "+ local 'msg=Running prep_system'\n" "+ '[' -z 'Running prep_system' ']'\n" "+ printf 'INFO: %s\\n' 'Running prep_system'\n" 'INFO: Running prep_system\n' '+ prep_system\n' '+ systemctl is-active systemd-timesyncd\n' 'active\n' "+ info_msg 'Stopping systemd-timesyncd'\n" "+ local 'msg=Stopping systemd-timesyncd'\n" "+ '[' -z 'Stopping systemd-timesyncd' ']'\n" "+ printf 'INFO: %s\\n' 'Stopping systemd-timesyncd'\n" 'INFO: Stopping systemd-timesyncd\n' '+ systemctl stop systemd-timesyncd\n' "+ '[' -f /proc/sys/kernel/unprivileged_userns_clone " "']'\n" "+ info_msg 'Kernel has no support of " "unprivileged_userns_clone'\n" "+ local 'msg=Kernel has no support of " "unprivileged_userns_clone'\n" "+ '[' -z 'Kernel has no support of " "unprivileged_userns_clone' ']'\n" "+ printf 'INFO: %s\\n' 'Kernel has no support of " "unprivileged_userns_clone'\n" 'INFO: Kernel has no support of ' 'unprivileged_userns_clone\n' "+ info_msg 'Running run_ltp'\n" "+ local 'msg=Running run_ltp'\n" "+ '[' -z 'Running run_ltp' ']'\n" "+ printf 'INFO: %s\\n' 'Running run_ltp'\n" 'INFO: Running run_ltp\n' '+ run_ltp\n' '+ cd /opt/ltp\n' '+ mkdir -m 777 -p /ltp-tmp\n' '+ for file in ${TST_CMDFILES//,/ }\n' '+ cat runtest/dio\n' "+ sed -i 's/#.*$//;/^$/d' alltests\n" '+ split --verbose --numeric-suffixes=1 -n l/1/1 ' 'alltests\n' "+ echo '============== Tests to run ==============='\n" '============== Tests to run ===============\n' '+ cat runtest/shardfile\n' 'dio01 diotest1\n' 'dio02 diotest2\n' 'dio03 diotest3\n' 'dio04 diotest4\n' 'dio05 diotest5\n' 'dio06 diotest6\n' 'dio07 diotest1 -b 65536\n' 'dio08 diotest2 -b 65536\n' 'dio09 diotest3 -b 65536\n' 'dio10 diotest4 -b 65536\n' 'dio11 diotest5 -b 65536\n' 'dio12 diotest6 -b 65536\n' 'dio13 diotest1 -b 65536 -n 2000\n' 'dio14 diotest2 -b 65536 -i 1000\n' 'dio15 diotest3 -b 65536 -i 1000\n' 'dio16 diotest5 -b 65536 -i 1000\n' 'dio17 diotest6 -b 65536 -i 1000\n' 'dio18 diotest2 -b 65536 -i 1000 -o 1024000\n' 'dio19 diotest3 -b 65536 -i 1000 -o 1024000\n' 'dio20 diotest5 -b 65536 -i 1000 -o 1024000\n' 'dio21 diotest6 -b 65536 -i 1000 -o 1024000\n' 'dio22 diotest2 -b 65536 -i 1000 -o 104857600\n' 'dio23 diotest3 -b 65536 -i 1000 -o 104857600\n' 'dio24 diotest5 -b 65536 -i 1000 -o 104857600\n' 'dio25 diotest6 -b 65536 -i 1000 -o 104857600\n' 'dio26 diotest6 -b 8192 -v 100\n' 'dio27 diotest6 -b 8192 -o 1024000 -i 1000 -v 100\n' 'dio28 diotest6 -b 8192 -o 1024000 -i 1000 -v 200\n' 'dio29 diotest3 -b 65536 -n 100 -i 100 -o 1024000\n' 'dio30 diotest6 -b 65536 -n 100 -i 100 -o 1024000\n' "+ echo '===========End Tests to run ==============='\n" '===========End Tests to run ===============\n' "+ '[' -n '' ']'\n" "+ pipe0_status './runltp -p -q -f " 'shardfile -l ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.log ' '-C ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.failed ' '-d /ltp-tmp -S ' "/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/generated_skipfile' " "'tee " "/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.out'\n" "+ '[' 2 -ne 2 ']'\n" "+ local 'cmd1=./runltp -p -q -f " 'shardfile -l ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.log ' '-C ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.failed ' '-d /ltp-tmp -S ' "/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/generated_skipfile'\n" "+ local 'cmd2=tee " "/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.out'\n" '+ exec\n' '+ local ret_val\n' "++ eval './runltp -p -q -f " 'shardfile -l ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.log ' '-C ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.failed ' '-d /ltp-tmp -S ' "/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/generated_skipfile'\n" "++ eval 'tee " "/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.out'\n" '+++ ./runltp -p -q -f shardfile -l ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.log ' '-C ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.failed ' '-d /ltp-tmp -S ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/generated_skipfile\n' '+++ tee ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.out\n' 'INFO: creating /opt/ltp/output directory\n' 'Checking for required user/group ids\n' "'root' user id and group found.\n" "'nobody' user id and group found.\n" "'bin' user id and group found.\n" "'daemon' user id and group found.\n" 'Users group found.\n' 'Sys group found.\n' 'Required users/groups exist.\n' 'no big block device was specified on commandline.\n' 'Tests which require a big block device are disabled.\n' 'You can specify it with option -z\n' 'INFO: Test start time: Tue Apr 22 19:16:41 UTC 2025\n' 'COMMAND: /opt/ltp/bin/ltp-pan -q -e -S -a ' '393 -n 393 -p -f /ltp-tmp/ltp-c3dfExy97j/alltests ' '-l ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.log ' '-C ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.failed ' '-T /opt/ltp/output/LTP_RUN_ON-LTP_dio.log.tconf\n' 'LOG File: ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.log\n' 'FAILED COMMAND File: ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.failed\n' 'TCONF COMMAND File: ' '/opt/ltp/output/LTP_RUN_ON-LTP_dio.log.tconf\n' 'Running tests.......\n' 'diotest01 1 TPASS : Test passed\n' 'diotest02 1 TPASS : Read with Direct IO, Write ' 'without\n' 'diotest02 2 TPASS : Write with Direct IO, Read ' 'without\n' 'diotest02 3 TPASS : Read, Write with Direct IO\n' 'diotest02 0 TINFO : 3 testblocks 100 iterations ' 'completed\n' 'diotest03 1 TPASS : Read with Direct IO, Write ' 'without\n' 'diotest03 2 TPASS : Write with Direct IO, Read ' 'without\n' 'diotest03 3 TPASS : Read, Write with Direct IO\n' 'diotest03 0 TINFO : 3 testblocks 100 iterations ' 'with 1 children completed\n' 'diotest4 1 TPASS : Negative Offset\n' 'diotest4 2 TPASS : removed\n' 'diotest4 3 TCONF : diotest4.c:274: nfs supports ' 'odd count IO\n' 'diotest4 4 TPASS : Read beyond the file size\n' 'diotest4 5 TPASS : Invalid file descriptor\n' 'diotest4 6 TPASS : Out of range file ' 'descriptor\n' 'diotest4 7 TPASS : Closed file descriptor\n' 'diotest4 8 TPASS : removed\n' 'diotest4 9 TCONF : diotest4.c:346: Direct I/O ' 'on /dev/null is not supported\n' 'diotest4 10 TPASS : read, write to a mmaped ' 'file\n' 'diotest4 11 TPASS : read, write to an unmapped ' 'file\n' 'diotest4 12 TPASS : read from file not open for ' 'reading\n' 'diotest4 13 TPASS : write to file not open for ' 'writing\n' 'diotest4 14 TCONF : diotest4.c:448: nfs supports ' 'non-aligned buffer\n' 'diotest4 15 TPASS : read, write buffer in ' 'read-only space\n' 'diotest4 16 TPASS : read, write in non-existant ' 'space\n' 'diotest4 17 TPASS : read, write for file with ' 'O_SYNC\n' 'diotest4 0 TINFO : 15 testblocks completed\n' 'diotest05 1 TPASS : Read with Direct IO, Write ' 'without\n' 'diotest05 2 TPASS : Write with Direct IO, Read ' 'without\n' 'diotest05 3 TPASS : Read, Write with Direct IO\n' 'diotest05 0 TINFO : 3 testblocks 20 iterations ' 'with 20 vector array completed\n' 'diotest06 1 TPASS : Read with Direct IO, Write ' 'without\n' 'diotest06 2 TPASS : Write with Direct IO, Read ' 'without\n' 'diotest06 3 TPASS : Read, Write with Direct IO\n' 'diotest06 0 TINFO : 3 testblocks 100 iterations ' 'with 1 children completed\n' 'diotest01 1 TPASS : Test passed\n' 'diotest02 1 TPASS : Read with Direct IO, Write ' 'without\n' 'diotest02 2 TPASS : Write with Direct IO, Read ' 'without\n' 'diotest02 3 TPASS : Read, Write with Direct IO\n' 'diotest02 0 TINFO : 3 testblocks 100 iterations ' 'completed\n' 'diotest03 1 TPASS : Read with Direct IO, Write ' 'without\n' 'diotest03 2 TPASS : Write with Direct IO, Read ' 'without\n' 'diotest03 3 TPASS : Read, Write with Direct IO\n' 'diotest03 0 TINFO : 3 testblocks 100 iterations ' 'with 1 children completed\n' 'diotest05 1 TPASS : Read with Direct IO, Write ' 'without\n' 'diotest05 2 TPASS : Write with Direct IO, Read ' 'without\n' 'diotest05 3 TPASS : Read, Write with Direct IO\n' 'diotest05 0 TINFO : 3 testblocks 20 iterations ' 'with 20 vector array completed\n' 'INFO: ltp-pan reported all tests PASS\n' 'LTP Version: 20240129-91-gcbc2d0568\n' 'INFO: Test end time: Tue Apr 22 19:16:54 UTC 2025\n' '###############################################################\n' 'Done executing testcases.\n' 'LTP Version: 20240129-91-gcbc2d0568\n' '###############################################################\n' '++ echo 0\n' '+ ret_val=0\n' '+ exec\n' '+ return 0\n' '+ parse_ltp_output ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.log\n' "+ grep -E 'PASS|FAIL|CONF' " '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.log\n' '+ awk \'{print $1" "$2}\'\n' "+ sed 's/PASS/pass/; s/FAIL/fail/; s/CONF/skip/'\n" '+ rm -rf /ltp-tmp\n' '+ rm -rf alltests\n' '+ ../../utils/send-to-lava.sh ./output/result.txt\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '+ set +x\n' '\n' '\n' '/ #\n'} 04/22/2025 07:17:01 PM UTC [INFO] Marking 3 nodes flag as processed 04/22/2025 07:17:13 PM UTC [INFO] Processing event node: 6807969c614dc0333e58ad9e 04/22/2025 07:17:13 PM UTC [DEBUG] Error code is not set for 6807969c614dc0333e58ad9e 04/22/2025 07:17:13 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807969c614dc0333e58ad9e 04/22/2025 07:17:13 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:68078f567c32d324f2fc0bd4', 'id': 'maestro:6807969c614dc0333e58ad9e', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on mt7629-rfb in lava-baylibre', 'start_time': '2025-04-22T13:16:12.938000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['mediatek,mt7629-rfb', 'mediatek,mt7629'], 'misc': {'platform': 'mt7629-rfb', 'job_url': 'https://lava.baylibre.com/scheduler/job/3910904', 'job_id': '3910904'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807969c614dc0333e58ad9e', 'error_code': 'node_timeout', 'error_msg': 'Node timed-out'}, 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/kselftest.tar.gz'}]} 04/22/2025 07:17:13 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:17:13 PM UTC [INFO] Processing event node: 680796a5614dc0333e58add7 04/22/2025 07:17:13 PM UTC [DEBUG] Error code is not set for 680796a5614dc0333e58add7 04/22/2025 07:17:13 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:680796a5614dc0333e58add7 04/22/2025 07:17:13 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:68078f567c32d324f2fc0bd4', 'id': 'maestro:680796a5614dc0333e58add7', 'origin': 'maestro', 'comment': 'baseline-arm-pengutronix on imx53-qsrb in ' 'lava-pengutronix', 'start_time': '2025-04-22T13:16:21.728000+00:00', 'environment': {'comment': 'Runtime: lava-pengutronix', 'compatible': ['fsl,imx53-qsrb', 'fsl,imx53'], 'misc': {'platform': 'imx53-qsrb', 'job_url': 'https://lava.pengutronix.de/scheduler/job/1055760', 'job_id': '1055760'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-pengutronix', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=680796a5614dc0333e58add7', 'error_code': 'node_timeout', 'error_msg': 'Node timed-out'}, 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/kselftest.tar.gz'}]} 04/22/2025 07:17:13 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:17:13 PM UTC [INFO] Processing event node: 680796a6614dc0333e58adda 04/22/2025 07:17:13 PM UTC [DEBUG] Error code is not set for 680796a6614dc0333e58adda 04/22/2025 07:17:13 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:680796a6614dc0333e58adda 04/22/2025 07:17:13 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:68078f567c32d324f2fc0bd4', 'id': 'maestro:680796a6614dc0333e58adda', 'origin': 'maestro', 'comment': 'baseline-arm-pengutronix on imx6dl-riotboard in ' 'lava-pengutronix', 'start_time': '2025-04-22T13:16:22.787000+00:00', 'environment': {'comment': 'Runtime: lava-pengutronix', 'compatible': ['riot,imx6s-riotboard', 'fsl,imx6dl'], 'misc': {'platform': 'imx6dl-riotboard', 'job_url': 'https://lava.pengutronix.de/scheduler/job/1055761', 'job_id': '1055761'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-pengutronix', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=680796a6614dc0333e58adda', 'error_code': 'node_timeout', 'error_msg': 'Node timed-out'}, 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/kselftest.tar.gz'}]} 04/22/2025 07:17:13 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:17:42 PM UTC [INFO] Processing event node: 6807ea8ce51c583972a58e93 04/22/2025 07:17:42 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea8ce51c583972a58e93 04/22/2025 07:17:42 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea8ce51c583972a58e93', 'origin': 'maestro', 'comment': 'baseline-arm-clabbe on sun8i-h2-plus-orangepi-zero in ' 'lava-clabbe', 'start_time': '2025-04-22T19:14:20.950000+00:00', 'environment': {'comment': 'Runtime: lava-clabbe', 'compatible': ['xunlong,orangepi-zero', 'allwinner,sun8i-h2-plus'], 'misc': {'platform': 'sun8i-h2-plus-orangepi-zero', 'job_url': 'https://lava.montjoie.ovh/scheduler/job/476187', 'job_id': '476187'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-clabbe', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea8ce51c583972a58e93'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm-clabbe-6807ea8ce51c583972a58e93/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm-clabbe-6807ea8ce51c583972a58e93/log.txt.gz', 'log_excerpt': 'HECK_AT_FREE flag(s) set\n' '[ 0.047023] Modules linked in:\n' '[ 0.047036] CPU: 0 PID: 1 Comm: swapper/0 Not ' 'tainted 6.1.132 #1\n' '[ 0.047047] Hardware name: Allwinner sun8i Family\n' '[ 0.047065] unwind_backtrace from ' 'show_stack+0x10/0x14\n' '[ 0.047103] show_stack from ' 'dump_stack_lvl+0x40/0x4c\n' '[ 0.047128] dump_stack_lvl from ' 'bad_page+0xe4/0x110\n' '[ 0.047153] bad_page from ' '__free_pages_ok+0x4b8/0x4c4\n' '[ 0.047173] __free_pages_ok from ' 'init_cma_reserved_pageblock+0x58/0x8c\n' '[ 0.047196] init_cma_reserved_pageblock from ' 'cma_init_reserved_areas+0x180/0x254\n' '[ 0.047216] cma_init_reserved_areas from ' 'do_one_initcall+0x58/0x200\n' '[ 0.047236] do_one_initcall from ' 'kernel_init_freeable+0x1a8/0x204\n' '[ 0.047260] kernel_init_freeable from ' 'kernel_init+0x18/0x12c\n' '[ 0.047281] kernel_init from ' 'ret_from_fork+0x14/0x28\n' '[ 0.047298] Exception stack(0xe0821fb0 to ' '0xe0821ff8)\n' '[ 0.047309] ' '1fa0: 00000000 ' '00000000 00000000 00000000\n' '[ 0.047319] 1fc0: 00000000 00000000 00000000 ' '00000000 00000000 00000000 00000000 00000000\n' '[ 0.047327] 1fe0: 00000000 00000000 00000000 ' '00000000 00000013 00000000\n' '[ 0.047334] Disabling lock debugging due to kernel ' 'taint\n' '[ 0.047735] BUG: Bad page state in process ' 'swapper/0 pfn:5e074\n' '[ 0.047745] page:(ptrval) refcount:0 mapcount:0 ' 'mapping:00000000 index:0x0 pfn:0x5e074\n' '[ 0.047757] flags: ' '0x2db7(locked|waiters|error|referenced|uptodate|lru|active|owner_priv_1|arch_1|private|zone=0) ' 'CMA\n' '[ 0.047778] raw: 00002db7 dbf99e84 dbf99e84 ' '00000000 00000000 00000000 ffffffff 00000000\n' '[ 0.047783] page dumped because: ' 'PAGE_FLAGS_CHECK_AT_FREE flag(s) set\n' '[ 0.047787] Modules linked in:\n' '[ 0.047795] CPU: 0 PID: 1 Comm: swapper/0 Tainted: ' 'G B 6.1.132 #1\n' '[ 0.047806] Hardware name: Allwinner sun8i Family\n' '[ 0.047814] unwind_backtrace from ' 'show_stack+0x10/0x14\n' '[ 0.047840] show_stack from ' 'dump_stack_lvl+0x40/0x4c\n' '[ 0.047860] dump_stack_lvl from ' 'bad_page+0xe4/0x110\n' '[ 0.047881] bad_page from ' '__free_pages_ok+0x4b8/0x4c4\n' '[ 0.047901] __free_pages_ok from ' 'init_cma_reserved_pageblock+0x58/0x8c\n' '[ 0.047920] init_cma_reserved_pageblock from ' 'cma_init_reserved_areas+0x180/0x254\n' '[ 0.047939] cma_init_reserved_areas from ' 'do_one_initcall+0x58/0x200\n' '[ 0.047957] do_one_initcall from ' 'kernel_init_freeable+0x1a8/0x204\n' '[ 0.047979] kernel_init_freeable from ' 'kernel_init+0x18/0x12c\n' '[ 0.048000] kernel_init from ' 'ret_from_fork+0x14/0x28\n' '[ 0.048016] Exception stack(0xe0821fb0 to ' '0xe0821ff8)\n' '[ 0.048025] ' '1fa0: 00000000 ' '00000000 00000000 00000000\n' '[ 0.048035] 1fc0: 00000000 00000000 00000000 ' '00000000 00000000 00000000 00000000 00000000\n' '[ 0.048043] 1fe0: 00000000 00000000 00000000 ' '00000000 00000013 00000000\n' '[ 0.048617] pinctrl core: initialized pinctrl ' 'subsystem\n' '[ 0.051243] DMI not present or invalid.\n' '[ 0.052141] NET: Registered PF_NETLINK/PF_ROUTE ' 'protocol family\n' '[ 0.061795] DMA: preallocated 256 KiB pool for ' 'atomic coherent allocations\n' '[ 0.064054] thermal_sys: Registered thermal ' "governor 'step_wise'\n" '[ 0.064144] cpuidle: using governor menu\n' '[ 0.064396] No ATAGs?\n' '[ 0.064537] hw-breakpoint: found 5 (+1 reserved) ' 'breakpoint and 4 watchpoint registers.\n' '[ 0.064550] hw-breakpoint: maximum watchpoint size ' 'is 8 bytes.\n' '[ 0.066728] Serial: AMBA PL011 UART driver\n' '[ 0.071106] /soc/mixer@1100000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0c000\n' '[ 0.071160] /soc/lcd-controller@1c0c000: Fixed ' 'dependency cycle(s) with /soc/mixer@1100000\n' '[ 0.071416] /soc/interrupt-controller@1c81000: ' 'Fixed dependency cycle(s) with ' '/soc/interrupt-controller@1c81000\n' '[ 0.072273] /soc/mixer@1100000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0c000\n' '[ 0.072960] /soc/mixer@1100000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0c000\n' '[ 0.073039] /soc/lcd-controller@1c0c000: Fixed ' 'dependency cycle(s) with /soc/mixer@1100000\n' '[ 0.103045] iommu: Default domain type: ' 'Translated\n' '[ 0.103062] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.103773] SCSI subsystem initialized\n' '[ 0.104371] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.104424] usbcore: registered new interface ' 'driver hub\n' '[ 0.104468] usbcore: registered new device driver ' 'usb\n' '[ 0.105736] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.105744] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.105764] PTP clock support registered\n' '[ 0.105924] EDAC MC: Ver: 3.0.0\n' '[ 0.108810] vgaarb: loaded\n' '[ 0.109485] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.126380] NET: Registered PF_INET protocol ' 'family\n' '[ 0.126630] IP idents hash table entries: 8192 ' '(order: 4, 65536 bytes, linear)\n' '[ 0.128037] tcp_listen_portaddr_hash hash table ' 'entries: 512 (order: 0, 4096 bytes, linear)\n' '[ 0.128067] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.128083] TCP established hash table entries: ' '4096 (order: 2, 16384 bytes, linear)\n' '[ 0.128126] TCP bind hash table entries: 4096 ' '(order: 4, 65536 bytes, linear)\n' '[ 0.128297] TCP: Hash tables configured ' '(established 4096 bind 4096)\n' '[ 0.128406] UDP hash table entries: 256 (order: 1, ' '8192 bytes, linear)\n' '[ 0.128446] UDP-Lite hash table entries: 256 ' '(order: 1, 8192 bytes, linear)\n' '[ 0.128632] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.129407] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.129420] RPC: Registered udp transport module.\n' '[ 0.129425] RPC: Registered tcp transport module.\n' '[ 0.129428] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.129440] PCI: CLS 0 bytes, default 64\n' '[ 0.130293] Trying to unpack rootfs image as ' 'initramfs...\n' '[ 0.139674] hw perfevents: enabled with ' 'armv7_cortex_a7 PMU driver, 5 counters available\n' '[ 0.141217] Initialise system trusted keyrings\n' '[ 0.141613] workingset: timestamp_bits=30 ' 'max_order=17 bucket_order=0\n' '[ 0.147839] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.148769] NFS: Registering the id_resolver key ' 'type\n' '[ 0.148856] Key type id_resolver registered\n' '[ 0.148862] Key type id_legacy registered\n' '[ 0.148979] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.148987] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.149024] ntfs: driver 2.1.32 [Flags: R/O].\n' '[ 0.149654] Key type asymmetric registered\n' "[ 0.149665] Asymmetric key parser 'x509' " 'registered\n' '[ 0.149833] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 247)\n' '[ 0.149843] io scheduler mq-deadline registered\n' '[ 0.149850] io scheduler kyber registered\n' '[ 0.253967] Serial: 8250/16550 driver, 5 ports, ' 'IRQ sharing enabled\n' '[ 0.258326] SuperH (H)SCI(F) driver initialized\n' '[ 0.259223] msm_serial: driver initialized\n' '[ 0.259233] STMicroelectronics ASC driver ' 'initialized\n' '[ 0.260271] STM32 USART driver initialized\n' '[ 0.277677] brd: module loaded\n' '[ 0.284932] loop: module loaded\n' '[ 0.296789] CAN device driver interface\n' '[ 0.297853] bgmac_bcma: Broadcom 47xx GBit MAC ' 'driver loaded\n' '[ 0.298787] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.298793] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 0.298875] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 0.298882] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 0.301923] dwmac-sun8i 1c30000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 0.301944] dwmac-sun8i 1c30000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 0.302019] dwmac-sun8i 1c30000.ethernet: No ' 'regulator found\n' '[ 0.302123] dwmac-sun8i 1c30000.ethernet: PTP uses ' 'main clock\n' '[ 0.302149] dwmac-sun8i 1c30000.ethernet: Current ' 'syscon value is not the default 148000 (expect ' '58000)\n' '[ 0.302645] dwmac-sun8i 1c30000.ethernet: No HW ' 'DMA feature register supported\n' '[ 0.302660] dwmac-sun8i 1c30000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 0.302667] dwmac-sun8i 1c30000.ethernet: COE Type ' '2\n' '[ 0.302676] dwmac-sun8i 1c30000.ethernet: TX ' 'Checksum insertion supported\n' '[ 0.302684] dwmac-sun8i 1c30000.ethernet: Normal ' 'descriptors\n' '[ 0.302691] dwmac-sun8i 1c30000.ethernet: Chain ' 'mode enabled\n' '[ 0.304313] dwmac-sun8i 1c30000.ethernet: Found ' 'internal PHY node\n' '[ 0.304837] dwmac-sun8i 1c30000.ethernet: Switch ' 'mux to internal PHY\n' '[ 0.304854] dwmac-sun8i 1c30000.ethernet: Powering ' 'internal PHY\n' '[ 1.284643] Freeing initrd memory: 16748K\n' '[ 1.317786] pegasus: Pegasus/Pegasus II USB ' 'Ethernet driver\n' '[ 1.317862] usbcore: registered new interface ' 'driver pegasus\n' '[ 1.317909] usbcore: registered new interface ' 'driver asix\n' '[ 1.317942] usbcore: registered new interface ' 'driver ax88179_178a\n' '[ 1.317974] usbcore: registered new interface ' 'driver cdc_ether\n' '[ 1.318024] usbcore: registered new interface ' 'driver smsc75xx\n' '[ 1.318067] usbcore: registered new interface ' 'driver smsc95xx\n' '[ 1.318117] usbcore: registered new interface ' 'driver net1080\n' '[ 1.318149] usbcore: registered new interface ' 'driver cdc_subset\n' '[ 1.318179] usbcore: registered new interface ' 'driver zaurus\n' '[ 1.318220] usbcore: registered new interface ' 'driver cdc_ncm\n' '[ 1.320798] ehci-platform 1c1a000.usb: EHCI Host ' 'Controller\n' '[ 1.320839] ehci-platform 1c1a000.usb: new USB bus ' 'registered, assigned bus number 1\n' '[ 1.321766] ohci-platform 1c1a400.usb: Generic ' 'Platform OHCI controller\n' '[ 1.321801] ohci-platform 1c1a400.usb: new USB bus ' 'registered, assigned bus number 2\n' '[ 1.322343] usbcore: registered new interface ' 'driver usb-storage\n' '[ 1.327082] sun6i-rtc 1f00000.rtc: registered as ' 'rtc0\n' '[ 1.327144] sun6i-rtc 1f00000.rtc: setting system ' 'clock to 1970-01-01T00:05:02 UTC (302)\n' '[ 1.327293] sun6i-rtc 1f00000.rtc: RTC enabled\n' '[ 1.328209] i2c_dev: i2c /dev entries driver\n' '[ 1.336968] sunxi-wdt 1c20ca0.watchdog: Watchdog ' 'enabled (timeout=16 sec, nowayout=0)\n' '[ 1.342040] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 1.342055] sdhci: Copyright(c) Pierre Ossman\n' '[ 1.343578] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 1.345080] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 1.347818] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 1.349725] usbcore: registered new interface ' 'driver usbhid\n' '[ 1.349741] usbhid: USB HID core driver\n' '[ 1.357841] NET: Registered PF_INET6 protocol ' 'family\n' '[ 1.359405] Segment Routing with IPv6\n' '[ 1.359515] In-situ OAM (IOAM) with IPv6\n' '[ 1.359598] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.360290] NET: Registered PF_PACKET protocol ' 'family\n' '[ 1.360300] can: controller area network core\n' '[ 1.360374] NET: Registered PF_CAN protocol ' 'family\n' '[ 1.360382] can: raw protocol\n' '[ 1.360390] can: broadcast manager protocol\n' '[ 1.360400] can: netlink gateway - max_hops=1\n' '[ 1.360857] Key type dns_resolver registered\n' '[ 1.360990] ThumbEE CPU extension supported.\n' '[ 1.361006] Registering SWP/SWPB emulation ' 'handler\n' '[ 1.361868] Loading compiled-in X.509 ' 'certificates\n' '[ 1.380400] sun8i-h3-pinctrl 1c20800.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 1.383126] sun8i-h3-r-pinctrl 1f02c00.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 1.384638] sun8i-h3-pinctrl 1c20800.pinctrl: ' 'supply vcc-pa not found, using dummy regulator\n' '[ 1.385746] printk: console [ttyS0] disabled\n' '[ 1.405971] 1c28000.serial: ttyS0 at MMIO ' '0x1c28000 (irq = 139, base_baud = 1500000) is a ' 'U6_16550A\n' '[ 2.872450] printk: console [ttyS0] enabled\n' '[ 2.887384] sun8i-h3-r-pinctrl 1f02c00.pinctrl: ' 'supply vcc-pl not found, using dummy regulator\n' '[ 2.903036] sun8i-h3-pinctrl 1c20800.pinctrl: ' 'supply vcc-pf not found, using dummy regulator\n' '[ 2.908496] sun8i-h3-pinctrl 1c20800.pinctrl: ' 'supply vcc-pg not found, using dummy regulator\n' '[ 2.926479] ehci-platform 1c1b000.usb: EHCI Host ' 'Controller\n' '[ 2.932195] ehci-platform 1c1b000.usb: new USB bus ' 'registered, assigned bus number 3\n' '[ 2.934247] ohci-platform 1c1b400.usb: Generic ' 'Platform OHCI controller\n' '[ 2.946672] ohci-platform 1c1b400.usb: new USB bus ' 'registered, assigned bus number 4\n' '[ 5.005485] sunxi-mmc 1c10000.mmc: allocated ' 'mmc-pwrseq\n' '[ 5.252096] sunxi-mmc 1c10000.mmc: initialized, ' 'max. request size: 16384 KB\n' '[ 5.275747] mmc1: new high speed SDIO card at ' 'address 0001\n' '[ 5.298155] ohci-platform 1c1a400.usb: irq 37, io ' 'mem 0x01c1a400\n' '[ 5.374861] hub 2-0:1.0: USB hub found\n' '[ 5.378682] hub 2-0:1.0: 1 port detected\n' '[ 5.466799] sunxi-mmc 1c0f000.mmc: Got CD GPIO\n' '[ 5.496656] sunxi-mmc 1c0f000.mmc: initialized, ' 'max. request size: 16384 KB\n' '[ 5.538903] mmc0: host does not support reading ' 'read-only switch, assuming write-enable\n' '[ 5.549036] mmc0: new high speed SDHC card at ' 'address 59b4\n' '[ 5.555709] mmcblk0: mmc0:59b4 USD 7.51 GiB\n' '[ 5.563500] mmcblk0: p1\n' '[ 6.048564] ohci-platform 1c1b400.usb: irq 142, io ' 'mem 0x01c1b400\n' '[ 6.124627] hub 4-0:1.0: USB hub found\n' '[ 6.128449] hub 4-0:1.0: 1 port detected\n' '[ 8.060603] ehci-platform 1c1a000.usb: irq 36, io ' 'mem 0x01c1a000\n' '[ 8.089498] ehci-platform 1c1a000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 8.096489] hub 1-0:1.0: USB hub found\n' '[ 8.100312] hub 1-0:1.0: 1 port detected\n' '[ 8.171243] ehci-platform 1c1b000.usb: irq 141, io ' 'mem 0x01c1b000\n' '[ 8.205694] ehci-platform 1c1b000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 8.212705] hub 3-0:1.0: USB hub found\n' '[ 8.216511] hub 3-0:1.0: 1 port detected\n' '[ 8.726511] dwmac-sun8i 1c30000.ethernet eth0: ' 'Register MEM_TYPE_PAGE_POOL RxQ-0\n' '[ 8.735507] dwmac-sun8i 1c30000.ethernet eth0: PHY ' '[mdio_mux-0.1:01] driver [Generic PHY] (irq=POLL)\n' '[ 8.744698] dwmac-sun8i 1c30000.ethernet eth0: No ' 'Safety Features support found\n' '[ 8.752022] dwmac-sun8i 1c30000.ethernet eth0: No ' 'MAC Management Counters available\n' '[ 8.759690] dwmac-sun8i 1c30000.ethernet eth0: PTP ' 'not supported by HW\n' '[ 8.766700] dwmac-sun8i 1c30000.ethernet eth0: ' 'configuring for phy/mii link mode\n' '[ 8.775477] dwmac-sun8i 1c30000.ethernet eth0: ' 'Link is Up - 100Mbps/Full - flow control rx/tx\n' '[ 8.775500] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: ' 'link becomes ready\n' '[ 8.829505] Sending DHCP requests ., OK\n' '[ 8.873389] IP-Config: Got DHCP answer from ' '192.168.1.100, my address is 192.168.1.99\n' '[ 8.881260] IP-Config: Complete:\n' '[ 8.884488] device=eth0, ' 'hwaddr=02:42:7f:65:11:8b, ipaddr=192.168.1.99, ' 'mask=255.255.255.0, gw=192.168.1.1\n' '[ 8.894588] host=192.168.1.99, domain=, ' 'nis-domain=(none)\n' '[ 8.900436] bootserver=0.0.0.0, ' 'rootserver=0.0.0.0, rootpath=\n' '[ 8.900447] nameserver0=192.168.1.100\n' '[ 8.911002] clk: Disabling unused clocks\n' '[ 8.919271] Freeing unused kernel image (initmem) ' 'memory: 2048K\n' '[ 8.926346] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 9.069091] ' 'udevd[112]: starting version 3.2.9\n' '[ 11.629492] random: crng init done\n' "[ 11.641710] udevd[112]: specified user 'tss' " 'unknown\n' "[ 11.646832] udevd[112]: specified group 'tss' " 'unknown\n' '[ 11.654918] udevd[113]: starting eudev-3.2.9\n' '[ 12.092619] usb_phy_generic ' 'usb_phy_generic.1.auto: supply vcc not found, using ' 'dummy regulator\n' '[ 12.101724] usb_phy_generic ' 'usb_phy_generic.1.auto: dummy supplies not allowed ' 'for exclusive requests\n' '[ 12.828965] lima 1c40000.gpu: gp - mali400 version ' 'major 1 minor 1\n' '[ 12.835300] lima 1c40000.gpu: pp0 - mali400 ' 'version major 1 minor 1\n' '[ 12.841691] lima 1c40000.gpu: pp1 - mali400 ' 'version major 1 minor 1\n' '[ 12.848009] lima 1c40000.gpu: l2 cache 64K, 4-way, ' '64byte cache line, 64bit external bus\n' '[ 12.856632] lima 1c40000.gpu: bus rate = ' '200000000\n' '[ 12.861466] lima 1c40000.gpu: mod rate = ' '297000000\n' '[ 12.866365] lima 1c40000.gpu: error -ENODEV: ' '_opp_set_regulators: no regulator (mali) found\n' '[ 12.875778] [drm] Initialized lima 1.1.0 20191231 ' 'for 1c40000.gpu on minor 0\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: ip: RTNETLINK answers: File exists\n' 'FAIL\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-476187/environment\n' '/ # /lava-476187/bin/lava-test-runner /lava-476187/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-476187/0/tests/0_dmesg\n' '+ cat uuid\n' '[ 13.603856] \n' '+ UUID=476187_1.1.4.1\n' '+ set +x\n' '[ 13.610305] \n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ #\n'} 04/22/2025 07:17:42 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:18:30 PM UTC [INFO] Processing event node: 6807ea7fe51c583972a58e33 04/22/2025 07:18:30 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea7fe51c583972a58e33 04/22/2025 07:18:30 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea7fe51c583972a58e33', 'origin': 'maestro', 'comment': 'baseline-arm on odroid-xu3 in lava-collabora', 'start_time': '2025-04-22T19:14:07.899000+00:00', 'environment': {'comment': 'Runtime: lava-collabora', 'compatible': ['hardkernel,odroid-xu3', 'samsung,exynos5800', 'samsung,exynos5'], 'misc': {'platform': 'odroid-xu3', 'job_url': 'https://lava.collabora.dev/scheduler/job/18447689', 'job_id': '18447689'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-collabora', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea7fe51c583972a58e33'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm-6807ea7fe51c583972a58e33/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm-6807ea7fe51c583972a58e33/log.txt.gz', 'log_excerpt': 'rial: ttySAC0 at MMIO 0x12c00000 (irq = 124, ' 'base_baud = 0) is a S3C6400/10\n' '[ 0.511227] 12c10000.serial: ttySAC1 at MMIO ' '0x12c10000 (irq = 125, base_baud = 0) is a ' 'S3C6400/10\n' '[ 0.511858] 12c20000.serial: ttySAC2 at MMIO ' '0x12c20000 (irq = 126, base_baud = 0) is a ' 'S3C6400/10\n' '[ 1.422235] Freeing initrd memory: 16768K\n' '[ 1.423901] printk: console [ttySAC2] enabled\n' '[ 1.499403] 12c30000.serial: ttySAC3 at MMIO ' '0x12c30000 (irq = 127, base_baud = 0) is a ' 'S3C6400/10\n' '[ 1.508854] SuperH (H)SCI(F) driver initialized\n' '[ 1.514242] msm_serial: driver initialized\n' '[ 1.516859] STMicroelectronics ASC driver ' 'initialized\n' '[ 1.524286] STM32 USART driver initialized\n' '[ 1.529611] exynos-trng 10830600.rng: Exynos True ' 'Random Number Generator.\n' '[ 1.560777] brd: module loaded\n' '[ 1.572117] loop: module loaded\n' '[ 1.597068] CAN device driver interface\n' '[ 1.601885] bgmac_bcma: Broadcom 47xx GBit MAC ' 'driver loaded\n' '[ 1.608550] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.612029] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 1.618006] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 1.623294] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 1.638439] pegasus: Pegasus/Pegasus II USB ' 'Ethernet driver\n' '[ 1.642567] usbcore: registered new interface ' 'driver pegasus\n' '[ 1.648237] usbcore: registered new interface ' 'driver asix\n' '[ 1.653574] usbcore: registered new interface ' 'driver ax88179_178a\n' '[ 1.659664] usbcore: registered new interface ' 'driver cdc_ether\n' '[ 1.665453] usbcore: registered new interface ' 'driver smsc75xx\n' '[ 1.671207] usbcore: registered new interface ' 'driver smsc95xx\n' '[ 1.676881] usbcore: registered new interface ' 'driver net1080\n' '[ 1.682541] usbcore: registered new interface ' 'driver cdc_subset\n' '[ 1.688433] usbcore: registered new interface ' 'driver zaurus\n' '[ 1.693964] usbcore: registered new interface ' 'driver cdc_ncm\n' '[ 1.709041] usbcore: registered new interface ' 'driver usb-storage\n' '[ 1.724905] i2c_dev: i2c /dev entries driver\n' '[ 1.754215] vdd_ldo9: Bringing 3300000uV into ' '3000000-3000000uV\n' '[ 1.771150] vddq_mmc2: Bringing 3300000uV into ' '2800000-2800000uV\n' '[ 1.790375] vdd_sd: Bringing 3300000uV into ' '2800000-2800000uV\n' '[ 1.874826] exynos-tmu 10060000.tmu: More trip ' 'points than supported by this TMU.\n' '[ 1.880877] exynos-tmu 10060000.tmu: 2 trip points ' 'should be configured in polling mode.\n' '[ 1.890189] exynos-tmu 10064000.tmu: More trip ' 'points than supported by this TMU.\n' '[ 1.896343] exynos-tmu 10064000.tmu: 2 trip points ' 'should be configured in polling mode.\n' '[ 1.905756] exynos-tmu 10068000.tmu: More trip ' 'points than supported by this TMU.\n' '[ 1.911892] exynos-tmu 10068000.tmu: 2 trip points ' 'should be configured in polling mode.\n' '[ 1.921249] exynos-tmu 1006c000.tmu: More trip ' 'points than supported by this TMU.\n' '[ 1.927365] exynos-tmu 1006c000.tmu: 2 trip points ' 'should be configured in polling mode.\n' '[ 1.936863] exynos-tmu 100a0000.tmu: More trip ' 'points than supported by this TMU.\n' '[ 1.942914] exynos-tmu 100a0000.tmu: 6 trip points ' 'should be configured in polling mode.\n' '[ 1.981485] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 1.986185] sdhci: Copyright(c) Pierre Ossman\n' '[ 1.994988] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 2.001175] dwmmc_exynos 12220000.mmc: IDMAC ' 'supports 32-bit address mode.\n' '[ 2.001279] dwmmc_exynos 12200000.mmc: IDMAC ' 'supports 32-bit address mode.\n' '[ 2.004320] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 2.019278] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 2.019319] dwmmc_exynos 12220000.mmc: Using ' 'internal DMA controller.\n' '[ 2.028210] usbcore: registered new interface ' 'driver usbhid\n' '[ 2.031488] dwmmc_exynos 12220000.mmc: Version ID ' 'is 250a\n' '[ 2.036988] usbhid: USB HID core driver\n' '[ 2.042457] dwmmc_exynos 12220000.mmc: DW MMC ' 'controller at irq 136,64 bit host data width,64 deep ' 'fifo\n' '[ 2.061685] NET: Registered PF_INET6 protocol ' 'family\n' '[ 2.065580] dwmmc_exynos 12200000.mmc: Using ' 'internal DMA controller.\n' '[ 2.067044] Segment Routing with IPv6\n' '[ 2.071625] dwmmc_exynos 12200000.mmc: Version ID ' 'is 250a\n' '[ 2.072496] mmc_host mmc0: Bus speed (slot 0) = ' '50000000Hz (slot req 400000Hz, actual 396825HZ div = ' '63)\n' '[ 2.075249] In-situ OAM (IOAM) with IPv6\n' '[ 2.080651] dwmmc_exynos 12200000.mmc: DW MMC ' 'controller at irq 137,64 bit host data width,64 deep ' 'fifo\n' '[ 2.090096] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 2.094294] dwmmc_exynos 12200000.mmc: allocated ' 'mmc-pwrseq\n' '[ 2.103716] NET: Registered PF_PACKET protocol ' 'family\n' '[ 2.119784] can: controller area network core\n' '[ 2.124139] NET: Registered PF_CAN protocol ' 'family\n' '[ 2.128886] can: raw protocol\n' '[ 2.131809] can: broadcast manager protocol\n' '[ 2.135971] can: netlink gateway - max_hops=1\n' '[ 2.140591] Key type dns_resolver registered\n' '[ 2.144955] ThumbEE CPU extension supported.\n' '[ 2.148825] Registering SWP/SWPB emulation ' 'handler\n' '[ 2.154832] Loading compiled-in X.509 ' 'certificates\n' '[ 2.170750] mmc_host mmc1: Bus speed (slot 0) = ' '50000000Hz (slot req 400000Hz, actual 396825HZ div = ' '63)\n' '[ 2.207993] exynos-chipid 10000000.chipid: cpu0 ' 'opp0, freq: 1500 missing\n' '[ 2.213252] exynos-chipid 10000000.chipid: cpu4 ' 'opp0, freq: 2100 missing\n' '[ 2.219950] exynos-chipid 10000000.chipid: Exynos: ' 'CPU[EXYNOS5800] PRO_ID[0xe5422000] REV[0x1] Detected\n' '[ 2.233979] xhci-hcd xhci-hcd.6.auto: xHCI Host ' 'Controller\n' '[ 2.238027] xhci-hcd xhci-hcd.6.auto: new USB bus ' 'registered, assigned bus number 1\n' '[ 2.246037] xhci-hcd xhci-hcd.6.auto: hcc params ' '0x0220f04c hci version 0x100 quirks ' '0x0000008002010010\n' '[ 2.255074] xhci-hcd xhci-hcd.6.auto: irq 138, io ' 'mem 0x12000000\n' '[ 2.261169] xhci-hcd xhci-hcd.6.auto: xHCI Host ' 'Controller\n' '[ 2.266411] xhci-hcd xhci-hcd.6.auto: new USB bus ' 'registered, assigned bus number 2\n' '[ 2.274062] xhci-hcd xhci-hcd.6.auto: Host ' 'supports USB 3.0 SuperSpeed\n' '[ 2.282025] hub 1-0:1.0: USB hub found\n' '[ 2.284346] hub 1-0:1.0: 1 port detected\n' "[ 2.288686] usb usb2: We don't know the algorithms " 'for LPM for this host, disabling LPM.\n' '[ 2.297296] hub 2-0:1.0: USB hub found\n' '[ 2.300050] hub 2-0:1.0: 1 port detected\n' '[ 2.309961] dwc3 12400000.usb: changing max_speed ' 'on rev 5533200a\n' '[ 2.327815] input: gpio-keys as ' '/devices/platform/gpio-keys/input/input0\n' '[ 2.991328] mmc_host mmc1: Bus speed (slot 0) = ' '50000000Hz (slot req 52000000Hz, actual 50000000HZ ' 'div = 0)\n' '[ 2.999862] mmc_host mmc1: Bus speed (slot 0) = ' '200000000Hz (slot req 200000000Hz, actual 200000000HZ ' 'div = 0)\n' '[ 3.013844] mmc_host mmc1: Bus speed (slot 0) = ' '50000000Hz (slot req 52000000Hz, actual 50000000HZ ' 'div = 0)\n' '[ 3.028763] mmc_host mmc1: Bus speed (slot 0) = ' '400000000Hz (slot req 200000000Hz, actual 200000000HZ ' 'div = 1)\n' '[ 3.038750] mmc1: new HS400 MMC card at address ' '0001\n' '[ 3.043497] mmcblk1: mmc1:0001 SDW32G 29.1 GiB\n' '[ 3.055446] mmcblk1: p1 p2\n' '[ 3.057955] mmcblk1boot0: mmc1:0001 SDW32G 4.00 ' 'MiB\n' '[ 3.063608] mmcblk1boot1: mmc1:0001 SDW32G 4.00 ' 'MiB\n' '[ 3.068630] mmcblk1rpmb: mmc1:0001 SDW32G 4.00 ' 'MiB, chardev (236:0)\n' '[ 12.645403] platform led-controller-1: deferred ' 'probe pending\n' '[ 14.798087] clk: Disabling unused clocks\n' '[ 14.814956] Freeing unused kernel image (initmem) ' 'memory: 2048K\n' '[ 14.821513] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 14.983117] ' 'udevd[136]: starting version 3.2.9\n' '[ 17.227667] random: crng init done\n' "[ 17.233705] udevd[136]: specified user 'tss' " 'unknown\n' "[ 17.237241] udevd[136]: specified group 'tss' " 'unknown\n' '[ 17.249448] udevd[137]: starting eudev-3.2.9\n' '[ 17.536014] s3c2410-wdt 101d0000.watchdog: ' 'watchdog inactive, reset disabled, irq disabled\n' '[ 17.547281] s5p-secss 10830000.sss: s5p-sss driver ' 'registered\n' '[ 17.561590] exynos-nocp: new NoC Probe device ' 'registered: 10ca1000.nocp\n' '[ 17.568794] exynos5-dmc ' '10c20000.memory-controller: error -ENXIO: IRQ drex_0 ' 'not found\n' '[ 17.569944] exynos-ppmu: new PPMU device ' 'registered 10d00000.ppmu (ppmu-event3-dmc0-0)\n' '[ 17.570074] mc: Linux media interface: v0.10\n' '[ 17.575258] exynos5-dmc ' '10c20000.memory-controller: error -ENXIO: IRQ drex_1 ' 'not found\n' '[ 17.577388] videodev: Linux video capture ' 'interface: v2.00\n' '[ 17.583055] panfrost 11800000.gpu: clock rate = ' '400000000\n' '[ 17.583587] exynos-ppmu: new PPMU device ' 'registered 10d10000.ppmu (ppmu-event3-dmc0-1)\n' '[ 17.587401] exynos5-dmc ' "10c20000.memory-controller: couldn't probe " 'performance counters\n' '[ 17.591271] panfrost 11800000.gpu: mali-t620 id ' '0x620 major 0x0 minor 0x1 status 0x0\n' '[ 17.591289] panfrost 11800000.gpu: features: ' '00000000,00000408, issues: 00000000,21eee400\n' '[ 17.591302] panfrost 11800000.gpu: Features: ' 'L2:0x07110206 Shader:0x00000000 Tiler:0x00000809 ' 'Mem:0x1 MMU:0x00002830 AS:0xf JS:0x7\n' '[ 17.591317] panfrost 11800000.gpu: ' 'shader_present=0x3f l2_present=0x11\n' '[ 17.591521] panfrost 11800000.gpu: using only 1st ' 'core group (4 cores from 6)\n' '[ 17.593521] [drm] Initialized panfrost 1.2.0 ' '20180908 for 11800000.gpu on minor 0\n' '[ 17.596170] exynos-nocp: new NoC Probe device ' 'registered: 10ca1400.nocp\n' '[ 17.596234] exynos-ppmu: new PPMU device ' 'registered 10d60000.ppmu (ppmu-event3-dmc1-0)\n' '[ 17.598996] exynos-ppmu: new PPMU device ' 'registered 10d70000.ppmu (ppmu-event3-dmc1-1)\n' '[ 17.627239] exynos5-dmc ' '10c20000.memory-controller: error -ENXIO: IRQ drex_0 ' 'not found\n' '[ 17.630417] samsung-usb2-phy 12130000.phy: supply ' 'vbus not found, using dummy regulator\n' '[ 17.633782] exynos-nocp: new NoC Probe device ' 'registered: 10ca1800.nocp\n' '[ 17.634229] exynos-nocp: new NoC Probe device ' 'registered: 10ca1c00.nocp\n' '[ 17.637853] exynos5-dmc ' '10c20000.memory-controller: error -ENXIO: IRQ drex_1 ' 'not found\n' '[ 17.638653] exynos5-dmc ' '10c20000.memory-controller: DMC initialized, in irq ' 'mode: 0\n' '[ 17.655810] s5p-mfc 11000000.codec: Adding to ' 'iommu group 0\n' '[ 17.693764] ina2xx 0-0040: power monitor ina231 ' '(Rshunt = 10000 uOhm)\n' '[ 17.704631] s5p-jpeg 11f50000.jpeg: Adding to ' 'iommu group 1\n' '[ 17.713947] s5p-mfc 11000000.codec: preallocated 8 ' 'MiB buffer for the firmware and context buffers\n' '[ 17.721565] ina2xx 0-0041: power monitor ina231 ' '(Rshunt = 10000 uOhm)\n' '[ 17.722039] s5p-mfc 11000000.codec: Direct ' 'firmware load for s5p-mfc-v8.fw failed with error -2\n' '[ 17.730556] s5p-jpeg 11f50000.jpeg: encoder device ' 'registered as /dev/video0\n' '[ 17.731669] exynos-gsc 13e00000.video-scaler: ' 'Adding to iommu group 2\n' '[ 17.735153] exynos-mixer 14450000.mixer: Adding to ' 'iommu group 3\n' '[ 17.735998] ina2xx 0-0044: power monitor ina231 ' '(Rshunt = 10000 uOhm)\n' '[ 17.737464] s5p_mfc_load_firmware:69: Firmware is ' 'not present in the /lib/firmware directory nor ' 'compiled in kernel\n' '[ 17.741916] ina2xx 0-0045: power monitor ina231 ' '(Rshunt = 10000 uOhm)\n' '[ 17.742942] exynos-gsc 13e10000.video-scaler: ' 'Adding to iommu group 4\n' '[ 17.749034] s5p-jpeg 11f50000.jpeg: decoder device ' 'registered as /dev/video2\n' '[ 17.752726] OF: graph: no port node found in ' '/soc/hdmi@14530000\n' '[ 17.754962] s5p-jpeg 11f50000.jpeg: Samsung S5P ' 'JPEG codec\n' '[ 17.758303] s5p-mfc 11000000.codec: decoder ' 'registered as /dev/video4\n' '[ 17.759641] s5p-mfc 11000000.codec: encoder ' 'registered as /dev/video5\n' '[ 17.761774] phy phy-12130000.phy.10: phy_power_on ' 'was called before phy_init\n' '[ 17.761795] exynos-ohci 12120000.usb: USB Host ' 'Controller\n' '[ 17.761827] exynos-ohci 12120000.usb: new USB bus ' 'registered, assigned bus number 3\n' '[ 17.769734] s2mps11-clk s2mps11-clk: DMA mask not ' 'set\n' '[ 17.770727] exynos-ohci 12120000.usb: irq 154, io ' 'mem 0x12120000\n' '[ 17.772640] [drm] Exynos DRM: using 14450000.mixer ' 'device for DMA mapping operations\n' '[ 17.772738] exynos-drm exynos-drm: bound ' '14450000.mixer (ops mixer_component_ops [exynosdrm])\n' '[ 17.772852] exynos-drm exynos-drm: bound ' '14530000.hdmi (ops hdmi_component_ops [exynosdrm])\n' '[ 17.773339] exynos-drm exynos-drm: [drm] Cannot ' 'find any crtc or sizes\n' '[ 17.773859] exynos-drm exynos-drm: [drm] Cannot ' 'find any crtc or sizes\n' '[ 17.774504] s5p-jpeg 11f60000.jpeg: Adding to ' 'iommu group 5\n' '[ 17.777931] s5m-rtc s2mps14-rtc: registered as ' 'rtc0\n' '[ 17.779949] s5m-rtc s2mps14-rtc: setting system ' 'clock to 2000-01-01T00:01:39 UTC (946684899)\n' '[ 17.782125] s5p-jpeg 11f60000.jpeg: encoder device ' 'registered as /dev/video6\n' '[ 17.783249] [drm] Initialized exynos 1.1.0 ' '20180330 for exynos-drm on minor 1\n' '[ 17.783909] s5p-jpeg 11f60000.jpeg: decoder device ' 'registered as /dev/video7\n' '[ 17.783919] s5p-jpeg 11f60000.jpeg: Samsung S5P ' 'JPEG codec\n' '[ 17.832745] samsung-i2s 3830000.i2s-sec: DMA ' 'channels sourced from device 3830000.i2s\n' '[ 17.839845] exynos-bus: new bus device registered: ' 'soc:bus-wcore ( 88700 KHz ~ 532000 KHz)\n' '[ 17.862635] hub 3-0:1.0: USB hub found\n' '[ 17.878204] exynos-bus: new bus device registered: ' 'soc:bus-noc ( 66600 KHz ~ 111000 KHz)\n' '[ 17.879401] hub 3-0:1.0: 3 ports detected\n' '[ 17.884891] exynos-bus: new bus device registered: ' 'soc:bus-fsys-apb (111000 KHz ~ 222000 KHz)\n' '[ 17.901605] phy phy-12130000.phy.10: phy_power_on ' 'was called before phy_init\n' '[ 17.907045] exynos-bus: new bus device registered: ' 'soc:bus-fsys2 ( 75000 KHz ~ 200000 KHz)\n' '[ 17.914782] exynos-ehci 12110000.usb: EHCI Host ' 'Controller\n' '[ 17.922203] exynos-bus: new bus device registered: ' 'soc:bus-mfc ( 83250 KHz ~ 333000 KHz)\n' '[ 17.927801] exynos-ehci 12110000.usb: new USB bus ' 'registered, assigned bus number 4\n' '[ 17.934113] exynos-bus: new bus device registered: ' 'soc:bus-gen ( 88700 KHz ~ 266000 KHz)\n' '[ 18.055444] s5p-mfc 11000000.codec: Direct ' 'firmware load for s5p-mfc-v8.fw failed with error -2\n' '[ 18.061554] exynos-bus: new bus device registered: ' 'soc:bus-peri ( 66600 KHz ~ 66600 KHz)\n' '[ 18.066580] s5p_mfc_load_firmware:69: Firmware is ' 'not present in the /lib/firmware directory nor ' 'compiled in kernel\n' '[ 18.075446] exynos-bus: new bus device registered: ' 'soc:bus-g2d ( 83250 KHz ~ 333000 KHz)\n' '[ 18.086203] s5p-mfc 11000000.codec: Direct ' 'firmware load for s5p-mfc-v8.fw failed with error -2\n' '[ 18.093843] exynos-bus: new bus device registered: ' 'soc:bus-g2d-acp ( 66500 KHz ~ 266000 KHz)\n' '[ 18.101858] s5p_mfc_load_firmware:69: Firmware is ' 'not present in the /lib/firmware directory nor ' 'compiled in kernel\n' '[ 18.121136] exynos-bus: new bus device registered: ' 'soc:bus-jpeg ( 75000 KHz ~ 300000 KHz)\n' '[ 18.129248] exynos-bus: new bus device registered: ' 'soc:bus-jpeg-apb ( 83250 KHz ~ 166500 KHz)\n' '[ 18.137571] exynos-bus: new bus device registered: ' 'soc:bus-disp1-fimd (120000 KHz ~ 200000 KHz)\n' '[ 18.146478] exynos-bus: new bus device registered: ' 'soc:bus-disp1 (120000 KHz ~ 300000 KHz)\n' '[ 18.154612] exynos-bus: new bus device registered: ' 'soc:bus-gscl-scaler (150000 KHz ~ 300000 KHz)\n' '[ 18.163505] exynos-bus: new bus device registered: ' 'soc:bus-mscl ( 84000 KHz ~ 666000 KHz)\n' '[ 18.172951] exynos-ehci 12110000.usb: irq 154, io ' 'mem 0x12110000\n' '[ 18.267822] usb 3-1: new full-speed USB device ' 'number 2 using exynos-ohci\n' '[ 18.297746] exynos-ehci 12110000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 18.304685] hub 4-0:1.0: USB hub found\n' '[ 18.307038] hub 4-0:1.0: 3 ports detected\n' '[ 18.411492] s3c-rtc 101e0000.rtc: rtc disabled, ' 're-enabling\n' '[ 18.416839] s3c-rtc 101e0000.rtc: registered as ' 'rtc1\n' '[ 18.468463] max98090 5-0010: MAX98090 REVID=0x43\n' '[ 18.473662] max98090 5-0010: use default 2.8v ' 'micbias\n' '[ 18.607887] usb 4-1: new high-speed USB device ' 'number 2 using exynos-ehci\n' '[ 18.812542] hub 4-1:1.0: USB hub found\n' '[ 18.815231] hub 4-1:1.0: 5 ports detected\n' '[ 19.137843] usb 4-1.1: new high-speed USB device ' 'number 3 using exynos-ehci\n' '[ 19.294563] smsc95xx v2.0.0\n' '[ 19.516616] SMSC LAN8700 usb-004:003:01: attached ' 'PHY driver (mii_bus:phy_addr=usb-004:003:01, ' 'irq=159)\n' '[ 19.529359] smsc95xx 4-1.1:1.0 eth0: register ' "'smsc95xx' at usb-12110000.usb-1.1, smsc95xx USB 2.0 " 'Ethernet, de:cb:b9:60:8b:ad\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-18447689/environment\n' '/ # /lava-18447689/bin/lava-test-runner ' '/lava-18447689/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-18447689/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=18447689_1[ 20.491185] \n' '[ 20.496750] \n' '.1.4.1\n' '+ set +x\n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ # �\n'} 04/22/2025 07:18:30 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:19:20 PM UTC [INFO] Processing event node: 6807ea8ee51c583972a58e9c 04/22/2025 07:19:20 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea8ee51c583972a58e9c 04/22/2025 07:19:20 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea8ee51c583972a58e9c', 'origin': 'maestro', 'comment': 'baseline-arm-clabbe on sun9i-a80-cubieboard4 in ' 'lava-clabbe', 'start_time': '2025-04-22T19:14:22.313000+00:00', 'environment': {'comment': 'Runtime: lava-clabbe', 'compatible': ['cubietech,a80-cubieboard4', 'allwinner,sun9i-a80'], 'misc': {'platform': 'sun9i-a80-cubieboard4', 'job_url': 'https://lava.montjoie.ovh/scheduler/job/476190', 'job_id': '476190'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-clabbe', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea8ee51c583972a58e9c'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm-clabbe-6807ea8ee51c583972a58e9c/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm-clabbe-6807ea8ee51c583972a58e9c/log.txt.gz', 'log_excerpt': '00/display-backend@3200000\n' '[ 0.532490] /soc@20000/deu@3340000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/display-frontend@3140000\n' '[ 0.542873] /soc@20000/drc@3400000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/lcd-controller@3c00000\n' '[ 0.553250] /soc@20000/drc@3400000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/display-backend@3200000\n' '[ 0.563526] /soc@20000/drc@3440000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/lcd-controller@3c10000\n' '[ 0.573929] /soc@20000/drc@3440000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/display-backend@3240000\n' '[ 0.584463] /soc@20000/lcd-controller@3c00000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/drc@3400000\n' '[ 0.594912] /soc@20000/lcd-controller@3c10000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/drc@3440000\n' "[ 0.606735] sram 20000.sram: can't request region " 'for resource [mem 0x00020000-0x0005ffff]\n' '[ 0.615890] sram 20000.sram: could not map SRAM ' 'registers\n' '[ 0.621849] sram: probe of 20000.sram failed with ' 'error -16\n' '[ 0.639834] /soc@20000/display-frontend@3100000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/deu@3300000\n' '[ 0.651458] /soc@20000/display-frontend@3140000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/deu@3340000\n' '[ 0.662800] /soc@20000/display-backend@3200000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/drc@3400000\n' '[ 0.673163] /soc@20000/display-backend@3200000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/deu@3340000\n' '[ 0.683514] /soc@20000/display-backend@3200000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/deu@3300000\n' '[ 0.694765] /soc@20000/display-backend@3240000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/drc@3440000\n' '[ 0.705130] /soc@20000/display-backend@3240000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/deu@3340000\n' '[ 0.715485] /soc@20000/display-backend@3240000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/deu@3300000\n' '[ 0.726810] /soc@20000/display-backend@3240000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/deu@3300000\n' '[ 0.737287] /soc@20000/display-backend@3200000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/deu@3300000\n' '[ 0.747937] /soc@20000/display-frontend@3100000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/deu@3300000\n' '[ 0.758533] /soc@20000/deu@3300000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/display-backend@3240000\n' '[ 0.769012] /soc@20000/deu@3300000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/display-backend@3200000\n' '[ 0.779375] /soc@20000/deu@3300000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/display-frontend@3100000\n' '[ 0.790863] /soc@20000/display-backend@3240000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/deu@3340000\n' '[ 0.801328] /soc@20000/display-backend@3200000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/deu@3340000\n' '[ 0.811965] /soc@20000/display-frontend@3140000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/deu@3340000\n' '[ 0.822553] /soc@20000/deu@3340000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/display-backend@3240000\n' '[ 0.833030] /soc@20000/deu@3340000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/display-backend@3200000\n' '[ 0.843381] /soc@20000/deu@3340000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/display-frontend@3140000\n' '[ 0.854798] /soc@20000/display-backend@3200000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/drc@3400000\n' '[ 0.865160] /soc@20000/drc@3400000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/lcd-controller@3c00000\n' '[ 0.875540] /soc@20000/drc@3400000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/display-backend@3200000\n' '[ 0.886840] /soc@20000/display-backend@3240000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/drc@3440000\n' '[ 0.897198] /soc@20000/drc@3440000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/lcd-controller@3c10000\n' '[ 0.907586] /soc@20000/drc@3440000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/display-backend@3240000\n' '[ 0.918880] /soc@20000/drc@3400000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/lcd-controller@3c00000\n' '[ 0.929387] /soc@20000/lcd-controller@3c00000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/drc@3400000\n' '[ 0.940493] /soc@20000/drc@3440000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/lcd-controller@3c10000\n' '[ 0.950997] /soc@20000/lcd-controller@3c10000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/drc@3440000\n' '[ 0.973008] /soc@20000/rsb@8003400: Fixed ' 'dependency cycle(s) with ' '/soc@20000/pinctrl@8002c00/r-rsb-pins\n' '[ 0.987003] /vga-connector: Fixed dependency ' 'cycle(s) with /vga-dac\n' '[ 0.994113] /soc@20000/lcd-controller@3c00000: ' 'Fixed dependency cycle(s) with /vga-dac\n' '[ 1.002985] /vga-dac: Fixed dependency cycle(s) ' 'with /vga-connector\n' '[ 1.010303] /vga-dac: Fixed dependency cycle(s) ' 'with /soc@20000/lcd-controller@3c00000\n' '[ 1.052336] iommu: Default domain type: ' 'Translated\n' '[ 1.057725] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 1.065920] SCSI subsystem initialized\n' '[ 1.070798] usbcore: registered new interface ' 'driver usbfs\n' '[ 1.076963] usbcore: registered new interface ' 'driver hub\n' '[ 1.082902] usbcore: registered new device driver ' 'usb\n' '[ 1.090979] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 1.096458] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 1.106579] PTP clock support registered\n' '[ 1.111210] EDAC MC: Ver: 3.0.0\n' '[ 1.119150] vgaarb: loaded\n' '[ 1.124311] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 1.150340] NET: Registered PF_INET protocol ' 'family\n' '[ 1.156110] IP idents hash table entries: 16384 ' '(order: 5, 131072 bytes, linear)\n' '[ 1.166977] tcp_listen_portaddr_hash hash table ' 'entries: 512 (order: 0, 4096 bytes, linear)\n' '[ 1.176259] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 1.184848] TCP established hash table entries: ' '8192 (order: 3, 32768 bytes, linear)\n' '[ 1.193528] TCP bind hash table entries: 8192 ' '(order: 5, 131072 bytes, linear)\n' '[ 1.202069] TCP: Hash tables configured ' '(established 8192 bind 8192)\n' '[ 1.209250] UDP hash table entries: 512 (order: 2, ' '16384 bytes, linear)\n' '[ 1.216652] UDP-Lite hash table entries: 512 ' '(order: 2, 16384 bytes, linear)\n' '[ 1.224744] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 1.231660] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 1.238236] RPC: Registered udp transport module.\n' '[ 1.243429] RPC: Registered tcp transport module.\n' '[ 1.248640] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 1.255772] PCI: CLS 0 bytes, default 64\n' '[ 1.260804] Trying to unpack rootfs image as ' 'initramfs...\n' '[ 1.262905] Initialise system trusted keyrings\n' '[ 1.272169] workingset: timestamp_bits=30 ' 'max_order=19 bucket_order=0\n' '[ 1.292551] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 1.300390] NFS: Registering the id_resolver key ' 'type\n' '[ 1.306057] Key type id_resolver registered\n' '[ 1.310675] Key type id_legacy registered\n' '[ 1.315331] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 1.322743] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 1.331017] ntfs: driver 2.1.32 [Flags: R/O].\n' '[ 1.336771] Key type asymmetric registered\n' "[ 1.341303] Asymmetric key parser 'x509' " 'registered\n' '[ 1.347034] bounce: pool size: 64 pages\n' '[ 1.351519] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 247)\n' '[ 1.359742] io scheduler mq-deadline registered\n' '[ 1.364780] io scheduler kyber registered\n' '[ 1.400958] sun9i-a80-r-pinctrl 8002c00.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 1.562102] Serial: 8250/16550 driver, 5 ports, ' 'IRQ sharing enabled\n' '[ 1.576211] SuperH (H)SCI(F) driver initialized\n' '[ 1.582887] msm_serial: driver initialized\n' '[ 1.587453] STMicroelectronics ASC driver ' 'initialized\n' '[ 1.594917] STM32 USART driver initialized\n' '[ 1.628187] brd: module loaded\n' '[ 1.646359] loop: module loaded\n' '[ 1.671179] CAN device driver interface\n' '[ 1.677326] bgmac_bcma: Broadcom 47xx GBit MAC ' 'driver loaded\n' '[ 1.685429] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.690909] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 1.697566] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 1.697617] Freeing initrd memory: 48100K\n' '[ 1.703515] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 1.710898] pegasus: Pegasus/Pegasus II USB ' 'Ethernet driver\n' '[ 1.720341] usbcore: registered new interface ' 'driver pegasus\n' '[ 1.726688] usbcore: registered new interface ' 'driver asix\n' '[ 1.732715] usbcore: registered new interface ' 'driver ax88179_178a\n' '[ 1.739542] usbcore: registered new interface ' 'driver cdc_ether\n' '[ 1.746081] usbcore: registered new interface ' 'driver smsc75xx\n' '[ 1.752495] usbcore: registered new interface ' 'driver smsc95xx\n' '[ 1.758945] usbcore: registered new interface ' 'driver net1080\n' '[ 1.765275] usbcore: registered new interface ' 'driver cdc_subset\n' '[ 1.771859] usbcore: registered new interface ' 'driver zaurus\n' '[ 1.778108] usbcore: registered new interface ' 'driver cdc_ncm\n' '[ 1.791589] usbcore: registered new interface ' 'driver usb-storage\n' '[ 1.807378] i2c_dev: i2c /dev entries driver\n' '[ 1.830614] sunxi-wdt 6000ca0.watchdog: Watchdog ' 'enabled (timeout=16 sec, nowayout=0)\n' '[ 1.839743] sunxi-wdt 8001000.watchdog: Watchdog ' 'enabled (timeout=16 sec, nowayout=0)\n' '[ 1.857418] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 1.864239] sdhci: Copyright(c) Pierre Ossman\n' '[ 1.872218] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 1.881938] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 1.906560] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 1.915954] usbcore: registered new interface ' 'driver usbhid\n' '[ 1.922099] usbhid: USB HID core driver\n' '[ 1.937823] NET: Registered PF_INET6 protocol ' 'family\n' '[ 1.945151] Segment Routing with IPv6\n' '[ 1.949282] In-situ OAM (IOAM) with IPv6\n' '[ 1.953748] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.961443] NET: Registered PF_PACKET protocol ' 'family\n' '[ 1.967058] can: controller area network core\n' '[ 1.971948] NET: Registered PF_CAN protocol ' 'family\n' '[ 1.977280] can: raw protocol\n' '[ 1.980562] can: broadcast manager protocol\n' '[ 1.985214] can: netlink gateway - max_hops=1\n' '[ 1.990439] Key type dns_resolver registered\n' '[ 1.995300] ThumbEE CPU extension supported.\n' '[ 2.000024] Registering SWP/SWPB emulation ' 'handler\n' '[ 2.007362] Loading compiled-in X.509 ' 'certificates\n' '[ 2.056078] sun9i-a80-r-pinctrl 8002c00.pinctrl: ' 'supply vcc-pn not found, using dummy regulator\n' '[ 2.066262] sunxi-rsb 8003400.rsb: RSB running at ' '3000000 Hz\n' '[ 2.072941] axp20x-rsb sunxi-rsb-3a3: AXP20x ' 'variant AXP809 found\n' '[ 2.080563] axp20x-rsb sunxi-rsb-3a3: ' 'mask_invert=true is deprecated; please switch to ' 'unmask_base\n' '[ 2.091197] axp20x-gpio: Failed to locate of_node ' '[id: -1]\n' '[ 2.105395] axp20x-rsb sunxi-rsb-3a3: AXP20X ' 'driver loaded\n' '[ 2.111624] axp20x-rsb sunxi-rsb-745: AXP20x ' 'variant AXP806 found\n' '[ 2.118832] axp20x-rsb sunxi-rsb-745: ' 'mask_invert=true is deprecated; please switch to ' 'unmask_base\n' '[ 2.134447] axp20x-rsb sunxi-rsb-745: AXP20X ' 'driver loaded\n' '[ 2.158271] sun9i-a80-pinctrl 6000800.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 2.173471] printk: console [ttyS0] disabled\n' '[ 2.198565] 7000000.serial: ttyS0 at MMIO ' '0x7000000 (irq = 309, base_baud = 1500000) is a ' 'U6_16550A\n' '[ 2.208648] printk: console [ttyS0] enabled\n' '[ 2.208648] printk: console [ttyS0] enabled\n' '[ 2.217487] printk: bootconsole [uart0] disabled\n' '[ 2.217487] printk: bootconsole [uart0] disabled\n' '[ 2.231582] sun7i-dwmac 830000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 2.237910] sun7i-dwmac 830000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 2.243916] sun7i-dwmac 830000.ethernet: PTP uses ' 'main clock\n' '[ 2.250234] sun7i-dwmac 830000.ethernet: Version ' 'ID not available\n' '[ 2.256382] sun7i-dwmac 830000.ethernet: ' '?DWMAC1000\n' '[ 2.261276] sun7i-dwmac 830000.ethernet: No HW DMA ' 'feature register supported\n' '[ 2.268441] sun7i-dwmac 830000.ethernet: TX ' 'Checksum insertion supported\n' '[ 2.275173] sun7i-dwmac 830000.ethernet: Normal ' 'descriptors\n' '[ 2.280758] sun7i-dwmac 830000.ethernet: Ring mode ' 'enabled\n' '[ 2.369492] sunxi-mmc 1c0f000.mmc: Got CD GPIO\n' '[ 2.399935] sunxi-mmc 1c0f000.mmc: initialized, ' 'max. request size: 16384 KB\n' '[ 2.414319] sunxi-mmc 1c11000.mmc: initialized, ' 'max. request size: 16384 KB\n' '[ 2.449415] mmc0: host does not support reading ' 'read-only switch, assuming write-enable\n' '[ 2.459490] mmc0: new high speed SDHC card at ' 'address 0001\n' '[ 2.466258] mmcblk0: mmc0:0001 SD16G 7.38 GiB\n' '[ 2.474732] mmcblk0: p1\n' '[ 2.490445] mmc2: new DDR MMC card at address ' '0001\n' '[ 2.494744] sun7i-dwmac 830000.ethernet eth0: ' 'Register MEM_TYPE_PAGE_POOL RxQ-0\n' '[ 2.496853] mmcblk2: mmc2:0001 NCard 7.30 GiB\n' '[ 2.505373] sun7i-dwmac 830000.ethernet eth0: PHY ' '[stmmac-0:01] driver [RTL8211E Gigabit Ethernet] ' '(irq=POLL)\n' '[ 2.511245] mmcblk2: p1 p2 p3 < p5 p6 p7 p8 p9 ' 'p10 p11 p12 >\n' '[ 2.517061] sun7i-dwmac 830000.ethernet eth0: No ' 'Safety Features support found\n' '[ 2.522806] mmcblk2: p1 size 12154880 extends ' 'beyond EOD, truncated\n' '[ 2.530074] sun7i-dwmac 830000.ethernet eth0: RX ' 'IPC Checksum Offload disabled\n' '[ 2.539736] mmcblk2boot0: mmc2:0001 NCard 2.00 ' 'MiB\n' '[ 2.543573] sun7i-dwmac 830000.ethernet eth0: No ' 'MAC Management Counters available\n' '[ 2.552292] mmcblk2boot1: mmc2:0001 NCard 2.00 ' 'MiB\n' '[ 2.556139] sun7i-dwmac 830000.ethernet eth0: PTP ' 'not supported by HW\n' '[ 2.581215] sun7i-dwmac 830000.ethernet eth0: ' 'configuring for phy/rgmii-id link mode\n' '[ 5.735319] sun7i-dwmac 830000.ethernet eth0: Link ' 'is Up - 1Gbps/Full - flow control rx/tx\n' '[ 5.735369] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: ' 'link becomes ready\n' '[ 5.794330] Sending DHCP requests .., OK\n' '[ 7.858282] IP-Config: Got DHCP answer from ' '192.168.1.100, my address is 192.168.1.20\n' '[ 7.866148] IP-Config: Complete:\n' '[ 7.869375] device=eth0, ' 'hwaddr=de:9d:b8:12:e3:47, ipaddr=192.168.1.20, ' 'mask=255.255.255.0, gw=192.168.1.1\n' '[ 7.879473] host=192.168.1.20, domain=, ' 'nis-domain=(none)\n' '[ 7.885313] bootserver=0.0.0.0, ' 'rootserver=0.0.0.0, rootpath=\n' '[ 7.885322] nameserver0=192.168.1.100\n' '[ 7.895871] clk: Disabling unused clocks\n' '[ 7.906028] Freeing unused kernel image (initmem) ' 'memory: 2048K\n' '[ 7.912538] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 8.078005] ' 'udevd[152]: starting version 3.2.9\n' '[ 10.644314] random: crng init done\n' "[ 10.663136] udevd[152]: specified user 'tss' " 'unknown\n' "[ 10.668390] udevd[152]: specified group 'tss' " 'unknown\n' '[ 10.676890] udevd[153]: starting eudev-3.2.9\n' '[ 11.363714] input: axp20x-pek as ' '/devices/platform/soc@20000/8003400.rsb/sunxi-rsb-3a3/axp221-pek/input/input0\n' '[ 11.425009] sun4i-backend 3200000.display-backend: ' "Couldn't find matching frontend, frontend features " 'disabled\n' '[ 11.435779] sun4i-drm display-engine: bound ' '3200000.display-backend (ops ' 'sun4i_backend_platform_driver_exit [sun4i_backend])\n' '[ 11.447136] sun4i-backend 3240000.display-backend: ' "Couldn't find matching frontend, frontend features " 'disabled\n' '[ 11.457625] sun4i-drm display-engine: bound ' '3240000.display-backend (ops ' 'sun4i_backend_platform_driver_exit [sun4i_backend])\n' '[ 11.468987] sun4i-drm display-engine: bound ' '3400000.drc (ops sun6i_drc_platform_driver_exit ' '[sun6i_drc])\n' '[ 11.478612] sun4i-drm display-engine: bound ' '3440000.drc (ops sun6i_drc_platform_driver_exit ' '[sun6i_drc])\n' '[ 11.489113] sun4i-drm display-engine: bound ' '3c00000.lcd-controller (ops ' 'sun4i_tcon_platform_driver_exit [sun4i_tcon])\n' '[ 11.500545] sun4i-drm display-engine: bound ' '3c10000.lcd-controller (ops ' 'sun4i_tcon_platform_driver_exit [sun4i_tcon])\n' '[ 11.515313] [drm] Initialized sun4i-drm 1.0.0 ' '20150629 for display-engine on minor 0\n' '[ 11.523486] [drm] EDID read failed. Fallback to ' 'standard modes\n' '[ 11.608880] Console: switching to colour frame ' 'buffer device 128x48\n' '[ 11.632087] sun4i-drm display-engine: [drm] fb0: ' 'sun4i-drmdrmfb frame buffer device\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: ip: RTNETLINK answers: File exists\n' 'FAIL\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-476190/environment\n' '/ # /lava-476190/bin/lava-test-runner /lava-476190/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-476190/0/tests/0_dmesg\n' '+ cat uuid\n' '[ 12.736576] \n' '+ UUID=476190_1.1.4.1\n' '+ set +x\n' '[ 12.742835] \n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ #\n'} 04/22/2025 07:19:20 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:19:46 PM UTC [INFO] Processing event node: 6807dda56ca4163479651c50 04/22/2025 07:19:46 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807dda56ca4163479651c50 04/22/2025 07:19:46 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807dd2c6ca4163479651c14', 'id': 'maestro:6807dda56ca4163479651c50', 'origin': 'maestro', 'comment': 'staging-mainline-20250422.5', 'start_time': '2025-04-22T18:19:17.118000+00:00', 'architecture': 'x86_64', 'compiler': 'gcc-12', 'config_name': 'tinyconfig+kselftest', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807dda56ca4163479651c50-kbuild-gcc-12-x86-tinyco-1tzv0j8k', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'bzimage', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807dda56ca4163479651c50'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807dda56ca4163479651c50/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807dda56ca4163479651c50/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807dda56ca4163479651c50/build_kimage_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807dda56ca4163479651c50/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807dda56ca4163479651c50/build_kselftest_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807dda56ca4163479651c50/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807dda56ca4163479651c50/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807dda56ca4163479651c50/fragments/1.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807dda56ca4163479651c50/bzImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807dda56ca4163479651c50/vmlinux.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807dda56ca4163479651c50/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807dda56ca4163479651c50/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807dda56ca4163479651c50/build.log.gz', 'log_excerpt': "y '/tmp/kci/linux/tools/testing/selftests/sparc64'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/splice'\n" 'rsync -a --copy-unsafe-links ' 'default_file_splice_read.sh short_splice_read.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/splice/default_file_splice_read ' '/tmp/kci/linux/tools/testing/selftests/splice/splice_read ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'rsync -a --copy-unsafe-links config settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/splice'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/static_keys'\n" 'rsync -a --copy-unsafe-links test_static_keys.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/static_keys/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/static_keys/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/static_keys'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sync'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/sync/sync_test ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sync/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sync/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sync'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch/sud_test ' '/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch/sud_benchmark ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/syscall_user_dispatch/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/syscall_user_dispatch/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sysctl'\n" 'rsync -a --copy-unsafe-links sysctl.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sysctl/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sysctl/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sysctl'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tc-testing'\n" '/bin/sh: 1: llc: not found\n' 'clang -I. -I/include/uapi -idirafter ' '/usr/lib/llvm-14/lib/clang/14.0.6/include -idirafter ' '/usr/local/include -idirafter ' '/usr/include/x86_64-linux-gnu -idirafter /usr/include ' '-Wno-compare-distinct-pointer-types \\\n' '\t -O2 -target bpf -emit-llvm -c action.c -o - | ' '\\\n' 'llc -march=bpf -mcpu=probe -filetype=obj -o ' '/tmp/kci/linux/tools/testing/selftests/tc-testing/action.o\n' '/bin/sh: 3: llc: not found\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tc-testing'\n" 'make[2]: *** [Makefile:26: ' '/tmp/kci/linux/tools/testing/selftests/tc-testing/action.o] ' 'Error 127\n' 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/timens'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timens/timens ' '/tmp/kci/linux/tools/testing/selftests/timens/timerfd ' '/tmp/kci/linux/tools/testing/selftests/timens/timer ' '/tmp/kci/linux/tools/testing/selftests/timens/clock_nanosleep ' '/tmp/kci/linux/tools/testing/selftests/timens/procfs ' '/tmp/kci/linux/tools/testing/selftests/timens/exec ' '/tmp/kci/linux/tools/testing/selftests/timens/futex ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timens/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timens/gettime_perf ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timens/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timens/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/timens'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/timers'\n" 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timers/posix_timers ' '/tmp/kci/linux/tools/testing/selftests/timers/nanosleep ' '/tmp/kci/linux/tools/testing/selftests/timers/nsleep-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/set-timer-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/mqueue-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/inconsistency-check ' '/tmp/kci/linux/tools/testing/selftests/timers/raw_skew ' '/tmp/kci/linux/tools/testing/selftests/timers/threadtest ' '/tmp/kci/linux/tools/testing/selftests/timers/rtcpie ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timers/alarmtimer-suspend ' '/tmp/kci/linux/tools/testing/selftests/timers/valid-adjtimex ' '/tmp/kci/linux/tools/testing/selftests/timers/adjtick ' '/tmp/kci/linux/tools/testing/selftests/timers/change_skew ' '/tmp/kci/linux/tools/testing/selftests/timers/skew_consistency ' '/tmp/kci/linux/tools/testing/selftests/timers/clocksource-switch ' '/tmp/kci/linux/tools/testing/selftests/timers/freq-step ' '/tmp/kci/linux/tools/testing/selftests/timers/leap-a-day ' '/tmp/kci/linux/tools/testing/selftests/timers/leapcrash ' '/tmp/kci/linux/tools/testing/selftests/timers/set-tai ' '/tmp/kci/linux/tools/testing/selftests/timers/set-2038 ' '/tmp/kci/linux/tools/testing/selftests/timers/set-tz ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/timers'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tmpfs'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/tmpfs/bug-link-o-tmpfile ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tmpfs/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tmpfs'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tpm2'\n" 'rsync -a --copy-unsafe-links test_smoke.sh ' 'test_space.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'rsync -a --copy-unsafe-links tpm2.py tpm2_tests.py ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tpm2'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/user'\n" 'rsync -a --copy-unsafe-links test_user_copy.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/user/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/user/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/user'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/vDSO'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_gettimeofday ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_getcpu ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_abi ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_clock_getres ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_standalone_test_x86 ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_correctness ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/vDSO/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/vDSO'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/vm'\n" 'gcc -Wall -I ' '/tmp/kci/linux/tools/testing/selftests/../../.. ' '-isystem /tmp/kci/linux/usr/include -no-pie ' 'map_hugetlb.c -lrt -lpthread -o ' '/tmp/kci/linux/tools/testing/selftests/vm/map_hugetlb\n' 'map_hugetlb.c: In function ‘main’:\n' 'map_hugetlb.c:79:25: warning: implicit declaration of ' 'function ‘default_huge_page_size’ ' '[-Wimplicit-function-declaration]\n' ' 79 | hugepage_size = ' 'default_huge_page_size();\n' ' | ' '^~~~~~~~~~~~~~~~~~~~~~\n' "/usr/bin/ld: /tmp/cc6QWe0X.o: in function `main':\n" 'map_hugetlb.c:(.text+0x104): undefined reference to ' "`default_huge_page_size'\n" 'collect2: error: ld returned 1 exit status\n' 'make[2]: *** [../lib.mk:155: ' '/tmp/kci/linux/tools/testing/selftests/vm/map_hugetlb] ' 'Error 1\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/vm'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/x86'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/x86/single_step_syscall_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/sysret_ss_attrs_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/syscall_nt_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/test_mremap_vdso_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/check_initial_reg_state_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/sigreturn_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/iopl_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/ioperm_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/test_vsyscall_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/mov_ss_trap_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/syscall_arg_fault_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/fsgsbase_restore_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/sigaltstack_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/entry_from_vm86_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/test_syscall_vdso_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/unwind_vdso_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/test_FCMOV_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/test_FCOMI_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/test_FISTTP_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/vdso_restorer_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/ldt_gdt_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/ptrace_syscall_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/single_step_syscall_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/sysret_ss_attrs_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/syscall_nt_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/test_mremap_vdso_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/check_initial_reg_state_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/sigreturn_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/iopl_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/ioperm_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/test_vsyscall_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/mov_ss_trap_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/syscall_arg_fault_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/fsgsbase_restore_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/sigaltstack_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/fsgsbase_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/sysret_rip_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/syscall_numbering_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/corrupt_xstate_header_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/amx_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/ldt_gdt_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/ptrace_syscall_64 ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/x86/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/x86'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/zram'\n" 'rsync -a --copy-unsafe-links zram.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'rsync -a --copy-unsafe-links zram01.sh zram02.sh ' 'zram_lib.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/zram'\n" 'for TARGET in alsa amd-pstate arm64 breakpoints ' 'capabilities cgroup clone3 core cpufreq cpu-hotplug ' 'damon drivers/dma-buf drivers/s390x/uvdevice ' 'drivers/net/bonding drivers/net/team efivarfs exec ' 'filesystems filesystems/binderfs filesystems/epoll ' 'filesystems/fat firmware fpu ftrace futex gpio ' 'intel_pstate ipc ir kcmp kexec kvm landlock lib ' 'livepatch lkdtm membarrier memfd memory-hotplug ' 'mincore mount mount_setattr move_mount_set_group ' 'mqueue nci net net/af_unix net/forwarding net/mptcp ' 'net/openvswitch netfilter nsfs pidfd pid_namespace ' 'powerpc proc pstore ptrace openat2 resctrl rlimits ' 'rseq rtc seccomp sgx sigaltstack size sparc64 splice ' 'static_keys sync syscall_user_dispatch sysctl ' 'tc-testing timens timers tmpfs tpm2 user vDSO vm x86 ' 'zram; do \\\n' '\tBUILD_TARGET=$BUILD/$TARGET;\t\\\n' '\t[ ! -d ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/$TARGET ' '] && printf "Skipping non-existent dir: $TARGET\\n" ' '&& continue; \\\n' '\tprintf "Emit Tests for $TARGET\\n"; \\\n' '\tmake -s --no-print-directory OUTPUT=$BUILD_TARGET ' 'COLLECTION=$TARGET \\\n' '\t\t-C $TARGET emit_tests >> ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-list.txt; ' '\\\n' 'done;\n' 'Emit Tests for alsa\n' 'Emit Tests for amd-pstate\n' 'Skipping non-existent dir: arm64\n' 'Emit Tests for breakpoints\n' 'Emit Tests for capabilities\n' 'Emit Tests for cgroup\n' 'Emit Tests for clone3\n' 'Emit Tests for core\n' 'Emit Tests for cpufreq\n' 'Emit Tests for cpu-hotplug\n' 'Emit Tests for damon\n' 'Emit Tests for drivers/dma-buf\n' 'Skipping non-existent dir: drivers/s390x/uvdevice\n' 'Emit Tests for drivers/net/bonding\n' 'Emit Tests for drivers/net/team\n' 'Emit Tests for efivarfs\n' 'Emit Tests for exec\n' 'Emit Tests for filesystems\n' 'Emit Tests for filesystems/binderfs\n' 'Emit Tests for filesystems/epoll\n' 'Emit Tests for filesystems/fat\n' 'Emit Tests for firmware\n' 'Emit Tests for fpu\n' 'Emit Tests for ftrace\n' 'Emit Tests for futex\n' 'Emit Tests for gpio\n' 'Emit Tests for intel_pstate\n' 'Emit Tests for ipc\n' 'Emit Tests for ir\n' 'Emit Tests for kcmp\n' 'Emit Tests for kexec\n' 'Skipping non-existent dir: kvm\n' 'Emit Tests for landlock\n' 'Emit Tests for lib\n' 'Emit Tests for livepatch\n' 'Emit Tests for lkdtm\n' 'Emit Tests for membarrier\n' 'Emit Tests for memfd\n' 'Emit Tests for memory-hotplug\n' 'Emit Tests for mincore\n' 'Emit Tests for mount\n' 'Emit Tests for mount_setattr\n' 'Emit Tests for move_mount_set_group\n' 'Emit Tests for mqueue\n' 'Emit Tests for nci\n' 'Emit Tests for net\n' 'Emit Tests for net/af_unix\n' 'Emit Tests for net/forwarding\n' 'Emit Tests for net/mptcp\n' 'Emit Tests for net/openvswitch\n' 'Emit Tests for netfilter\n' 'Emit Tests for nsfs\n' 'Emit Tests for pidfd\n' 'Emit Tests for pid_namespace\n' 'Skipping non-existent dir: powerpc\n' 'Emit Tests for proc\n' 'Emit Tests for pstore\n' 'Emit Tests for ptrace\n' 'Emit Tests for openat2\n' 'Emit Tests for resctrl\n' 'Emit Tests for rlimits\n' 'Emit Tests for rseq\n' 'Emit Tests for rtc\n' 'Emit Tests for seccomp\n' 'Emit Tests for sgx\n' 'Emit Tests for sigaltstack\n' 'Emit Tests for size\n' 'Skipping non-existent dir: sparc64\n' 'Emit Tests for splice\n' 'Emit Tests for static_keys\n' 'Emit Tests for sync\n' 'Emit Tests for syscall_user_dispatch\n' 'Emit Tests for sysctl\n' 'Skipping non-existent dir: tc-testing\n' 'Emit Tests for timens\n' 'Emit Tests for timers\n' 'Emit Tests for tmpfs\n' 'Emit Tests for tpm2\n' 'Emit Tests for user\n' 'Emit Tests for vDSO\n' 'Skipping non-existent dir: vm\n' 'Emit Tests for x86\n' 'Emit Tests for zram\n' 'Created ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-packages/kselftest.tar.gz\n' '+ echo job:build_kselftest=done\n' '++ date +%s\n' '+ echo jobets:build_kselftest=1745349581\n' '+ echo -----log:package_kimage-----\n' '-----log:package_kimage-----\n' '+ echo job:package_kimage=running\n' '++ date +%s\n' '+ echo jobsts:package_kimage=1745349581\n' '+ cd /tmp/kci/linux\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp arch/x86_64/boot/bzImage ../artifacts\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp vmlinux ../artifacts\n' '+ cd ..\n' '+ echo job:package_kimage=done\n' '++ date +%s\n' '+ echo jobets:package_kimage=1745349581\n' '+ echo -----log:package_modules-----\n' '-----log:package_modules-----\n' '+ echo job:package_modules=running\n' '++ date +%s\n' '+ echo jobsts:package_modules=1745349581\n' '+ cd /tmp/kci/linux\n' '+ set +e\n' '+ grep CONFIG_MODULES=y .config\n' "+ '[' 1 -eq 0 ']'\n" "+ echo 'No modules to install'\n" 'No modules to install\n' '+ cd ..\n' '+ set -e\n' '+ echo job:package_modules=done\n' '++ date +%s\n' '+ echo jobets:package_modules=1745349581\n' '+ echo -----log:package_kselftest-----\n' '-----log:package_kselftest-----\n' '+ echo job:package_kselftest=running\n' '++ date +%s\n' '+ echo jobsts:package_kselftest=1745349581\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-packages/kselftest.tar.gz ' '/tmp/kci/artifacts/\n' '+ echo job:package_kselftest=done\n' '++ date +%s\n' '+ echo jobets:package_kselftest=1745349581\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:19:46 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:20:14 PM UTC [INFO] Processing event node: 6807e74ee51c583972a58d49 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e74ee51c583972a58d49 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f36 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f37 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f3a 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f3c 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f3d 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f3e 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f3f 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f40 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f41 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f42 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f43 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f44 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f46 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f47 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f49 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f4a 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f4b 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f4c 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f4d 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f4e 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f4f 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f50 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f51 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f52 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f54 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f56 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f57 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f58 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f59 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f5a 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f5b 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f5d 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f5e 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f60 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f62 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f65 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f66 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f67 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f69 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f6a 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f6c 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f6d 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f6e 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f6f 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f70 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f71 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f72 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f73 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f75 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f77 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f78 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f7a 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f7b 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f7c 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f7e 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f7f 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f80 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f81 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f83 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f84 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f86 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f87 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f88 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f89 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f8a 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f8b 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f8c 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f8d 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f8e 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f8f 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f90 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f91 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f92 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f93 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f94 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f95 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f96 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f97 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f98 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f99 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f9a 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f9b 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f9c 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f9d 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f9e 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f9f 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fa0 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fa1 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fa2 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fa3 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fa4 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fa5 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fa6 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fa7 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fa8 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fa9 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58faa 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fab 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fac 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fae 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58faf 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fb0 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fb1 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fb2 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fb3 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fb4 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fb5 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fb6 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fb7 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fb8 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fb9 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fba 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fbb 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fbc 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fbd 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fbe 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fbf 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fc1 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fc2 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fc3 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fc5 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fc6 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fc7 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fc8 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fca 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fcb 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fcc 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fcd 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fce 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fd0 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fd1 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fd2 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fd3 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fd5 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fd7 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fd8 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fd9 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fda 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fdb 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fdc 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fdd 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fde 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fdf 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fe0 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fe1 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fe2 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fe3 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fe4 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fe5 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fe6 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fe7 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fe8 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fea 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58feb 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fec 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fed 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fee 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fef 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58ff0 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58ff1 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58ff2 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58ff3 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58ff4 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58ff5 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58ff6 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58ff7 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58ff8 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58ff9 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58ffa 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58ffb 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58ffc 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58ffd 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58ffe 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fff 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59000 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59001 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59002 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59003 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59004 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59005 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59006 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59007 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59008 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59009 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a5900a 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a5900b 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a5900c 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a5900d 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a5900e 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a5900f 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59010 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59011 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59012 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59013 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59014 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59015 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59016 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59017 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59018 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59019 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a5901a 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a5901b 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a5901c 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a5901d 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a5901e 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a5901f 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59020 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59021 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59022 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59023 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59024 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59025 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59026 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59027 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59028 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59029 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a5902a 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a5902c 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a5902d 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a5902e 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59030 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59031 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59032 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59033 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59034 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59035 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59036 04/22/2025 07:20:20 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][228]: {'build_id': 'maestro:dummy_6807e6cae51c583972a58d0b_x86_64', 'id': 'maestro:6807ebeee51c583972a59036', 'origin': 'maestro', 'comment': 'pe_test_reference on kubernetes in k8s-gke-eu-west4', 'start_time': '2025-04-22T19:20:14.453000+00:00', 'environment': {'comment': 'Runtime: k8s-gke-eu-west4', 'misc': {'platform': 'kubernetes'}}, 'waived': False, 'path': 'kunit.exec.property-entry.pe_test_reference', 'misc': {'arch': 'x86_64', 'runtime': 'k8s-gke-eu-west4', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ebeee51c583972a59036'}, 'status': 'PASS', 'output_files': [{'name': 'tarball', 'url': 'https://files-staging.kernelci.org/linux-kernelci-staging-next-staging-next-20250422.6.tar.gz'}, {'name': 'job_txt', 'url': 'https://files-staging.kernelci.org/kunit-x86_64-6807e74ee51c583972a58d49/job_txt'}, {'name': 'kunit_json', 'url': 'https://files-staging.kernelci.org/kunit-x86_64-6807e74ee51c583972a58d49/kunit_json'}], 'log_url': 'https://files-staging.kernelci.org/kunit-x86_64-6807e74ee51c583972a58d49/test_log', 'log_excerpt': 'E_BAD_PARAMETER, During Region initialization ' '(20220331/tbxfload-52)\n' 'ACPI: Unable to load the System Description Tables\n' 'ACPI Error: Could not remove SCI handler ' '(20220331/evmisc-251)\n' 'iommu: Default domain type: Translated \n' 'iommu: DMA domain TLB invalidation policy: lazy ' 'mode \n' 'clocksource: Switched to clocksource tsc-early\n' 'pnp: PnP ACPI: disabled\n' 'clocksource: acpi_pm: mask: 0xffffff max_cycles: ' '0xffffff, max_idle_ns: 2085701024 ns\n' 'platform rtc_cmos: registered platform RTC device (no ' 'PNP device found)\n' 'workingset: timestamp_bits=62 max_order=18 ' 'bucket_order=0\n' 'io scheduler mq-deadline registered\n' 'io scheduler kyber registered\n' 'Serial: 8250/16550 driver, 4 ports, IRQ sharing ' 'disabled\n' 'serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = ' '115200) is a 16550A\n' 'i8042: PNP: No PS/2 controller found.\n' 'i8042: Probing ports directly.\n' 'serio: i8042 KBD port at 0x60,0x64 irq 1\n' 'serio: i8042 AUX port at 0x60,0x64 irq 12\n' 'sched_clock: Marking stable (483893737, ' '-51002168)->(438442982, -5551413)\n' 'input: AT Translated Set 2 keyboard as ' '/devices/platform/i8042/serio0/input/input0\n' 'KTAP version 1\n' '1..28\n' ' KTAP version 1\n' ' # Subtest: time_test_cases\n' ' 1..1\n' ' ok 1 time64_to_tm_test_date_range\n' 'ok 1 time_test_cases\n' ' KTAP version 1\n' ' # Subtest: hw_breakpoint\n' ' 1..9\n' ' ok 1 test_one_cpu # SKIP not enough cpus\n' 'tsc: Refined TSC clocksource calibration: 2250.001 ' 'MHz\n' 'clocksource: tsc: mask: 0xffffffffffffffff ' 'max_cycles: 0x206eb4e4471, max_idle_ns: 440795210503 ' 'ns\n' 'clocksource: Switched to clocksource tsc\n' ' ok 2 test_many_cpus # SKIP not enough cpus\n' ' ok 3 test_one_task_on_all_cpus # SKIP not enough ' 'cpus\n' ' ok 4 test_two_tasks_on_all_cpus # SKIP not enough ' 'cpus\n' ' ok 5 test_one_task_on_one_cpu # SKIP not enough ' 'cpus\n' ' ok 6 test_one_task_mixed # SKIP not enough cpus\n' ' ok 7 test_two_tasks_on_one_cpu # SKIP not enough ' 'cpus\n' ' ok 8 test_two_tasks_on_one_all_cpus # SKIP not ' 'enough cpus\n' ' ok 9 test_task_on_all_and_one_cpu # SKIP not ' 'enough cpus\n' '# hw_breakpoint: pass:0 fail:0 skip:9 total:9\n' '# Totals: pass:0 fail:0 skip:9 total:9\n' 'ok 2 hw_breakpoint # SKIP \n' ' KTAP version 1\n' ' # Subtest: resource\n' ' 1..2\n' ' ok 1 resource_test_union\n' ' ok 2 resource_test_intersection\n' '# resource: pass:2 fail:0 skip:0 total:2\n' '# Totals: pass:2 fail:0 skip:0 total:2\n' 'ok 3 resource\n' ' KTAP version 1\n' ' # Subtest: sysctl_test\n' ' 1..10\n' ' ok 1 sysctl_test_api_dointvec_null_tbl_data\n' ' ok 2 sysctl_test_api_dointvec_table_maxlen_unset\n' ' ok 3 sysctl_test_api_dointvec_table_len_is_zero\n' ' ok 4 ' 'sysctl_test_api_dointvec_table_read_but_position_set\n' ' ok 5 ' 'sysctl_test_dointvec_read_happy_single_positive\n' ' ok 6 ' 'sysctl_test_dointvec_read_happy_single_negative\n' ' ok 7 ' 'sysctl_test_dointvec_write_happy_single_positive\n' ' ok 8 ' 'sysctl_test_dointvec_write_happy_single_negative\n' ' ok 9 ' 'sysctl_test_api_dointvec_write_single_less_int_min\n' ' ok 10 ' 'sysctl_test_api_dointvec_write_single_greater_int_max\n' '# sysctl_test: pass:10 fail:0 skip:0 total:10\n' '# Totals: pass:10 fail:0 skip:0 total:10\n' 'ok 4 sysctl_test\n' ' KTAP version 1\n' ' # Subtest: binfmt_elf\n' ' 1..1\n' ' ok 1 total_mapping_size_test\n' 'ok 5 binfmt_elf\n' ' KTAP version 1\n' ' # Subtest: cpumask\n' ' 1..6\n' ' ok 1 test_cpumask_weight\n' ' ok 2 test_cpumask_first\n' ' ok 3 test_cpumask_last\n' ' ok 4 test_cpumask_next\n' ' ok 5 test_cpumask_iterators\n' ' ok 6 test_cpumask_iterators_builtin\n' '# cpumask: pass:6 fail:0 skip:0 total:6\n' '# Totals: pass:6 fail:0 skip:0 total:6\n' 'ok 6 cpumask\n' ' KTAP version 1\n' ' # Subtest: hash\n' ' 1..2\n' ' ok 1 test_string_or\n' ' ok 2 test_hash_or\n' '# hash: pass:2 fail:0 skip:0 total:2\n' '# Totals: pass:2 fail:0 skip:0 total:2\n' 'ok 7 hash\n' ' KTAP version 1\n' ' # Subtest: list_sort\n' ' 1..1\n' ' ok 1 list_sort_test\n' 'ok 8 list_sort\n' ' KTAP version 1\n' ' # Subtest: lib_sort\n' ' 1..1\n' ' ok 1 test_sort\n' 'ok 9 lib_sort\n' ' KTAP version 1\n' ' # Subtest: kunit_executor_test\n' ' 1..4\n' ' ok 1 parse_filter_test\n' ' ok 2 filter_suites_test\n' ' ok 3 filter_suites_test_glob_test\n' ' ok 4 filter_suites_to_empty_test\n' '# kunit_executor_test: pass:4 fail:0 skip:0 total:4\n' '# Totals: pass:4 fail:0 skip:0 total:4\n' 'ok 10 kunit_executor_test\n' ' KTAP version 1\n' ' # Subtest: kunit-try-catch-test\n' ' 1..2\n' ' ok 1 ' 'kunit_test_try_catch_successful_try_no_catch\n' ' ok 2 ' 'kunit_test_try_catch_unsuccessful_try_does_catch\n' '# kunit-try-catch-test: pass:2 fail:0 skip:0 total:2\n' '# Totals: pass:2 fail:0 skip:0 total:2\n' 'ok 11 kunit-try-catch-test\n' ' KTAP version 1\n' ' # Subtest: kunit-resource-test\n' ' 1..8\n' ' ok 1 kunit_resource_test_init_resources\n' ' ok 2 kunit_resource_test_alloc_resource\n' ' ok 3 kunit_resource_test_destroy_resource\n' ' ok 4 kunit_resource_test_remove_resource\n' ' ok 5 kunit_resource_test_cleanup_resources\n' ' ok 6 kunit_resource_test_proper_free_ordering\n' ' ok 7 kunit_resource_test_static\n' ' ok 8 kunit_resource_test_named\n' '# kunit-resource-test: pass:8 fail:0 skip:0 total:8\n' '# Totals: pass:8 fail:0 skip:0 total:8\n' 'ok 12 kunit-resource-test\n' ' KTAP version 1\n' ' # Subtest: kunit-log-test\n' ' 1..1\n' 'put this in log.\n' 'this too.\n' 'add to suite log.\n' 'along with this.\n' ' ok 1 kunit_log_test\n' 'ok 13 kunit-log-test\n' ' KTAP version 1\n' ' # Subtest: kunit_status\n' ' 1..2\n' ' ok 1 kunit_status_set_failure_test\n' ' ok 2 kunit_status_mark_skipped_test\n' '# kunit_status: pass:2 fail:0 skip:0 total:2\n' '# Totals: pass:2 fail:0 skip:0 total:2\n' 'ok 14 kunit_status\n' ' KTAP version 1\n' ' # Subtest: string-stream-test\n' ' 1..3\n' ' ok 1 string_stream_test_empty_on_creation\n' ' ok 2 string_stream_test_not_empty_after_add\n' ' ok 3 string_stream_test_get_string\n' '# string-stream-test: pass:3 fail:0 skip:0 total:3\n' '# Totals: pass:3 fail:0 skip:0 total:3\n' 'ok 15 string-stream-test\n' ' # example: initializing suite\n' ' KTAP version 1\n' ' # Subtest: example\n' ' 1..4\n' ' # example_simple_test: initializing\n' ' ok 1 example_simple_test\n' ' # example_skip_test: initializing\n' ' # example_skip_test: You should not see a line ' 'below.\n' ' ok 2 example_skip_test # SKIP this test should be ' 'skipped\n' ' # example_mark_skipped_test: initializing\n' ' # example_mark_skipped_test: You should see a ' 'line below.\n' ' # example_mark_skipped_test: You should see this ' 'line.\n' ' ok 3 example_mark_skipped_test # SKIP this test ' 'should be skipped\n' ' # example_all_expect_macros_test: initializing\n' ' ok 4 example_all_expect_macros_test\n' '# example: pass:2 fail:0 skip:2 total:4\n' '# Totals: pass:2 fail:0 skip:2 total:4\n' 'ok 16 example\n' ' KTAP version 1\n' ' # Subtest: bitfields\n' ' 1..2\n' ' ok 1 test_bitfields_constants\n' ' ok 2 test_bitfields_variables\n' '# bitfields: pass:2 fail:0 skip:0 total:2\n' '# Totals: pass:2 fail:0 skip:0 total:2\n' 'ok 17 bitfields\n' ' KTAP version 1\n' ' # Subtest: list-kunit-test\n' ' 1..39\n' ' ok 1 list_test_list_init\n' ' ok 2 list_test_list_add\n' ' ok 3 list_test_list_add_tail\n' ' ok 4 list_test_list_del\n' ' ok 5 list_test_list_replace\n' ' ok 6 list_test_list_replace_init\n' ' ok 7 list_test_list_swap\n' ' ok 8 list_test_list_del_init\n' ' ok 9 list_test_list_del_init_careful\n' ' ok 10 list_test_list_move\n' ' ok 11 list_test_list_move_tail\n' ' ok 12 list_test_list_bulk_move_tail\n' ' ok 13 list_test_list_is_head\n' ' ok 14 list_test_list_is_first\n' ' ok 15 list_test_list_is_last\n' ' ok 16 list_test_list_empty\n' ' ok 17 list_test_list_empty_careful\n' ' ok 18 list_test_list_rotate_left\n' ' ok 19 list_test_list_rotate_to_front\n' ' ok 20 list_test_list_is_singular\n' ' ok 21 list_test_list_cut_position\n' ' ok 22 list_test_list_cut_before\n' ' ok 23 list_test_list_splice\n' ' ok 24 list_test_list_splice_tail\n' ' ok 25 list_test_list_splice_init\n' ' ok 26 list_test_list_splice_tail_init\n' ' ok 27 list_test_list_entry\n' ' ok 28 list_test_list_entry_is_head\n' ' ok 29 list_test_list_first_entry\n' ' ok 30 list_test_list_last_entry\n' ' ok 31 list_test_list_first_entry_or_null\n' ' ok 32 list_test_list_next_entry\n' ' ok 33 list_test_list_prev_entry\n' ' ok 34 list_test_list_for_each\n' ' ok 35 list_test_list_for_each_prev\n' ' ok 36 list_test_list_for_each_safe\n' ' ok 37 list_test_list_for_each_prev_safe\n' ' ok 38 list_test_list_for_each_entry\n' ' ok 39 list_test_list_for_each_entry_reverse\n' '# list-kunit-test: pass:39 fail:0 skip:0 total:39\n' '# Totals: pass:39 fail:0 skip:0 total:39\n' 'ok 18 list-kunit-test\n' ' KTAP version 1\n' ' # Subtest: hlist\n' ' 1..18\n' ' ok 1 hlist_test_init\n' ' ok 2 hlist_test_unhashed\n' ' ok 3 hlist_test_unhashed_lockless\n' ' ok 4 hlist_test_del\n' ' ok 5 hlist_test_del_init\n' ' ok 6 hlist_test_add\n' ' ok 7 hlist_test_fake\n' ' ok 8 hlist_test_is_singular_node\n' ' ok 9 hlist_test_empty\n' ' ok 10 hlist_test_move_list\n' ' ok 11 hlist_test_entry\n' ' ok 12 hlist_test_entry_safe\n' ' ok 13 hlist_test_for_each\n' ' ok 14 hlist_test_for_each_safe\n' ' ok 15 hlist_test_for_each_entry\n' ' ok 16 hlist_test_for_each_entry_continue\n' ' ok 17 hlist_test_for_each_entry_from\n' ' ok 18 hlist_test_for_each_entry_safe\n' '# hlist: pass:18 fail:0 skip:0 total:18\n' '# Totals: pass:18 fail:0 skip:0 total:18\n' 'ok 19 hlist\n' ' KTAP version 1\n' ' # Subtest: bits-test\n' ' 1..3\n' ' ok 1 genmask_test\n' ' ok 2 genmask_ull_test\n' ' ok 3 genmask_input_check_test\n' '# bits-test: pass:3 fail:0 skip:0 total:3\n' '# Totals: pass:3 fail:0 skip:0 total:3\n' 'ok 20 bits-test\n' ' KTAP version 1\n' ' # Subtest: cmdline\n' ' 1..4\n' ' ok 1 cmdline_test_noint\n' ' ok 2 cmdline_test_lead_int\n' ' ok 3 cmdline_test_tail_int\n' ' ok 4 cmdline_test_range\n' '# cmdline: pass:4 fail:0 skip:0 total:4\n' '# Totals: pass:4 fail:0 skip:0 total:4\n' 'ok 21 cmdline\n' ' KTAP version 1\n' ' # Subtest: slub_test\n' ' 1..5\n' ' ok 1 test_clobber_zone\n' ' ok 2 test_next_pointer\n' ' ok 3 test_first_word\n' ' ok 4 test_clobber_50th_byte\n' ' ok 5 test_clobber_redzone_free\n' '# slub_test: pass:5 fail:0 skip:0 total:5\n' '# Totals: pass:5 fail:0 skip:0 total:5\n' 'ok 22 slub_test\n' ' KTAP version 1\n' ' # Subtest: memcpy\n' ' 1..4\n' ' # memset_test: ok: memset() direct assignment\n' ' # memset_test: ok: memset() complete overwrite\n' ' # memset_test: ok: memset() middle overwrite\n' ' # memset_test: ok: memset() argument ' 'side-effects\n' ' # memset_test: ok: memset() memset_after()\n' ' # memset_test: ok: memset() memset_startat()\n' ' ok 1 memset_test\n' ' # memcpy_test: ok: memcpy() static initializers\n' ' # memcpy_test: ok: memcpy() direct assignment\n' ' # memcpy_test: ok: memcpy() complete overwrite\n' ' # memcpy_test: ok: memcpy() middle overwrite\n' ' # memcpy_test: ok: memcpy() argument ' 'side-effects\n' ' ok 2 memcpy_test\n' ' # memmove_test: ok: memmove() static ' 'initializers\n' ' # memmove_test: ok: memmove() direct assignment\n' ' # memmove_test: ok: memmove() complete overwrite\n' ' # memmove_test: ok: memmove() middle overwrite\n' ' # memmove_test: ok: memmove() argument ' 'side-effects\n' ' # memmove_test: ok: memmove() overlapping write\n' ' ok 3 memmove_test\n' ' ok 4 strtomem_test\n' '# memcpy: pass:4 fail:0 skip:0 total:4\n' '# Totals: pass:4 fail:0 skip:0 total:4\n' 'ok 23 memcpy\n' ' KTAP version 1\n' ' # Subtest: is_signed_type\n' ' 1..1\n' ' ok 1 is_signed_type_test\n' 'ok 24 is_signed_type\n' ' KTAP version 1\n' ' # Subtest: overflow\n' ' 1..18\n' ' # u8_u8__u8_overflow_test: 18 u8_u8__u8 ' 'arithmetic tests finished\n' ' ok 1 u8_u8__u8_overflow_test\n' ' # s8_s8__s8_overflow_test: 19 s8_s8__s8 ' 'arithmetic tests finished\n' ' ok 2 s8_s8__s8_overflow_test\n' ' # u16_u16__u16_overflow_test: 17 u16_u16__u16 ' 'arithmetic tests finished\n' ' ok 3 u16_u16__u16_overflow_test\n' ' # s16_s16__s16_overflow_test: 17 s16_s16__s16 ' 'arithmetic tests finished\n' ' ok 4 s16_s16__s16_overflow_test\n' ' # u32_u32__u32_overflow_test: 17 u32_u32__u32 ' 'arithmetic tests finished\n' ' ok 5 u32_u32__u32_overflow_test\n' ' # s32_s32__s32_overflow_test: 17 s32_s32__s32 ' 'arithmetic tests finished\n' ' ok 6 s32_s32__s32_overflow_test\n' ' # u64_u64__u64_overflow_test: 17 u64_u64__u64 ' 'arithmetic tests finished\n' ' ok 7 u64_u64__u64_overflow_test\n' ' # s64_s64__s64_overflow_test: 21 s64_s64__s64 ' 'arithmetic tests finished\n' ' ok 8 s64_s64__s64_overflow_test\n' ' # u32_u32__int_overflow_test: 2 u32_u32__int ' 'arithmetic tests finished\n' ' ok 9 u32_u32__int_overflow_test\n' ' # u32_u32__u8_overflow_test: 3 u32_u32__u8 ' 'arithmetic tests finished\n' ' ok 10 u32_u32__u8_overflow_test\n' ' # u8_u8__int_overflow_test: 3 u8_u8__int ' 'arithmetic tests finished\n' ' ok 11 u8_u8__int_overflow_test\n' ' # int_int__u8_overflow_test: 3 int_int__u8 ' 'arithmetic tests finished\n' ' ok 12 int_int__u8_overflow_test\n' ' # shift_sane_test: 36 sane shift tests finished\n' ' ok 13 shift_sane_test\n' ' # shift_overflow_test: 25 overflow shift tests ' 'finished\n' ' ok 14 shift_overflow_test\n' ' # shift_truncate_test: 27 truncate shift tests ' 'finished\n' ' ok 15 shift_truncate_test\n' ' # shift_nonsense_test: 25 nonsense shift tests ' 'finished\n' ' ok 16 shift_nonsense_test\n' ' # overflow_allocation_test: 11 allocation ' 'overflow tests finished\n' ' ok 17 overflow_allocation_test\n' ' # overflow_size_helpers_test: 43 overflow size ' 'helper tests finished\n' ' ok 18 overflow_size_helpers_test\n' '# overflow: pass:18 fail:0 skip:0 total:18\n' '# Totals: pass:18 fail:0 skip:0 total:18\n' 'ok 25 overflow\n' ' KTAP version 1\n' ' # Subtest: stackinit\n' ' 1..65\n' ' ok 1 test_u8_zero\n' ' ok 2 test_u16_zero\n' ' ok 3 test_u32_zero\n' ' ok 4 test_u64_zero\n' ' ok 5 test_char_array_zero\n' ' ok 6 test_small_hole_zero\n' ' ok 7 test_big_hole_zero\n' ' ok 8 test_trailing_hole_zero\n' ' ok 9 test_packed_zero\n' ' ok 10 test_small_hole_dynamic_partial\n' ' ok 11 test_big_hole_dynamic_partial\n' ' ok 12 test_trailing_hole_dynamic_partial\n' ' ok 13 test_packed_dynamic_partial\n' ' ok 14 test_small_hole_assigned_dynamic_partial\n' ' ok 15 test_big_hole_assigned_dynamic_partial\n' ' ok 16 ' 'test_trailing_hole_assigned_dynamic_partial\n' ' ok 17 test_packed_assigned_dynamic_partial\n' ' ok 18 test_small_hole_static_partial\n' ' ok 19 test_big_hole_static_partial\n' ' ok 20 test_trailing_hole_static_partial\n' ' ok 21 test_packed_static_partial\n' ' ok 22 test_small_hole_static_all\n' ' ok 23 test_big_hole_static_all\n' ' ok 24 test_trailing_hole_static_all\n' ' ok 25 test_packed_static_all\n' ' ok 26 test_small_hole_dynamic_all\n' ' ok 27 test_big_hole_dynamic_all\n' ' ok 28 test_trailing_hole_dynamic_all\n' ' ok 29 test_packed_dynamic_all\n' ' ok 30 test_small_hole_runtime_partial\n' ' ok 31 test_big_hole_runtime_partial\n' ' ok 32 test_trailing_hole_runtime_partial\n' ' ok 33 test_packed_runtime_partial\n' ' ok 34 test_small_hole_runtime_all\n' ' ok 35 test_big_hole_runtime_all\n' ' ok 36 test_trailing_hole_runtime_all\n' ' ok 37 test_packed_runtime_all\n' ' ok 38 test_small_hole_assigned_static_partial\n' ' ok 39 test_big_hole_assigned_static_partial\n' ' ok 40 test_trailing_hole_assigned_static_partial\n' ' ok 41 test_packed_assigned_static_partial\n' ' ok 42 test_small_hole_assigned_static_all\n' ' ok 43 test_big_hole_assigned_static_all\n' ' ok 44 test_trailing_hole_assigned_static_all\n' ' ok 45 test_packed_assigned_static_all\n' ' ok 46 test_small_hole_assigned_dynamic_all\n' ' ok 47 test_big_hole_assigned_dynamic_all\n' ' ok 48 test_trailing_hole_assigned_dynamic_all\n' ' ok 49 test_packed_assigned_dynamic_all\n' ' ok 50 test_small_hole_assigned_copy # SKIP XFAIL ' 'uninit bytes: 3\n' ' ok 51 test_big_hole_assigned_copy # SKIP XFAIL ' 'uninit bytes: 124\n' ' ok 52 test_trailing_hole_assigned_copy # SKIP ' 'XFAIL uninit bytes: 7\n' ' ok 53 test_packed_assigned_copy\n' ' ok 54 test_u8_none\n' ' ok 55 test_u16_none\n' ' ok 56 test_u32_none\n' ' ok 57 test_u64_none\n' ' ok 58 test_char_array_none\n' ' ok 59 test_switch_1_none # SKIP XFAIL uninit ' 'bytes: 80\n' ' ok 60 test_switch_2_none # SKIP XFAIL uninit ' 'bytes: 80\n' ' ok 61 test_small_hole_none\n' ' ok 62 test_big_hole_none\n' ' ok 63 test_trailing_hole_none\n' ' ok 64 test_packed_none\n' ' ok 65 test_user\n' '# stackinit: pass:60 fail:0 skip:5 total:65\n' '# Totals: pass:60 fail:0 skip:5 total:65\n' 'ok 26 stackinit\n' ' KTAP version 1\n' ' # Subtest: qos-kunit-test\n' ' 1..3\n' ' ok 1 freq_qos_test_min\n' ' ok 2 freq_qos_test_maxdef\n' ' ok 3 freq_qos_test_readd\n' '# qos-kunit-test: pass:3 fail:0 skip:0 total:3\n' '# Totals: pass:3 fail:0 skip:0 total:3\n' 'ok 27 qos-kunit-test\n' ' KTAP version 1\n' ' # Subtest: property-entry\n' ' 1..7\n' ' ok 1 pe_test_uints\n' ' ok 2 pe_test_uint_arrays\n' ' ok 3 pe_test_strings\n' ' ok 4 pe_test_bool\n' ' ok 5 pe_test_move_inline_u8\n' ' ok 6 pe_test_move_inline_str\n' ' ok 7 pe_test_reference\n' '# property-entry: pass:7 fail:0 skip:0 total:7\n' '# Totals: pass:7 fail:0 skip:0 total:7\n' 'ok 28 property-entry\n' 'input: ImExPS/2 Generic Explorer Mouse as ' '/devices/platform/i8042/serio1/input/input2\n' 'reboot: Restarting system\n' 'reboot: machine restart\n'} 04/22/2025 07:20:20 PM UTC [INFO] Marking 4 nodes flag as processed 04/22/2025 07:23:27 PM UTC [INFO] Stopping. 04/22/2025 06:58:14 PM UTC [INFO] Listening for events... Press Ctrl-C to stop. 04/22/2025 06:58:15 PM UTC [INFO] Processing 6 unprocessed nodes 04/22/2025 06:58:24 PM UTC [INFO] Processing event node: 6807e5531b4012cda6bf851e 04/22/2025 06:58:24 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e5531b4012cda6bf851e 04/22/2025 06:58:24 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807b36ceeef98828f27e70f', 'id': 'maestro:6807e5531b4012cda6bf851e', 'origin': 'maestro', 'comment': 'baseline-arm-clabbe on sun8i-r40-bananapi-m2-ultra in ' 'lava-clabbe', 'start_time': '2025-04-22T18:52:03.216000+00:00', 'environment': {'comment': 'Runtime: lava-clabbe', 'compatible': ['sinovoip,bpi-m2-ultra', 'allwinner,sun8i-r40'], 'misc': {'platform': 'sun8i-r40-bananapi-m2-ultra', 'job_url': 'https://lava.montjoie.ovh/scheduler/job/476173', 'job_id': '476173'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-clabbe', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e5531b4012cda6bf851e'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm-clabbe-6807e5531b4012cda6bf851e/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm-clabbe-6807e5531b4012cda6bf851e/log.txt.gz', 'log_excerpt': 'sh table entries: 8192 (order: 3, 32768 bytes, ' 'linear)\n' '[ 0.119170] TCP bind hash table entries: 8192 ' '(order: 5, 131072 bytes, linear)\n' '[ 0.119493] TCP: Hash tables configured ' '(established 8192 bind 8192)\n' '[ 0.119619] UDP hash table entries: 512 (order: 2, ' '16384 bytes, linear)\n' '[ 0.119687] UDP-Lite hash table entries: 512 ' '(order: 2, 16384 bytes, linear)\n' '[ 0.119914] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.120716] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.120731] RPC: Registered udp transport module.\n' '[ 0.120736] RPC: Registered tcp transport module.\n' '[ 0.120739] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.120751] PCI: CLS 0 bytes, default 64\n' '[ 0.121617] Trying to unpack rootfs image as ' 'initramfs...\n' '[ 0.136694] hw perfevents: enabled with ' 'armv7_cortex_a7 PMU driver, 5 counters available\n' '[ 0.138251] Initialise system trusted keyrings\n' '[ 0.138655] workingset: timestamp_bits=30 ' 'max_order=19 bucket_order=0\n' '[ 0.144825] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.145753] NFS: Registering the id_resolver key ' 'type\n' '[ 0.145839] Key type id_resolver registered\n' '[ 0.145845] Key type id_legacy registered\n' '[ 0.145962] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.145971] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.146013] ntfs: driver 2.1.32 [Flags: R/O].\n' '[ 0.146623] Key type asymmetric registered\n' "[ 0.146636] Asymmetric key parser 'x509' " 'registered\n' '[ 0.146829] bounce: pool size: 64 pages\n' '[ 0.146957] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 247)\n' '[ 0.146967] io scheduler mq-deadline registered\n' '[ 0.146973] io scheduler kyber registered\n' '[ 0.256575] Serial: 8250/16550 driver, 5 ports, ' 'IRQ sharing enabled\n' '[ 0.261140] SuperH (H)SCI(F) driver initialized\n' '[ 0.262098] msm_serial: driver initialized\n' '[ 0.262109] STMicroelectronics ASC driver ' 'initialized\n' '[ 0.263135] STM32 USART driver initialized\n' '[ 0.281374] brd: module loaded\n' '[ 0.288386] loop: module loaded\n' '[ 0.300476] CAN device driver interface\n' '[ 0.301627] bgmac_bcma: Broadcom 47xx GBit MAC ' 'driver loaded\n' '[ 0.302664] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.302672] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 0.302746] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 0.302753] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 0.306889] pegasus: Pegasus/Pegasus II USB ' 'Ethernet driver\n' '[ 0.306977] usbcore: registered new interface ' 'driver pegasus\n' '[ 0.307035] usbcore: registered new interface ' 'driver asix\n' '[ 0.307087] usbcore: registered new interface ' 'driver ax88179_178a\n' '[ 0.307120] usbcore: registered new interface ' 'driver cdc_ether\n' '[ 0.307160] usbcore: registered new interface ' 'driver smsc75xx\n' '[ 0.307201] usbcore: registered new interface ' 'driver smsc95xx\n' '[ 0.307233] usbcore: registered new interface ' 'driver net1080\n' '[ 0.307265] usbcore: registered new interface ' 'driver cdc_subset\n' '[ 0.307326] usbcore: registered new interface ' 'driver zaurus\n' '[ 0.307369] usbcore: registered new interface ' 'driver cdc_ncm\n' '[ 0.311620] usbcore: registered new interface ' 'driver usb-storage\n' '[ 0.317495] sun6i-rtc 1c20400.rtc: registered as ' 'rtc0\n' '[ 0.317548] sun6i-rtc 1c20400.rtc: setting system ' 'clock to 1970-01-01T00:00:12 UTC (12)\n' '[ 0.317715] sun6i-rtc 1c20400.rtc: RTC enabled\n' '[ 0.318893] i2c_dev: i2c /dev entries driver\n' '[ 0.329251] sunxi-wdt 1c20c90.watchdog: Watchdog ' 'enabled (timeout=16 sec, nowayout=0)\n' '[ 0.334776] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 0.334793] sdhci: Copyright(c) Pierre Ossman\n' '[ 0.336725] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 0.338703] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 0.348020] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 0.350424] usbcore: registered new interface ' 'driver usbhid\n' '[ 0.350439] usbhid: USB HID core driver\n' '[ 0.357466] NET: Registered PF_INET6 protocol ' 'family\n' '[ 0.358923] Segment Routing with IPv6\n' '[ 0.358990] In-situ OAM (IOAM) with IPv6\n' '[ 0.359068] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 0.359799] NET: Registered PF_PACKET protocol ' 'family\n' '[ 0.359812] can: controller area network core\n' '[ 0.359882] NET: Registered PF_CAN protocol ' 'family\n' '[ 0.359891] can: raw protocol\n' '[ 0.359899] can: broadcast manager protocol\n' '[ 0.359910] can: netlink gateway - max_hops=1\n' '[ 0.360401] Key type dns_resolver registered\n' '[ 0.360547] ThumbEE CPU extension supported.\n' '[ 0.360569] Registering SWP/SWPB emulation ' 'handler\n' '[ 0.361368] Loading compiled-in X.509 ' 'certificates\n' '[ 0.380757] sun4i-pinctrl 1c20800.pinctrl: supply ' 'vcc-pi not found, using dummy regulator\n' '[ 0.382657] sun4i-pinctrl 1c20800.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 0.384941] sun4i-pinctrl 1c20800.pinctrl: supply ' 'vcc-pb not found, using dummy regulator\n' '[ 0.386014] printk: console [ttyS0] disabled\n' '[ 0.406297] 1c28000.serial: ttyS0 at MMIO ' '0x1c28000 (irq = 70, base_baud = 1500000) is a ' 'U6_16550A\n' '[ 1.291527] Freeing initrd memory: 16748K\n' '[ 1.293261] printk: console [ttyS0] enabled\n' '[ 1.640151] sun4i-pinctrl 1c20800.pinctrl: ' 'request() failed for pin 198\n' '[ 1.646825] sun4i-pinctrl 1c20800.pinctrl: pin-198 ' '(1c28c00.serial) status -517\n' '[ 1.654138] sun4i-pinctrl 1c20800.pinctrl: could ' 'not request pin 198 (PG6) from group PG6 on device ' '1c20800.pinctrl\n' '[ 1.664673] dw-apb-uart 1c28c00.serial: Error ' 'applying setting, reverse things back\n' '[ 1.691664] axp20x-i2c 0-0034: AXP20x variant ' 'AXP221 found\n' '[ 1.697922] axp20x-i2c 0-0034: mask_invert=true is ' 'deprecated; please switch to unmask_base\n' '[ 1.712724] axp20x-gpio: Failed to locate of_node ' '[id: -1]\n' '[ 1.730055] vcc-wifi-io: Bringing 700000uV into ' '1800000-1800000uV\n' '[ 1.737658] vcc-wifi: Bringing 700000uV into ' '3300000-3300000uV\n' '[ 1.744792] vcc-wifi-2: Bringing 700000uV into ' '3300000-3300000uV\n' '[ 1.756645] axp20x-i2c 0-0034: AXP20X driver ' 'loaded\n' '[ 1.781502] sun4i-pinctrl 1c20800.pinctrl: supply ' 'vcc-ph not found, using dummy regulator\n' '[ 1.795240] sunxi-mmc 1c0f000.mmc: Got CD GPIO\n' '[ 1.815123] 1c28c00.serial: ttyS1 at MMIO ' '0x1c28c00 (irq = 102, base_baud = 1500000) is a ' 'U6_16550A\n' '[ 1.824389] serial serial0: tty port ttyS1 ' 'registered\n' '[ 1.825415] sunxi-mmc 1c0f000.mmc: initialized, ' 'max. request size: 16384 KB, uses new timings mode\n' '[ 1.831932] ahci-sunxi 1c18000.sata: supply target ' 'not found, using dummy regulator\n' '[ 1.846575] sunxi-mmc 1c10000.mmc: allocated ' 'mmc-pwrseq\n' '[ 1.882495] sunxi-mmc 1c10000.mmc: initialized, ' 'max. request size: 16384 KB, uses new timings mode\n' '[ 1.883847] sunxi-mmc 1c11000.mmc: initialized, ' 'max. request size: 2048 KB, uses new timings mode\n' '[ 1.918217] mmc0: host does not support reading ' 'read-only switch, assuming write-enable\n' '[ 1.931195] mmc0: new high speed SDHC card at ' 'address 59b4\n' '[ 1.936466] ahci-sunxi 1c18000.sata: controller ' "can't do PMP, turning off CAP_PMP\n" '[ 1.937605] mmcblk0: mmc0:59b4 00000 14.9 GiB\n' '[ 1.944160] ahci-sunxi 1c18000.sata: forcing ' 'PORTS_IMPL to 0x1\n' '[ 1.955010] ahci-sunxi 1c18000.sata: AHCI ' '0001.0100 32 slots 1 ports 3 Gbps 0x1 impl platform ' 'mode\n' '[ 1.956083] mmcblk0: p1\n' '[ 1.964014] ahci-sunxi 1c18000.sata: flags: ncq ' 'sntf pm led clo only pio slum part ccc\n' '[ 1.975636] scsi host0: ahci-sunxi\n' '[ 1.979370] ata1: SATA max UDMA/133 mmio [mem ' '0x01c18000-0x01c18fff] port 0x100 irq 103\n' '[ 1.990109] dwmac-sun8i 1c50000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 1.996522] dwmac-sun8i 1c50000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 2.002399] mmc2: new DDR MMC card at address ' '0001\n' '[ 2.002689] dwmac-sun8i 1c50000.ethernet: PTP uses ' 'main clock\n' '[ 2.008144] mmcblk2: mmc2:0001 8WPD3R 7.28 GiB\n' '[ 2.013028] dwmac-sun8i 1c50000.ethernet: Current ' 'syscon value is not the default 6 (expect 0)\n' '[ 2.020113] mmcblk2boot0: mmc2:0001 8WPD3R 4.00 ' 'MiB\n' '[ 2.026593] dwmac-sun8i 1c50000.ethernet: No HW ' 'DMA feature register supported\n' '[ 2.033014] mmcblk2boot1: mmc2:0001 8WPD3R 4.00 ' 'MiB\n' '[ 2.038464] dwmac-sun8i 1c50000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 2.050669] dwmac-sun8i 1c50000.ethernet: COE Type ' '2\n' '[ 2.055642] dwmac-sun8i 1c50000.ethernet: TX ' 'Checksum insertion supported\n' '[ 2.062435] dwmac-sun8i 1c50000.ethernet: Normal ' 'descriptors\n' '[ 2.068099] dwmac-sun8i 1c50000.ethernet: Chain ' 'mode enabled\n' '[ 2.109170] ehci-platform 1c19000.usb: EHCI Host ' 'Controller\n' '[ 2.114868] ehci-platform 1c19000.usb: new USB bus ' 'registered, assigned bus number 1\n' '[ 2.116255] ehci-platform 1c1c000.usb: EHCI Host ' 'Controller\n' '[ 2.119211] ohci-platform 1c1c400.usb: Generic ' 'Platform OHCI controller\n' '[ 2.119243] ohci-platform 1c1c400.usb: new USB bus ' 'registered, assigned bus number 2\n' '[ 2.119273] ohci-platform 1c19400.usb: Generic ' 'Platform OHCI controller\n' '[ 2.119290] ohci-platform 1c19400.usb: new USB bus ' 'registered, assigned bus number 3\n' '[ 2.157425] ehci-platform 1c1c000.usb: new USB bus ' 'registered, assigned bus number 4\n' '[ 2.165416] ohci-platform 1c1c400.usb: irq 107, io ' 'mem 0x01c1c400\n' '[ 2.171700] ohci-platform 1c19400.usb: irq 108, io ' 'mem 0x01c19400\n' '[ 2.180981] ehci-platform 1c19000.usb: irq 105, io ' 'mem 0x01c19000\n' '[ 2.187241] ehci-platform 1c1c000.usb: irq 106, io ' 'mem 0x01c1c000\n' '[ 2.216389] ehci-platform 1c19000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 2.223664] hub 1-0:1.0: USB hub found\n' '[ 2.227530] hub 1-0:1.0: 1 port detected\n' '[ 2.243372] hub 2-0:1.0: USB hub found\n' '[ 2.246376] ehci-platform 1c1c000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 2.247187] hub 2-0:1.0: 1 port detected\n' '[ 2.262058] hub 3-0:1.0: USB hub found\n' '[ 2.265843] hub 3-0:1.0: 1 port detected\n' '[ 2.270669] hub 4-0:1.0: USB hub found\n' '[ 2.270784] mmc1: new high speed SDIO card at ' 'address 0001\n' '[ 2.274451] hub 4-0:1.0: 1 port detected\n' '[ 2.317791] ata1: SATA link down (SStatus 0 ' 'SControl 300)\n' '[ 2.324314] dwmac-sun8i 1c50000.ethernet eth0: ' 'Register MEM_TYPE_PAGE_POOL RxQ-0\n' '[ 2.333974] dwmac-sun8i 1c50000.ethernet eth0: PHY ' '[stmmac-0:01] driver [RTL8211E Gigabit Ethernet] ' '(irq=POLL)\n' '[ 2.344039] dwmac-sun8i 1c50000.ethernet eth0: No ' 'Safety Features support found\n' '[ 2.351383] dwmac-sun8i 1c50000.ethernet eth0: No ' 'MAC Management Counters available\n' '[ 2.359056] dwmac-sun8i 1c50000.ethernet eth0: PTP ' 'not supported by HW\n' '[ 2.371417] dwmac-sun8i 1c50000.ethernet eth0: ' 'configuring for phy/rgmii-id link mode\n' '[ 6.567211] dwmac-sun8i 1c50000.ethernet eth0: ' 'Link is Up - 1Gbps/Full - flow control off\n' '[ 6.567237] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: ' 'link becomes ready\n' '[ 6.606367] Sending DHCP requests ..., OK\n' '[ 12.960444] IP-Config: Got DHCP answer from ' '192.168.1.100, my address is 192.168.1.210\n' '[ 12.968410] IP-Config: Complete:\n' '[ 12.971639] device=eth0, ' 'hwaddr=02:53:72:0d:43:5b, ipaddr=192.168.1.210, ' 'mask=255.255.255.0, gw=192.168.1.1\n' '[ 12.982367] host=192.168.1.210, domain=, ' 'nis-domain=(none)\n' '[ 12.988394] bootserver=192.168.1.100, ' 'rootserver=192.168.1.100, rootpath=\n' '[ 12.988403] nameserver0=192.168.1.100\n' '[ 12.999967] clk: Disabling unused clocks\n' '[ 13.007042] Freeing unused kernel image (initmem) ' 'memory: 2048K\n' '[ 13.013279] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 13.143263] ' 'udevd[119]: starting version 3.2.9\n' '[ 15.706355] random: crng init done\n' "[ 15.717373] udevd[119]: specified user 'tss' " 'unknown\n' "[ 15.722473] udevd[119]: specified group 'tss' " 'unknown\n' '[ 15.730314] udevd[120]: starting eudev-3.2.9\n' '[ 16.201475] cfg80211: Loading compiled-in X.509 ' 'certificates for regulatory database\n' '[ 16.228587] lima 1c40000.gpu: gp - mali400 version ' 'major 1 minor 1\n' '[ 16.235004] lima 1c40000.gpu: pp0 - mali400 ' 'version major 1 minor 1\n' '[ 16.242123] lima 1c40000.gpu: pp1 - mali400 ' 'version major 1 minor 1\n' '[ 16.248601] lima 1c40000.gpu: l2 cache 64K, 4-way, ' '64byte cache line, 64bit external bus\n' '[ 16.249513] sun4i-drm display-engine: bound ' '1100000.mixer (ops sun8i_mixer_platform_driver_exit ' '[sun8i_mixer])\n' '[ 16.268686] sun4i-drm display-engine: bound ' '1200000.mixer (ops sun8i_mixer_platform_driver_exit ' '[sun8i_mixer])\n' '[ 16.269302] Bluetooth: Core ver 2.22\n' '[ 16.269389] lima 1c40000.gpu: bus rate = ' '200000000\n' '[ 16.269403] lima 1c40000.gpu: mod rate = ' '297000000\n' '[ 16.279299] sun4i-drm display-engine: bound ' '1c70000.tcon-top (ops ' 'sun8i_tcon_top_platform_driver_exit ' '[sun8i_tcon_top])\n' '[ 16.282466] NET: Registered PF_BLUETOOTH protocol ' 'family\n' '[ 16.287706] sun4i-drm display-engine: bound ' '1c73000.lcd-controller (ops ' 'sun4i_tcon_platform_driver_exit [sun4i_tcon])\n' '[ 16.292051] Bluetooth: HCI device and connection ' 'manager initialized\n' '[ 16.303005] sun8i-dw-hdmi 1ee0000.hdmi: supply ' 'hvcc not found, using dummy regulator\n' '[ 16.308222] Bluetooth: HCI socket layer ' 'initialized\n' "[ 16.319131] sun8i-dw-hdmi 1ee0000.hdmi: Couldn't " 'get the HDMI PHY\n' '[ 16.323603] [drm] Initialized lima 1.1.0 20191231 ' 'for 1c40000.gpu on minor 0\n' '[ 16.325233] Bluetooth: L2CAP socket layer ' 'initialized\n' '[ 16.356188] Bluetooth: SCO socket layer ' 'initialized\n' "[ 16.356974] sun4i-drm display-engine: Couldn't " 'bind all pipelines components\n' '[ 16.360039] input: axp20x-pek as ' '/devices/platform/soc/1c2ac00.i2c/i2c-0/0-0034/axp221-pek/input/input0\n' '[ 16.363967] Bluetooth: HCI UART driver ver 2.3\n' '[ 16.375685] sun4i-drm display-engine: bound ' '1100000.mixer (ops sun8i_mixer_platform_driver_exit ' '[sun8i_mixer])\n' '[ 16.377759] Bluetooth: HCI UART protocol H4 ' 'registered\n' '[ 16.384154] Bluetooth: HCI UART protocol Broadcom ' 'registered\n' '[ 16.394089] sun4i-drm display-engine: bound ' '1200000.mixer (ops sun8i_mixer_platform_driver_exit ' '[sun8i_mixer])\n' '[ 16.413738] sun4i-drm display-engine: bound ' '1c70000.tcon-top (ops ' 'sun8i_tcon_top_platform_driver_exit ' '[sun8i_tcon_top])\n' '[ 16.425084] sun4i-drm display-engine: bound ' '1c73000.lcd-controller (ops ' 'sun4i_tcon_platform_driver_exit [sun4i_tcon])\n' '[ 16.435941] sun8i-dw-hdmi 1ee0000.hdmi: supply ' 'hvcc not found, using dummy regulator\n' '[ 16.446175] sun8i-dw-hdmi 1ee0000.hdmi: Detected ' 'HDMI TX controller v1.32a with HDCP ' '(sun8i_dw_hdmi_phy)\n' '[ 16.464922] sun8i-dw-hdmi 1ee0000.hdmi: registered ' 'DesignWare HDMI I2C bus driver\n' "[ 16.465920] cfg80211: Loaded X.509 cert 'sforshee: " "00b28ddf47aef9cea7'\n" '[ 16.474520] sun4i-drm display-engine: bound ' '1ee0000.hdmi (ops sun8i_dw_hdmi_ops ' '[sun8i_drm_hdmi])\n' "[ 16.481241] cfg80211: Loaded X.509 cert 'wens: " "61c038651aabdcf94bd0ac7ff06c7248db18c600'\n" '[ 16.489285] [drm] Initialized sun4i-drm 1.0.0 ' '20150629 for display-engine on minor 1\n' '[ 16.496567] platform regulatory.0: Direct firmware ' 'load for regulatory.db failed with error -2\n' '[ 16.504130] sun4i-drm display-engine: [drm] Cannot ' 'find any crtc or sizes\n' '[ 16.512714] cfg80211: failed to load ' 'regulatory.db\n' '[ 16.520136] sun4i-drm display-engine: [drm] Cannot ' 'find any crtc or sizes\n' '[ 16.661307] brcmfmac: brcmf_fw_alloc_request: ' 'using brcm/brcmfmac43430-sdio for chip BCM43430/1\n' '[ 16.670347] brcmfmac mmc1:0001:1: Direct firmware ' 'load for ' 'brcm/brcmfmac43430-sdio.sinovoip,bpi-m2-ultra.bin ' 'failed with error -2\n' '[ 16.686978] brcmfmac mmc1:0001:1: Direct firmware ' 'load for brcm/brcmfmac43430-sdio.bin failed with ' 'error -2\n' '[ 16.757308] Bluetooth: hci0: BCM: chip id 94\n' '[ 16.762044] Bluetooth: hci0: BCM: features 0x2e\n' '[ 16.772464] Bluetooth: hci0: BCM43430A1\n' '[ 16.776313] Bluetooth: hci0: BCM43430A1 ' '(001.002.009) build 0000\n' '[ 16.782571] Bluetooth: hci0: BCM: firmware Patch ' 'file not found, tried:\n' '[ 16.789901] Bluetooth: hci0: BCM: ' "'brcm/BCM43430A1.sinovoip,bpi-m2-ultra.hcd'\n" '[ 16.797516] Bluetooth: hci0: BCM: ' "'brcm/BCM43430A1.hcd'\n" '[ 16.802739] Bluetooth: hci0: BCM: ' "'brcm/BCM.sinovoip,bpi-m2-ultra.hcd'\n" "[ 16.810019] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'\n" 'done\n' 'Saving random seed: OK\n' 'Starting network: ip: RTNETLINK answers: File exists\n' 'FAIL\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-476173/environment\n' '/ # /lava-476173/bin/lava-test-runner /lava-476173/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-476173/0/tests/0_dmesg\n' '+ cat uuid\n' '[ 17.533657] \n' '+ UUID=476173_1.1.4.1\n' '+ set +x\n' '[ 17.540855] \n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '\n'} 04/22/2025 06:58:24 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 06:59:00 PM UTC [INFO] Processing event node: 6807ca1007fd7415433eec40 04/22/2025 06:59:00 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ca1007fd7415433eec40 04/22/2025 06:59:00 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807b384eeef98828f27e726', 'id': 'maestro:6807ca1007fd7415433eec40', 'origin': 'maestro', 'comment': 'baseline-arm64-broonie on juno-uboot in lava-broonie', 'start_time': '2025-04-22T16:55:44.966000+00:00', 'environment': {'comment': 'Runtime: lava-broonie', 'compatible': ['arm,juno', 'arm,vexpress'], 'misc': {'platform': 'juno-uboot', 'job_url': 'https://lava.sirena.org.uk/scheduler/job/1315377', 'job_id': '1315377'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-broonie', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ca1007fd7415433eec40'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-broonie-6807ca1007fd7415433eec40/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-broonie-6807ca1007fd7415433eec40/log.txt.gz', 'log_excerpt': ' with /funnel@20040000\n' '[ 0.394533] /etr@20070000: Fixed dependency ' 'cycle(s) with /replicator@20120000\n' '[ 0.401926] /tpiu@20030000: Fixed dependency ' 'cycle(s) with /replicator@20120000\n' '[ 0.409393] /etf@20010000: Fixed dependency ' 'cycle(s) with /replicator@20120000\n' '[ 0.416786] /replicator@20120000: Fixed dependency ' 'cycle(s) with /etf@20010000\n' '[ 0.424160] /replicator@20120000: Fixed dependency ' 'cycle(s) with /etr@20070000\n' '[ 0.431533] /replicator@20120000: Fixed dependency ' 'cycle(s) with /tpiu@20030000\n' '[ 0.439566] /etm@22040000: Fixed dependency ' 'cycle(s) with /funnel@220c0000\n' '[ 0.446600] /funnel@20040000: Fixed dependency ' 'cycle(s) with /funnel@220c0000\n' '[ 0.453889] /funnel@220c0000: Fixed dependency ' 'cycle(s) with /etm@22040000\n' '[ 0.460923] /funnel@220c0000: Fixed dependency ' 'cycle(s) with /funnel@20040000\n' '[ 0.468470] /funnel@220c0000: Fixed dependency ' 'cycle(s) with /etm@22140000\n' '[ 0.475517] /etm@22140000: Fixed dependency ' 'cycle(s) with /funnel@220c0000\n' '[ 0.483244] /etm@23040000: Fixed dependency ' 'cycle(s) with /funnel@230c0000\n' '[ 0.490290] /funnel@20040000: Fixed dependency ' 'cycle(s) with /funnel@230c0000\n' '[ 0.497582] /funnel@230c0000: Fixed dependency ' 'cycle(s) with /etm@23040000\n' '[ 0.504618] /funnel@230c0000: Fixed dependency ' 'cycle(s) with /funnel@20040000\n' '[ 0.512156] /funnel@230c0000: Fixed dependency ' 'cycle(s) with /etm@23140000\n' '[ 0.519208] /etm@23140000: Fixed dependency ' 'cycle(s) with /funnel@230c0000\n' '[ 0.526569] /funnel@230c0000: Fixed dependency ' 'cycle(s) with /etm@23240000\n' '[ 0.533616] /etm@23240000: Fixed dependency ' 'cycle(s) with /funnel@230c0000\n' '[ 0.540999] /funnel@230c0000: Fixed dependency ' 'cycle(s) with /etm@23340000\n' '[ 0.548068] /etm@23340000: Fixed dependency ' 'cycle(s) with /funnel@230c0000\n' '[ 0.558856] 7ff80000.serial: ttyAMA0 at MMIO ' '0x7ff80000 (irq = 15, base_baud = 0) is a PL011 rev3\n' '[ 0.567882] printk: console [ttyAMA0] enabled\n' '[ 0.567882] printk: console [ttyAMA0] enabled\n' '[ 0.576667] printk: bootconsole [pl11] disabled\n' '[ 0.576667] printk: bootconsole [pl11] disabled\n' '[ 0.586334] /i2c@7ffa0000/hdmi-transmitter@70: ' 'Fixed dependency cycle(s) with /hdlcd@7ff60000\n' '[ 0.594955] /i2c@7ffa0000/hdmi-transmitter@71: ' 'Fixed dependency cycle(s) with /hdlcd@7ff50000\n' '[ 0.606110] KASLR disabled due to lack of seed\n' '[ 0.619996] HugeTLB: registered 1.00 GiB page ' 'size, pre-allocated 0 pages\n' '[ 0.626819] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 1.00 GiB page\n' '[ 0.633107] HugeTLB: registered 32.0 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.639911] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 32.0 MiB page\n' '[ 0.646193] HugeTLB: registered 2.00 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.652996] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 2.00 MiB page\n' '[ 0.659278] HugeTLB: registered 64.0 KiB page ' 'size, pre-allocated 0 pages\n' '[ 0.666086] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 64.0 KiB page\n' '[ 0.673878] ACPI: Interpreter disabled.\n' '[ 0.679678] iommu: Default domain type: ' 'Translated\n' '[ 0.684619] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.691122] SCSI subsystem initialized\n' '[ 0.695350] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.700897] usbcore: registered new interface ' 'driver hub\n' '[ 0.706254] usbcore: registered new device driver ' 'usb\n' '[ 0.711780] /hdlcd@7ff60000: Fixed dependency ' 'cycle(s) with /i2c@7ffa0000/hdmi-transmitter@70\n' '[ 0.720398] /i2c@7ffa0000/hdmi-transmitter@70: ' 'Fixed dependency cycle(s) with /hdlcd@7ff60000\n' '[ 0.729091] /hdlcd@7ff50000: Fixed dependency ' 'cycle(s) with /i2c@7ffa0000/hdmi-transmitter@71\n' '[ 0.737698] /i2c@7ffa0000/hdmi-transmitter@71: ' 'Fixed dependency cycle(s) with /hdlcd@7ff50000\n' '[ 0.747051] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.752038] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.761205] PTP clock support registered\n' '[ 0.765233] EDAC MC: Ver: 3.0.0\n' '[ 0.769528] FPGA manager framework\n' '[ 0.772997] Advanced Linux Sound Architecture ' 'Driver Initialized.\n' '[ 0.779770] vgaarb: loaded\n' '[ 0.782725] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.789038] VFS: Disk quotas dquot_6.6.0\n' '[ 0.793015] VFS: Dquot-cache hash table entries: ' '512 (order 0, 4096 bytes)\n' '[ 0.800086] pnp: PnP ACPI: disabled\n' '[ 0.811500] NET: Registered PF_INET protocol ' 'family\n' '[ 0.817064] IP idents hash table entries: 131072 ' '(order: 8, 1048576 bytes, linear)\n' '[ 0.831166] tcp_listen_portaddr_hash hash table ' 'entries: 4096 (order: 4, 65536 bytes, linear)\n' '[ 0.839842] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.847634] TCP established hash table entries: ' '65536 (order: 7, 524288 bytes, linear)\n' '[ 0.856109] TCP bind hash table entries: 65536 ' '(order: 9, 2097152 bytes, linear)\n' '[ 0.865437] TCP: Hash tables configured ' '(established 65536 bind 65536)\n' '[ 0.872350] MPTCP token hash table entries: 8192 ' '(order: 5, 196608 bytes, linear)\n' '[ 0.879955] UDP hash table entries: 4096 (order: ' '5, 131072 bytes, linear)\n' '[ 0.886958] UDP-Lite hash table entries: 4096 ' '(order: 5, 131072 bytes, linear)\n' '[ 0.894500] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.900563] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.906515] RPC: Registered udp transport module.\n' '[ 0.911238] RPC: Registered tcp transport module.\n' '[ 0.915957] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.922420] PCI: CLS 0 bytes, default 64\n' '[ 0.926551] Unpacking initramfs...\n' '[ 0.931063] hw perfevents: enabled with ' 'armv8_cortex_a57 PMU driver, 7 counters available\n' '[ 0.939829] hw perfevents: enabled with ' 'armv8_cortex_a53 PMU driver, 7 counters available\n' '[ 0.948111] kvm [1]: Guests without required CPU ' 'erratum workarounds can deadlock system!\n' '[ 0.948111] Only trusted guests should be used on ' 'this system.\n' '[ 0.962144] kvm [1]: IPA Size Limit: 40 bits\n' '[ 0.968436] kvm [1]: vgic interrupt IRQ9\n' '[ 0.972570] kvm [1]: Hyp mode initialized ' 'successfully\n' '[ 0.979167] Initialise system trusted keyrings\n' '[ 0.983877] workingset: timestamp_bits=42 ' 'max_order=21 bucket_order=0\n' '[ 0.997240] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 1.003755] NFS: Registering the id_resolver key ' 'type\n' '[ 1.008868] Key type id_resolver registered\n' '[ 1.013069] Key type id_legacy registered\n' '[ 1.017185] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 1.023917] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 1.031587] 9p: Installing v9fs 9p2000 file system ' 'support\n' '[ 1.085160] Key type asymmetric registered\n' "[ 1.089282] Asymmetric key parser 'x509' " 'registered\n' '[ 1.094245] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 245)\n' '[ 1.101674] io scheduler mq-deadline registered\n' '[ 1.106228] io scheduler kyber registered\n' '[ 1.119112] pl061_gpio 1c1d0000.gpio: PL061 GPIO ' 'chip registered\n' '[ 1.128209] EINJ: ACPI disabled.\n' '[ 1.151207] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 1.160168] SuperH (H)SCI(F) driver initialized\n' '[ 1.165176] msm_serial: driver initialized\n' '[ 1.170568] arm-smmu 7fb00000.iommu: probing ' 'hardware configuration...\n' '[ 1.177124] arm-smmu 7fb00000.iommu: SMMUv1 with:\n' '[ 1.181845] arm-smmu 7fb00000.iommu: ?stage 2 ' 'translation\n' '[ 1.187259] arm-smmu 7fb00000.iommu: ?coherent ' 'table walk\n' '[ 1.192687] arm-smmu 7fb00000.iommu: ?stream ' 'matching with 16 register groups\n' '[ 1.199845] arm-smmu 7fb00000.iommu: ?4 context ' 'banks (4 stage-2 only)\n' '[ 1.206396] arm-smmu 7fb00000.iommu: ?Supported ' 'page sizes: 0x60211000\n' '[ 1.212944] arm-smmu 7fb00000.iommu: ?Stage-2: ' '40-bit IPA -> 40-bit PA\n' '[ 1.219737] arm-smmu 7fb00000.iommu: ?preserved 0 ' 'boot mappings\n' '[ 1.225919] arm-smmu 7fb10000.iommu: probing ' 'hardware configuration...\n' '[ 1.232471] arm-smmu 7fb10000.iommu: SMMUv1 with:\n' '[ 1.237190] arm-smmu 7fb10000.iommu: ?stage 2 ' 'translation\n' '[ 1.242604] arm-smmu 7fb10000.iommu: ?non-coherent ' 'table walk\n' '[ 1.248366] arm-smmu 7fb10000.iommu: ?(IDR0.CTTW ' 'overridden by FW configuration)\n' '[ 1.255796] arm-smmu 7fb10000.iommu: ?stream ' 'matching with 2 register groups\n' '[ 1.262870] arm-smmu 7fb10000.iommu: ?1 context ' 'banks (1 stage-2 only)\n' '[ 1.269429] arm-smmu 7fb10000.iommu: ?Supported ' 'page sizes: 0x60211000\n' '[ 1.275981] arm-smmu 7fb10000.iommu: ?Stage-2: ' '40-bit IPA -> 40-bit PA\n' '[ 1.282787] arm-smmu 7fb10000.iommu: ?preserved 0 ' 'boot mappings\n' '[ 1.288945] arm-smmu 7fb20000.iommu: probing ' 'hardware configuration...\n' '[ 1.295498] arm-smmu 7fb20000.iommu: SMMUv1 with:\n' '[ 1.300218] arm-smmu 7fb20000.iommu: ?stage 2 ' 'translation\n' '[ 1.305631] arm-smmu 7fb20000.iommu: ?non-coherent ' 'table walk\n' '[ 1.311393] arm-smmu 7fb20000.iommu: ?(IDR0.CTTW ' 'overridden by FW configuration)\n' '[ 1.318819] arm-smmu 7fb20000.iommu: ?stream ' 'matching with 2 register groups\n' '[ 1.325893] arm-smmu 7fb20000.iommu: ?1 context ' 'banks (1 stage-2 only)\n' '[ 1.332444] arm-smmu 7fb20000.iommu: ?Supported ' 'page sizes: 0x60211000\n' '[ 1.338993] arm-smmu 7fb20000.iommu: ?Stage-2: ' '40-bit IPA -> 40-bit PA\n' '[ 1.345793] arm-smmu 7fb20000.iommu: ?preserved 0 ' 'boot mappings\n' '[ 1.351944] arm-smmu 7fb30000.iommu: probing ' 'hardware configuration...\n' '[ 1.358497] arm-smmu 7fb30000.iommu: SMMUv1 with:\n' '[ 1.363222] arm-smmu 7fb30000.iommu: ?stage 2 ' 'translation\n' '[ 1.368638] arm-smmu 7fb30000.iommu: ?coherent ' 'table walk\n' '[ 1.374054] arm-smmu 7fb30000.iommu: ?stream ' 'matching with 2 register groups\n' '[ 1.381131] arm-smmu 7fb30000.iommu: ?1 context ' 'banks (1 stage-2 only)\n' '[ 1.387683] arm-smmu 7fb30000.iommu: ?Supported ' 'page sizes: 0x60211000\n' '[ 1.394239] arm-smmu 7fb30000.iommu: ?Stage-2: ' '40-bit IPA -> 40-bit PA\n' '[ 1.401019] arm-smmu 7fb30000.iommu: ?preserved 0 ' 'boot mappings\n' '[ 1.414854] loop: module loaded\n' '[ 1.418909] megasas: 07.719.03.00-rc1\n' '[ 1.428150] tun: Universal TUN/TAP device driver, ' '1.6\n' '[ 1.433984] thunder_xcv, ver 1.0\n' '[ 1.437270] thunder_bgx, ver 1.0\n' '[ 1.440551] nicpf, ver 1.0\n' '[ 1.444425] hns3: Hisilicon Ethernet Network ' 'Driver for Hip08 Family - version\n' '[ 1.451675] hns3: Copyright (c) 2017 Huawei ' 'Corporation.\n' '[ 1.457069] hclge is initializing\n' '[ 1.460413] e1000: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.465305] e1000: Copyright (c) 1999-2006 Intel ' 'Corporation.\n' '[ 1.471127] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.476108] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 1.482090] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 1.487505] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 1.493138] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 1.499424] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 1.505753] sky2: driver version 1.30\n' '[ 2.359010] Freeing initrd memory: 22284K\n' '[ 2.396153] smsc911x 18000000.ethernet eth0: MAC ' 'Address: 00:02:f7:00:58:4d\n' '[ 2.403940] VFIO - User Level meta-driver version: ' '0.3\n' '[ 2.411224] ehci-platform 7ffc0000.usb: Adding to ' 'iommu group 0\n' '[ 2.411832] usbcore: registered new interface ' 'driver usb-storage\n' '[ 2.417325] ohci-platform 7ffb0000.usb: Adding to ' 'iommu group 0\n' '[ 2.417504] ehci-platform 7ffc0000.usb: EHCI Host ' 'Controller\n' '[ 2.417537] ehci-platform 7ffc0000.usb: new USB ' 'bus registered, assigned bus number 1\n' '[ 2.417673] ehci-platform 7ffc0000.usb: irq 29, io ' 'mem 0x7ffc0000\n' '[ 2.430734] ehci-platform 7ffc0000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 2.434943] ohci-platform 7ffb0000.usb: Generic ' 'Platform OHCI controller\n' '[ 2.437063] rtc-pl031 1c170000.rtc: registered as ' 'rtc0\n' '[ 2.437087] rtc-pl031 1c170000.rtc: setting system ' 'clock to 2000-01-01T00:02:24 UTC (946684944)\n' '[ 2.437745] i2c_dev: i2c /dev entries driver\n' '[ 2.441699] sp805-wdt 1c0f0000.watchdog: ' 'registration successful\n' '[ 2.443442] hub 1-0:1.0: USB hub found\n' '[ 2.455606] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 2.456251] mmci-pl18x 1c050000.mmc: mmc0: PL180 ' 'manf 41 rev0 at 0x1c050000 irq 34,0 (pio)\n' '[ 2.461721] hub 1-0:1.0: 1 port detected\n' '[ 2.466848] sdhci: Copyright(c) Pierre Ossman\n' '[ 2.467447] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 2.475959] ohci-platform 7ffb0000.usb: new USB ' 'bus registered, assigned bus number 2\n' '[ 2.480785] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 2.485992] ohci-platform 7ffb0000.usb: irq 30, io ' 'mem 0x7ffb0000\n' '[ 2.491529] leds-syscon 1c010008.0.led: registered ' 'LED (null)\n' '[ 2.543981] leds-syscon 1c010008.1.led: registered ' 'LED (null)\n' '[ 2.549878] leds-syscon 1c010008.2.led: registered ' 'LED (null)\n' '[ 2.555768] leds-syscon 1c010008.3.led: registered ' 'LED (null)\n' '[ 2.561654] leds-syscon 1c010008.4.led: registered ' 'LED (null)\n' '[ 2.567535] leds-syscon 1c010008.5.led: registered ' 'LED (null)\n' '[ 2.573416] leds-syscon 1c010008.6.led: registered ' 'LED (null)\n' '[ 2.575664] hub 2-0:1.0: USB hub found\n' '[ 2.579317] leds-syscon 1c010008.7.led: registered ' 'LED (null)\n' '[ 2.582963] hub 2-0:1.0: 1 port detected\n' '[ 2.594860] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 2.603225] usbcore: registered new interface ' 'driver usbhid\n' '[ 2.608815] usbhid: USB HID core driver\n' '[ 2.613378] mhu 2b1f0000.mhu: ARM MHU Mailbox ' 'registered\n' '[ 2.624003] netem: version 1.3\n' '[ 2.627192] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 2.633154] IPv4 over IPsec tunneling driver\n' '[ 2.638164] NET: Registered PF_INET6 protocol ' 'family\n' '[ 2.645352] Segment Routing with IPv6\n' '[ 2.649077] In-situ OAM (IOAM) with IPv6\n' '[ 2.653521] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 2.660243] NET: Registered PF_PACKET protocol ' 'family\n' '[ 2.665342] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 2.678574] 8021q: 802.1Q VLAN Support v1.8\n' '[ 2.683189] 9pnet: Installing 9P2000 support\n' '[ 2.687525] Key type dns_resolver registered\n' '[ 2.692116] registered taskstats version 1\n' '[ 2.696257] Loading compiled-in X.509 ' 'certificates\n' '[ 2.718608] dma-pl330 7ff00000.dma-controller: ' 'Adding to iommu group 1\n' '[ 2.726202] dma-pl330 7ff00000.dma-controller: ' 'Loaded driver for PL330 DMAC-341330\n' '[ 2.733800] dma-pl330 7ff00000.dma-controller: ' '?DBUFF-1024x16bytes Num_Chans-8 Num_Peri-8 ' 'Num_Events-8\n' '[ 2.743151] usb 1-1: new high-speed USB device ' 'number 2 using ehci-platform\n' '[ 2.786758] scpi_protocol scpi: incorrect or no ' 'SCP firmware found\n' '[ 2.792979] scpi_protocol: probe of scpi failed ' 'with error -110\n' '[ 2.802641] input: gpio-keys as ' '/devices/platform/gpio-keys/input/input1\n' '[ 2.810596] clk: Disabling unused clocks\n' '[ 2.814557] ALSA device list:\n' '[ 2.817831] No soundcards found.\n' '[ 2.821352] uart-pl011 7ff80000.serial: no DMA ' 'platform data\n' '[ 2.832517] Freeing unused kernel memory: 7616K\n' '[ 2.837264] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: [ 2.905307] hub 1-1:1.0: USB hub ' 'found\n' '[ 2.909341] hub 1-1:1.0: 4 ports detected\n' 'OK\n' 'Populating /dev using udev: [ 2.925028] ' 'udevd[165]: starting version 3.2.9\n' '[ 3.466748] atkbd serio0: keyboard reset failed on ' '1c060000.kmi\n' '[ 3.930729] random: crng init done\n' "[ 3.939163] udevd[165]: specified user 'tss' " 'unknown\n' "[ 3.944222] udevd[165]: specified group 'tss' " 'unknown\n' '[ 3.951254] udevd[166]: starting eudev-3.2.9\n' '[ 4.336947] tda998x 0-0070: found TDA19988\n' '[ 4.472265] tda998x 0-0071: found TDA19988\n' '[ 4.714859] atkbd serio1: keyboard reset failed on ' '1c070000.kmi\n' '[ 11.335634] input: PS/2 Generic Mouse as ' '/devices/platform/bus@8000000/bus@8000000:motherboard-bus@8000000/bus@8000000:motherboard-bus@8000000:iofpga-bus@300000000/1c060000.kmi/serio0/input/input3\n' '[ 11.462025] psmouse serio0: Failed to enable mouse ' 'on 1c060000.kmi\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '#\n' '/ # export SHELL=/bin/sh\n' 'export SHELL=/bin/sh\n' '/ # . /lava-1315377/environment\n' '. /lava-1315377/environment\n' '/ # /lava-1315377/bin/lava-test-runner ' '/lava-1315377/0\n' '/lava-1315377/bin/lava-test-runner /lava-1315377/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-1315377/0/tests/0_dmesg\n' '+ cat uuid\n' '+ [ 12.253878] \n' 'UUID=1315377_1.5.2.4.1\n' '+ set +x\n' '+ [ 12.262627] \n' "echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ # \n'} 04/22/2025 06:59:00 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 06:59:02 PM UTC [INFO] Processing event node: 6807e6cae51c583972a58d0b 04/22/2025 06:59:02 PM UTC [DEBUG] Sending to KCIDB: checkouts: maestro:6807e6cae51c583972a58d0b 04/22/2025 06:59:02 PM UTC [ERROR] Failed to submit() revision: exceptions must derive from BaseException 04/22/2025 06:59:02 PM UTC [INFO] Sent checkout node: maestro:6807e6cae51c583972a58d0b 04/22/2025 06:59:02 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:02:47 PM UTC [INFO] Processing event node: 6807d0a19aef7c8063cad95c 04/22/2025 07:02:47 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807d0a19aef7c8063cad95c 04/22/2025 07:02:47 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807d03a9aef7c8063cad938', 'id': 'maestro:6807d0a19aef7c8063cad95c', 'origin': 'maestro', 'comment': 'staging-stable-20250422.4', 'start_time': '2025-04-22T17:23:45.198000+00:00', 'architecture': 'arm64', 'compiler': 'gcc-12', 'config_name': 'defconfig+lab-setup+kselftest', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807d0a19aef7c8063cad95c-kbuild-gcc-12-arm64-srpkaczh', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'image', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807d0a19aef7c8063cad95c'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/2.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.log.gz', 'log_excerpt': 'pro1.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-hp-envy-x2.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-lenovo-miix-630.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-oneplus-cheeseburger.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-oneplus-dumpling.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-lilac.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-maple.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-poplar.dtb\n' ' INSTALL _dtbs_/qcom/qcs404-evb-1000.dtb\n' ' INSTALL _dtbs_/qcom/qcs404-evb-4000.dtb\n' ' INSTALL _dtbs_/qcom/qrb5165-rb5.dtb\n' ' INSTALL _dtbs_/qcom/sa8155p-adp.dtb\n' ' INSTALL _dtbs_/qcom/sa8295p-adp.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-idp.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-coachz-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-coachz-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-coachz-r3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-coachz-r3-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r2.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-kingoftown-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-kingoftown-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r0.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r1-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r3-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r3-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r9.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r9-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r9-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-r9.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r5.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r9.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev0-auo.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev0-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev1-auo.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev1-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-lte-parade.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-lte-ti.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-parade.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pazquel-ti.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r2.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r2-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r3-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-quackingstick-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-quackingstick-r0-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev0-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev0-inx.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-inx.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-inx-rt5682s.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-boe-rt5682s.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-herobrine-crd.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-herobrine-evoker-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-herobrine-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-idp.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-idp2.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-crd-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc8280xp-crd.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc8280xp-lenovo-thinkpad-x13s.dtb\n' ' INSTALL _dtbs_/qcom/sda660-inforce-ifc6560.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-ganges-kirin.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-discovery.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-pioneer.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-voyager.dtb\n' ' INSTALL _dtbs_/qcom/sdm632-fairphone-fp3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm636-sony-xperia-ganges-mermaid.dtb\n' ' INSTALL _dtbs_/qcom/sdm660-xiaomi-lavender.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r1.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r2.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r3.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-db845c.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-lg-judyln.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-lg-judyp.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-mtp.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-oneplus-enchilada.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-oneplus-fajita.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-akari.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-akatsuki.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-apollo.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-xiaomi-beryllium.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-xiaomi-polaris.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-shift-axolotl.dtb\n' ' INSTALL _dtbs_/qcom/sdm850-lenovo-yoga-c630.dtb\n' ' INSTALL _dtbs_/qcom/sdm850-samsung-w737.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm6125-sony-xperia-seine-pdx201.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm6350-sony-xperia-lena-pdx213.dtb\n' ' INSTALL _dtbs_/qcom/sm7225-fairphone-fp4.dtb\n' ' INSTALL _dtbs_/qcom/sm8150-hdk.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-microsoft-surface-duo.dtb\n' ' INSTALL _dtbs_/qcom/sm8150-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-sony-xperia-kumano-bahamut.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-sony-xperia-kumano-griffin.dtb\n' ' INSTALL _dtbs_/qcom/sm8250-hdk.dtb\n' ' INSTALL _dtbs_/qcom/sm8250-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8250-sony-xperia-edo-pdx203.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8250-sony-xperia-edo-pdx206.dtb\n' ' INSTALL _dtbs_/qcom/sm8350-hdk.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-microsoft-surface-duo2.dtb\n' ' INSTALL _dtbs_/qcom/sm8350-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-sony-xperia-sagami-pdx214.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-sony-xperia-sagami-pdx215.dtb\n' ' INSTALL _dtbs_/qcom/sm8450-hdk.dtb\n' ' INSTALL _dtbs_/qcom/sm8450-qrd.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8450-sony-xperia-nagara-pdx223.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-beacon-rzg2m-kit.dtb\n' ' INSTALL _dtbs_/renesas/r8a774a1-hihope-rzg2m.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-ex-mipi-2.1.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-rev2.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-rev2-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-rev2-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-beacon-rzg2n-kit.dtb\n' ' INSTALL _dtbs_/renesas/r8a774b1-hihope-rzg2n.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-ex-mipi-2.1.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-rev2.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-rev2-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-rev2-ex-idk-1110wr.dtb\n' ' INSTALL _dtbs_/renesas/r8a774c0-cat874.dtb\n' ' INSTALL _dtbs_/renesas/r8a774c0-ek874.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774c0-ek874-idk-2121wr.dtb\n' ' INSTALL _dtbs_/renesas/r8a774c0-ek874-mipi-2.1.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-beacon-rzg2h-kit.dtb\n' ' INSTALL _dtbs_/renesas/r8a774e1-hihope-rzg2h.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-hihope-rzg2h-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-hihope-rzg2h-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-hihope-rzg2h-ex-mipi-2.1.dtb\n' ' INSTALL _dtbs_/renesas/r8a77950-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77950-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77950-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77961-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77961-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77961-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77970-eagle.dtb\n' ' INSTALL _dtbs_/renesas/r8a77970-v3msk.dtb\n' ' INSTALL _dtbs_/renesas/r8a77980-condor.dtb\n' ' INSTALL _dtbs_/renesas/r8a77980-v3hsk.dtb\n' ' INSTALL _dtbs_/renesas/r8a77980a-condor-i.dtb\n' ' INSTALL _dtbs_/renesas/r8a77990-ebisu.dtb\n' ' INSTALL _dtbs_/renesas/r8a77995-draak.dtb\n' ' INSTALL _dtbs_/renesas/r8a779a0-falcon.dtb\n' ' INSTALL _dtbs_/renesas/r8a779f0-spider.dtb\n' ' INSTALL _dtbs_/renesas/r8a779g0-white-hawk.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m1-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m1-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m1-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m3-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m3-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m3-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m5-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g043u11-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g044c2-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g044l2-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g054l2-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a09g011-v2mevk2.dtb\n' ' INSTALL ' '_dtbs_/renesas/draak-ebisu-panel-aa104xd12.dtbo\n' ' INSTALL ' '_dtbs_/renesas/salvator-panel-aa104xd12.dtbo\n' ' INSTALL _dtbs_/rockchip/px30-evb.dtb\n' ' INSTALL ' '_dtbs_/rockchip/px30-engicam-px30-core-ctouch2.dtb\n' ' INSTALL ' '_dtbs_/rockchip/px30-engicam-px30-core-ctouch2-of10.dtb\n' ' INSTALL ' '_dtbs_/rockchip/px30-engicam-px30-core-edimm2.2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3308-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3308-roc-cc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3308-rock-pi-s.dtb\n' ' INSTALL _dtbs_/rockchip/rk3318-a95x-z2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3326-odroid-go2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-a1.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-nanopi-r2s.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-rock64.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-rock-pi-e.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-roc-cc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-roc-pc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-evb-act8846.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-geekbox.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-lion-haikou.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-orion-r68-meta.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-px5-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-r88.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-eaidk-610.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-ficus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-firefly.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-bob.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-kevin.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-gru-scarlet-dumo.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-scarlet-inx.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-scarlet-kd.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-hugsun-x99.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-khadas-edge.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-khadas-edge-captain.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-khadas-edge-v.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-kobol-helios64.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-leez-p710.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopc-t4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-m4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-m4b.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-neo4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-r4s.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-nanopi-r4s-enterprise.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-orangepi.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-pinebook-pro.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-pinephone-pro.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-puma-haikou.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-roc-pc.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-roc-pc-mezzanine.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-roc-pc-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-4c-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4a.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4a-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4b.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4b-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4c.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock960.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rockpro64-v2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rockpro64.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-sapphire.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-sapphire-excavator.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399pro-rock-pi-n10.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-anbernic-rg353p.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-anbernic-rg503.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-pinenote-v1.1.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-pinenote-v1.2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-quartz64-a.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-quartz64-b.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-roc-pc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-soquartz-cm4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3568-bpi-r2-pro.dtb\n' ' INSTALL _dtbs_/rockchip/rk3568-evb1-v10.dtb\n' ' INSTALL _dtbs_/rockchip/rk3568-rock-3a.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld11-global.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld11-ref.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld20-akebi96.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld20-global.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld20-ref.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-pxs3-ref.dtb\n' ' INSTALL ' '_dtbs_/socionext/uniphier-pxs3-ref-gadget0.dtb\n' ' INSTALL ' '_dtbs_/socionext/uniphier-pxs3-ref-gadget1.dtb\n' ' INSTALL _dtbs_/sprd/sc9836-openphone.dtb\n' ' INSTALL _dtbs_/sprd/sp9860g-1h10.dtb\n' ' INSTALL _dtbs_/sprd/sp9863a-1h10.dtb\n' ' INSTALL _dtbs_/synaptics/berlin4ct-dmp.dtb\n' ' INSTALL _dtbs_/synaptics/berlin4ct-stb.dtb\n' ' INSTALL _dtbs_/tesla/fsd-evb.dtb\n' ' INSTALL _dtbs_/ti/k3-am654-base-board.dtb\n' ' INSTALL _dtbs_/ti/k3-am6528-iot2050-basic.dtb\n' ' INSTALL _dtbs_/ti/k3-am6528-iot2050-basic-pg2.dtb\n' ' INSTALL _dtbs_/ti/k3-am6548-iot2050-advanced.dtb\n' ' INSTALL ' '_dtbs_/ti/k3-am6548-iot2050-advanced-pg2.dtb\n' ' INSTALL _dtbs_/ti/k3-j721e-common-proc-board.dtb\n' ' INSTALL _dtbs_/ti/k3-j721e-sk.dtb\n' ' INSTALL _dtbs_/ti/k3-j7200-common-proc-board.dtb\n' ' INSTALL _dtbs_/ti/k3-j721s2-common-proc-board.dtb\n' ' INSTALL _dtbs_/ti/k3-am642-evm.dtb\n' ' INSTALL _dtbs_/ti/k3-am642-sk.dtb\n' ' INSTALL _dtbs_/ti/k3-am625-sk.dtb\n' ' INSTALL _dtbs_/ti/k3-am62a7-sk.dtb\n' ' INSTALL _dtbs_/toshiba/tmpv7708-rm-mbrc.dtb\n' ' INSTALL _dtbs_/toshiba/tmpv7708-visrobo-vrb.dtb\n' ' INSTALL _dtbs_/xilinx/avnet-ultra96-rev1.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1232-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1254-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1275-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm015-dc1.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm016-dc2.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm017-dc3.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm018-dc4.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm019-dc5.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu100-revC.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-revB.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-rev1.0.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-rev1.1.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu104-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu104-revC.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu106-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu111-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-sm-k26-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-smk-k26-revA.dtb\n' ' INSTALL ' '_dtbs_/xilinx/sm-k26-revA-sck-kv-g-revA.dtb\n' ' INSTALL ' '_dtbs_/xilinx/sm-k26-revA-sck-kv-g-revB.dtb\n' ' INSTALL ' '_dtbs_/xilinx/smk-k26-revA-sm-k26-revA-sck-kv-g-revA.dtb\n' ' INSTALL ' '_dtbs_/xilinx/smk-k26-revA-sm-k26-revA-sck-kv-g-revB.dtb\n' '+ mkdir -p /tmp/kci/artifacts/dtbs\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp -r _dtbs_/actions _dtbs_/allwinner _dtbs_/altera ' '_dtbs_/amazon _dtbs_/amd _dtbs_/amlogic _dtbs_/apm ' '_dtbs_/apple _dtbs_/arm _dtbs_/broadcom _dtbs_/cavium ' '_dtbs_/exynos _dtbs_/freescale _dtbs_/hisilicon ' '_dtbs_/intel _dtbs_/lg _dtbs_/marvell _dtbs_/mediatek ' '_dtbs_/nuvoton _dtbs_/nvidia _dtbs_/qcom ' '_dtbs_/renesas _dtbs_/rockchip _dtbs_/socionext ' '_dtbs_/sprd _dtbs_/synaptics _dtbs_/tesla _dtbs_/ti ' '_dtbs_/toshiba _dtbs_/xilinx /tmp/kci/artifacts/dtbs\n' '+ cd ..\n' '+ echo job:package_dtbs=done\n' '++ date +%s\n' '+ echo jobets:package_dtbs=1745348279\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:02:47 PM UTC [INFO] Marking 3 nodes flag as processed 04/22/2025 07:02:49 PM UTC [INFO] Processing event node: 6807e7d8e51c583972a58d54 04/22/2025 07:02:49 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7d8e51c583972a58d54 04/22/2025 07:02:49 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7d8e51c583972a58d54', 'origin': 'maestro', 'comment': 'baseline-arm64 on mt8365-genio-350-evk in lava-collabora', 'start_time': '2025-04-22T19:02:48.890000+00:00', 'environment': {'comment': 'Runtime: lava-collabora', 'compatible': ['mediatek,mt8365-evk', 'mediatek,mt8365'], 'misc': {'platform': 'mt8365-genio-350-evk', 'job_id': 'kci-6807d0a19aef7c8063cad95c-kbuild-gcc-12-arm64-srpkaczh', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-collabora', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7d8e51c583972a58d54', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/2.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/kselftest.tar.gz'}]} 04/22/2025 07:02:49 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:02:49 PM UTC [INFO] Processing event node: 6807e7d9e51c583972a58d57 04/22/2025 07:02:49 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7d9e51c583972a58d57 04/22/2025 07:02:49 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7d9e51c583972a58d57', 'origin': 'maestro', 'comment': 'baseline-arm64 on mt8390-genio-700-evk in lava-collabora', 'start_time': '2025-04-22T19:02:49.050000+00:00', 'environment': {'comment': 'Runtime: lava-collabora', 'compatible': ['mediatek,mt8390-evk', 'mediatek,mt8390', 'mediatek,mt8188'], 'misc': {'platform': 'mt8390-genio-700-evk', 'job_id': 'kci-6807d0a19aef7c8063cad95c-kbuild-gcc-12-arm64-srpkaczh', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-collabora', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7d9e51c583972a58d57', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/2.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/kselftest.tar.gz'}]} 04/22/2025 07:02:49 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:02:49 PM UTC [INFO] Processing event node: 6807e7d9e51c583972a58d5a 04/22/2025 07:02:49 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7d9e51c583972a58d5a 04/22/2025 07:02:49 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7d9e51c583972a58d5a', 'origin': 'maestro', 'comment': 'baseline-arm64 on mt8395-genio-1200-evk in lava-collabora', 'start_time': '2025-04-22T19:02:49.242000+00:00', 'environment': {'comment': 'Runtime: lava-collabora', 'compatible': ['mediatek,mt8395-evk', 'mediatek,mt8395', 'mediatek,mt8195'], 'misc': {'platform': 'mt8395-genio-1200-evk', 'job_id': 'kci-6807d0a19aef7c8063cad95c-kbuild-gcc-12-arm64-srpkaczh', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-collabora', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7d9e51c583972a58d5a', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/2.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/kselftest.tar.gz'}]} 04/22/2025 07:02:49 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:02:50 PM UTC [INFO] Processing event node: 6807e7dae51c583972a58d63 04/22/2025 07:02:50 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7dae51c583972a58d63 04/22/2025 07:02:50 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7dae51c583972a58d63', 'origin': 'maestro', 'comment': 'baseline-arm64 on rk3588-rock-5b in lava-collabora', 'start_time': '2025-04-22T19:02:50.151000+00:00', 'environment': {'comment': 'Runtime: lava-collabora', 'compatible': ['radxa,rock-5b', 'rockchip,rk3588'], 'misc': {'platform': 'rk3588-rock-5b', 'job_id': 'kci-6807d0a19aef7c8063cad95c-kbuild-gcc-12-arm64-srpkaczh', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-collabora', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7dae51c583972a58d63', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/2.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/kselftest.tar.gz'}]} 04/22/2025 07:02:50 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:02:53 PM UTC [INFO] Processing event node: 6807e7dde51c583972a58d78 04/22/2025 07:02:53 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7dde51c583972a58d78 04/22/2025 07:02:53 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7dde51c583972a58d78', 'origin': 'maestro', 'comment': 'baseline-arm64-broonie on meson-g12b-a311d-libretech-cc ' 'in lava-broonie', 'start_time': '2025-04-22T19:02:53.207000+00:00', 'environment': {'comment': 'Runtime: lava-broonie', 'compatible': ['libretech,aml-a311d-cc', 'amlogic,a311d', 'amlogic,g12b'], 'misc': {'platform': 'meson-g12b-a311d-libretech-cc', 'job_id': 'kci-6807d0a19aef7c8063cad95c-kbuild-gcc-12-arm64-srpkaczh', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-broonie', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7dde51c583972a58d78', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/2.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/kselftest.tar.gz'}]} 04/22/2025 07:02:53 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:02:53 PM UTC [INFO] Processing event node: 6807e7dde51c583972a58d7e 04/22/2025 07:02:53 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7dde51c583972a58d7e 04/22/2025 07:02:53 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7dde51c583972a58d7e', 'origin': 'maestro', 'comment': 'baseline-arm64-broonie on meson-sm1-s905d3-libretech-cc ' 'in lava-broonie', 'start_time': '2025-04-22T19:02:53.778000+00:00', 'environment': {'comment': 'Runtime: lava-broonie', 'compatible': ['libretech,aml-s905d3-cc', 'amlogic,sm1'], 'misc': {'platform': 'meson-sm1-s905d3-libretech-cc', 'job_id': 'kci-6807d0a19aef7c8063cad95c-kbuild-gcc-12-arm64-srpkaczh', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-broonie', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7dde51c583972a58d7e', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/2.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/kselftest.tar.gz'}]} 04/22/2025 07:02:53 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:03:01 PM UTC [INFO] Processing event node: 6807e7e5e51c583972a58d93 04/22/2025 07:03:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7e5e51c583972a58d93 04/22/2025 07:03:01 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7e5e51c583972a58d93', 'origin': 'maestro', 'comment': 'baseline-arm64-clabbe on rk3588-rock-5b in lava-clabbe', 'start_time': '2025-04-22T19:03:01.613000+00:00', 'environment': {'comment': 'Runtime: lava-clabbe', 'compatible': ['radxa,rock-5b', 'rockchip,rk3588'], 'misc': {'platform': 'rk3588-rock-5b', 'job_id': 'kci-6807d0a19aef7c8063cad95c-kbuild-gcc-12-arm64-srpkaczh', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-clabbe', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7e5e51c583972a58d93', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/2.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/kselftest.tar.gz'}]} 04/22/2025 07:03:01 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:03:05 PM UTC [INFO] Processing event node: 6807e7e9e51c583972a58dab 04/22/2025 07:03:05 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7e9e51c583972a58dab 04/22/2025 07:03:05 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7e9e51c583972a58dab', 'origin': 'maestro', 'comment': 'baseline-arm64-pengutronix on imx8mm-innocomm-wb15-evk in ' 'lava-pengutronix', 'start_time': '2025-04-22T19:03:05.032000+00:00', 'environment': {'comment': 'Runtime: lava-pengutronix', 'compatible': ['innocomm,wb15-evk', 'fsl,imx8mm'], 'misc': {'platform': 'imx8mm-innocomm-wb15-evk', 'job_id': 'kci-6807d0a19aef7c8063cad95c-kbuild-gcc-12-arm64-srpkaczh', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-pengutronix', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7e9e51c583972a58dab', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/2.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/kselftest.tar.gz'}]} 04/22/2025 07:03:05 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:03:07 PM UTC [INFO] Processing event node: 6807e7ebe51c583972a58db4 04/22/2025 07:03:07 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7ebe51c583972a58db4 04/22/2025 07:03:07 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7ebe51c583972a58db4', 'origin': 'maestro', 'comment': 'baseline-arm64-qualcomm on qcs6490-rb3gen2 in ' 'lava-qualcomm', 'start_time': '2025-04-22T19:03:07.192000+00:00', 'environment': {'comment': 'Runtime: lava-qualcomm', 'compatible': ['qcom,qcs6490-rb3gen2', 'qcom,qcm6490'], 'misc': {'platform': 'qcs6490-rb3gen2', 'job_id': 'kci-6807d0a19aef7c8063cad95c-kbuild-gcc-12-arm64-srpkaczh', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-qualcomm', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7ebe51c583972a58db4', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/fragments/2.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-6807d0a19aef7c8063cad95c/kselftest.tar.gz'}]} 04/22/2025 07:03:07 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:03:11 PM UTC [INFO] Processing event node: 6807bdac0b92092469e0770f 04/22/2025 07:03:11 PM UTC [DEBUG] Sending to KCIDB: checkouts: maestro:6807bdac0b92092469e0770f 04/22/2025 07:03:11 PM UTC [ERROR] Failed to submit() revision: exceptions must derive from BaseException 04/22/2025 07:03:11 PM UTC [INFO] Sent checkout node: maestro:6807bdac0b92092469e0770f 04/22/2025 07:03:11 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:03:11 PM UTC [INFO] Processing event node: 6807bdfc0b92092469e0771f 04/22/2025 07:03:11 PM UTC [INFO] Processing event node: 6807be070b92092469e07727 04/22/2025 07:03:11 PM UTC [INFO] Processing event node: 6807be0c0b92092469e0772a 04/22/2025 07:03:11 PM UTC [INFO] Processing event node: 6807be110b92092469e0772d 04/22/2025 07:03:11 PM UTC [INFO] Processing event node: 6807be1b0b92092469e07735 04/22/2025 07:03:12 PM UTC [INFO] Processing event node: 6807be210b92092469e07738 04/22/2025 07:03:12 PM UTC [INFO] Processing event node: 6807be350b92092469e07744 04/22/2025 07:03:12 PM UTC [DEBUG] Error code is not set for 6807be350b92092469e07744 04/22/2025 07:03:12 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807bdac0b92092469e0770f 04/22/2025 07:03:12 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807be350b92092469e07744 04/22/2025 07:03:12 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:dummy_6807bdac0b92092469e0770f', 'id': 'maestro:6807be350b92092469e07744', 'origin': 'maestro', 'comment': 'kunit-x86_64 on kubernetes in k8s-gke-eu-west4', 'start_time': '2025-04-22T16:05:09.796000+00:00', 'environment': {'comment': 'Runtime: k8s-gke-eu-west4', 'misc': {'platform': 'kubernetes', 'job_id': 'kci-6807be350b92092469e07744-kunit-x86-64-abrfqg95', 'job_context': 'gke_android-kernelci-external_europe-west4-c_kci-eu-west4'}}, 'waived': False, 'path': 'kunit', 'misc': {'runtime': 'k8s-gke-eu-west4', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807be350b92092469e07744', 'error_code': 'node_timeout', 'error_msg': 'Node timed-out'}, 'output_files': [{'name': 'tarball', 'url': 'https://files-staging.kernelci.org/linux-netdev-testing-net-next-hw-2025-04-22--16-00-v6.15-rc2-739-gda5c38ef0521.tar.gz'}]} 04/22/2025 07:03:12 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:04:12 PM UTC [INFO] Processing event node: 680793947c32d324f2fc1032 04/22/2025 07:04:12 PM UTC [DEBUG] Error code is not set for 680793947c32d324f2fc1032 04/22/2025 07:04:12 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:680793947c32d324f2fc1032 04/22/2025 07:04:12 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:68078f5b7c32d324f2fc0be6', 'id': 'maestro:680793947c32d324f2fc1032', 'origin': 'maestro', 'comment': 'baseline-arm on at91sam9g20ek in lava-broonie', 'start_time': '2025-04-22T13:03:16.759000+00:00', 'environment': {'comment': 'Runtime: lava-broonie', 'compatible': ['atmel,at91sam9g20ek', 'atmel,at91sam9g20', 'atmel,at91sam9'], 'misc': {'platform': 'at91sam9g20ek', 'job_url': 'https://lava.sirena.org.uk/scheduler/job/1313671', 'job_id': '1313671'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-broonie', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=680793947c32d324f2fc1032', 'error_code': 'node_timeout', 'error_msg': 'Node timed-out'}, 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-68078f5b7c32d324f2fc0be6/kselftest.tar.gz'}]} 04/22/2025 07:04:12 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:04:12 PM UTC [INFO] Processing 16 unprocessed nodes 04/22/2025 07:04:26 PM UTC [INFO] Processing event node: 6807e17b1b4012cda6bf831f 04/22/2025 07:04:26 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807e17b1b4012cda6bf831f 04/22/2025 07:04:26 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807e1201b4012cda6bf82fc', 'id': 'maestro:6807e17b1b4012cda6bf831f', 'origin': 'maestro', 'comment': 'staging-stable-20250422.5', 'start_time': '2025-04-22T18:35:39.393000+00:00', 'architecture': 'arm', 'compiler': 'gcc-12', 'config_name': 'vexpress_defconfig', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807e17b1b4012cda6bf831f-kbuild-gcc-12-arm-vexpre-khp93ju2', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'zimage', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e17b1b4012cda6bf831f'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/fragments/0.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e17b1b4012cda6bf831f/build.log.gz', 'log_excerpt': "/tmp/kci/linux/tools/testing/selftests/sgx'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sigaltstack'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/sigaltstack/sas ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sigaltstack/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sigaltstack'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/size'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/size/get_size ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/size/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/size'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sparc64'\n" 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sparc64'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/splice'\n" 'rsync -a --copy-unsafe-links ' 'default_file_splice_read.sh short_splice_read.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/splice/default_file_splice_read ' '/tmp/kci/linux/tools/testing/selftests/splice/splice_read ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'rsync -a --copy-unsafe-links config settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/splice'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/static_keys'\n" 'rsync -a --copy-unsafe-links test_static_keys.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/static_keys/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/static_keys/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/static_keys'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sync'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/sync/sync_test ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sync/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sync/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sync'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch/sud_test ' '/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch/sud_benchmark ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/syscall_user_dispatch/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/syscall_user_dispatch/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sysctl'\n" 'rsync -a --copy-unsafe-links sysctl.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sysctl/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sysctl/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sysctl'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tc-testing'\n" '/bin/sh: 1: llc: not found\n' 'clang -I. -I/include/uapi -idirafter ' '/usr/lib/llvm-14/lib/clang/14.0.6/include -idirafter ' '/usr/local/include -idirafter ' '/usr/include/x86_64-linux-gnu -idirafter /usr/include ' '-Wno-compare-distinct-pointer-types \\\n' '\t -O2 -target bpf -emit-llvm -c action.c -o - | ' '\\\n' 'llc -march=bpf -mcpu=probe -filetype=obj -o ' '/tmp/kci/linux/tools/testing/selftests/tc-testing/action.o\n' '/bin/sh: 3: llc: not found\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tc-testing'\n" 'make[2]: *** [Makefile:26: ' '/tmp/kci/linux/tools/testing/selftests/tc-testing/action.o] ' 'Error 127\n' 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/timens'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timens/timens ' '/tmp/kci/linux/tools/testing/selftests/timens/timerfd ' '/tmp/kci/linux/tools/testing/selftests/timens/timer ' '/tmp/kci/linux/tools/testing/selftests/timens/clock_nanosleep ' '/tmp/kci/linux/tools/testing/selftests/timens/procfs ' '/tmp/kci/linux/tools/testing/selftests/timens/exec ' '/tmp/kci/linux/tools/testing/selftests/timens/futex ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timens/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timens/gettime_perf ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timens/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timens/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/timens'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/timers'\n" 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timers/posix_timers ' '/tmp/kci/linux/tools/testing/selftests/timers/nanosleep ' '/tmp/kci/linux/tools/testing/selftests/timers/nsleep-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/set-timer-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/mqueue-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/inconsistency-check ' '/tmp/kci/linux/tools/testing/selftests/timers/raw_skew ' '/tmp/kci/linux/tools/testing/selftests/timers/threadtest ' '/tmp/kci/linux/tools/testing/selftests/timers/rtcpie ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timers/alarmtimer-suspend ' '/tmp/kci/linux/tools/testing/selftests/timers/valid-adjtimex ' '/tmp/kci/linux/tools/testing/selftests/timers/adjtick ' '/tmp/kci/linux/tools/testing/selftests/timers/change_skew ' '/tmp/kci/linux/tools/testing/selftests/timers/skew_consistency ' '/tmp/kci/linux/tools/testing/selftests/timers/clocksource-switch ' '/tmp/kci/linux/tools/testing/selftests/timers/freq-step ' '/tmp/kci/linux/tools/testing/selftests/timers/leap-a-day ' '/tmp/kci/linux/tools/testing/selftests/timers/leapcrash ' '/tmp/kci/linux/tools/testing/selftests/timers/set-tai ' '/tmp/kci/linux/tools/testing/selftests/timers/set-2038 ' '/tmp/kci/linux/tools/testing/selftests/timers/set-tz ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/timers'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tmpfs'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/tmpfs/bug-link-o-tmpfile ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tmpfs/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tmpfs'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tpm2'\n" 'rsync -a --copy-unsafe-links test_smoke.sh ' 'test_space.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'rsync -a --copy-unsafe-links tpm2.py tpm2_tests.py ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tpm2'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/user'\n" 'rsync -a --copy-unsafe-links test_user_copy.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/user/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/user/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/user'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/vDSO'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_gettimeofday ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_getcpu ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_abi ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_clock_getres ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_correctness ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/vDSO/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/vDSO'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/vm'\n" 'arm-linux-gnueabihf-gcc -Wall -I ' '/tmp/kci/linux/tools/testing/selftests/../../.. ' '-isystem /tmp/kci/linux/usr/include -no-pie ' 'map_hugetlb.c -lrt -lpthread -o ' '/tmp/kci/linux/tools/testing/selftests/vm/map_hugetlb\n' 'map_hugetlb.c: In function ‘main’:\n' 'map_hugetlb.c:79:25: warning: implicit declaration of ' 'function ‘default_huge_page_size’ ' '[-Wimplicit-function-declaration]\n' ' 79 | hugepage_size = ' 'default_huge_page_size();\n' ' | ' '^~~~~~~~~~~~~~~~~~~~~~\n' '/usr/lib/gcc-cross/arm-linux-gnueabihf/12/../../../../arm-linux-gnueabihf/bin/ld: ' "/tmp/ccWA4K3Z.o: in function `main':\n" 'map_hugetlb.c:(.text+0xcc): undefined reference to ' "`default_huge_page_size'\n" 'collect2: error: ld returned 1 exit status\n' 'make[2]: *** [../lib.mk:155: ' '/tmp/kci/linux/tools/testing/selftests/vm/map_hugetlb] ' 'Error 1\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/vm'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/x86'\n" "make[2]: Nothing to be done for 'install'.\n" 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/x86'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/zram'\n" 'rsync -a --copy-unsafe-links zram.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'rsync -a --copy-unsafe-links zram01.sh zram02.sh ' 'zram_lib.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/zram'\n" 'for TARGET in alsa amd-pstate arm64 breakpoints ' 'capabilities cgroup clone3 core cpufreq cpu-hotplug ' 'damon drivers/dma-buf drivers/s390x/uvdevice ' 'drivers/net/bonding drivers/net/team efivarfs exec ' 'filesystems filesystems/binderfs filesystems/epoll ' 'filesystems/fat firmware fpu ftrace futex gpio ' 'intel_pstate ipc ir kcmp kexec kvm landlock lib ' 'livepatch lkdtm membarrier memfd memory-hotplug ' 'mincore mount mount_setattr move_mount_set_group ' 'mqueue nci net net/af_unix net/forwarding net/mptcp ' 'net/openvswitch netfilter nsfs pidfd pid_namespace ' 'powerpc proc pstore ptrace openat2 resctrl rlimits ' 'rseq rtc seccomp sgx sigaltstack size sparc64 splice ' 'static_keys sync syscall_user_dispatch sysctl ' 'tc-testing timens timers tmpfs tpm2 user vDSO vm x86 ' 'zram; do \\\n' '\tBUILD_TARGET=$BUILD/$TARGET;\t\\\n' '\t[ ! -d ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/$TARGET ' '] && printf "Skipping non-existent dir: $TARGET\\n" ' '&& continue; \\\n' '\tprintf "Emit Tests for $TARGET\\n"; \\\n' '\tmake -s --no-print-directory OUTPUT=$BUILD_TARGET ' 'COLLECTION=$TARGET \\\n' '\t\t-C $TARGET emit_tests >> ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-list.txt; ' '\\\n' 'done;\n' 'Emit Tests for alsa\n' 'Emit Tests for amd-pstate\n' 'Skipping non-existent dir: arm64\n' 'Emit Tests for breakpoints\n' 'Emit Tests for capabilities\n' 'Emit Tests for cgroup\n' 'Emit Tests for clone3\n' 'Emit Tests for core\n' 'Emit Tests for cpufreq\n' 'Emit Tests for cpu-hotplug\n' 'Emit Tests for damon\n' 'Emit Tests for drivers/dma-buf\n' 'Skipping non-existent dir: drivers/s390x/uvdevice\n' 'Emit Tests for drivers/net/bonding\n' 'Emit Tests for drivers/net/team\n' 'Emit Tests for efivarfs\n' 'Emit Tests for exec\n' 'Emit Tests for filesystems\n' 'Emit Tests for filesystems/binderfs\n' 'Emit Tests for filesystems/epoll\n' 'Emit Tests for filesystems/fat\n' 'Emit Tests for firmware\n' 'Emit Tests for fpu\n' 'Emit Tests for ftrace\n' 'Emit Tests for futex\n' 'Emit Tests for gpio\n' 'Emit Tests for intel_pstate\n' 'Emit Tests for ipc\n' 'Emit Tests for ir\n' 'Emit Tests for kcmp\n' 'Skipping non-existent dir: kexec\n' 'Skipping non-existent dir: kvm\n' 'Emit Tests for landlock\n' 'Emit Tests for lib\n' 'Emit Tests for livepatch\n' 'Emit Tests for lkdtm\n' 'Emit Tests for membarrier\n' 'Emit Tests for memfd\n' 'Emit Tests for memory-hotplug\n' 'Emit Tests for mincore\n' 'Emit Tests for mount\n' 'Emit Tests for mount_setattr\n' 'Emit Tests for move_mount_set_group\n' 'Emit Tests for mqueue\n' 'Emit Tests for nci\n' 'Emit Tests for net\n' 'Emit Tests for net/af_unix\n' 'Emit Tests for net/forwarding\n' 'Emit Tests for net/mptcp\n' 'Emit Tests for net/openvswitch\n' 'Emit Tests for netfilter\n' 'Emit Tests for nsfs\n' 'Emit Tests for pidfd\n' 'Emit Tests for pid_namespace\n' 'Skipping non-existent dir: powerpc\n' 'Skipping non-existent dir: proc\n' 'Emit Tests for pstore\n' 'Emit Tests for ptrace\n' 'Emit Tests for openat2\n' 'Emit Tests for resctrl\n' 'Emit Tests for rlimits\n' 'Emit Tests for rseq\n' 'Emit Tests for rtc\n' 'Emit Tests for seccomp\n' 'Skipping non-existent dir: sgx\n' 'Emit Tests for sigaltstack\n' 'Emit Tests for size\n' 'Skipping non-existent dir: sparc64\n' 'Emit Tests for splice\n' 'Emit Tests for static_keys\n' 'Emit Tests for sync\n' 'Emit Tests for syscall_user_dispatch\n' 'Emit Tests for sysctl\n' 'Skipping non-existent dir: tc-testing\n' 'Emit Tests for timens\n' 'Emit Tests for timers\n' 'Emit Tests for tmpfs\n' 'Emit Tests for tpm2\n' 'Emit Tests for user\n' 'Emit Tests for vDSO\n' 'Skipping non-existent dir: vm\n' 'Skipping non-existent dir: x86\n' 'Emit Tests for zram\n' 'Created ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-packages/kselftest.tar.gz\n' '+ echo job:build_kselftest=done\n' '++ date +%s\n' '+ echo jobets:build_kselftest=1745348433\n' '+ echo -----log:build_dtbs-----\n' '-----log:build_dtbs-----\n' '+ echo job:build_dtbs=running\n' '++ date +%s\n' '+ echo jobsts:build_dtbs=1745348433\n' '+ cd /tmp/kci/linux\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '++ nproc\n' '+ make -j8 dtbs\n' '++ tee /tmp/kci/artifacts/build_dtbs.log\n' '++ tee /tmp/kci/artifacts/build_dtbs_stderr.log\n' ' DTC arch/arm/boot/dts/vexpress-v2p-ca5s.dtb\n' ' DTC arch/arm/boot/dts/vexpress-v2p-ca9.dtb\n' ' DTC ' 'arch/arm/boot/dts/vexpress-v2p-ca15-tc1.dtb\n' ' DTC arch/arm/boot/dts/vexpress-v2p-ca15_a7.dtb\n' '+ cd ..\n' '+ echo job:build_dtbs=done\n' '++ date +%s\n' '+ echo jobets:build_dtbs=1745348434\n' '+ echo -----log:package_kimage-----\n' '-----log:package_kimage-----\n' '+ echo job:package_kimage=running\n' '++ date +%s\n' '+ echo jobsts:package_kimage=1745348434\n' '+ cd /tmp/kci/linux\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp arch/arm/boot/zImage ../artifacts\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp arch/arm/boot/xipImage ../artifacts\n' "cp: cannot stat 'arch/arm/boot/xipImage': No such " 'file or directory\n' '+ true\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp vmlinux ../artifacts\n' '+ cd ..\n' '+ echo job:package_kimage=done\n' '++ date +%s\n' '+ echo jobets:package_kimage=1745348434\n' '+ echo -----log:package_modules-----\n' '-----log:package_modules-----\n' '+ echo job:package_modules=running\n' '++ date +%s\n' '+ echo jobsts:package_modules=1745348434\n' '+ cd /tmp/kci/linux\n' '+ set +e\n' '+ grep CONFIG_MODULES=y .config\n' 'CONFIG_MODULES=y\n' "+ '[' 0 -eq 0 ']'\n" '+ set -e\n' '+ make modules_install\n' ' DEPMOD _modules_/lib/modules/6.1.132\n' '+ tar -C _modules_ -cJf ' '/tmp/kci/artifacts/modules.tar.xz .\n' '+ cd ..\n' '+ rm -rf _modules_\n' '+ set -e\n' '+ echo job:package_modules=done\n' '++ date +%s\n' '+ echo jobets:package_modules=1745348434\n' '+ echo -----log:package_kselftest-----\n' '-----log:package_kselftest-----\n' '+ echo job:package_kselftest=running\n' '++ date +%s\n' '+ echo jobsts:package_kselftest=1745348434\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-packages/kselftest.tar.gz ' '/tmp/kci/artifacts/\n' '+ echo job:package_kselftest=done\n' '++ date +%s\n' '+ echo jobets:package_kselftest=1745348434\n' '+ echo -----log:package_dtbs-----\n' '-----log:package_dtbs-----\n' '+ echo job:package_dtbs=running\n' '++ date +%s\n' '+ echo jobsts:package_dtbs=1745348434\n' '+ cd /tmp/kci/linux\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ make dtbs_install\n' ' INSTALL _dtbs_/vexpress-v2p-ca5s.dtb\n' ' INSTALL _dtbs_/vexpress-v2p-ca9.dtb\n' ' INSTALL _dtbs_/vexpress-v2p-ca15-tc1.dtb\n' ' INSTALL _dtbs_/vexpress-v2p-ca15_a7.dtb\n' '+ mkdir -p /tmp/kci/artifacts/dtbs\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp -r _dtbs_/vexpress-v2p-ca15-tc1.dtb ' '_dtbs_/vexpress-v2p-ca15_a7.dtb ' '_dtbs_/vexpress-v2p-ca5s.dtb ' '_dtbs_/vexpress-v2p-ca9.dtb /tmp/kci/artifacts/dtbs\n' '+ cd ..\n' '+ echo job:package_dtbs=done\n' '++ date +%s\n' '+ echo jobets:package_dtbs=1745348434\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:04:26 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:04:27 PM UTC [INFO] Processing event node: 6807e7e7e51c583972a58da2 04/22/2025 07:04:27 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7e7e51c583972a58da2 04/22/2025 07:04:27 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7e7e51c583972a58da2', 'origin': 'maestro', 'comment': 'baseline-arm64-kontron on kontron-bl-imx8mm in ' 'lava-kontron', 'start_time': '2025-04-22T19:03:03.565000+00:00', 'environment': {'comment': 'Runtime: lava-kontron', 'compatible': ['kontron,imx8mm-bl', 'kontron,imx8mm-sl', 'fsl,imx8mm'], 'misc': {'platform': 'kontron-bl-imx8mm', 'job_url': 'https://lavalab.kontron.com/scheduler/job/515698', 'job_id': '515698'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-kontron', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7e7e51c583972a58da2'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-kontron-6807e7e7e51c583972a58da2/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-kontron-6807e7e7e51c583972a58da2/log.txt.gz', 'log_excerpt': 'stributor 1 region 0:0x00000000388a0000\n' '[ 0.093924] CPU1: Booted secondary processor ' '0x0000000001 [0x410fd034]\n' '[ 0.094395] Detected VIPT I-cache on CPU2\n' '[ 0.094455] GICv3: CPU2: found redistributor 2 ' 'region 0:0x00000000388c0000\n' '[ 0.094479] CPU2: Booted secondary processor ' '0x0000000002 [0x410fd034]\n' '[ 0.094896] Detected VIPT I-cache on CPU3\n' '[ 0.094956] GICv3: CPU3: found redistributor 3 ' 'region 0:0x00000000388e0000\n' '[ 0.094978] CPU3: Booted secondary processor ' '0x0000000003 [0x410fd034]\n' '[ 0.095030] smp: Brought up 1 node, 4 CPUs\n' '[ 0.149994] SMP: Total of 4 processors activated.\n' '[ 0.154705] CPU features: detected: 32-bit EL0 ' 'Support\n' '[ 0.159882] CPU features: detected: 32-bit EL1 ' 'Support\n' '[ 0.165034] CPU features: detected: CRC32 ' 'instructions\n' '[ 0.170250] CPU: All CPU(s) started at EL2\n' '[ 0.174321] alternatives: applying system-wide ' 'alternatives\n' '[ 0.181448] devtmpfs: initialized\n' '[ 0.189122] clocksource: jiffies: mask: 0xffffffff ' 'max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ' 'ns\n' '[ 0.196090] futex hash table entries: 1024 (order: ' '4, 65536 bytes, linear)\n' '[ 0.204148] pinctrl core: initialized pinctrl ' 'subsystem\n' '[ 0.210516] DMI not present or invalid.\n' '[ 0.212752] NET: Registered PF_NETLINK/PF_ROUTE ' 'protocol family\n' '[ 0.219020] DMA: preallocated 128 KiB GFP_KERNEL ' 'pool for atomic allocations\n' '[ 0.225281] DMA: preallocated 128 KiB ' 'GFP_KERNEL|GFP_DMA pool for atomic allocations\n' '[ 0.232991] DMA: preallocated 128 KiB ' 'GFP_KERNEL|GFP_DMA32 pool for atomic allocations\n' '[ 0.240924] audit: initializing netlink subsys ' '(disabled)\n' '[ 0.246418] audit: type=2000 audit(0.164:1): ' 'state=initialized audit_enabled=0 res=1\n' '[ 0.247549] thermal_sys: Registered thermal ' "governor 'step_wise'\n" '[ 0.254092] thermal_sys: Registered thermal ' "governor 'power_allocator'\n" '[ 0.260171] cpuidle: using governor menu\n' '[ 0.270818] hw-breakpoint: found 6 breakpoint and ' '4 watchpoint registers.\n' '[ 0.277524] ASID allocator initialised with 65536 ' 'entries\n' '[ 0.284617] Serial: AMBA PL011 UART driver\n' '[ 0.292261] /soc@0: Fixed dependency cycle(s) with ' '/soc@0/bus@30000000/efuse@30350000/unique-id@4\n' '[ 0.298955] /soc@0/interrupt-controller@38800000: ' 'Fixed dependency cycle(s) with ' '/soc@0/interrupt-controller@38800000\n' '[ 0.312284] /soc@0/bus@30000000/pinctrl@30330000: ' 'Fixed dependency cycle(s) with ' '/soc@0/bus@30000000/pinctrl@30330000/gpiogrp\n' '[ 0.321330] imx8mm-pinctrl 30330000.pinctrl: ' 'initialized IMX pinctrl driver\n' '[ 0.328524] /soc@0/bus@30000000/efuse@30350000: ' 'Fixed dependency cycle(s) with ' '/soc@0/bus@30000000/clock-controller@30380000\n' '[ 0.340466] /soc@0/bus@30000000/efuse@30350000: ' 'Fixed dependency cycle(s) with ' '/soc@0/bus@30000000/clock-controller@30380000\n' '[ 0.364953] KASLR disabled due to lack of seed\n' '[ 0.375769] HugeTLB: registered 1.00 GiB page ' 'size, pre-allocated 0 pages\n' '[ 0.379748] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 1.00 GiB page\n' '[ 0.386058] HugeTLB: registered 32.0 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.392861] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 32.0 MiB page\n' '[ 0.399163] HugeTLB: registered 2.00 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.405986] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 2.00 MiB page\n' '[ 0.412287] HugeTLB: registered 64.0 KiB page ' 'size, pre-allocated 0 pages\n' '[ 0.419112] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 64.0 KiB page\n' '[ 0.427026] ACPI: Interpreter disabled.\n' '[ 0.431925] iommu: Default domain type: ' 'Translated\n' '[ 0.434173] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.440694] SCSI subsystem initialized\n' '[ 0.444549] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.449767] usbcore: registered new interface ' 'driver hub\n' '[ 0.455098] usbcore: registered new device driver ' 'usb\n' '[ 0.461318] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.465141] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.474338] PTP clock support registered\n' '[ 0.478387] EDAC MC: Ver: 3.0.0\n' '[ 0.482883] FPGA manager framework\n' '[ 0.484891] Advanced Linux Sound Architecture ' 'Driver Initialized.\n' '[ 0.491741] vgaarb: loaded\n' '[ 0.493940] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.499982] VFS: Disk quotas dquot_6.6.0\n' '[ 0.503756] VFS: Dquot-cache hash table entries: ' '512 (order 0, 4096 bytes)\n' '[ 0.510795] pnp: PnP ACPI: disabled\n' '[ 0.520350] NET: Registered PF_INET protocol ' 'family\n' '[ 0.522536] IP idents hash table entries: 16384 ' '(order: 5, 131072 bytes, linear)\n' '[ 0.530810] tcp_listen_portaddr_hash hash table ' 'entries: 512 (order: 1, 8192 bytes, linear)\n' '[ 0.538274] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.546027] TCP established hash table entries: ' '8192 (order: 4, 65536 bytes, linear)\n' '[ 0.553861] TCP bind hash table entries: 8192 ' '(order: 6, 262144 bytes, linear)\n' '[ 0.561288] TCP: Hash tables configured ' '(established 8192 bind 8192)\n' '[ 0.567613] MPTCP token hash table entries: 1024 ' '(order: 2, 24576 bytes, linear)\n' '[ 0.574943] UDP hash table entries: 512 (order: 2, ' '16384 bytes, linear)\n' '[ 0.581564] UDP-Lite hash table entries: 512 ' '(order: 2, 16384 bytes, linear)\n' '[ 0.588738] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.594632] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.600277] RPC: Registered udp transport module.\n' '[ 0.604994] RPC: Registered tcp transport module.\n' '[ 0.609717] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.616199] PCI: CLS 0 bytes, default 64\n' '[ 0.620339] Unpacking initramfs...\n' '[ 0.630579] hw perfevents: enabled with ' 'armv8_cortex_a53 PMU driver, 7 counters available\n' '[ 0.636642] kvm [1]: IPA Size Limit: 40 bits\n' '[ 0.641880] kvm [1]: GICv3: no GICV resource ' 'entry\n' '[ 0.645080] kvm [1]: disabling GICv2 emulation\n' '[ 0.649557] kvm [1]: GIC system register CPU ' 'interface enabled\n' '[ 0.655549] kvm [1]: vgic interrupt IRQ9\n' '[ 0.659490] kvm [1]: Hyp mode initialized ' 'successfully\n' '[ 0.665993] Initialise system trusted keyrings\n' '[ 0.669247] workingset: timestamp_bits=42 ' 'max_order=18 bucket_order=0\n' '[ 0.682162] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.685865] NFS: Registering the id_resolver key ' 'type\n' '[ 0.690329] Key type id_resolver registered\n' '[ 0.694456] Key type id_legacy registered\n' '[ 0.698621] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.705230] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.712910] 9p: Installing v9fs 9p2000 file system ' 'support\n' '[ 0.754900] Key type asymmetric registered\n' "[ 0.756161] Asymmetric key parser 'x509' " 'registered\n' '[ 0.761170] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 245)\n' '[ 0.768519] io scheduler mq-deadline registered\n' '[ 0.773061] io scheduler kyber registered\n' '[ 0.792200] EINJ: ACPI disabled.\n' '[ 0.827963] SoC: i.MX8MM revision 1.0\n' '[ 0.838489] imx-gpcv2 303a0000.gpc: Failed to ' 'create device link (0x180) with ' '30390000.reset-controller\n' '[ 0.849803] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 0.857065] SuperH (H)SCI(F) driver initialized\n' '[ 0.859950] 30860000.serial: ttymxc0 at MMIO ' '0x30860000 (irq = 16, base_baud = 1500000) is a IMX\n' '[ 0.868366] 30880000.serial: ttymxc2 at MMIO ' '0x30880000 (irq = 17, base_baud = 1500000) is a IMX\n' '[ 0.876541] printk: console [ttymxc2] enabled\n' '[ 0.876541] printk: console [ttymxc2] enabled\n' '[ 0.885164] printk: bootconsole [ec_imx6q0] ' 'disabled\n' '[ 0.885164] printk: bootconsole [ec_imx6q0] ' 'disabled\n' '[ 0.895886] 30890000.serial: ttymxc1 at MMIO ' '0x30890000 (irq = 18, base_baud = 1500000) is a IMX\n' '[ 0.907841] msm_serial: driver initialized\n' '[ 0.919866] loop: module loaded\n' '[ 0.924355] megasas: 07.719.03.00-rc1\n' '[ 0.936358] tun: Universal TUN/TAP device driver, ' '1.6\n' '[ 0.943123] thunder_xcv, ver 1.0\n' '[ 0.946465] thunder_bgx, ver 1.0\n' '[ 0.949757] nicpf, ver 1.0\n' '[ 0.954841] hns3: Hisilicon Ethernet Network ' 'Driver for Hip08 Family - version\n' '[ 0.962096] hns3: Copyright (c) 2017 Huawei ' 'Corporation.\n' '[ 0.967547] hclge is initializing\n' '[ 0.970911] e1000: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.975808] e1000: Copyright (c) 1999-2006 Intel ' 'Corporation.\n' '[ 0.981663] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.986649] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 0.992665] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 0.998108] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 1.003834] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 1.010126] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 1.016829] sky2: driver version 1.30\n' '[ 1.022414] VFIO - User Level meta-driver version: ' '0.3\n' '[ 1.032417] usbcore: registered new interface ' 'driver usb-storage\n' '[ 1.040964] i2c_dev: i2c /dev entries driver\n' '[ 1.056143] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 1.062358] sdhci: Copyright(c) Pierre Ossman\n' '[ 1.068167] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 1.075986] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 1.085766] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 1.093923] SMCCC: SOC_ID: ARCH_SOC_ID not ' 'implemented, skipping ....\n' '[ 1.101887] usbcore: registered new interface ' 'driver usbhid\n' '[ 1.107489] usbhid: USB HID core driver\n' '[ 1.117292] /soc@0: Fixed dependency cycle(s) with ' '/soc@0/bus@30000000/efuse@30350000\n' '[ 1.130372] netem: version 1.3\n' '[ 1.133541] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.139639] IPv4 over IPsec tunneling driver\n' '[ 1.144836] NET: Registered PF_INET6 protocol ' 'family\n' '[ 1.151654] Segment Routing with IPv6\n' '[ 1.155439] In-situ OAM (IOAM) with IPv6\n' '[ 1.160031] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.166985] NET: Registered PF_PACKET protocol ' 'family\n' '[ 1.172163] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 1.185701] 8021q: 802.1Q VLAN Support v1.8\n' '[ 1.190211] 9pnet: Installing 9P2000 support\n' '[ 1.194619] Key type dns_resolver registered\n' '[ 1.199530] registered taskstats version 1\n' '[ 1.203704] Loading compiled-in X.509 ' 'certificates\n' '[ 1.247944] nxp-pca9450 0-0025: pca9450a probed.\n' '[ 1.252941] i2c i2c-0: IMX I2C adapter registered\n' '[ 1.259299] i2c i2c-3: IMX I2C adapter registered\n' '[ 1.705493] Freeing initrd memory: 22296K\n' '[ 1.729549] MACsec IEEE 802.1AE\n' '[ 1.796406] fec 30be0000.ethernet eth0: registered ' 'PHC device 0\n' '[ 1.809271] sdhci-esdhc-imx 30b50000.mmc: Got CD ' 'GPIO\n' '[ 1.810973] clk: Disabling unused clocks\n' '[ 1.820001] ALSA device list:\n' '[ 1.822990] No soundcards found.\n' '[ 1.834194] mmc0: SDHCI controller on 30b40000.mmc ' '[30b40000.mmc] using ADMA\n' '[ 1.854515] mmc1: SDHCI controller on 30b50000.mmc ' '[30b50000.mmc] using ADMA\n' '[ 1.864183] Freeing unused kernel memory: 7616K\n' '[ 1.868886] Run /init as init process\n' 'Starting syslogd: [ 1.910437] mmc1: host does not ' 'support reading read-only switch, assuming ' 'write-enable\n' 'OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 1.943696] mmc1: new ' 'ultra high speed SDR104 SDHC card at address aaaa\n' '[ 1.950593] udevd[158]: starting version 3.2.9\n' '[ 1.951075] mmcblk1: mmc1:aaaa SC32G 29.7 GiB\n' '[ 1.964735] mmc0: new HS400 Enhanced strobe MMC ' 'card at address 0001\n' '[ 1.971373] mmcblk1: p1 p2\n' '[ 1.974503] mmcblk0: mmc0:0001 008GB0 7.28 GiB\n' '[ 1.980758] mmcblk0: p1 p2\n' '[ 1.984182] mmcblk0boot0: mmc0:0001 008GB0 4.00 ' 'MiB\n' '[ 1.990306] mmcblk0boot1: mmc0:0001 008GB0 4.00 ' 'MiB\n' '[ 1.996399] mmcblk0rpmb: mmc0:0001 008GB0 4.00 ' 'MiB, chardev (511:0)\n' '[ 6.733949] random: crng init done\n' "[ 6.742254] udevd[158]: specified user 'tss' " 'unknown\n' "[ 6.747319] udevd[158]: specified group 'tss' " 'unknown\n' '[ 6.753835] udevd[162]: starting eudev-3.2.9\n' '[ 6.992113] imx-cpufreq-dt imx-cpufreq-dt: cpu ' 'speed grade 2 mkt segment 2 supported-hw 0x4 0x4\n' '[ 7.068280] etnaviv etnaviv: bound 38000000.gpu ' '(ops gpu_ops [etnaviv])\n' '[ 7.068882] caam 30900000.crypto: Entropy delay = ' '3200\n' '[ 7.080284] caam 30900000.crypto: Entropy delay = ' '3600\n' '[ 7.107743] etnaviv etnaviv: bound 38008000.gpu ' '(ops gpu_ops [etnaviv])\n' '[ 7.114548] etnaviv-gpu 38000000.gpu: model: ' 'GC600, revision: 4653\n' '[ 7.120998] etnaviv-gpu 38000000.gpu: Need to move ' 'linear window on MC1.0, disabling TS\n' '[ 7.129086] etnaviv-gpu 38008000.gpu: model: ' 'GC520, revision: 5341\n' '[ 7.135791] [drm] Initialized etnaviv 1.4.0 ' '20151214 for etnaviv on minor 0\n' '[ 7.140295] pwm-beeper pwm-beeper: supply amp not ' 'found, using dummy regulator\n' '[ 7.153171] caam 30900000.crypto: Instantiated ' 'RNG4 SH0\n' '[ 7.159208] imx-sdma 302c0000.dma-controller: ' 'Direct firmware load for imx/sdma/sdma-imx7d.bin ' 'failed with error -2\n' '[ 7.159814] snvs_rtc 30370000.snvs:snvs-rtc-lp: ' 'registered as rtc0\n' '[ 7.169727] imx-sdma 302c0000.dma-controller: ' 'external firmware not found, using ROM firmware\n' '[ 7.176011] snvs_rtc 30370000.snvs:snvs-rtc-lp: ' 'setting system clock to 1970-01-01T00:00:00 UTC (0)\n' '[ 7.191849] imx-sdma 302b0000.dma-controller: ' 'Direct firmware load for imx/sdma/sdma-imx7d.bin ' 'failed with error -2\n' '[ 7.194316] input: pwm-beeper as ' '/devices/platform/pwm-beeper/input/input0\n' '[ 7.204014] imx-sdma 302b0000.dma-controller: ' 'external firmware not found, using ROM firmware\n' '[ 7.220828] caam 30900000.crypto: Instantiated ' 'RNG4 SH1\n' '[ 7.226063] imx-sdma 30bd0000.dma-controller: ' 'Direct firmware load for imx/sdma/sdma-imx7d.bin ' 'failed with error -2\n' '[ 7.226079] imx-sdma 30bd0000.dma-controller: ' 'external firmware not found, using ROM firmware\n' '[ 7.228494] imx-sdma 30bd0000.dma-controller: sdma ' 'firmware not ready!\n' '[ 7.236646] caam 30900000.crypto: device ID = ' '0x0a16040100000000 (Era 9)\n' '[ 7.252516] spi-nor spi0.0: mx25r1635f (2048 ' 'Kbytes)\n' '[ 7.258397] caam 30900000.crypto: job rings = 2, ' 'qi = 0\n' '[ 7.290247] 3 fixed-partitions partitions found on ' 'MTD device spi0.0\n' '[ 7.294004] mc: Linux media interface: v0.10\n' '[ 7.296646] Creating 3 MTD partitions on ' '\\"spi0.0\\":\n' '[ 7.302161] rtc-rv8803 3-0032: registered as rtc1\n' '[ 7.305726] 0x000000000000-0x0000001e0000 : ' '\\"u-boot\\"\n' '[ 7.316189] usb_phy_generic usbphynop1: supply vcc ' 'not found, using dummy regulator\n' '[ 7.316614] imx8m-ddrc-devfreq ' '3d400000.memory-controller: failed to init firmware ' 'freq info: -19\n' '[ 7.324904] 0x0000001e0000-0x0000001f0000 : ' '\\"env\\"\n' '[ 7.339193] 0x0000001f0000-0x000000200000 : ' '\\"env_redundant\\"\n' '[ 7.339877] usb_phy_generic usbphynop1: dummy ' 'supplies not allowed for exclusive requests\n' '[ 7.353719] usb_phy_generic usbphynop2: supply vcc ' 'not found, using dummy regulator\n' '[ 7.356485] videodev: Linux video capture ' 'interface: v2.00\n' '[ 7.361694] usb_phy_generic usbphynop2: dummy ' 'supplies not allowed for exclusive requests\n' '[ 7.401621] hantro-vpu 38300000.video-codec: ' 'registered nxp,imx8mm-vpu-g1-dec as /dev/video0\n' '[ 7.412109] hantro-vpu 38310000.video-codec: ' 'registered nxp,imx8mq-vpu-g2-dec as /dev/video1\n' '[ 7.443708] caam algorithms registered in ' '/proc/crypto\n' '[ 7.449835] caam 30900000.crypto: caam pkc ' 'algorithms registered in /proc/crypto\n' '[ 7.457482] caam 30900000.crypto: registering ' 'rng-caam\n' '[ 7.463157] caam 30900000.crypto: rng crypto API ' 'alg registered prng-caam\n' '[ 7.489659] ci_hdrc ci_hdrc.1: EHCI Host ' 'Controller\n' '[ 7.494652] ci_hdrc ci_hdrc.1: new USB bus ' 'registered, assigned bus number 1\n' '[ 7.513948] ci_hdrc ci_hdrc.1: USB 2.0 started, ' 'EHCI 1.00\n' '[ 7.519881] hub 1-0:1.0: USB hub found\n' '[ 7.523666] hub 1-0:1.0: 1 port detected\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '#[ 7.786104] usb 1-1: new high-speed USB device ' 'number 2 using ci_hdrc\n' '/ # export SHELL=/bin/sh\n' 'export SHELL=/bin/sh[ 7.948244] hub 1-1:1.0: USB ' 'hub found\n' '[ 7.952192] hub 1-1:1.0: 5 ports detected\n' '/ # . /lava-515698/environment\n' '. /lava-515698/environment\n' '/ # /lava-515698/bin/lava-test-runner /lava-515698/0\n' '/lava-515698/bin/lava-test-runner /lava-515698/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-515698/0/tes[ 8.217489] ' '\n' 'ts/0_dmesg\n' '+ cat uuid\n' '+ UUID=51[ 8.225383] \n' '5698_1.5.2.4.1\n' '+ set +x\n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '\n'} 04/22/2025 07:04:27 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:04:29 PM UTC [INFO] Processing event node: 6807e7e8e51c583972a58da5 04/22/2025 07:04:29 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7e8e51c583972a58da5 04/22/2025 07:04:29 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7e8e51c583972a58da5', 'origin': 'maestro', 'comment': 'baseline-arm64-kontron on kontron-kbox-a-230-ls in ' 'lava-kontron', 'start_time': '2025-04-22T19:03:04.317000+00:00', 'environment': {'comment': 'Runtime: lava-kontron', 'compatible': ['kontron,kbox-a-230-ls', 'kontron,sl28-var4', 'kontron,sl28', 'fsl,ls1028a'], 'misc': {'platform': 'kontron-kbox-a-230-ls', 'job_url': 'https://lavalab.kontron.com/scheduler/job/515699', 'job_id': '515699'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-kontron', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7e8e51c583972a58da5'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-kontron-6807e7e8e51c583972a58da5/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-kontron-6807e7e8e51c583972a58da5/log.txt.gz', 'log_excerpt': 'cie: PCI host bridge to bus 0002:00\n' '[ 3.421670] pci_bus 0002:00: root bus resource ' '[bus 00-ff]\n' '[ 3.427209] pci_bus 0002:00: root bus resource ' '[io 0x10000-0x1ffff] (bus address [0x0000-0xffff])\n' '[ 3.436258] pci_bus 0002:00: root bus resource ' '[mem 0x8840000000-0x887fffffff] (bus address ' '[0x40000000-0x7fffffff])\n' '[ 3.446900] pci 0002:00:00.0: [1957:82c1] type 01 ' 'class 0x060400\n' '[ 3.453018] pci 0002:00:00.0: supports D1 D2\n' '[ 3.457328] pci 0002:00:00.0: PME# supported from ' 'D0 D1 D2 D3hot\n' '[ 3.464182] pci_bus 0002:01: busn_res: [bus 01-ff] ' 'end is updated to 01\n' '[ 3.470870] pci 0002:00:00.0: PCI bridge to [bus ' '01]\n' '[ 3.476593] EINJ: ACPI disabled.\n' '[ 3.492152] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 3.500122] printk: console [ttyS0] disabled\n' '[ 3.504483] 21c0500.serial: ttyS0 at MMIO ' '0x21c0500 (irq = 21, base_baud = 12500000) is a ' '16550A\n' '[ 3.513389] printk: console [ttyS0] enabled\n' '[ 3.513389] printk: console [ttyS0] enabled\n' '[ 3.521805] printk: bootconsole [ns16550a0] ' 'disabled\n' '[ 3.521805] printk: bootconsole [ns16550a0] ' 'disabled\n' '[ 3.532127] 21c0600.serial: ttyS1 at MMIO ' '0x21c0600 (irq = 21, base_baud = 12500000) is a ' '16550A\n' '[ 3.541274] SuperH (H)SCI(F) driver initialized\n' '[ 3.546112] msm_serial: driver initialized\n' '[ 3.550615] 2270000.serial: ttyLP2 at MMIO ' '0x2270000 (irq = 22, base_baud = 12500000) is a ' 'FSL_LPUART\n' '[ 3.562055] arm-smmu 5000000.iommu: probing ' 'hardware configuration...\n' '[ 3.568527] arm-smmu 5000000.iommu: SMMUv2 with:\n' '[ 3.573161] arm-smmu 5000000.iommu: ?stage 1 ' 'translation\n' '[ 3.578490] arm-smmu 5000000.iommu: ?stage 2 ' 'translation\n' '[ 3.583820] arm-smmu 5000000.iommu: ?nested ' 'translation\n' '[ 3.589064] arm-smmu 5000000.iommu: ?stream ' 'matching with 128 register groups\n' '[ 3.596227] arm-smmu 5000000.iommu: ?64 context ' 'banks (0 stage-2 only)\n' '[ 3.602779] arm-smmu 5000000.iommu: ?Supported ' 'page sizes: 0x61311000\n' '[ 3.609244] arm-smmu 5000000.iommu: ?Stage-1: ' '48-bit VA -> 48-bit IPA\n' '[ 3.615709] arm-smmu 5000000.iommu: ?Stage-2: ' '48-bit IPA -> 48-bit PA\n' '[ 3.622393] arm-smmu 5000000.iommu: ?preserved 0 ' 'boot mappings\n' '[ 3.631396] loop: module loaded\n' '[ 3.639824] simple-mfd-i2c 0-004a: ' 'mask_invert=true is deprecated; please switch to ' 'unmask_base\n' '[ 3.649527] megasas: 07.719.03.00-rc1\n' '[ 3.653927] ahci-qoriq 3200000.sata: Adding to ' 'iommu group 0\n' '[ 3.659717] ahci-qoriq 3200000.sata: supply ahci ' 'not found, using dummy regulator\n' '[ 3.667309] ahci-qoriq 3200000.sata: supply phy ' 'not found, using dummy regulator\n' '[ 3.674762] ahci-qoriq 3200000.sata: supply target ' 'not found, using dummy regulator\n' '[ 3.682546] ahci-qoriq 3200000.sata: AHCI ' '0001.0301 32 slots 1 ports 6 Gbps 0x1 impl platform ' 'mode\n' '[ 3.691553] ahci-qoriq 3200000.sata: flags: 64bit ' 'ncq sntf pm clo only pmp fbs pio slum part ccc sds ' 'apst\n' '[ 3.701656] scsi host0: ahci-qoriq\n' '[ 3.705195] ata1: SATA max UDMA/133 mmio [mem ' '0x03200000-0x0320ffff] port 0x100 irq 96\n' '[ 3.715233] spi-nor spi0.0: w25q32dw (4096 ' 'Kbytes)\n' '[ 3.733661] 5 fixed-partitions partitions found on ' 'MTD device 20c0000.spi\n' '[ 3.740494] Creating 5 MTD partitions on ' '\\"20c0000.spi\\":\n' '[ 3.745743] 0x000000000000-0x000000010000 : ' '\\"rcw\\"\n' '[ 3.751134] 0x000000010000-0x0000001e0000 : ' '\\"failsafe bootloader\\"\n' '[ 3.757819] 0x000000200000-0x000000210000 : ' '\\"configuration store\\"\n' '[ 3.764477] 0x000000210000-0x0000003e0000 : ' '\\"bootloader\\"\n' '[ 3.770331] 0x0000003e0000-0x000000400000 : ' '\\"bootloader environment\\"\n' '[ 3.779467] tun: Universal TUN/TAP device driver, ' '1.6\n' '[ 3.785107] thunder_xcv, ver 1.0\n' '[ 3.788376] thunder_bgx, ver 1.0\n' '[ 3.791635] nicpf, ver 1.0\n' '[ 3.794881] fsl_enetc 0000:00:00.0: Adding to ' 'iommu group 1\n' '[ 3.800692] fsl_enetc 0000:00:00.1: Adding to ' 'iommu group 2\n' '[ 3.806441] fsl_enetc 0000:00:00.2: Adding to ' 'iommu group 3\n' '[ 3.812192] fsl_enetc 0000:00:00.6: Adding to ' 'iommu group 4\n' '[ 3.818186] fsl_enetc_mdio 0000:00:00.3: Adding to ' 'iommu group 5\n' '[ 3.929387] fsl_enetc_mdio 0000:00:00.3: enabling ' 'device (0400 -> 0402)\n' '[ 3.963691] ' '/soc/pcie@1f0000000/mdio@0,3/ethernet-phy@4: Fixed ' 'dependency cycle(s) with ' '/soc/pcie@1f0000000/mdio@0,3/ethernet-phy@4/vddio-regulator\n' '[ 4.027582] ata1: SATA link down (SStatus 0 ' 'SControl 300)\n' '[ 4.078768] fsl_enetc_ptp 0000:00:00.4: Adding to ' 'iommu group 6\n' '[ 4.084875] fsl_enetc_ptp 0000:00:00.4: enabling ' 'device (0404 -> 0406)\n' '[ 4.091579] ptp_qoriq: device tree node missing ' 'required elements, try automatic configuration\n' '[ 4.100811] hns3: Hisilicon Ethernet Network ' 'Driver for Hip08 Family - version\n' '[ 4.108068] hns3: Copyright (c) 2017 Huawei ' 'Corporation.\n' '[ 4.113439] hclge is initializing\n' '[ 4.116767] e1000: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 4.121662] e1000: Copyright (c) 1999-2006 Intel ' 'Corporation.\n' '[ 4.127452] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 4.132433] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 4.138407] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 4.143826] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 4.149439] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 4.155731] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 4.161889] sky2: driver version 1.30\n' '[ 4.166238] VFIO - User Level meta-driver version: ' '0.3\n' '[ 4.171768] dwc3 3100000.usb: Adding to iommu ' 'group 7\n' '[ 4.177014] dwc3 3100000.usb: Configuration ' 'mismatch. dr_mode forced to host\n' '[ 4.184587] dwc3 3110000.usb: Adding to iommu ' 'group 8\n' '[ 4.191874] xhci-hcd xhci-hcd.0.auto: xHCI Host ' 'Controller\n' '[ 4.197410] xhci-hcd xhci-hcd.0.auto: new USB bus ' 'registered, assigned bus number 1\n' '[ 4.205213] xhci-hcd xhci-hcd.0.auto: hcc params ' '0x0220f66d hci version 0x100 quirks ' '0x0000008002010010\n' '[ 4.214671] xhci-hcd xhci-hcd.0.auto: irq 100, io ' 'mem 0x03100000\n' '[ 4.220793] xhci-hcd xhci-hcd.0.auto: xHCI Host ' 'Controller\n' '[ 4.226302] xhci-hcd xhci-hcd.0.auto: new USB bus ' 'registered, assigned bus number 2\n' '[ 4.233991] xhci-hcd xhci-hcd.0.auto: Host ' 'supports USB 3.0 SuperSpeed\n' '[ 4.240860] hub 1-0:1.0: USB hub found\n' '[ 4.244644] hub 1-0:1.0: 1 port detected\n' "[ 4.248747] usb usb2: We don't know the algorithms " 'for LPM for this host, disabling LPM.\n' '[ 4.257104] hub 2-0:1.0: USB hub found\n' '[ 4.260884] hub 2-0:1.0: 1 port detected\n' '[ 4.265030] xhci-hcd xhci-hcd.1.auto: xHCI Host ' 'Controller\n' '[ 4.270551] xhci-hcd xhci-hcd.1.auto: new USB bus ' 'registered, assigned bus number 3\n' '[ 4.278348] xhci-hcd xhci-hcd.1.auto: hcc params ' '0x0220f66d hci version 0x100 quirks ' '0x0000008002010010\n' '[ 4.287800] xhci-hcd xhci-hcd.1.auto: irq 101, io ' 'mem 0x03110000\n' '[ 4.293922] xhci-hcd xhci-hcd.1.auto: xHCI Host ' 'Controller\n' '[ 4.299433] xhci-hcd xhci-hcd.1.auto: new USB bus ' 'registered, assigned bus number 4\n' '[ 4.307121] xhci-hcd xhci-hcd.1.auto: Host ' 'supports USB 3.0 SuperSpeed\n' '[ 4.313933] hub 3-0:1.0: USB hub found\n' '[ 4.317711] hub 3-0:1.0: 1 port detected\n' "[ 4.321806] usb usb4: We don't know the algorithms " 'for LPM for this host, disabling LPM.\n' '[ 4.330169] hub 4-0:1.0: USB hub found\n' '[ 4.333944] hub 4-0:1.0: 1 port detected\n' '[ 4.338310] usbcore: registered new interface ' 'driver usb-storage\n' '[ 4.345445] i2c_dev: i2c /dev entries driver\n' '[ 4.352890] sp805-wdt c000000.watchdog: ' 'registration successful\n' '[ 4.358971] sp805-wdt c010000.watchdog: ' 'registration successful\n' '[ 4.366522] qoriq-cpufreq qoriq-cpufreq: Freescale ' 'QorIQ CPU frequency scaling driver\n' '[ 4.375110] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 4.381370] sdhci: Copyright(c) Pierre Ossman\n' '[ 4.386210] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 4.392850] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 4.399067] sdhci-esdhc 2140000.mmc: Adding to ' 'iommu group 9\n' '[ 4.405063] sdhci-esdhc 2150000.mmc: Adding to ' 'iommu group 10\n' '[ 4.410855] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 4.418555] usbcore: registered new interface ' 'driver usbhid\n' '[ 4.424244] usbhid: USB HID core driver\n' '[ 4.432070] netem: version 1.3\n' '[ 4.435233] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 4.441083] IPv4 over IPsec tunneling driver\n' '[ 4.441386] mmc1: SDHCI controller on 2140000.mmc ' '[2140000.mmc] using ADMA\n' '[ 4.445794] NET: Registered PF_INET6 protocol ' 'family\n' '[ 4.452286] mmc0: SDHCI controller on 2150000.mmc ' '[2150000.mmc] using ADMA\n' '[ 4.458294] Segment Routing with IPv6\n' '[ 4.467944] In-situ OAM (IOAM) with IPv6\n' '[ 4.472294] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 4.478711] NET: Registered PF_PACKET protocol ' 'family\n' '[ 4.483847] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 4.497036] 8021q: 802.1Q VLAN Support v1.8\n' '[ 4.501343] 9pnet: Installing 9P2000 support\n' '[ 4.505753] Key type dns_resolver registered\n' '[ 4.510341] registered taskstats version 1\n' '[ 4.514511] Loading compiled-in X.509 ' 'certificates\n' '[ 4.523815] fsl-edma 22c0000.dma-controller: ' 'Adding to iommu group 11\n' '[ 4.531380] pcieport 0001:00:00.0: Adding to iommu ' 'group 12\n' '[ 4.537332] pcieport 0001:00:00.0: PME: Signaling ' 'with IRQ 105\n' '[ 4.543360] pcieport 0001:00:00.0: AER: enabled ' 'with IRQ 105\n' '[ 4.549242] pcieport 0002:00:00.0: Adding to iommu ' 'group 13\n' '[ 4.555044] pcieport 0002:00:00.0: PME: Signaling ' 'with IRQ 106\n' '[ 4.561074] pcieport 0002:00:00.0: AER: enabled ' 'with IRQ 106\n' '[ 4.585384] usb 3-1: new high-speed USB device ' 'number 2 using xhci-hcd\n' '[ 4.620302] mmc0: new HS400 MMC card at address ' '0001\n' '[ 4.625801] mmcblk0: mmc0:0001 S0J58X 29.6 GiB\n' '[ 4.631541] mmcblk0: p1 p2 p3\n' '[ 4.635095] mmcblk0boot0: mmc0:0001 S0J58X 31.5 ' 'MiB\n' '[ 4.641059] mmcblk0boot1: mmc0:0001 S0J58X 31.5 ' 'MiB\n' '[ 4.646876] mmcblk0rpmb: mmc0:0001 S0J58X 4.00 ' 'MiB, chardev (511:0)\n' '[ 4.673405] fsl_enetc 0000:00:00.0: enabling ' 'device (0400 -> 0402)\n' '[ 4.680664] fsl_enetc 0000:00:00.0: no MAC address ' 'specified for SI1, using 9a:0f:e7:ae:a6:d5\n' '[ 4.689308] fsl_enetc 0000:00:00.0: no MAC address ' 'specified for SI2, using c6:6b:6e:f9:11:50\n' '[ 4.794033] hub 3-1:1.0: USB hub found\n' '[ 4.797970] hub 3-1:1.0: 7 ports detected\n' '[ 4.805448] fsl_enetc 0000:00:00.1: enabling ' 'device (0400 -> 0402)\n' '[ 4.812626] fsl_enetc 0000:00:00.1: no MAC address ' 'specified for SI1, using 56:4a:01:97:00:88\n' '[ 4.821195] fsl_enetc 0000:00:00.1: no MAC address ' 'specified for SI2, using 32:f3:f1:3a:8e:a7\n' '[ 4.937425] fsl_enetc 0000:00:00.2: enabling ' 'device (0400 -> 0402)\n' '[ 4.944031] fsl_enetc 0000:00:00.2: no MAC address ' 'specified for SI0, using e6:91:05:ed:f5:41\n' '[ 5.061461] fsl_enetc 0000:00:00.6: enabling ' 'device (0400 -> 0402)\n' '[ 5.068062] fsl_enetc 0000:00:00.6: no MAC address ' 'specified for SI0, using 32:43:bd:10:8a:d7\n' '[ 5.081514] input: buttons0 as ' '/devices/platform/buttons0/input/input0\n' '[ 5.088815] clk: Disabling unused clocks\n' '[ 5.092861] ALSA device list:\n' '[ 5.095863] No soundcards found.\n' '[ 5.103224] Freeing unused kernel memory: 7616K\n' '[ 5.108024] Run /init as init process\n' 'Starting syslogd: [ 5.145436] usb 3-1.6: new ' 'full-speed USB device number 3 using xhci-hcd\n' 'OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 5.174277] ' 'udevd[144]: starting version 3.2.9\n' '[ 5.306988] hid-generic 0003:064F:2AF9.0001: ' 'device has no listeners, quitting\n' '[ 6.193376] random: crng init done\n' "[ 6.199715] udevd[144]: specified user 'tss' " 'unknown\n' "[ 6.204757] udevd[144]: specified group 'tss' " 'unknown\n' '[ 6.210767] udevd[145]: starting eudev-3.2.9\n' '[ 6.450169] EDAC MC0: Giving out device to module ' 'fsl_ddr_edac controller fsl_mc_err: DEV fsl_mc_err ' '(INTERRUPT)\n' '[ 6.460553] fsl_ddr_edac acquired irq 121 for MC\n' '[ 6.465319] fsl_ddr_edac MC err registered\n' '[ 6.477930] fsl_enetc 0000:00:00.2 enp0s0f2: ' 'renamed from eth2\n' '[ 6.502024] at24 0-0050: supply vcc not found, ' 'using dummy regulator\n' '[ 6.509436] fsl_enetc 0000:00:00.1 enp0s0f1: ' 'renamed from eth1\n' '[ 6.516033] rtc-rv8803 0-0032: Voltage low, ' 'temperature compensation stopped.\n' '[ 6.523247] rtc-rv8803 0-0032: Voltage low, data ' 'loss detected.\n' '[ 6.533568] at24 0-0050: 4096 byte 24c32 EEPROM, ' 'writable, 32 bytes/write\n' '[ 6.545620] fsl_enetc 0000:00:00.0 enp0s0f0: ' 'renamed from eth0\n' '[ 6.552298] simple-mfd-i2c 0-004a: ' 'mask_invert=true is deprecated; please switch to ' 'unmask_base\n' '[ 6.552951] at24 1-0057: supply vcc not found, ' 'using dummy regulator\n' '[ 6.568317] rtc-rv8803 0-0032: Voltage low, data ' 'is invalid.\n' '[ 6.577561] rtc-rv8803 0-0032: registered as rtc0\n' '[ 6.585871] fsl_enetc 0000:00:00.6 enp0s0f6: ' 'renamed from eth3\n' '[ 6.592536] at24 1-0057: 4096 byte 24c32 EEPROM, ' 'writable, 32 bytes/write\n' '[ 6.600462] at24 2-0050: supply vcc not found, ' 'using dummy regulator\n' '[ 6.607021] rtc-rv8803 0-0032: Voltage low, data ' 'is invalid.\n' '[ 6.609604] mscc_felix 0000:00:00.5: Adding to ' 'iommu group 14\n' '[ 6.612728] rtc-rv8803 0-0032: hctosys: unable to ' 'read the hardware clock\n' '[ 6.626247] at24 2-0050: 4096 byte 24c32 EEPROM, ' 'writable, 32 bytes/write\n' '[ 6.627419] mscc_felix 0000:00:00.5: enabling ' 'device (0400 -> 0402)\n' '[ 6.640001] mscc_felix 0000:00:00.5: Failed to ' 'find a tagging driver for protocol ocelot-8021q, ' 'using default\n' '[ 6.658528] CAN device driver interface\n' '[ 6.665677] sl28cpld-wdt ' '2000000.i2c:sl28cpld@4a:watchdog@4: initial timeout 6 ' 'sec\n' '[ 6.679748] mscc_felix 0000:00:00.5: Failed to ' 'find a tagging driver for protocol ocelot-8021q, ' 'using default\n' '[ 6.696704] simple-mfd-i2c 0-004a: ' 'mask_invert=true is deprecated; please switch to ' 'unmask_base\n' '[ 6.755187] ftm-alarm 2800000.timer: registered as ' 'rtc1\n' '[ 6.786969] caam 8000000.crypto: device ID = ' '0x0a12070000000000 (Era 10)\n' '[ 6.814505] caam 8000000.crypto: job rings = 4, qi ' '= 0\n' '[ 6.831400] mscc_felix 0000:00:00.5: Found PCS at ' 'internal MDIO address 0\n' '[ 6.839879] mscc_felix 0000:00:00.5: Found PCS at ' 'internal MDIO address 1\n' '[ 6.857393] mali-dp f080000.display: Adding to ' 'iommu group 15\n' '[ 6.862787] mscc_felix 0000:00:00.5: Found PCS at ' 'internal MDIO address 2\n' '[ 6.863871] etnaviv etnaviv: bound f0c0000.gpu ' '(ops gpu_ops [etnaviv])\n' '[ 6.877591] mscc_felix 0000:00:00.5: Found PCS at ' 'internal MDIO address 3\n' '[ 6.886395] etnaviv-gpu f0c0000.gpu: model: ' 'GC7000, revision: 6202\n' '[ 6.906193] [drm] Initialized etnaviv 1.4.0 ' '20151214 for etnaviv on minor 0\n' '[ 6.944123] caam_jr 8010000.jr: Adding to iommu ' 'group 16\n' '[ 6.948163] mscc_felix 0000:00:00.5: configuring ' 'for fixed/internal link mode\n' '[ 6.950147] caam algorithms registered in ' '/proc/crypto\n' '[ 6.956840] mscc_felix 0000:00:00.5: Link is Up - ' '2.5Gbps/Full - flow control rx/tx\n' '[ 6.962779] caam 8000000.crypto: registering ' 'rng-caam\n' '[ 6.974835] caam 8000000.crypto: rng crypto API ' 'alg registered prng-caam\n' '[ 6.979679] mscc_felix 0000:00:00.5: configuring ' 'for fixed/internal link mode\n' '[ 6.981799] caam_jr 8020000.jr: Adding to iommu ' 'group 17\n' '[ 6.989213] mscc_felix 0000:00:00.5: Link is Up - ' '1Gbps/Full - flow control rx/tx\n' '[ 6.994565] caam_jr 8030000.jr: Adding to iommu ' 'group 18\n' '[ 7.007388] caam_jr 8040000.jr: Adding to iommu ' 'group 19\n' '[ 7.063960] mscc_felix 0000:00:00.5 swp0 ' '(uninitialized): PHY [0000:00:00.3:07] driver ' '[Broadcom BCM54140] (irq=POLL)\n' '[ 7.140415] mscc_felix 0000:00:00.5 swp1 ' '(uninitialized): PHY [0000:00:00.3:08] driver ' '[Broadcom BCM54140] (irq=POLL)\n' '[ 7.216516] mscc_felix 0000:00:00.5 swp2 ' '(uninitialized): PHY [0000:00:00.3:09] driver ' '[Broadcom BCM54140] (irq=POLL)\n' '[ 7.292517] mscc_felix 0000:00:00.5 swp3 ' '(uninitialized): PHY [0000:00:00.3:0a] driver ' '[Broadcom BCM54140] (irq=POLL)\n' '[ 7.305074] device enp0s0f2 entered promiscuous ' 'mode\n' '[ 7.310628] device enp0s0f6 entered promiscuous ' 'mode\n' '[ 7.315740] DSA: tree 0 setup\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '#\n' '/ # export SHELL=/bin/sh\n' 'export SHELL=/bin/sh\n' '/ # . /lava-515699/environment\n' '. /lava-515699/environment\n' '/ # /lava-515699/bin/lava-test-runner /lava-515699/0\n' '/lava-515699/bin/lava-test-runner /lava-515699/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ c[ 7.923121] \n' 'd /lava-515699/0[ 7.929895] \n' '/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=515699_1.5.2.4.1\n' '+ set +x\n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ # \n'} 04/22/2025 07:04:29 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:04:29 PM UTC [INFO] Processing event node: 6807e7e4e51c583972a58d8d 04/22/2025 07:04:29 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7e4e51c583972a58d8d 04/22/2025 07:04:29 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7e4e51c583972a58d8d', 'origin': 'maestro', 'comment': 'baseline-arm64-clabbe on rk3399-khadas-edge-v in ' 'lava-clabbe', 'start_time': '2025-04-22T19:03:00.729000+00:00', 'environment': {'comment': 'Runtime: lava-clabbe', 'compatible': ['khadas,edge-v', 'rockchip,rk3399'], 'misc': {'platform': 'rk3399-khadas-edge-v', 'job_url': 'https://lava.montjoie.ovh/scheduler/job/476176', 'job_id': '476176'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-clabbe', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7e4e51c583972a58d8d'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-clabbe-6807e7e4e51c583972a58d8d/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-clabbe-6807e7e4e51c583972a58d8d/log.txt.gz', 'log_excerpt': '4863] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 1.895392] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 1.895944] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 1.897118] sky2: driver version 1.30\n' '[ 1.899643] VFIO - User Level meta-driver version: ' '0.3\n' '[ 1.910032] usbcore: registered new interface ' 'driver usb-storage\n' '[ 1.913767] i2c_dev: i2c /dev entries driver\n' '[ 1.917971] dw-apb-uart ff180000.serial: Failed to ' 'create device link (0x180) with 4-001b\n' '[ 1.918760] /i2c@ff3d0000/pmic@1b: Fixed ' 'dependency cycle(s) with ' '/i2c@ff3d0000/pmic@1b/regulators/DCDC_REG4\n' '[ 1.920435] rk808 4-001b: chip id: 0x0\n' '[ 1.925780] rk808-regulator rk808-regulator: there ' 'is no dvs0 gpio\n' '[ 1.926354] rk808-regulator rk808-regulator: there ' 'is no dvs1 gpio\n' '[ 1.938200] dw-apb-uart ff180000.serial: Failed to ' 'create device link (0x180) with 4-001b\n' '[ 1.939779] fan53555-regulator 4-0040: FAN53555 ' 'Option[8] Rev[1] Detected!\n' '[ 1.942275] fan53555-regulator 4-0041: FAN53555 ' 'Option[8] Rev[1] Detected!\n' '[ 1.952463] dw_wdt ff848000.watchdog: No valid ' 'TOPs array specified\n' '[ 1.957663] cpu cpu0: EM: created perf domain\n' '[ 1.959332] cpu cpu4: EM: created perf domain\n' '[ 1.964020] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 1.964574] sdhci: Copyright(c) Pierre Ossman\n' '[ 1.965582] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 1.967115] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 1.968248] dwmmc_rockchip fe320000.mmc: IDMAC ' 'supports 32-bit address mode.\n' '[ 1.968931] dwmmc_rockchip fe320000.mmc: Using ' 'internal DMA controller.\n' '[ 1.968968] mmc2: CQHCI version 5.10\n' '[ 1.969533] dwmmc_rockchip fe320000.mmc: Version ' 'ID is 270a\n' '[ 1.970748] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 1.970764] dwmmc_rockchip fe320000.mmc: DW MMC ' 'controller at irq 60,32 bit host data width,256 deep ' 'fifo\n' '[ 1.972347] dwmmc_rockchip fe320000.mmc: Got CD ' 'GPIO\n' '[ 1.973156] usbcore: registered new interface ' 'driver usbhid\n' '[ 1.973646] usbhid: USB HID core driver\n' '[ 1.979389] netem: version 1.3\n' '[ 1.979720] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.980429] IPv4 over IPsec tunneling driver\n' '[ 1.981142] NET: Registered PF_INET6 protocol ' 'family\n' '[ 1.982332] Segment Routing with IPv6\n' '[ 1.982669] In-situ OAM (IOAM) with IPv6\n' '[ 1.983262] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.984151] NET: Registered PF_PACKET protocol ' 'family\n' '[ 1.984610] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 1.985709] mmc_host mmc1: Bus speed (slot 0) = ' '400000Hz (slot req 400000Hz, actual 400000HZ div = ' '0)\n' '[ 1.986147] 8021q: 802.1Q VLAN Support v1.8\n' '[ 1.986974] 9pnet: Installing 9P2000 support\n' '[ 1.987382] Key type dns_resolver registered\n' '[ 1.988435] registered taskstats version 1\n' '[ 1.988821] Loading compiled-in X.509 ' 'certificates\n' '[ 1.995363] mmc2: SDHCI controller on fe330000.mmc ' '[fe330000.mmc] using ADMA\n' '[ 2.019869] dwc3 fe800000.usb: Configuration ' 'mismatch. dr_mode forced to host\n' '[ 2.025656] xhci-hcd xhci-hcd.0.auto: xHCI Host ' 'Controller\n' '[ 2.026167] xhci-hcd xhci-hcd.0.auto: new USB bus ' 'registered, assigned bus number 1\n' '[ 2.026989] xhci-hcd xhci-hcd.0.auto: hcc params ' '0x0220fe64 hci version 0x110 quirks ' '0x0000008002010010\n' '[ 2.027855] xhci-hcd xhci-hcd.0.auto: irq 67, io ' 'mem 0xfe800000\n' '[ 2.028506] xhci-hcd xhci-hcd.0.auto: xHCI Host ' 'Controller\n' '[ 2.029007] xhci-hcd xhci-hcd.0.auto: new USB bus ' 'registered, assigned bus number 2\n' '[ 2.029681] xhci-hcd xhci-hcd.0.auto: Host ' 'supports USB 3.0 SuperSpeed\n' '[ 2.030866] hub 1-0:1.0: USB hub found\n' '[ 2.031234] hub 1-0:1.0: 1 port detected\n' "[ 2.031840] usb usb2: We don't know the algorithms " 'for LPM for this host, disabling LPM.\n' '[ 2.032962] hub 2-0:1.0: USB hub found\n' '[ 2.033327] hub 2-0:1.0: 1 port detected\n' '[ 2.041064] mmc_host mmc1: Bus speed (slot 0) = ' '50000000Hz (slot req 50000000Hz, actual 50000000HZ ' 'div = 0)\n' '[ 2.041986] mmc1: new high speed SDHC card at ' 'address 0002\n' '[ 2.042591] xhci-hcd xhci-hcd.1.auto: xHCI Host ' 'Controller\n' '[ 2.043114] xhci-hcd xhci-hcd.1.auto: new USB bus ' 'registered, assigned bus number 3\n' '[ 2.043225] mmcblk1: mmc1:0002 N/A 29.8 GiB\n' '[ 2.043892] xhci-hcd xhci-hcd.1.auto: hcc params ' '0x0220fe64 hci version 0x110 quirks ' '0x0000008002010010\n' '[ 2.045041] xhci-hcd xhci-hcd.1.auto: irq 68, io ' 'mem 0xfe900000\n' '[ 2.045695] xhci-hcd xhci-hcd.1.auto: xHCI Host ' 'Controller\n' '[ 2.046189] xhci-hcd xhci-hcd.1.auto: new USB bus ' 'registered, assigned bus number 4\n' '[ 2.046570] mmcblk1: p1\n' '[ 2.046888] xhci-hcd xhci-hcd.1.auto: Host ' 'supports USB 3.0 SuperSpeed\n' '[ 2.048173] hub 3-0:1.0: USB hub found\n' '[ 2.048527] hub 3-0:1.0: 1 port detected\n' "[ 2.049112] usb usb4: We don't know the algorithms " 'for LPM for this host, disabling LPM.\n' '[ 2.050218] hub 4-0:1.0: USB hub found\n' '[ 2.050564] hub 4-0:1.0: 1 port detected\n' '[ 2.056495] ehci-platform fe380000.usb: EHCI Host ' 'Controller\n' '[ 2.057016] ehci-platform fe380000.usb: new USB ' 'bus registered, assigned bus number 5\n' '[ 2.057780] ehci-platform fe380000.usb: irq 69, io ' 'mem 0xfe380000\n' '[ 2.058633] ohci-platform fe3a0000.usb: Generic ' 'Platform OHCI controller\n' '[ 2.058941] ehci-platform fe3c0000.usb: EHCI Host ' 'Controller\n' '[ 2.059334] ohci-platform fe3a0000.usb: new USB ' 'bus registered, assigned bus number 6\n' '[ 2.059745] ehci-platform fe3c0000.usb: new USB ' 'bus registered, assigned bus number 7\n' '[ 2.060609] ohci-platform fe3a0000.usb: irq 71, io ' 'mem 0xfe3a0000\n' '[ 2.061176] ehci-platform fe3c0000.usb: irq 70, io ' 'mem 0xfe3c0000\n' '[ 2.061530] ohci-platform fe3e0000.usb: Generic ' 'Platform OHCI controller\n' '[ 2.061546] ohci-platform fe3e0000.usb: new USB ' 'bus registered, assigned bus number 8\n' '[ 2.061620] ohci-platform fe3e0000.usb: irq 72, io ' 'mem 0xfe3e0000\n' '[ 2.062941] input: gpio-keys as ' '/devices/platform/gpio-keys/input/input0\n' '[ 2.063791] dwmmc_rockchip fe310000.mmc: IDMAC ' 'supports 32-bit address mode.\n' '[ 2.064915] clk: Disabling unused clocks\n' '[ 2.065192] dwmmc_rockchip fe310000.mmc: Using ' 'internal DMA controller.\n' '[ 2.066100] dwmmc_rockchip fe310000.mmc: Version ' 'ID is 270a\n' '[ 2.066369] ALSA device list:\n' '[ 2.066636] dwmmc_rockchip fe310000.mmc: DW MMC ' 'controller at irq 74,32 bit host data width,256 deep ' 'fifo\n' '[ 2.066900] No soundcards found.\n' '[ 2.068023] dwmmc_rockchip fe310000.mmc: allocated ' 'mmc-pwrseq\n' '[ 2.068538] mmc_host mmc0: card is non-removable.\n' '[ 2.069501] dw-apb-uart ff1a0000.serial: forbid ' 'DMA for kernel console\n' '[ 2.070519] mmc2: Command Queue Engine enabled\n' '[ 2.070883] ehci-platform fe380000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 2.070921] mmc2: new HS400 MMC card at address ' '0001\n' '[ 2.072296] hub 5-0:1.0: USB hub found\n' '[ 2.072624] mmcblk2: mmc2:0001 DUTA42 116 GiB\n' '[ 2.072663] hub 5-0:1.0: 1 port detected\n' '[ 2.075891] mmcblk2: p1 p2 p3 p4 p5 p6 p7 p8 p9 ' 'p10 p11 p12 p13 p14 p15\n' '[ 2.077892] mmcblk2boot0: mmc2:0001 DUTA42 4.00 ' 'MiB\n' '[ 2.078819] mmcblk2boot1: mmc2:0001 DUTA42 4.00 ' 'MiB\n' '[ 2.079692] mmcblk2rpmb: mmc2:0001 DUTA42 16.0 ' 'MiB, chardev (511:0)\n' '[ 2.082103] mmc_host mmc0: Bus speed (slot 0) = ' '400000Hz (slot req 400000Hz, actual 400000HZ div = ' '0)\n' '[ 2.086912] ehci-platform fe3c0000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 2.087980] hub 7-0:1.0: USB hub found\n' '[ 2.088342] hub 7-0:1.0: 1 port detected\n' '[ 2.123538] hub 6-0:1.0: USB hub found\n' '[ 2.123902] hub 6-0:1.0: 1 port detected\n' '[ 2.125182] hub 8-0:1.0: USB hub found\n' '[ 2.125531] hub 8-0:1.0: 1 port detected\n' '[ 2.129848] Freeing unused kernel memory: 7616K\n' '[ 2.130403] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 2.188980] ' 'udevd[189]: starting version 3.2.9\n' '[ 2.211604] mmc_host mmc0: Bus speed (slot 0) = ' '148500000Hz (slot req 150000000Hz, actual 148500000HZ ' 'div = 0)\n' '[ 2.219611] dwmmc_rockchip fe310000.mmc: ' 'Successfully tuned phase to 192\n' '[ 2.222503] mmc0: new ultra high speed SDR104 SDIO ' 'card at address 0001\n' '[ 10.022792] random: crng init done\n' "[ 10.025397] udevd[189]: specified user 'tss' " 'unknown\n' "[ 10.025871] udevd[189]: specified group 'tss' " 'unknown\n' '[ 10.028015] udevd[190]: starting eudev-3.2.9\n' '[ 10.042066] cfg80211: Loading compiled-in X.509 ' 'certificates for regulatory database\n' "[ 10.078222] cfg80211: Loaded X.509 cert 'sforshee: " "00b28ddf47aef9cea7'\n" "[ 10.079224] cfg80211: Loaded X.509 cert 'wens: " "61c038651aabdcf94bd0ac7ff06c7248db18c600'\n" '[ 10.079993] platform regulatory.0: Direct firmware ' 'load for regulatory.db failed with error -2\n' '[ 10.080750] cfg80211: failed to load ' 'regulatory.db\n' '[ 10.091066] brcmfmac: brcmf_fw_alloc_request: ' 'using brcm/brcmfmac4359-sdio for chip BCM4359/9\n' '[ 10.091920] brcmfmac mmc0:0001:1: Direct firmware ' 'load for brcm/brcmfmac4359-sdio.khadas,edge-v.bin ' 'failed with error -2\n' '[ 10.092975] brcmfmac mmc0:0001:1: Direct firmware ' 'load for brcm/brcmfmac4359-sdio.bin failed with error ' '-2\n' '[ 10.162926] rk_gmac-dwmac fe300000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 10.163519] rk_gmac-dwmac fe300000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 10.164094] rk_gmac-dwmac fe300000.ethernet: ' 'Deprecated MDIO bus assumption used\n' '[ 10.164790] rk_gmac-dwmac fe300000.ethernet: PTP ' 'uses main clock\n' '[ 10.165518] rk_gmac-dwmac fe300000.ethernet: clock ' 'input or output? (input).\n' '[ 10.166146] rk_gmac-dwmac fe300000.ethernet: TX ' 'delay(0x28).\n' '[ 10.166642] rk_gmac-dwmac fe300000.ethernet: RX ' 'delay(0x11).\n' '[ 10.167377] rk_gmac-dwmac fe300000.ethernet: ' 'integrated PHY? (no).\n' '[ 10.167407] cs_system_cfg: CoreSight ' 'Configuration manager initialised\n' '[ 10.167945] rk_gmac-dwmac fe300000.ethernet: clock ' 'input from PHY\n' '[ 10.174048] rk_gmac-dwmac fe300000.ethernet: init ' 'for RGMII\n' '[ 10.174994] coresight-cpu-debug fe430000.debug: ' 'Coresight debug-CPU0 initialized\n' '[ 10.177827] coresight-cpu-debug fe432000.debug: ' 'Coresight debug-CPU1 initialized\n' '[ 10.179330] rk_gmac-dwmac fe300000.ethernet: User ' 'ID: 0x10, Synopsys ID: 0x35\n' '[ 10.179971] rk_gmac-dwmac fe300000.ethernet: ' '?DWMAC1000\n' '[ 10.180390] coresight-cpu-debug fe434000.debug: ' 'Coresight debug-CPU2 initialized\n' '[ 10.180430] rk_gmac-dwmac fe300000.ethernet: DMA ' 'HW capability register supported\n' '[ 10.182997] rk_gmac-dwmac fe300000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 10.183039] coresight-cpu-debug fe436000.debug: ' 'Coresight debug-CPU3 initialized\n' '[ 10.183654] rk_gmac-dwmac fe300000.ethernet: COE ' 'Type 2\n' '[ 10.184754] rk_gmac-dwmac fe300000.ethernet: TX ' 'Checksum insertion supported\n' '[ 10.185370] rk_gmac-dwmac fe300000.ethernet: ' 'Wake-Up On Lan supported\n' '[ 10.186002] rk_gmac-dwmac fe300000.ethernet: ' 'Normal descriptors\n' '[ 10.186525] rk_gmac-dwmac fe300000.ethernet: Ring ' 'mode enabled\n' '[ 10.187229] rk_gmac-dwmac fe300000.ethernet: ' 'Enable RX Mitigation via HW Watchdog Timer\n' '[ 10.188491] coresight-cpu-debug fe610000.debug: ' 'Coresight debug-CPU4 initialized\n' '[ 10.188872] input: adc-keys as ' '/devices/platform/adc-keys/input/input1\n' '[ 10.191274] coresight-cpu-debug fe710000.debug: ' 'Coresight debug-CPU5 initialized\n' '[ 10.210744] Bluetooth: Core ver 2.22\n' '[ 10.211211] NET: Registered PF_BLUETOOTH protocol ' 'family\n' '[ 10.211680] Bluetooth: HCI device and connection ' 'manager initialized\n' '[ 10.212252] Bluetooth: HCI socket layer ' 'initialized\n' '[ 10.212684] Bluetooth: L2CAP socket layer ' 'initialized\n' '[ 10.213138] Bluetooth: SCO socket layer ' 'initialized\n' '[ 10.216582] mc: Linux media interface: v0.10\n' '[ 10.228324] videodev: Linux video capture ' 'interface: v2.00\n' '[ 10.232111] rockchip-vop ff8f0000.vop: Adding to ' 'iommu group 2\n' '[ 10.233113] rockchip-vop ff900000.vop: Adding to ' 'iommu group 3\n' '[ 10.236790] Bluetooth: HCI UART driver ver 2.3\n' '[ 10.237217] Bluetooth: HCI UART protocol H4 ' 'registered\n' '[ 10.237765] Bluetooth: HCI UART protocol LL ' 'registered\n' '[ 10.239246] Bluetooth: HCI UART protocol Broadcom ' 'registered\n' '[ 10.244664] Bluetooth: HCI UART protocol QCA ' 'registered\n' '[ 10.246002] Bluetooth: HCI UART protocol Marvell ' 'registered\n' '[ 10.250521] rockchip-drm display-subsystem: bound ' 'ff8f0000.vop (ops vop_component_ops [rockchipdrm])\n' '[ 10.251534] [drm] unsupported AFBC ' 'format[3231564e]\n' '[ 10.253126] rockchip-drm display-subsystem: bound ' 'ff900000.vop (ops vop_component_ops [rockchipdrm])\n' '[ 10.254097] dwhdmi-rockchip ff940000.hdmi: supply ' 'avdd-0v9 not found, using dummy regulator\n' '[ 10.254986] dwhdmi-rockchip ff940000.hdmi: supply ' 'avdd-1v8 not found, using dummy regulator\n' '[ 10.255852] dwhdmi-rockchip ff940000.hdmi: ' 'Detected HDMI TX controller v2.11a with HDCP (DWC ' 'HDMI 2.0 TX PHY)\n' '[ 10.260468] rockchip-drm display-subsystem: bound ' 'ff940000.hdmi (ops dw_hdmi_rockchip_ops ' '[rockchipdrm])\n' '[ 10.262395] [drm] Initialized rockchip 1.0.0 ' '20140818 for display-subsystem on minor 0\n' '[ 10.263168] rockchip-drm display-subsystem: [drm] ' 'Cannot find any crtc or sizes\n' '[ 10.263866] rockchip-drm display-subsystem: [drm] ' 'Cannot find any crtc or sizes\n' '[ 10.264517] rockchip-drm display-subsystem: [drm] ' 'Cannot find any crtc or sizes\n' '[ 10.264821] rk808-rtc rk808-rtc: registered as ' 'rtc0\n' '[ 10.280271] rk808-rtc rk808-rtc: setting system ' 'clock to 2013-01-18T08:50:38 UTC (1358499038)\n' '[ 10.297378] rockchip-pcie f8000000.pcie: host ' 'bridge /pcie@f8000000 ranges:\n' '[ 10.298029] rockchip-pcie f8000000.pcie: MEM ' '0x00fa000000..0x00fbdfffff -> 0x00fa000000\n' '[ 10.298774] rockchip-pcie f8000000.pcie: IO ' '0x00fbe00000..0x00fbefffff -> 0x00fbe00000\n' '[ 10.300105] rockchip-pcie f8000000.pcie: no ' 'vpcie12v regulator found\n' '[ 10.300677] rockchip-pcie f8000000.pcie: no ' 'vpcie3v3 regulator found\n' '[ 10.301242] rockchip-pcie f8000000.pcie: supply ' 'vpcie1v8 not found, using dummy regulator\n' '[ 10.303370] rockchip-pcie f8000000.pcie: supply ' 'vpcie0v9 not found, using dummy regulator\n' '[ 10.314780] RTL8211F Gigabit Ethernet stmmac-0:00: ' 'attached PHY driver (mii_bus:phy_addr=stmmac-0:00, ' 'irq=POLL)\n' '[ 10.315694] RTL8211F Gigabit Ethernet stmmac-0:01: ' 'attached PHY driver (mii_bus:phy_addr=stmmac-0:01, ' 'irq=POLL)\n' '[ 10.367081] dw-apb-uart ff180000.serial: failed to ' 'request DMA\n' '[ 10.491869] Bluetooth: hci0: BCM: failed to write ' 'clock (-56)\n' '[ 10.492406] Bluetooth: hci0: Failed to set ' 'baudrate\n' '[ 10.505160] panfrost ff9a0000.gpu: clock rate = ' '500000000\n' '[ 10.506977] hantro-vpu ff650000.video-codec: ' 'Adding to iommu group 0\n' '[ 10.519729] hantro-vpu ff650000.video-codec: ' 'registered rockchip,rk3399-vpu-enc as /dev/video0\n' '[ 10.520959] hantro-vpu ff650000.video-codec: ' 'registered rockchip,rk3399-vpu-dec as /dev/video1\n' '[ 10.523553] panfrost ff9a0000.gpu: mali-t860 id ' '0x860 major 0x2 minor 0x0 status 0x0\n' '[ 10.524314] panfrost ff9a0000.gpu: features: ' '00000000,00000407, issues: 00000000,24040400\n' '[ 10.525106] panfrost ff9a0000.gpu: Features: ' 'L2:0x07120206 Shader:0x00000000 Tiler:0x00000809 ' 'Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7\n' '[ 10.526211] panfrost ff9a0000.gpu: ' 'shader_present=0xf l2_present=0x1\n' '[ 10.529170] [drm] Initialized panfrost 1.2.0 ' '20180908 for ff9a0000.gpu on minor 1\n' '[ 10.607719] Bluetooth: hci0: BCM: chip id 121\n' '[ 10.610679] Bluetooth: hci0: BCM: features 0x0e\n' '[ 10.634772] Bluetooth: hci0: BCM4359C0\n' '[ 10.635177] Bluetooth: hci0: BCM4359C0 ' '(003.001.006) build 0000\n' '[ 10.636122] Bluetooth: hci0: BCM: firmware Patch ' 'file not found, tried:\n' '[ 10.636717] Bluetooth: hci0: BCM: ' "'brcm/BCM4359C0.khadas,edge-v.hcd'\n" '[ 10.637285] Bluetooth: hci0: BCM: ' "'brcm/BCM4359C0.hcd'\n" '[ 10.637749] Bluetooth: hci0: BCM: ' "'brcm/BCM.khadas,edge-v.hcd'\n" "[ 10.638271] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'\n" '[ 10.858987] rockchip-pcie f8000000.pcie: PCIe link ' 'training gen1 timeout!\n' '[ 10.859660] rockchip-pcie: probe of f8000000.pcie ' 'failed with error -110\n' '[ 11.096198] brcmfmac: brcmf_sdio_htclk: HT Avail ' 'timeout (1000000): clkctl 0x50\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-476176/environment\n' '/ # /lava-476176/bin/lava-test-runner /lava-476176/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-476176/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=476176_1.1.4.1\n' '+ set +x\n' '[ 11.809157] \n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '[ 11.809903] \n' '\n' '/ # \n'} 04/22/2025 07:04:29 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:04:30 PM UTC [INFO] Processing event node: 6807e7e8e51c583972a58da8 04/22/2025 07:04:30 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7e8e51c583972a58da8 04/22/2025 07:04:30 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7e8e51c583972a58da8', 'origin': 'maestro', 'comment': 'baseline-arm64-kontron on kontron-sl28-var3-ads2 in ' 'lava-kontron', 'start_time': '2025-04-22T19:03:04.686000+00:00', 'environment': {'comment': 'Runtime: lava-kontron', 'compatible': ['kontron,sl28-var3-ads2', 'kontron,sl28-var3', 'kontron,sl28', 'fsl,ls1028a'], 'misc': {'platform': 'kontron-sl28-var3-ads2', 'job_url': 'https://lavalab.kontron.com/scheduler/job/515700', 'job_id': '515700'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-kontron', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7e8e51c583972a58da8'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-kontron-6807e7e8e51c583972a58da8/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-kontron-6807e7e8e51c583972a58da8/log.txt.gz', 'log_excerpt': '0:00:00.6: BAR 2: [mem 0x1f81c0000-0x1f81cffff 64bit ' 'pref] (from Enhanced Allocation, properties 0x1)\n' '[ 1.245667] pci 0000:00:00.6: PME# supported from ' 'D0 D3hot\n' '[ 1.252060] pci 0000:00:1f.0: [1957:e001] type 00 ' 'class 0x080700\n' '[ 1.258187] OF: /soc/pcie@1f0000000: no msi-map ' 'translation for id 0xf8 on (null)\n' '[ 1.265937] OF: /soc/pcie@1f0000000: no iommu-map ' 'translation for id 0xf8 on (null)\n' '[ 1.273829] pcieport 0000:00:1f.0: PME: Signaling ' 'with IRQ 20\n' '[ 1.279847] pcieport 0000:00:1f.0: AER: enabled ' 'with IRQ 20\n' '[ 1.286186] layerscape-pcie 3400000.pcie: host ' 'bridge /soc/pcie@3400000 ranges:\n' '[ 1.293606] layerscape-pcie 3400000.pcie: IO ' '0x8000010000..0x800001ffff -> 0x0000000000\n' '[ 1.302235] layerscape-pcie 3400000.pcie: MEM ' '0x8040000000..0x807fffffff -> 0x0040000000\n' '[ 1.310905] layerscape-pcie 3400000.pcie: iATU ' 'unroll: disabled\n' '[ 1.316890] layerscape-pcie 3400000.pcie: iATU ' 'regions: 8 ob, 6 ib, align 4K, limit 4G\n' '[ 1.409795] Freeing initrd memory: 22284K\n' '[ 2.324987] layerscape-pcie 3400000.pcie: Phy link ' 'never came up\n' '[ 2.331186] layerscape-pcie 3400000.pcie: PCI host ' 'bridge to bus 0001:00\n' '[ 2.337958] pci_bus 0001:00: root bus resource ' '[bus 00-ff]\n' '[ 2.343497] pci_bus 0001:00: root bus resource ' '[io 0x0000-0xffff]\n' '[ 2.349738] pci_bus 0001:00: root bus resource ' '[mem 0x8040000000-0x807fffffff] (bus address ' '[0x40000000-0x7fffffff])\n' '[ 2.360384] pci 0001:00:00.0: [1957:82c1] type 01 ' 'class 0x060400\n' '[ 2.366509] pci 0001:00:00.0: supports D1 D2\n' '[ 2.370820] pci 0001:00:00.0: PME# supported from ' 'D0 D1 D2 D3hot\n' '[ 2.377780] pci_bus 0001:01: busn_res: [bus 01-ff] ' 'end is updated to 01\n' '[ 2.384471] pci 0001:00:00.0: PCI bridge to [bus ' '01]\n' '[ 2.389624] layerscape-pcie 3500000.pcie: host ' 'bridge /soc/pcie@3500000 ranges:\n' '[ 2.397027] layerscape-pcie 3500000.pcie: IO ' '0x8800010000..0x880001ffff -> 0x0000000000\n' '[ 2.405646] layerscape-pcie 3500000.pcie: MEM ' '0x8840000000..0x887fffffff -> 0x0040000000\n' '[ 2.414293] layerscape-pcie 3500000.pcie: iATU ' 'unroll: disabled\n' '[ 2.420270] layerscape-pcie 3500000.pcie: iATU ' 'regions: 8 ob, 6 ib, align 4K, limit 4G\n' '[ 3.428367] layerscape-pcie 3500000.pcie: Phy link ' 'never came up\n' '[ 3.434486] layerscape-pcie 3500000.pcie: PCI host ' 'bridge to bus 0002:00\n' '[ 3.441255] pci_bus 0002:00: root bus resource ' '[bus 00-ff]\n' '[ 3.446794] pci_bus 0002:00: root bus resource ' '[io 0x10000-0x1ffff] (bus address [0x0000-0xffff])\n' '[ 3.455843] pci_bus 0002:00: root bus resource ' '[mem 0x8840000000-0x887fffffff] (bus address ' '[0x40000000-0x7fffffff])\n' '[ 3.466485] pci 0002:00:00.0: [1957:82c1] type 01 ' 'class 0x060400\n' '[ 3.472603] pci 0002:00:00.0: supports D1 D2\n' '[ 3.476913] pci 0002:00:00.0: PME# supported from ' 'D0 D1 D2 D3hot\n' '[ 3.483780] pci_bus 0002:01: busn_res: [bus 01-ff] ' 'end is updated to 01\n' '[ 3.490467] pci 0002:00:00.0: PCI bridge to [bus ' '01]\n' '[ 3.496226] EINJ: ACPI disabled.\n' '[ 3.512503] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 3.520511] printk: console [ttyS0] disabled\n' '[ 3.524870] 21c0500.serial: ttyS0 at MMIO ' '0x21c0500 (irq = 21, base_baud = 12500000) is a ' '16550A\n' '[ 3.533771] printk: console [ttyS0] enabled\n' '[ 3.533771] printk: console [ttyS0] enabled\n' '[ 3.542191] printk: bootconsole [ns16550a0] ' 'disabled\n' '[ 3.542191] printk: bootconsole [ns16550a0] ' 'disabled\n' '[ 3.552531] 21c0600.serial: ttyS1 at MMIO ' '0x21c0600 (irq = 21, base_baud = 12500000) is a ' '16550A\n' '[ 3.561702] SuperH (H)SCI(F) driver initialized\n' '[ 3.566551] msm_serial: driver initialized\n' '[ 3.571059] 2270000.serial: ttyLP2 at MMIO ' '0x2270000 (irq = 22, base_baud = 12500000) is a ' 'FSL_LPUART\n' '[ 3.582512] arm-smmu 5000000.iommu: probing ' 'hardware configuration...\n' '[ 3.588987] arm-smmu 5000000.iommu: SMMUv2 with:\n' '[ 3.593622] arm-smmu 5000000.iommu: ?stage 1 ' 'translation\n' '[ 3.598953] arm-smmu 5000000.iommu: ?stage 2 ' 'translation\n' '[ 3.604283] arm-smmu 5000000.iommu: ?nested ' 'translation\n' '[ 3.609528] arm-smmu 5000000.iommu: ?stream ' 'matching with 128 register groups\n' '[ 3.616693] arm-smmu 5000000.iommu: ?64 context ' 'banks (0 stage-2 only)\n' '[ 3.623247] arm-smmu 5000000.iommu: ?Supported ' 'page sizes: 0x61311000\n' '[ 3.629715] arm-smmu 5000000.iommu: ?Stage-1: ' '48-bit VA -> 48-bit IPA\n' '[ 3.636180] arm-smmu 5000000.iommu: ?Stage-2: ' '48-bit IPA -> 48-bit PA\n' '[ 3.642864] arm-smmu 5000000.iommu: ?preserved 0 ' 'boot mappings\n' '[ 3.651917] loop: module loaded\n' '[ 3.660402] simple-mfd-i2c 0-004a: ' 'mask_invert=true is deprecated; please switch to ' 'unmask_base\n' '[ 3.670090] megasas: 07.719.03.00-rc1\n' '[ 3.675853] spi-nor spi1.0: w25q128fw (16384 ' 'Kbytes)\n' '[ 3.695446] spi-nor spi0.0: w25q32jwm (4096 ' 'Kbytes)\n' '[ 3.712940] 5 fixed-partitions partitions found on ' 'MTD device 20c0000.spi\n' '[ 3.719778] Creating 5 MTD partitions on ' '\\"20c0000.spi\\":\n' '[ 3.725044] 0x000000000000-0x000000010000 : ' '\\"rcw\\"\n' '[ 3.730418] 0x000000010000-0x0000001e0000 : ' '\\"failsafe bootloader\\"\n' '[ 3.737070] 0x000000200000-0x000000210000 : ' '\\"configuration store\\"\n' '[ 3.743728] 0x000000210000-0x0000003e0000 : ' '\\"bootloader\\"\n' '[ 3.749607] 0x0000003e0000-0x000000400000 : ' '\\"bootloader environment\\"\n' '[ 3.758803] tun: Universal TUN/TAP device driver, ' '1.6\n' '[ 3.764459] thunder_xcv, ver 1.0\n' '[ 3.767726] thunder_bgx, ver 1.0\n' '[ 3.770983] nicpf, ver 1.0\n' '[ 3.774242] fsl_enetc 0000:00:00.0: Adding to ' 'iommu group 0\n' '[ 3.780064] fsl_enetc 0000:00:00.1: Adding to ' 'iommu group 1\n' '[ 3.893478] fsl_enetc 0000:00:00.1: enabling ' 'device (0400 -> 0402)\n' '[ 3.900582] fsl_enetc 0000:00:00.1: device is ' 'disabled, skipping\n' '[ 3.906688] fsl_enetc 0000:00:00.2: Adding to ' 'iommu group 2\n' '[ 4.017475] fsl_enetc 0000:00:00.2: enabling ' 'device (0400 -> 0402)\n' '[ 4.024010] fsl_enetc 0000:00:00.2: device is ' 'disabled, skipping\n' '[ 4.030111] fsl_enetc 0000:00:00.6: Adding to ' 'iommu group 3\n' '[ 4.141478] fsl_enetc 0000:00:00.6: enabling ' 'device (0400 -> 0402)\n' '[ 4.148018] fsl_enetc 0000:00:00.6: device is ' 'disabled, skipping\n' '[ 4.154380] fsl_enetc_mdio 0000:00:00.3: Adding to ' 'iommu group 4\n' '[ 4.265483] fsl_enetc_mdio 0000:00:00.3: enabling ' 'device (0400 -> 0402)\n' '[ 4.286990] fsl_enetc_ptp 0000:00:00.4: Adding to ' 'iommu group 5\n' '[ 4.293060] fsl_enetc_ptp 0000:00:00.4: enabling ' 'device (0404 -> 0406)\n' '[ 4.299734] ptp_qoriq: device tree node missing ' 'required elements, try automatic configuration\n' '[ 4.308955] hns3: Hisilicon Ethernet Network ' 'Driver for Hip08 Family - version\n' '[ 4.316217] hns3: Copyright (c) 2017 Huawei ' 'Corporation.\n' '[ 4.321590] hclge is initializing\n' '[ 4.324920] e1000: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 4.329815] e1000: Copyright (c) 1999-2006 Intel ' 'Corporation.\n' '[ 4.335605] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 4.340587] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 4.346564] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 4.351982] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 4.357594] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 4.363884] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 4.370060] sky2: driver version 1.30\n' '[ 4.374433] VFIO - User Level meta-driver version: ' '0.3\n' '[ 4.379991] dwc3 3100000.usb: Adding to iommu ' 'group 6\n' '[ 4.385235] dwc3 3100000.usb: Configuration ' 'mismatch. dr_mode forced to host\n' '[ 4.392817] dwc3 3110000.usb: Adding to iommu ' 'group 7\n' '[ 4.400150] xhci-hcd xhci-hcd.0.auto: xHCI Host ' 'Controller\n' '[ 4.405676] xhci-hcd xhci-hcd.0.auto: new USB bus ' 'registered, assigned bus number 1\n' '[ 4.413486] xhci-hcd xhci-hcd.0.auto: hcc params ' '0x0220f66d hci version 0x100 quirks ' '0x0000008002010010\n' '[ 4.422941] xhci-hcd xhci-hcd.0.auto: irq 99, io ' 'mem 0x03100000\n' '[ 4.428975] xhci-hcd xhci-hcd.0.auto: xHCI Host ' 'Controller\n' '[ 4.434488] xhci-hcd xhci-hcd.0.auto: new USB bus ' 'registered, assigned bus number 2\n' '[ 4.442177] xhci-hcd xhci-hcd.0.auto: Host ' 'supports USB 3.0 SuperSpeed\n' '[ 4.449064] hub 1-0:1.0: USB hub found\n' '[ 4.452842] hub 1-0:1.0: 1 port detected\n' "[ 4.456944] usb usb2: We don't know the algorithms " 'for LPM for this host, disabling LPM.\n' '[ 4.465321] hub 2-0:1.0: USB hub found\n' '[ 4.469098] hub 2-0:1.0: 1 port detected\n' '[ 4.473242] xhci-hcd xhci-hcd.1.auto: xHCI Host ' 'Controller\n' '[ 4.478762] xhci-hcd xhci-hcd.1.auto: new USB bus ' 'registered, assigned bus number 3\n' '[ 4.486558] xhci-hcd xhci-hcd.1.auto: hcc params ' '0x0220f66d hci version 0x100 quirks ' '0x0000008002010010\n' '[ 4.496019] xhci-hcd xhci-hcd.1.auto: irq 100, io ' 'mem 0x03110000\n' '[ 4.502133] xhci-hcd xhci-hcd.1.auto: xHCI Host ' 'Controller\n' '[ 4.507643] xhci-hcd xhci-hcd.1.auto: new USB bus ' 'registered, assigned bus number 4\n' '[ 4.515331] xhci-hcd xhci-hcd.1.auto: Host ' 'supports USB 3.0 SuperSpeed\n' '[ 4.522157] hub 3-0:1.0: USB hub found\n' '[ 4.525938] hub 3-0:1.0: 1 port detected\n' "[ 4.530026] usb usb4: We don't know the algorithms " 'for LPM for this host, disabling LPM.\n' '[ 4.538394] hub 4-0:1.0: USB hub found\n' '[ 4.542169] hub 4-0:1.0: 1 port detected\n' '[ 4.546548] usbcore: registered new interface ' 'driver usb-storage\n' '[ 4.553731] i2c_dev: i2c /dev entries driver\n' '[ 4.561296] sp805-wdt c000000.watchdog: ' 'registration successful\n' '[ 4.567386] sp805-wdt c010000.watchdog: ' 'registration successful\n' '[ 4.574949] qoriq-cpufreq qoriq-cpufreq: Freescale ' 'QorIQ CPU frequency scaling driver\n' '[ 4.583537] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 4.589794] sdhci: Copyright(c) Pierre Ossman\n' '[ 4.594646] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 4.601306] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 4.607539] sdhci-esdhc 2140000.mmc: Adding to ' 'iommu group 8\n' '[ 4.613295] sdhci-esdhc 2150000.mmc: Adding to ' 'iommu group 9\n' '[ 4.619001] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 4.626707] usbcore: registered new interface ' 'driver usbhid\n' '[ 4.632320] usbhid: USB HID core driver\n' '[ 4.640271] netem: version 1.3\n' '[ 4.643420] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 4.649211] IPv4 over IPsec tunneling driver\n' '[ 4.649485] mmc0: SDHCI controller on 2150000.mmc ' '[2150000.mmc] using ADMA\n' '[ 4.653915] NET: Registered PF_INET6 protocol ' 'family\n' '[ 4.660407] mmc1: SDHCI controller on 2140000.mmc ' '[2140000.mmc] using ADMA\n' '[ 4.666405] Segment Routing with IPv6\n' '[ 4.676062] In-situ OAM (IOAM) with IPv6\n' '[ 4.680387] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 4.686861] NET: Registered PF_PACKET protocol ' 'family\n' '[ 4.691982] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 4.705173] 8021q: 802.1Q VLAN Support v1.8\n' '[ 4.709551] 9pnet: Installing 9P2000 support\n' '[ 4.713913] Key type dns_resolver registered\n' '[ 4.718473] registered taskstats version 1\n' '[ 4.722636] Loading compiled-in X.509 ' 'certificates\n' '[ 4.732585] fsl-edma 22c0000.dma-controller: ' 'Adding to iommu group 10\n' '[ 4.740203] pcieport 0001:00:00.0: Adding to iommu ' 'group 11\n' '[ 4.745954] pcieport 0001:00:00.0: PME: Signaling ' 'with IRQ 104\n' '[ 4.752015] pcieport 0001:00:00.0: AER: enabled ' 'with IRQ 104\n' '[ 4.757998] pcieport 0002:00:00.0: Adding to iommu ' 'group 12\n' '[ 4.763795] pcieport 0002:00:00.0: PME: Signaling ' 'with IRQ 105\n' '[ 4.769802] pcieport 0002:00:00.0: AER: enabled ' 'with IRQ 105\n' '[ 4.789481] usb 3-1: new high-speed USB device ' 'number 2 using xhci-hcd\n' '[ 4.831483] mmc0: new HS400 MMC card at address ' '0001\n' '[ 4.836985] mmcblk0: mmc0:0001 S0J56X 7.34 GiB\n' '[ 4.843109] mmcblk0: p1 p2\n' '[ 4.846353] mmcblk0boot0: mmc0:0001 S0J56X 31.5 ' 'MiB\n' '[ 4.852326] mmcblk0boot1: mmc0:0001 S0J56X 31.5 ' 'MiB\n' '[ 4.858218] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 ' 'MiB, chardev (511:0)\n' '[ 4.881483] fsl_enetc 0000:00:00.0: enabling ' 'device (0400 -> 0402)\n' '[ 4.888705] fsl_enetc 0000:00:00.0: no MAC address ' 'specified for SI1, using f2:ce:a6:2c:ad:d0\n' '[ 4.897313] fsl_enetc 0000:00:00.0: no MAC address ' 'specified for SI2, using 76:71:05:32:c8:d3\n' '[ 4.909413] input: buttons0 as ' '/devices/platform/buttons0/input/input0\n' '[ 4.916388] clk: Disabling unused clocks\n' '[ 4.920380] ALSA device list:\n' '[ 4.923363] No soundcards found.\n' '[ 4.930082] Freeing unused kernel memory: 7616K\n' '[ 4.934761] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 4.985211] ' 'udevd[140]: starting version 3.2.9\n' '[ 5.002061] hub 3-1:1.0: USB hub found\n' '[ 5.005877] hub 3-1:1.0: 7 ports detected\n' '[ 6.009471] random: crng init done\n' "[ 6.015798] udevd[140]: specified user 'tss' " 'unknown\n' "[ 6.020841] udevd[140]: specified group 'tss' " 'unknown\n' '[ 6.026833] udevd[141]: starting eudev-3.2.9\n' '[ 6.253285] EDAC MC0: Giving out device to module ' 'fsl_ddr_edac controller fsl_mc_err: DEV fsl_mc_err ' '(INTERRUPT)\n' '[ 6.263633] fsl_ddr_edac acquired irq 111 for MC\n' '[ 6.268358] fsl_ddr_edac MC err registered\n' '[ 6.280197] fsl_enetc 0000:00:00.0 enp0s0f0: ' 'renamed from eth0\n' '[ 6.315055] wm8904 2-001a: supply DCVDD not found, ' 'using dummy regulator\n' '[ 6.323963] mscc_felix 0000:00:00.5: Adding to ' 'iommu group 13\n' '[ 6.324194] wm8904 2-001a: supply DBVDD not found, ' 'using dummy regulator\n' '[ 6.337107] wm8904 2-001a: supply AVDD not found, ' 'using dummy regulator\n' '[ 6.347607] mscc_felix 0000:00:00.5: device is ' 'disabled, skipping\n' '[ 6.354159] wm8904 2-001a: supply CPVDD not found, ' 'using dummy regulator\n' '[ 6.355383] at24 0-0050: supply vcc not found, ' 'using dummy regulator\n' '[ 6.362367] wm8904 2-001a: supply MICVDD not ' 'found, using dummy regulator\n' '[ 6.375706] at24 0-0050: 4096 byte 24c32 EEPROM, ' 'writable, 32 bytes/write\n' '[ 6.383560] wm8904 2-001a: revision A\n' '[ 6.387340] at24 1-0057: supply vcc not found, ' 'using dummy regulator\n' '[ 6.394837] rtc-rv8803 0-0032: Voltage low, ' 'temperature compensation stopped.\n' '[ 6.397268] CAN device driver interface\n' '[ 6.405749] at24 1-0057: 8192 byte 24c64 EEPROM, ' 'writable, 32 bytes/write\n' '[ 6.423993] rtc-rv8803 0-0032: Voltage low, data ' 'loss detected.\n' '[ 6.434913] simple-mfd-i2c 0-004a: ' 'mask_invert=true is deprecated; please switch to ' 'unmask_base\n' '[ 6.447899] at24 2-0050: supply vcc not found, ' 'using dummy regulator\n' '[ 6.449641] rtc-rv8803 0-0032: Voltage low, data ' 'is invalid.\n' '[ 6.461035] rtc-rv8803 0-0032: registered as rtc0\n' '[ 6.477553] at24 2-0050: 4096 byte 24c32 EEPROM, ' 'writable, 32 bytes/write\n' '[ 6.485205] rtc-rv8803 0-0032: Voltage low, data ' 'is invalid.\n' '[ 6.491694] rtc-rv8803 0-0032: hctosys: unable to ' 'read the hardware clock\n' '[ 6.505047] sl28cpld-wdt ' '2000000.i2c:sl28cpld@4a:watchdog@4: initial timeout 6 ' 'sec\n' '[ 6.517050] simple-mfd-i2c 0-004a: ' 'mask_invert=true is deprecated; please switch to ' 'unmask_base\n' '[ 6.534457] ftm-alarm 2800000.timer: registered as ' 'rtc1\n' '[ 6.573228] mali-dp f080000.display: Adding to ' 'iommu group 14\n' '[ 6.580534] etnaviv etnaviv: bound f0c0000.gpu ' '(ops gpu_ops [etnaviv])\n' '[ 6.587451] etnaviv-gpu f0c0000.gpu: model: ' 'GC7000, revision: 6202\n' '[ 6.594164] caam 8000000.crypto: Entropy delay = ' '3200\n' '[ 6.599472] [drm] Initialized etnaviv 1.4.0 ' '20151214 for etnaviv on minor 0\n' '[ 6.619511] caam 8000000.crypto: Instantiated RNG4 ' 'SH0\n' '[ 6.658694] caam 8000000.crypto: Instantiated RNG4 ' 'SH1\n' '[ 6.664812] caam 8000000.crypto: device ID = ' '0x0a12070000000000 (Era 10)\n' '[ 6.672195] caam 8000000.crypto: job rings = 4, qi ' '= 0\n' '[ 6.712159] caam_jr 8010000.jr: Adding to iommu ' 'group 15\n' '[ 6.719957] caam algorithms registered in ' '/proc/crypto\n' '[ 6.726164] caam 8000000.crypto: registering ' 'rng-caam\n' '[ 6.731432] caam 8000000.crypto: rng crypto API ' 'alg registered prng-caam\n' '[ 6.738707] caam_jr 8020000.jr: Adding to iommu ' 'group 16\n' '[ 6.744536] caam_jr 8030000.jr: Adding to iommu ' 'group 17\n' '[ 6.750352] caam_jr 8040000.jr: Adding to iommu ' 'group 18\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '#\n' '/ # export SHELL=/bin/sh\n' 'export SHELL=/bin/sh\n' '/ # . /lava-515700/environment\n' '. /lava-515700/environment\n' '/ # /lava-515700/bin/lava-test-runner /lava-515700/0\n' '/lava-515700/bin/lava-test-runner /lava-515700/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ c[ 7.355780] \n' 'd /lava-515700/0[ 7.362640] \n' '/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=515700_1.5.2.4.1\n' '+ set +x\n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ # \n'} 04/22/2025 07:04:30 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:04:32 PM UTC [INFO] Processing event node: 6807e7e5e51c583972a58d90 04/22/2025 07:04:32 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7e5e51c583972a58d90 04/22/2025 07:04:32 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7e5e51c583972a58d90', 'origin': 'maestro', 'comment': 'baseline-arm64-clabbe on rk3399-roc-pc in lava-clabbe', 'start_time': '2025-04-22T19:03:01.170000+00:00', 'environment': {'comment': 'Runtime: lava-clabbe', 'compatible': ['firefly,roc-rk3399-pc', 'rockchip,rk3399'], 'misc': {'platform': 'rk3399-roc-pc', 'job_url': 'https://lava.montjoie.ovh/scheduler/job/476177', 'job_id': '476177'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-clabbe', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7e5e51c583972a58d90'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-clabbe-6807e7e5e51c583972a58d90/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-clabbe-6807e7e5e51c583972a58d90/log.txt.gz', 'log_excerpt': 'les configured (established 32768 bind 32768)\n' '[ 0.153035] MPTCP token hash table entries: 4096 ' '(order: 4, 98304 bytes, linear)\n' '[ 0.153184] UDP hash table entries: 2048 (order: ' '4, 65536 bytes, linear)\n' '[ 0.153320] UDP-Lite hash table entries: 2048 ' '(order: 4, 65536 bytes, linear)\n' '[ 0.153581] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.154059] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.154066] RPC: Registered udp transport module.\n' '[ 0.154071] RPC: Registered tcp transport module.\n' '[ 0.154076] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.154088] PCI: CLS 0 bytes, default 64\n' '[ 0.154310] Unpacking initramfs...\n' '[ 0.155135] hw perfevents: enabled with ' 'armv8_cortex_a53 PMU driver, 7 counters available\n' '[ 0.155592] hw perfevents: enabled with ' 'armv8_cortex_a72 PMU driver, 7 counters available\n' '[ 0.156391] kvm [1]: IPA Size Limit: 40 bits\n' '[ 0.158358] kvm [1]: vgic-v2@fff20000\n' '[ 0.158401] kvm [1]: GIC system register CPU ' 'interface enabled\n' '[ 0.158629] kvm [1]: vgic interrupt IRQ18\n' '[ 0.158857] kvm [1]: Hyp mode initialized ' 'successfully\n' '[ 0.160649] Initialise system trusted keyrings\n' '[ 0.160856] workingset: timestamp_bits=42 ' 'max_order=20 bucket_order=0\n' '[ 0.168636] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.169353] NFS: Registering the id_resolver key ' 'type\n' '[ 0.169390] Key type id_resolver registered\n' '[ 0.169395] Key type id_legacy registered\n' '[ 0.169483] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.169490] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.169666] 9p: Installing v9fs 9p2000 file system ' 'support\n' '[ 0.232102] Key type asymmetric registered\n' "[ 0.232113] Asymmetric key parser 'x509' " 'registered\n' '[ 0.232184] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 245)\n' '[ 0.232193] io scheduler mq-deadline registered\n' '[ 0.232200] io scheduler kyber registered\n' '[ 0.265807] EINJ: ACPI disabled.\n' '[ 0.290864] dma-pl330 ff6d0000.dma-controller: ' 'Loaded driver for PL330 DMAC-241330\n' '[ 0.290880] dma-pl330 ff6d0000.dma-controller: ' '?DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 ' 'Num_Events-12\n' '[ 0.292165] dma-pl330 ff6e0000.dma-controller: ' 'Loaded driver for PL330 DMAC-241330\n' '[ 0.292177] dma-pl330 ff6e0000.dma-controller: ' '?DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 ' 'Num_Events-16\n' '[ 0.315339] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 0.318333] ff180000.serial: ttyS0 at MMIO ' '0xff180000 (irq = 37, base_baud = 1500000) is a ' '16550A\n' '[ 0.319248] ff1a0000.serial: ttyS2 at MMIO ' '0xff1a0000 (irq = 38, base_baud = 1500000) is a ' '16550A\n' '[ 0.435189] printk: console [ttyS2] enabled\n' '[ 0.438618] SuperH (H)SCI(F) driver initialized\n' '[ 0.440176] msm_serial: driver initialized\n' '[ 0.447603] cacheinfo: Unable to detect cache ' 'hierarchy for CPU 0\n' '[ 0.454727] loop: module loaded\n' '[ 0.456799] megasas: 07.719.03.00-rc1\n' '[ 0.465055] spi-nor spi0.0: w25q128 (16384 ' 'Kbytes)\n' '.6 - Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.132077] PTP clock support registered\n' '[ 0.132298] EDAC MC: Ver: 3.0.0\n' '[ 0.134952] FPGA manager framework\n' '[ 0.135033] Advanced Linux Sound Architecture ' 'Driver Initialized.\n' '[ 0.135932] vgaarb: loaded\n' '[ 0.136260] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.136486] VFS: Disk quotas dquot_6.6.0\n' '[ 0.136537] VFS: Dquot-cache hash table entries: ' '512 (order 0, 4096 bytes)\n' '[ 0.136738] pnp: PnP ACPI: disabled\n' '[ 0.146151] NET: Registered PF_INET protocol ' 'family\n' '[ 0.146420] IP idents hash table entries: 65536 ' '(order: 7, 524288 bytes, linear)\n' '[ 0.150995] tcp_listen_portaddr_hash hash table ' 'entries: 2048 (order: 3, 32768 bytes, linear)\n' '[ 0.151103] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.151122] TCP established hash table entries: ' '32768 (order: 6, 262144 bytes, linear)\n' '[ 0.151471] TCP bind hash table entries: 32768 ' '(order: 8, 1048576 bytes, linear)\n' '[ 0.152772] TCP: Hash tables configured ' '(established 32768 bind 32768)\n' '[ 0.153035] MPTCP token hash table entries: 4096 ' '(order: 4, 98304 bytes, linear)\n' '[ 0.153184] UDP hash table entries: 2048 (order: ' '4, 65536 bytes, linear)\n' '[ 0.153320] UDP-Lite hash table entries: 2048 ' '(order: 4, 65536 bytes, linear)\n' '[ 0.153581] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.154059] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.154066] RPC: Registered udp transport module.\n' '[ 0.154071] RPC: Registered tcp transport module.\n' '[ 0.154076] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.154088] PCI: CLS 0 bytes, default 64\n' '[ 0.154310] Unpacking initramfs...\n' '[ 0.155135] hw perfevents: enabled with ' 'armv8_cortex_a53 PMU driver, 7 counters available\n' '[ 0.155592] hw perfevents: enabled with ' 'armv8_cortex_a72 PMU driver, 7 counters available\n' '[ 0.156391] kvm [1]: IPA Size Limit: 40 bits\n' '[ 0.158358] kvm [1]: vgic-v2@fff20000\n' '[ 0.158401] kvm [1]: GIC system register CPU ' 'interface enabled\n' '[ 0.158629] kvm [1]: vgic interrupt IRQ18\n' '[ 0.158857] kvm [1]: Hyp mode initialized ' 'successfully\n' '[ 0.160649] Initialise system trusted keyrings\n' '[ 0.160856] workingset: timestamp_bits=42 ' 'max_order=20 bucket_order=0\n' '[ 0.168636] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.169353] NFS: Registering the id_resolver key ' 'type\n' '[ 0.169390] Key type id_resolver registered\n' '[ 0.169395] Key type id_legacy registered\n' '[ 0.169483] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.169490] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.169666] 9p: Installing v9fs 9p2000 file system ' 'support\n' '[ 0.232102] Key type asymmetric registered\n' "[ 0.232113] Asymmetric key parser 'x509' " 'registered\n' '[ 0.232184] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 245)\n' '[ 0.232193] io scheduler mq-deadline registered\n' '[ 0.232200] io scheduler kyber registered\n' '[ 0.265807] EINJ: ACPI disabled.\n' '[ 0.290864] dma-pl330 ff6d0000.dma-controller: ' 'Loaded driver for PL330 DMAC-241330\n' '[ 0.290880] dma-pl330 ff6d0000.dma-controller: ' '?DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 ' 'Num_Events-12\n' '[ 0.292165] dma-pl330 ff6e0000.dma-controller: ' 'Loaded driver for PL330 DMAC-241330\n' '[ 0.292177] dma-pl330 ff6e0000.dma-controller: ' '?DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 ' 'Num_Events-16\n' '[ 0.315339] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 0.318333] ff180000.serial: ttyS0 at MMIO ' '0xff180000 (irq = 37, base_baud = 1500000) is a ' '16550A\n' '[ 0.319248] ff1a0000.serial: ttyS2 at MMIO ' '0xff1a0000 (irq = 38, base_baud = 1500000) is a ' '16550A\n' '[ 0.435189] printk: console [ttyS2] enabled\n' '[ 0.438618] SuperH (H)SCI(F) driver initialized\n' '[ 0.440176] msm_serial: driver initialized\n' '[ 0.447603] cacheinfo: Unable to detect cache ' 'hierarchy for CPU 0\n' '[ 0.454727] loop: module loaded\n' '[ 0.456799] megasas: 07.719.03.00-rc1\n' '[ 0.465055] spi-nor spi0.0: w25q128 (16384 ' 'Kbytes)\n' '.6 - Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.132077] PTP clock support registered\n' '[ 0.132298] EDAC MC: Ver: 3.0.0\n' '[ 0.134952] FPGA manager framework\n' '[ 0.135033] Advanced Linux Sound Architecture ' 'Driver Initialized.\n' '[ 0.135932] vgaarb: loaded\n' '[ 0.136260] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.136486] VFS: Disk quotas dquot_6.6.0\n' '[ 0.136537] VFS: Dquot-cache hash table entries: ' '512 (order 0, 4096 bytes)\n' '[ 0.136738] pnp: PnP ACPI: disabled\n' '[ 0.146151] NET: Registered PF_INET protocol ' 'family\n' '[ 0.146420] IP idents hash table entries: 65536 ' '(order: 7, 524288 bytes, linear)\n' '[ 0.150995] tcp_listen_portaddr_hash hash table ' 'entries: 2048 (order: 3, 32768 bytes, linear)\n' '[ 0.151103] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.151122] TCP established hash table entries: ' '32768 (order: 6, 262144 bytes, linear)\n' '[ 0.151471] TCP bind hash table entries: 32768 ' '(order: 8, 1048576 bytes, linear)\n' '[ 0.152772] TCP: Hash tables configured ' '(established 32768 bind 32768)\n' '[ 0.153035] MPTCP token hash table entries: 4096 ' '(order: 4, 98304 bytes, linear)\n' '[ 0.153184] UDP hash table entries: 2048 (order: ' '4, 65536 bytes, linear)\n' '[ 0.153320] UDP-Lite hash table entries: 2048 ' '(order: 4, 65536 bytes, linear)\n' '[ 0.153581] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.154059] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.154066] RPC: Registered udp transport module.\n' '[ 0.154071] RPC: Registered tcp transport module.\n' '[ 0.154076] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.154088] PCI: CLS 0 bytes, default 64\n' '[ 0.154310] Unpacking initramfs...\n' '[ 0.155135] hw perfevents: enabled with ' 'armv8_cortex_a53 PMU driver, 7 counters available\n' '[ 0.155592] hw perfevents: enabled with ' 'armv8_cortex_a72 PMU driver, 7 counters available\n' '[ 0.156391] kvm [1]: IPA Size Limit: 40 bits\n' '[ 0.158358] kvm [1]: vgic-v2@fff20000\n' '[ 0.158401] kvm [1]: GIC system register CPU ' 'interface enabled\n' '[ 0.158629] kvm [1]: vgic interrupt IRQ18\n' '[ 0.158857] kvm [1]: Hyp mode initialized ' 'successfully\n' '[ 0.160649] Initialise system trusted keyrings\n' '[ 0.160856] workingset: timestamp_bits=42 ' 'max_order=20 bucket_order=0\n' '[ 0.168636] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.169353] NFS: Registering the id_resolver key ' 'type\n' '[ 0.169390] Key type id_resolver registered\n' '[ 0.169395] Key type id_legacy registered\n' '[ 0.169483] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.169490] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.169666] 9p: Installing v9fs 9p2000 file system ' 'support\n' '[ 0.232102] Key type asymmetric registered\n' "[ 0.232113] Asymmetric key parser 'x509' " 'registered\n' '[ 0.232184] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 245)\n' '[ 0.232193] io scheduler mq-deadline registered\n' '[ 0.232200] io scheduler kyber registered\n' '[ 0.265807] EINJ: ACPI disabled.\n' '[ 0.290864] dma-pl330 ff6d0000.dma-controller: ' 'Loaded driver for PL330 DMAC-241330\n' '[ 0.290880] dma-pl330 ff6d0000.dma-controller: ' '?DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 ' 'Num_Events-12\n' '[ 0.292165] dma-pl330 ff6e0000.dma-controller: ' 'Loaded driver for PL330 DMAC-241330\n' '[ 0.292177] dma-pl330 ff6e0000.dma-controller: ' '?DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 ' 'Num_Events-16\n' '[ 0.315339] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 0.318333] ff180000.serial: ttyS0 at MMIO ' '0xff180000 (irq = 37, base_baud = 1500000) is a ' '16550A\n' '[ 0.319248] ff1a0000.serial: ttyS2 at MMIO ' '0xff1a0000 (irq = 38, base_baud = 1500000) is a ' '16550A\n' '[ 0.435189] printk: console [ttyS2] enabled\n' '[ 0.438618] SuperH (H)SCI(F) driver initialized\n' '[ 0.440176] msm_serial: driver initialized\n' '[ 0.447603] cacheinfo: Unable to detect cache ' 'hierarchy for CPU 0\n' '[ 0.454727] loop: module loaded\n' '[ 0.456799] megasas: 07.719.03.00-rc1\n' '[ 0.465055] spi-nor spi0.0: w25q128 (16384 ' 'Kbytes)\n' '[ 1.845810] Freeing initrd memory: 22292K\n' '[ 1.890822] tun: Universal TUN/TAP device driver, ' '1.6\n' '[ 1.893046] thunder_xcv, ver 1.0\n' '[ 1.893378] thunder_bgx, ver 1.0\n' '[ 1.893705] nicpf, ver 1.0\n' '[ 1.896555] hns3: Hisilicon Ethernet Network ' 'Driver for Hip08 Family - version\n' '[ 1.897195] hns3: Copyright (c) 2017 Huawei ' 'Corporation.\n' '[ 1.897716] hclge is initializing\n' '[ 1.898028] e1000: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.898459] e1000: Copyright (c) 1999-2006 Intel ' 'Corporation.\n' '[ 1.899009] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.899447] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 1.900005] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 1.900494] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 1.901022] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 1.901575] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 1.902788] sky2: driver version 1.30\n' '[ 1.905429] VFIO - User Level meta-driver version: ' '0.3\n' '[ 1.916282] usbcore: registered new interface ' 'driver usb-storage\n' '[ 1.920148] i2c_dev: i2c /dev entries driver\n' '[ 1.925803] dc_12v: failed to get the current ' 'voltage: -ENXIO\n' '[ 1.926380] mp8859 7-0066: failed to register ' 'mp8859_dcdc: -6\n' '[ 1.928180] /i2c@ff3c0000/pmic@1b: Fixed ' 'dependency cycle(s) with ' '/i2c@ff3c0000/pmic@1b/regulators/LDO_REG8\n' '[ 1.938966] dw_wdt ff848000.watchdog: No valid ' 'TOPs array specified\n' '[ 1.945390] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 1.945944] sdhci: Copyright(c) Pierre Ossman\n' '[ 1.947947] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 1.950763] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 1.954195] mmc1: CQHCI version 5.10\n' '[ 1.957309] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 1.960107] SMCCC: SOC_ID: ARCH_SOC_ID not ' 'implemented, skipping ....\n' '[ 1.962284] usbcore: registered new interface ' 'driver usbhid\n' '[ 1.962782] usbhid: USB HID core driver\n' '[ 1.977169] netem: version 1.3\n' '[ 1.977591] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.978522] IPv4 over IPsec tunneling driver\n' '[ 1.979738] NET: Registered PF_INET6 protocol ' 'family\n' '[ 1.980463] mmc1: SDHCI controller on fe330000.mmc ' '[fe330000.mmc] using ADMA\n' '[ 1.982804] Segment Routing with IPv6\n' '[ 1.983195] In-situ OAM (IOAM) with IPv6\n' '[ 1.984128] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.985685] NET: Registered PF_PACKET protocol ' 'family\n' '[ 1.986172] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 1.988300] 8021q: 802.1Q VLAN Support v1.8\n' '[ 1.988874] 9pnet: Installing 9P2000 support\n' '[ 1.989354] Key type dns_resolver registered\n' '[ 1.990429] registered taskstats version 1\n' '[ 1.990820] Loading compiled-in X.509 ' 'certificates\n' '[ 2.102423] input: gpio-keys as ' '/devices/platform/gpio-keys/input/input0\n' '[ 2.104529] clk: Disabling unused clocks\n' '[ 2.105627] ALSA device list:\n' '[ 2.105899] No soundcards found.\n' '[ 2.106418] dw-apb-uart ff1a0000.serial: forbid ' 'DMA for kernel console\n' '[ 2.112122] Freeing unused kernel memory: 7616K\n' '[ 2.112808] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 2.222799] ' 'udevd[165]: starting version 3.2.9\n' '[ 5.192252] random: crng init done\n' "[ 5.198728] udevd[165]: specified user 'tss' " 'unknown\n' "[ 5.199277] udevd[165]: specified group 'tss' " 'unknown\n' '[ 5.202048] udevd[166]: starting eudev-3.2.9\n' '[ 5.472724] pwm-backlight backlight: supply power ' 'not found, using dummy regulator\n' '[ 5.481224] cs_system_cfg: CoreSight ' 'Configuration manager initialised\n' '[ 5.483508] coresight-cpu-debug fe430000.debug: ' 'Coresight debug-CPU0 initialized\n' '[ 5.485004] coresight-cpu-debug fe432000.debug: ' 'Coresight debug-CPU1 initialized\n' '[ 5.486120] coresight-cpu-debug fe434000.debug: ' 'Coresight debug-CPU2 initialized\n' '[ 5.487095] coresight-cpu-debug fe436000.debug: ' 'Coresight debug-CPU3 initialized\n' '[ 5.488025] coresight-cpu-debug fe610000.debug: ' 'Coresight debug-CPU4 initialized\n' '[ 5.489450] coresight-cpu-debug fe710000.debug: ' 'Coresight debug-CPU5 initialized\n' '[ 5.568689] mc: Linux media interface: v0.10\n' '[ 5.583088] videodev: Linux video capture ' 'interface: v2.00\n' '[ 5.587620] rockchip-vop ff8f0000.vop: Adding to ' 'iommu group 2\n' '[ 5.595200] rockchip-vop ff900000.vop: Adding to ' 'iommu group 3\n' '[ 5.595588] OF: graph: no port node found in ' '/i2c@ff160000/usb-typec@22\n' '[ 5.626734] hantro-vpu ff650000.video-codec: ' 'Adding to iommu group 0\n' '[ 5.632871] hantro-vpu ff650000.video-codec: ' 'registered rockchip,rk3399-vpu-enc as /dev/video0\n' '[ 5.633991] hantro-vpu ff650000.video-codec: ' 'registered rockchip,rk3399-vpu-dec as /dev/video1\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-476177/environment\n' '/ # /lava-476177/bin/lava-test-runner /lava-476177/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-476177/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=476177_1.1.4.1\n' '+ set +x\n' '[ 6.560783] \n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set[ 6.561694] \n' '+x\n' '\n' '/ # \n'} 04/22/2025 07:04:32 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:04:40 PM UTC [INFO] Processing event node: 6807d0699aef7c8063cad93b 04/22/2025 07:04:40 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807d0699aef7c8063cad93b 04/22/2025 07:04:40 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807d03a9aef7c8063cad938', 'id': 'maestro:6807d0699aef7c8063cad93b', 'origin': 'maestro', 'comment': 'staging-stable-20250422.4', 'start_time': '2025-04-22T17:22:49.595000+00:00', 'architecture': 'arm64', 'compiler': 'gcc-12', 'config_name': 'defconfig+lab-setup+arm64-chromebook+CONFIG_MODULE_COMPRESS=n+CONFIG_MODULE_COMPRESS_NONE=y', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807d0699aef7c8063cad93b-kbuild-gcc-12-arm64-chro-n80pgkv6', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'image', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807d0699aef7c8063cad93b'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/fragments/2.config'}, {'name': 'fragments_3_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/fragments/3.config'}, {'name': 'fragments_4_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/fragments/4.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-6807d0699aef7c8063cad93b/build.log.gz', 'log_excerpt': 'pro1.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-hp-envy-x2.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-lenovo-miix-630.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-oneplus-cheeseburger.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-oneplus-dumpling.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-lilac.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-maple.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-poplar.dtb\n' ' INSTALL _dtbs_/qcom/qcs404-evb-1000.dtb\n' ' INSTALL _dtbs_/qcom/qcs404-evb-4000.dtb\n' ' INSTALL _dtbs_/qcom/qrb5165-rb5.dtb\n' ' INSTALL _dtbs_/qcom/sa8155p-adp.dtb\n' ' INSTALL _dtbs_/qcom/sa8295p-adp.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-idp.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-coachz-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-coachz-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-coachz-r3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-coachz-r3-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r2.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-kingoftown-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-kingoftown-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r0.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r1-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r3-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r3-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r9.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r9-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r9-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-r9.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r5.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r9.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev0-auo.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev0-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev1-auo.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev1-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-lte-parade.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-lte-ti.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-parade.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pazquel-ti.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r2.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r2-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r3-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-quackingstick-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-quackingstick-r0-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev0-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev0-inx.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-inx.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-inx-rt5682s.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-boe-rt5682s.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-herobrine-crd.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-herobrine-evoker-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-herobrine-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-idp.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-idp2.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-crd-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc8280xp-crd.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc8280xp-lenovo-thinkpad-x13s.dtb\n' ' INSTALL _dtbs_/qcom/sda660-inforce-ifc6560.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-ganges-kirin.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-discovery.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-pioneer.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-voyager.dtb\n' ' INSTALL _dtbs_/qcom/sdm632-fairphone-fp3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm636-sony-xperia-ganges-mermaid.dtb\n' ' INSTALL _dtbs_/qcom/sdm660-xiaomi-lavender.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r1.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r2.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r3.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-db845c.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-lg-judyln.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-lg-judyp.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-mtp.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-oneplus-enchilada.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-oneplus-fajita.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-akari.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-akatsuki.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-apollo.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-xiaomi-beryllium.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-xiaomi-polaris.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-shift-axolotl.dtb\n' ' INSTALL _dtbs_/qcom/sdm850-lenovo-yoga-c630.dtb\n' ' INSTALL _dtbs_/qcom/sdm850-samsung-w737.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm6125-sony-xperia-seine-pdx201.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm6350-sony-xperia-lena-pdx213.dtb\n' ' INSTALL _dtbs_/qcom/sm7225-fairphone-fp4.dtb\n' ' INSTALL _dtbs_/qcom/sm8150-hdk.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-microsoft-surface-duo.dtb\n' ' INSTALL _dtbs_/qcom/sm8150-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-sony-xperia-kumano-bahamut.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-sony-xperia-kumano-griffin.dtb\n' ' INSTALL _dtbs_/qcom/sm8250-hdk.dtb\n' ' INSTALL _dtbs_/qcom/sm8250-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8250-sony-xperia-edo-pdx203.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8250-sony-xperia-edo-pdx206.dtb\n' ' INSTALL _dtbs_/qcom/sm8350-hdk.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-microsoft-surface-duo2.dtb\n' ' INSTALL _dtbs_/qcom/sm8350-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-sony-xperia-sagami-pdx214.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-sony-xperia-sagami-pdx215.dtb\n' ' INSTALL _dtbs_/qcom/sm8450-hdk.dtb\n' ' INSTALL _dtbs_/qcom/sm8450-qrd.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8450-sony-xperia-nagara-pdx223.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-beacon-rzg2m-kit.dtb\n' ' INSTALL _dtbs_/renesas/r8a774a1-hihope-rzg2m.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-ex-mipi-2.1.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-rev2.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-rev2-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-rev2-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-beacon-rzg2n-kit.dtb\n' ' INSTALL _dtbs_/renesas/r8a774b1-hihope-rzg2n.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-ex-mipi-2.1.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-rev2.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-rev2-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-rev2-ex-idk-1110wr.dtb\n' ' INSTALL _dtbs_/renesas/r8a774c0-cat874.dtb\n' ' INSTALL _dtbs_/renesas/r8a774c0-ek874.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774c0-ek874-idk-2121wr.dtb\n' ' INSTALL _dtbs_/renesas/r8a774c0-ek874-mipi-2.1.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-beacon-rzg2h-kit.dtb\n' ' INSTALL _dtbs_/renesas/r8a774e1-hihope-rzg2h.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-hihope-rzg2h-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-hihope-rzg2h-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-hihope-rzg2h-ex-mipi-2.1.dtb\n' ' INSTALL _dtbs_/renesas/r8a77950-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77950-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77950-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77961-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77961-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77961-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77970-eagle.dtb\n' ' INSTALL _dtbs_/renesas/r8a77970-v3msk.dtb\n' ' INSTALL _dtbs_/renesas/r8a77980-condor.dtb\n' ' INSTALL _dtbs_/renesas/r8a77980-v3hsk.dtb\n' ' INSTALL _dtbs_/renesas/r8a77980a-condor-i.dtb\n' ' INSTALL _dtbs_/renesas/r8a77990-ebisu.dtb\n' ' INSTALL _dtbs_/renesas/r8a77995-draak.dtb\n' ' INSTALL _dtbs_/renesas/r8a779a0-falcon.dtb\n' ' INSTALL _dtbs_/renesas/r8a779f0-spider.dtb\n' ' INSTALL _dtbs_/renesas/r8a779g0-white-hawk.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m1-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m1-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m1-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m3-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m3-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m3-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m5-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g043u11-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g044c2-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g044l2-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g054l2-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a09g011-v2mevk2.dtb\n' ' INSTALL ' '_dtbs_/renesas/draak-ebisu-panel-aa104xd12.dtbo\n' ' INSTALL ' '_dtbs_/renesas/salvator-panel-aa104xd12.dtbo\n' ' INSTALL _dtbs_/rockchip/px30-evb.dtb\n' ' INSTALL ' '_dtbs_/rockchip/px30-engicam-px30-core-ctouch2.dtb\n' ' INSTALL ' '_dtbs_/rockchip/px30-engicam-px30-core-ctouch2-of10.dtb\n' ' INSTALL ' '_dtbs_/rockchip/px30-engicam-px30-core-edimm2.2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3308-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3308-roc-cc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3308-rock-pi-s.dtb\n' ' INSTALL _dtbs_/rockchip/rk3318-a95x-z2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3326-odroid-go2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-a1.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-nanopi-r2s.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-rock64.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-rock-pi-e.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-roc-cc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-roc-pc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-evb-act8846.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-geekbox.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-lion-haikou.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-orion-r68-meta.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-px5-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-r88.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-eaidk-610.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-ficus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-firefly.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-bob.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-kevin.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-gru-scarlet-dumo.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-scarlet-inx.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-scarlet-kd.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-hugsun-x99.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-khadas-edge.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-khadas-edge-captain.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-khadas-edge-v.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-kobol-helios64.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-leez-p710.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopc-t4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-m4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-m4b.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-neo4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-r4s.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-nanopi-r4s-enterprise.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-orangepi.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-pinebook-pro.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-pinephone-pro.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-puma-haikou.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-roc-pc.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-roc-pc-mezzanine.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-roc-pc-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-4c-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4a.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4a-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4b.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4b-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4c.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock960.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rockpro64-v2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rockpro64.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-sapphire.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-sapphire-excavator.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399pro-rock-pi-n10.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-anbernic-rg353p.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-anbernic-rg503.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-pinenote-v1.1.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-pinenote-v1.2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-quartz64-a.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-quartz64-b.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-roc-pc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-soquartz-cm4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3568-bpi-r2-pro.dtb\n' ' INSTALL _dtbs_/rockchip/rk3568-evb1-v10.dtb\n' ' INSTALL _dtbs_/rockchip/rk3568-rock-3a.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld11-global.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld11-ref.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld20-akebi96.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld20-global.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld20-ref.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-pxs3-ref.dtb\n' ' INSTALL ' '_dtbs_/socionext/uniphier-pxs3-ref-gadget0.dtb\n' ' INSTALL ' '_dtbs_/socionext/uniphier-pxs3-ref-gadget1.dtb\n' ' INSTALL _dtbs_/sprd/sc9836-openphone.dtb\n' ' INSTALL _dtbs_/sprd/sp9860g-1h10.dtb\n' ' INSTALL _dtbs_/sprd/sp9863a-1h10.dtb\n' ' INSTALL _dtbs_/synaptics/berlin4ct-dmp.dtb\n' ' INSTALL _dtbs_/synaptics/berlin4ct-stb.dtb\n' ' INSTALL _dtbs_/tesla/fsd-evb.dtb\n' ' INSTALL _dtbs_/ti/k3-am654-base-board.dtb\n' ' INSTALL _dtbs_/ti/k3-am6528-iot2050-basic.dtb\n' ' INSTALL _dtbs_/ti/k3-am6528-iot2050-basic-pg2.dtb\n' ' INSTALL _dtbs_/ti/k3-am6548-iot2050-advanced.dtb\n' ' INSTALL ' '_dtbs_/ti/k3-am6548-iot2050-advanced-pg2.dtb\n' ' INSTALL _dtbs_/ti/k3-j721e-common-proc-board.dtb\n' ' INSTALL _dtbs_/ti/k3-j721e-sk.dtb\n' ' INSTALL _dtbs_/ti/k3-j7200-common-proc-board.dtb\n' ' INSTALL _dtbs_/ti/k3-j721s2-common-proc-board.dtb\n' ' INSTALL _dtbs_/ti/k3-am642-evm.dtb\n' ' INSTALL _dtbs_/ti/k3-am642-sk.dtb\n' ' INSTALL _dtbs_/ti/k3-am625-sk.dtb\n' ' INSTALL _dtbs_/ti/k3-am62a7-sk.dtb\n' ' INSTALL _dtbs_/toshiba/tmpv7708-rm-mbrc.dtb\n' ' INSTALL _dtbs_/toshiba/tmpv7708-visrobo-vrb.dtb\n' ' INSTALL _dtbs_/xilinx/avnet-ultra96-rev1.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1232-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1254-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1275-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm015-dc1.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm016-dc2.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm017-dc3.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm018-dc4.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm019-dc5.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu100-revC.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-revB.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-rev1.0.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-rev1.1.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu104-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu104-revC.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu106-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu111-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-sm-k26-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-smk-k26-revA.dtb\n' ' INSTALL ' '_dtbs_/xilinx/sm-k26-revA-sck-kv-g-revA.dtb\n' ' INSTALL ' '_dtbs_/xilinx/sm-k26-revA-sck-kv-g-revB.dtb\n' ' INSTALL ' '_dtbs_/xilinx/smk-k26-revA-sm-k26-revA-sck-kv-g-revA.dtb\n' ' INSTALL ' '_dtbs_/xilinx/smk-k26-revA-sm-k26-revA-sck-kv-g-revB.dtb\n' '+ mkdir -p /tmp/kci/artifacts/dtbs\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp -r _dtbs_/actions _dtbs_/allwinner _dtbs_/altera ' '_dtbs_/amazon _dtbs_/amd _dtbs_/amlogic _dtbs_/apm ' '_dtbs_/apple _dtbs_/arm _dtbs_/broadcom _dtbs_/cavium ' '_dtbs_/exynos _dtbs_/freescale _dtbs_/hisilicon ' '_dtbs_/intel _dtbs_/lg _dtbs_/marvell _dtbs_/mediatek ' '_dtbs_/nuvoton _dtbs_/nvidia _dtbs_/qcom ' '_dtbs_/renesas _dtbs_/rockchip _dtbs_/socionext ' '_dtbs_/sprd _dtbs_/synaptics _dtbs_/tesla _dtbs_/ti ' '_dtbs_/toshiba _dtbs_/xilinx /tmp/kci/artifacts/dtbs\n' '+ cd ..\n' '+ echo job:package_dtbs=done\n' '++ date +%s\n' '+ echo jobets:package_dtbs=1745348418\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:04:40 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:04:47 PM UTC [INFO] Processing event node: 6807e7e3e51c583972a58d8a 04/22/2025 07:04:48 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7e3e51c583972a58d8a 04/22/2025 07:04:48 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7e3e51c583972a58d8a', 'origin': 'maestro', 'comment': 'baseline-arm64-clabbe on meson-gxl-s905x-libretech-cc in ' 'lava-clabbe', 'start_time': '2025-04-22T19:02:59.128000+00:00', 'environment': {'comment': 'Runtime: lava-clabbe', 'compatible': ['libretech,aml-s905x-cc', 'amlogic,s905x', 'amlogic,meson-gxl'], 'misc': {'platform': 'meson-gxl-s905x-libretech-cc', 'job_url': 'https://lava.montjoie.ovh/scheduler/job/476175', 'job_id': '476175'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-clabbe', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7e3e51c583972a58d8a'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-clabbe-6807e7e3e51c583972a58d8a/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-clabbe-6807e7e3e51c583972a58d8a/log.txt.gz', 'log_excerpt': '00] clocksource: arch_sys_counter: mask: ' '0xffffffffffffff max_cycles: 0x588fe9dc0, ' 'max_idle_ns: 440795202592 ns\n' '[ 0.000000] sched_clock: 56 bits at 24MHz, ' 'resolution 41ns, wraps every 4398046511097ns\n' '[ 0.001186] Console: colour dummy device 80x25\n' '[ 0.001268] Calibrating delay loop (skipped), ' 'value calculated using timer frequency.. 48.00 ' 'BogoMIPS (lpj=96000)\n' '[ 0.001280] pid_max: default: 32768 minimum: 301\n' '[ 0.001336] LSM: Security Framework initializing\n' '[ 0.001431] Mount-cache hash table entries: 4096 ' '(order: 3, 32768 bytes, linear)\n' '[ 0.001445] Mountpoint-cache hash table entries: ' '4096 (order: 3, 32768 bytes, linear)\n' '[ 0.002825] cblist_init_generic: Setting ' 'adjustable number of callback queues.\n' '[ 0.002836] cblist_init_generic: Setting shift to ' '2 and lim to 1.\n' '[ 0.002900] cblist_init_generic: Setting ' 'adjustable number of callback queues.\n' '[ 0.002904] cblist_init_generic: Setting shift to ' '2 and lim to 1.\n' '[ 0.003059] rcu: Hierarchical SRCU ' 'implementation.\n' '[ 0.003063] rcu: ?Max phase no-delay instances is ' '1000.\n' '[ 0.005403] EFI services will not be available.\n' '[ 0.005714] smp: Bringing up secondary CPUs ...\n' '[ 0.006236] Detected VIPT I-cache on CPU1\n' '[ 0.006365] CPU1: Booted secondary processor ' '0x0000000001 [0x410fd034]\n' '[ 0.006988] Detected VIPT I-cache on CPU2\n' '[ 0.007096] CPU2: Booted secondary processor ' '0x0000000002 [0x410fd034]\n' '[ 0.007698] Detected VIPT I-cache on CPU3\n' '[ 0.007814] CPU3: Booted secondary processor ' '0x0000000003 [0x410fd034]\n' '[ 0.007898] smp: Brought up 1 node, 4 CPUs\n' '[ 0.007904] SMP: Total of 4 processors activated.\n' '[ 0.007909] CPU features: detected: 32-bit EL0 ' 'Support\n' '[ 0.007912] CPU features: detected: 32-bit EL1 ' 'Support\n' '[ 0.007916] CPU features: detected: CRC32 ' 'instructions\n' '[ 0.007980] CPU: All CPU(s) started at EL2\n' '[ 0.008003] alternatives: applying system-wide ' 'alternatives\n' '[ 0.010063] devtmpfs: initialized\n' '[ 0.016017] clocksource: jiffies: mask: 0xffffffff ' 'max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ' 'ns\n' '[ 0.016045] futex hash table entries: 1024 (order: ' '4, 65536 bytes, linear)\n' '[ 0.023728] pinctrl core: initialized pinctrl ' 'subsystem\n' '[ 0.025738] DMI not present or invalid.\n' '[ 0.026375] NET: Registered PF_NETLINK/PF_ROUTE ' 'protocol family\n' '[ 0.027381] DMA: preallocated 256 KiB GFP_KERNEL ' 'pool for atomic allocations\n' '[ 0.027666] DMA: preallocated 256 KiB ' 'GFP_KERNEL|GFP_DMA pool for atomic allocations\n' '[ 0.027818] DMA: preallocated 256 KiB ' 'GFP_KERNEL|GFP_DMA32 pool for atomic allocations\n' '[ 0.027892] audit: initializing netlink subsys ' '(disabled)\n' '[ 0.028087] audit: type=2000 audit(0.024:1): ' 'state=initialized audit_enabled=0 res=1\n' '[ 0.029355] thermal_sys: Registered thermal ' "governor 'step_wise'\n" '[ 0.029365] thermal_sys: Registered thermal ' "governor 'power_allocator'\n" '[ 0.029447] cpuidle: using governor menu\n' '[ 0.029653] hw-breakpoint: found 6 breakpoint and ' '4 watchpoint registers.\n' '[ 0.029757] ASID allocator initialised with 32768 ' 'entries\n' '[ 0.031553] Serial: AMBA PL011 UART driver\n' '[ 0.037430] /soc/interrupt-controller@c4301000: ' 'Fixed dependency cycle(s) with ' '/soc/interrupt-controller@c4301000\n' '[ 0.037645] /soc/vpu@d0100000: Fixed dependency ' 'cycle(s) with /soc/hdmi-tx@c883a000\n' '[ 0.037666] /soc/hdmi-tx@c883a000: Fixed ' 'dependency cycle(s) with /soc/vpu@d0100000\n' '[ 0.050381] /soc/vpu@d0100000: Fixed dependency ' 'cycle(s) with /soc/hdmi-tx@c883a000\n' '[ 0.050768] /soc/vpu@d0100000: Fixed dependency ' 'cycle(s) with /soc/hdmi-tx@c883a000\n' '[ 0.050829] /soc/hdmi-tx@c883a000: Fixed ' 'dependency cycle(s) with /soc/vpu@d0100000\n' '[ 0.052745] /soc/vpu@d0100000: Fixed dependency ' 'cycle(s) with /cvbs-connector\n' '[ 0.052831] /cvbs-connector: Fixed dependency ' 'cycle(s) with /soc/vpu@d0100000\n' '[ 0.053410] /soc/hdmi-tx@c883a000: Fixed ' 'dependency cycle(s) with /hdmi-connector\n' '[ 0.053530] /hdmi-connector: Fixed dependency ' 'cycle(s) with /soc/hdmi-tx@c883a000\n' '[ 0.056640] KASLR enabled\n' '[ 0.065262] HugeTLB: registered 1.00 GiB page ' 'size, pre-allocated 0 pages\n' '[ 0.065273] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 1.00 GiB page\n' '[ 0.065278] HugeTLB: registered 32.0 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.065282] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 32.0 MiB page\n' '[ 0.065286] HugeTLB: registered 2.00 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.065289] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 2.00 MiB page\n' '[ 0.065293] HugeTLB: registered 64.0 KiB page ' 'size, pre-allocated 0 pages\n' '[ 0.065296] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 64.0 KiB page\n' '[ 0.067046] ACPI: Interpreter disabled.\n' '[ 0.070080] iommu: Default domain type: ' 'Translated\n' '[ 0.070092] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.070373] SCSI subsystem initialized\n' '[ 0.070753] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.070790] usbcore: registered new interface ' 'driver hub\n' '[ 0.070821] usbcore: registered new device driver ' 'usb\n' '[ 0.071865] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.071872] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.071886] PTP clock support registered\n' '[ 0.072005] EDAC MC: Ver: 3.0.0\n' '[ 0.073776] FPGA manager framework\n' '[ 0.073867] Advanced Linux Sound Architecture ' 'Driver Initialized.\n' '[ 0.074785] vgaarb: loaded\n' '[ 0.075155] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.075379] VFS: Disk quotas dquot_6.6.0\n' '[ 0.075429] VFS: Dquot-cache hash table entries: ' '512 (order 0, 4096 bytes)\n' '[ 0.075621] pnp: PnP ACPI: disabled\n' '[ 0.081557] NET: Registered PF_INET protocol ' 'family\n' '[ 0.081765] IP idents hash table entries: 32768 ' '(order: 6, 262144 bytes, linear)\n' '[ 0.083456] tcp_listen_portaddr_hash hash table ' 'entries: 1024 (order: 2, 16384 bytes, linear)\n' '[ 0.083489] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.083538] TCP established hash table entries: ' '16384 (order: 5, 131072 bytes, linear)\n' '[ 0.083648] TCP bind hash table entries: 16384 ' '(order: 7, 524288 bytes, linear)\n' '[ 0.084034] TCP: Hash tables configured ' '(established 16384 bind 16384)\n' '[ 0.084266] MPTCP token hash table entries: 2048 ' '(order: 3, 49152 bytes, linear)\n' '[ 0.084341] UDP hash table entries: 1024 (order: ' '3, 32768 bytes, linear)\n' '[ 0.084388] UDP-Lite hash table entries: 1024 ' '(order: 3, 32768 bytes, linear)\n' '[ 0.084538] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.084933] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.084943] RPC: Registered udp transport module.\n' '[ 0.084945] RPC: Registered tcp transport module.\n' '[ 0.084948] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.084958] PCI: CLS 0 bytes, default 64\n' '[ 0.085205] Unpacking initramfs...\n' '[ 0.085822] hw perfevents: enabled with ' 'armv8_cortex_a53 PMU driver, 7 counters available\n' '[ 0.086371] kvm [1]: IPA Size Limit: 40 bits\n' '[ 0.088169] kvm [1]: vgic interrupt IRQ9\n' '[ 0.088268] kvm [1]: Hyp mode initialized ' 'successfully\n' '[ 0.089716] Initialise system trusted keyrings\n' '[ 0.089984] workingset: timestamp_bits=42 ' 'max_order=19 bucket_order=0\n' '[ 0.096634] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.097379] NFS: Registering the id_resolver key ' 'type\n' '[ 0.097428] Key type id_resolver registered\n' '[ 0.097432] Key type id_legacy registered\n' '[ 0.097525] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.097531] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.097759] 9p: Installing v9fs 9p2000 file system ' 'support\n' '[ 0.134510] Key type asymmetric registered\n' "[ 0.134524] Asymmetric key parser 'x509' " 'registered\n' '[ 0.134612] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 245)\n' '[ 0.134619] io scheduler mq-deadline registered\n' '[ 0.134623] io scheduler kyber registered\n' '[ 0.136788] irq_meson_gpio: 110 to 8 gpio ' 'interrupt mux initialized\n' '[ 0.153665] EINJ: ACPI disabled.\n' '[ 0.177270] soc soc0: Amlogic Meson GXL (S905X) ' 'Revision 21:d (84:2) Detected\n' '[ 0.188302] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 0.192432] SuperH (H)SCI(F) driver initialized\n' '[ 0.193312] c81004c0.serial: ttyAML0 at MMIO ' '0xc81004c0 (irq = 18, base_baud = 1500000) is a ' 'meson_uart\n' '[ 1.193285] Freeing initrd memory: 22288K\n' '[ 1.196066] printk: console [ttyAML0] enabled\n' '[ 1.271750] msm_serial: driver initialized\n' '[ 1.283063] loop: module loaded\n' '[ 1.284386] megasas: 07.719.03.00-rc1\n' '[ 1.292476] tun: Universal TUN/TAP device driver, ' '1.6\n' '[ 1.293834] thunder_xcv, ver 1.0\n' '[ 1.295137] thunder_bgx, ver 1.0\n' '[ 1.298331] nicpf, ver 1.0\n' '[ 1.302883] hns3: Hisilicon Ethernet Network ' 'Driver for Hip08 Family - version\n' '[ 1.308133] hns3: Copyright (c) 2017 Huawei ' 'Corporation.\n' '[ 1.313472] hclge is initializing\n' '[ 1.316681] e1000: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.321498] e1000: Copyright (c) 1999-2006 Intel ' 'Corporation.\n' '[ 1.327225] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.332100] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 1.338001] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 1.343312] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 1.348869] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 1.355043] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 1.361519] sky2: driver version 1.30\n' '[ 1.366151] VFIO - User Level meta-driver version: ' '0.3\n' '[ 1.374559] usbcore: registered new interface ' 'driver usb-storage\n' '[ 1.378222] i2c_dev: i2c /dev entries driver\n' '[ 1.390428] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 1.390970] sdhci: Copyright(c) Pierre Ossman\n' '[ 1.396515] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 1.402967] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 1.403076] meson-gx-mmc d0074000.mmc: allocated ' 'mmc-pwrseq\n' '[ 1.412552] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 1.420529] meson-sm: secure-monitor enabled\n' '[ 1.424282] usbcore: registered new interface ' 'driver usbhid\n' '[ 1.428090] usbhid: USB HID core driver\n' '[ 1.433471] platform-mhu c883c404.mailbox: ' 'Platform MHU Mailbox registered\n' '[ 1.450105] meson-gx-mmc d0074000.mmc: no support ' "for card's volts\n" '[ 1.450502] netem: version 1.3\n' '[ 1.450646] mmc1: error -22 whilst initialising ' 'SDIO card\n' '[ 1.453789] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.465185] IPv4 over IPsec tunneling driver\n' '[ 1.469779] NET: Registered PF_INET6 protocol ' 'family\n' '[ 1.474876] Segment Routing with IPv6\n' '[ 1.477293] In-situ OAM (IOAM) with IPv6\n' '[ 1.481697] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.487934] NET: Registered PF_PACKET protocol ' 'family\n' '[ 1.492037] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 1.505087] 8021q: 802.1Q VLAN Support v1.8\n' '[ 1.509099] 9pnet: Installing 9P2000 support\n' '[ 1.513275] Key type dns_resolver registered\n' '[ 1.517799] registered taskstats version 1\n' '[ 1.521510] Loading compiled-in X.509 ' 'certificates\n' '[ 1.550128] dwc3-meson-g12a d0078080.usb: USB2 ' 'ports: 2\n' '[ 1.550168] dwc3-meson-g12a d0078080.usb: USB3 ' 'ports: 0\n' '[ 2.081417] dwc2 c9100000.usb: supply vusb_d not ' 'found, using dummy regulator\n' '[ 2.083070] dwc2 c9100000.usb: supply vusb_a not ' 'found, using dummy regulator\n' '[ 2.090139] dwc2 c9100000.usb: Controller does not ' 'support host mode.\n' '[ 2.096396] dwc2: probe of c9100000.usb failed ' 'with error -22\n' '[ 2.105834] xhci-hcd xhci-hcd.0.auto: xHCI Host ' 'Controller\n' '[ 2.107556] xhci-hcd xhci-hcd.0.auto: new USB bus ' 'registered, assigned bus number 1\n' '[ 2.115230] xhci-hcd xhci-hcd.0.auto: USB3 root ' 'hub has no ports\n' '[ 2.121062] xhci-hcd xhci-hcd.0.auto: hcc params ' '0x0228f664 hci version 0x100 quirks ' '0x0000008002010010\n' '[ 2.130398] xhci-hcd xhci-hcd.0.auto: irq 24, io ' 'mem 0xc9000000\n' '[ 2.136994] hub 1-0:1.0: USB hub found\n' '[ 2.139962] hub 1-0:1.0: 2 ports detected\n' '[ 2.149358] scpi_protocol scpi: SCP Protocol ' 'legacy pre-1.0 firmware\n' '[ 2.149852] mdson-gx-mmc d0072000.mmc: Got CD ' 'GPIO\n' 'omain-0 init dvfs: 4\n' '[ 2.176119] clk: Disabling unused clocks\n' '[ 2.176310] ALSA device list:\n' '[ 2.177355] No soundcards found.\n' '[ 2.188964] Freeing unused kernel memory: 7616K\n' '[ 2.189187] Run /init as init process\n' '[ 2.222703] mmc0: new SDHC card at address 0001\n' '[ 2.223686] mmcblk0: mmc0:0001 SD8GB 7.28 GiB\n' '[ 2.228740] mmcblk0: p1\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 2.269203] ' 'udevd[153]: starting version 3.2.9\n' '[ 2.399169] usb 1-1: new high-speed USB device ' 'number 2 using xhci-hcd\n' '[ 2.547550] mmc1: Card stuck being busy! ' '__mmc_poll_for_busy\n' '[ 2.584762] hub 1-1:1.0: USB hub found\n' '[ 2.585074] hub 1-1:1.0: 4 ports detected\n' '[ 4.291159] random: crng init done\n' "[ 4.295490] udevd[153]: specified user 'tss' " 'unknown\n' "[ 4.295605] udevd[153]: specified group 'tss' " 'unknown\n' '[ 4.301476] udevd[155]: starting eudev-3.2.9\n' '[BL31]: tee size: 0\n' '[ 4.602283] gxl-crypto c883e000.crypto: will run ' 'requests pump with realtime priority\n' '[ 4.607349] gxl-crypto c883e000.crypto: will run ' 'requests pump with realtime priority\n' '[ 4.654698] meson8b-dwmac c9410000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 4.655715] Registered IR keymap rc-empty\n' '[ 4.655839] rc rc0: meson-ir as ' '/devices/platform/soc/c8100000.bus/c8100580.ir/rc/rc0\n' '[ 4.659719] meson8b-dwmac c9410000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 4.668685] meson-drm d0100000.vpu: Queued 2 ' 'outputs on vpu\n' '[ 4.676106] input: meson-ir as ' '/devices/platform/soc/c8100000.bus/c8100580.ir/rc/rc0/input0\n' '[ 4.680806] meson8b-dwmac c9410000.ethernet: PTP ' 'uses main clock\n' '[ 4.689909] meson-ir c8100580.ir: receiver ' 'initialized\n' '[ 4.694518] meson8b-dwmac c9410000.ethernet: User ' 'ID: 0x11, Synopsys ID: 0x37\n' '[ 4.705724] meson8b-dwmac c9410000.ethernet: ' '?DWMAC1000\n' '[ 4.711317] meson8b-dwmac c9410000.ethernet: DMA ' 'HW capability register supported\n' '[ 4.718251] meson8b-dwmac c9410000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 4.719441] meson-dw-hdmi c883a000.hdmi-tx: ' 'Detected HDMI TX controller v2.01a with HDCP ' '(meson_dw_hdmi_phy)\n' '[ 4.725787] meson8b-dwmac c9410000.ethernet: COE ' 'Type 2\n' '[ 4.740712] meson8b-dwmac c9410000.ethernet: TX ' 'Checksum insertion supported\n' '[ 4.741262] meson-dw-hdmi c883a000.hdmi-tx: ' 'registered DesignWare HDMI I2C bus driver\n' '[ 4.745656] lima d00c0000.gpu: gp - mali450 ' 'version major 0 minor 0\n' '[ 4.745739] lima d00c0000.gpu: pp0 - mali450 ' 'version major 0 minor 0\n' '[ 4.745793] lima d00c0000.gpu: pp1 - mali450 ' 'version major 0 minor 0\n' '[ 4.745846] lima d00c0000.gpu: pp2 - mali450 ' 'version major 0 minor 0\n' '[ 4.745881] lima d00c0000.gpu: l2 cache 8K, 4-way, ' '64byte cache line, 128bit external bus\n' '[ 4.745892] lima d00c0000.gpu: l2 cache 64K, ' '4-way, 64byte cache line, 128bit external bus\n' '[ 4.747541] meson8b-dwmac c9410000.ethernet: ' 'Wake-Up On Lan supported\n' '[ 4.752011] lima d00c0000.gpu: bus rate = ' '166666667\n' '[ 4.752039] lima d00c0000.gpu: mod rate = ' '24000000\n' '[ 4.752173] lima d00c0000.gpu: error -ENODEV: ' '_opp_set_regulators: no regulator (mali) found\n' '[ 4.756651] [drm] Initialized lima 1.1.0 20191231 ' 'for d00c0000.gpu on minor 1\n' '[ 4.757186] meson-drm d0100000.vpu: bound ' 'c883a000.hdmi-tx (ops meson_dw_hdmi_ops ' '[meson_dw_hdmi])\n' '[ 4.761490] meson8b-dwmac c9410000.ethernet: ' 'Normal descriptors\n' '[ 4.761683] [drm] Initialized meson 1.0.0 20161109 ' 'for d0100000.vpu on minor 0\n' '[ 4.849898] meson8b-dwmac c9410000.ethernet: Ring ' 'mode enabled\n' '[ 4.856068] meson8b-dwmac c9410000.ethernet: ' 'Enable RX Mitigation via HW Watchdog Timer\n' '[ 4.870313] Console: switching to colour frame ' 'buffer device 90x36\n' '[ 4.902087] meson-drm d0100000.vpu: [drm] fb0: ' 'mesondrmfb frame buffer device\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-476175/environment\n' '/ # /lava-476175/bin/lava-test-runner /lava-476175/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-476175/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=476175_1.1.4.1\n' '+ set +x\n' '[ 5.581485] \n' '+ e[ 5.586643] \n' "cho 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ # \n'} 04/22/2025 07:04:48 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:04:49 PM UTC [INFO] Processing event node: 6807e7dde51c583972a58d7b 04/22/2025 07:04:49 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7dde51c583972a58d7b 04/22/2025 07:04:50 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7dde51c583972a58d7b', 'origin': 'maestro', 'comment': 'baseline-arm64-broonie on meson-gxl-s905x-libretech-cc in ' 'lava-broonie', 'start_time': '2025-04-22T19:02:53.369000+00:00', 'environment': {'comment': 'Runtime: lava-broonie', 'compatible': ['libretech,aml-s905x-cc', 'amlogic,s905x', 'amlogic,meson-gxl'], 'misc': {'platform': 'meson-gxl-s905x-libretech-cc', 'job_url': 'https://lava.sirena.org.uk/scheduler/job/1316064', 'job_id': '1316064'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-broonie', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7dde51c583972a58d7b'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-broonie-6807e7dde51c583972a58d7b/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-broonie-6807e7dde51c583972a58d7b/log.txt.gz', 'log_excerpt': 'its at 24MHz, resolution 41ns, wraps every ' '4398046511097ns\n' '[ 0.001118] Console: colour dummy device 80x25\n' '[ 0.001199] Calibrating delay loop (skipped), ' 'value calculated using timer frequency.. 48.00 ' 'BogoMIPS (lpj=96000)\n' '[ 0.001210] pid_max: default: 32768 minimum: 301\n' '[ 0.001267] LSM: Security Framework initializing\n' '[ 0.001363] Mount-cache hash table entries: 4096 ' '(order: 3, 32768 bytes, linear)\n' '[ 0.001378] Mountpoint-cache hash table entries: ' '4096 (order: 3, 32768 bytes, linear)\n' '[ 0.002781] cblist_init_generic: Setting ' 'adjustable number of callback queues.\n' '[ 0.002792] cblist_init_generic: Setting shift to ' '2 and lim to 1.\n' '[ 0.002855] cblist_init_generic: Setting ' 'adjustable number of callback queues.\n' '[ 0.002858] cblist_init_generic: Setting shift to ' '2 and lim to 1.\n' '[ 0.003020] rcu: Hierarchical SRCU ' 'implementation.\n' '[ 0.003023] rcu: ?Max phase no-delay instances is ' '1000.\n' '[ 0.005258] EFI services will not be available.\n' '[ 0.005574] smp: Bringing up secondary CPUs ...\n' '[ 0.006099] Detected VIPT I-cache on CPU1\n' '[ 0.006222] CPU1: Booted secondary processor ' '0x0000000001 [0x410fd034]\n' '[ 0.006848] Detected VIPT I-cache on CPU2\n' '[ 0.006956] CPU2: Booted secondary processor ' '0x0000000002 [0x410fd034]\n' '[ 0.007558] Detected VIPT I-cache on CPU3\n' '[ 0.007674] CPU3: Booted secondary processor ' '0x0000000003 [0x410fd034]\n' '[ 0.007758] smp: Brought up 1 node, 4 CPUs\n' '[ 0.007765] SMP: Total of 4 processors activated.\n' '[ 0.007770] CPU features: detected: 32-bit EL0 ' 'Support\n' '[ 0.007772] CPU features: detected: 32-bit EL1 ' 'Support\n' '[ 0.007777] CPU features: detected: CRC32 ' 'instructions\n' '[ 0.007838] CPU: All CPU(s) started at EL2\n' '[ 0.007861] alternatives: applying system-wide ' 'alternatives\n' '[ 0.009899] devtmpfs: initialized\n' '[ 0.015860] clocksource: jiffies: mask: 0xffffffff ' 'max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ' 'ns\n' '[ 0.015887] futex hash table entries: 1024 (order: ' '4, 65536 bytes, linear)\n' '[ 0.023546] pinctrl core: initialized pinctrl ' 'subsystem\n' '[ 0.025505] DMI not present or invalid.\n' '[ 0.026147] NET: Registered PF_NETLINK/PF_ROUTE ' 'protocol family\n' '[ 0.027165] DMA: preallocated 256 KiB GFP_KERNEL ' 'pool for atomic allocations\n' '[ 0.027468] DMA: preallocated 256 KiB ' 'GFP_KERNEL|GFP_DMA pool for atomic allocations\n' '[ 0.027620] DMA: preallocated 256 KiB ' 'GFP_KERNEL|GFP_DMA32 pool for atomic allocations\n' '[ 0.027697] audit: initializing netlink subsys ' '(disabled)\n' '[ 0.027890] audit: type=2000 audit(0.024:1): ' 'state=initialized audit_enabled=0 res=1\n' '[ 0.029149] thermal_sys: Registered thermal ' "governor 'step_wise'\n" '[ 0.029159] thermal_sys: Registered thermal ' "governor 'power_allocator'\n" '[ 0.029240] cpuidle: using governor menu\n' '[ 0.029443] hw-breakpoint: found 6 breakpoint and ' '4 watchpoint registers.\n' '[ 0.029545] ASID allocator initialised with 65536 ' 'entries\n' '[ 0.031305] Serial: AMBA PL011 UART driver\n' '[ 0.037012] /soc/interrupt-controller@c4301000: ' 'Fixed dependency cycle(s) with ' '/soc/interrupt-controller@c4301000\n' '[ 0.037261] /soc/vpu@d0100000: Fixed dependency ' 'cycle(s) with /soc/hdmi-tx@c883a000\n' '[ 0.037285] /soc/hdmi-tx@c883a000: Fixed ' 'dependency cycle(s) with /soc/vpu@d0100000\n' '[ 0.049508] /soc/vpu@d0100000: Fixed dependency ' 'cycle(s) with /soc/hdmi-tx@c883a000\n' '[ 0.049885] /soc/vpu@d0100000: Fixed dependency ' 'cycle(s) with /soc/hdmi-tx@c883a000\n' '[ 0.049945] /soc/hdmi-tx@c883a000: Fixed ' 'dependency cycle(s) with /soc/vpu@d0100000\n' '[ 0.051773] /soc/vpu@d0100000: Fixed dependency ' 'cycle(s) with /cvbs-connector\n' '[ 0.051863] /cvbs-connector: Fixed dependency ' 'cycle(s) with /soc/vpu@d0100000\n' '[ 0.052417] /soc/hdmi-tx@c883a000: Fixed ' 'dependency cycle(s) with /hdmi-connector\n' '[ 0.052500] /hdmi-connector: Fixed dependency ' 'cycle(s) with /soc/hdmi-tx@c883a000\n' '[ 0.055527] KASLR disabled due to lack of seed\n' '[ 0.064133] HugeTLB: registered 1.00 GiB page ' 'size, pre-allocated 0 pages\n' '[ 0.064145] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 1.00 GiB page\n' '[ 0.064150] HugeTLB: registered 32.0 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.064153] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 32.0 MiB page\n' '[ 0.064158] HugeTLB: registered 2.00 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.064161] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 2.00 MiB page\n' '[ 0.064165] HugeTLB: registered 64.0 KiB page ' 'size, pre-allocated 0 pages\n' '[ 0.064168] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 64.0 KiB page\n' '[ 0.065932] ACPI: Interpreter disabled.\n' '[ 0.068856] iommu: Default domain type: ' 'Translated\n' '[ 0.068868] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.069149] SCSI subsystem initialized\n' '[ 0.069605] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.069642] usbcore: registered new interface ' 'driver hub\n' '[ 0.069674] usbcore: registered new device driver ' 'usb\n' '[ 0.070654] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.070660] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.070674] PTP clock support registered\n' '[ 0.070789] EDAC MC: Ver: 3.0.0\n' '[ 0.072495] FPGA manager framework\n' '[ 0.072585] Advanced Linux Sound Architecture ' 'Driver Initialized.\n' '[ 0.073554] vgaarb: loaded\n' '[ 0.073921] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.074136] VFS: Disk quotas dquot_6.6.0\n' '[ 0.074173] VFS: Dquot-cache hash table entries: ' '512 (order 0, 4096 bytes)\n' '[ 0.074351] pnp: PnP ACPI: disabled\n' '[ 0.080126] NET: Registered PF_INET protocol ' 'family\n' '[ 0.080338] IP idents hash table entries: 32768 ' '(order: 6, 262144 bytes, linear)\n' '[ 0.082026] tcp_listen_portaddr_hash hash table ' 'entries: 1024 (order: 2, 16384 bytes, linear)\n' '[ 0.082059] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.082072] TCP established hash table entries: ' '16384 (order: 5, 131072 bytes, linear)\n' '[ 0.082230] TCP bind hash table entries: 16384 ' '(order: 7, 524288 bytes, linear)\n' '[ 0.082620] TCP: Hash tables configured ' '(established 16384 bind 16384)\n' '[ 0.082853] MPTCP token hash table entries: 2048 ' '(order: 3, 49152 bytes, linear)\n' '[ 0.082928] UDP hash table entries: 1024 (order: ' '3, 32768 bytes, linear)\n' '[ 0.082975] UDP-Lite hash table entries: 1024 ' '(order: 3, 32768 bytes, linear)\n' '[ 0.083127] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.083532] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.083542] RPC: Registered udp transport module.\n' '[ 0.083545] RPC: Registered tcp transport module.\n' '[ 0.083547] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.083556] PCI: CLS 0 bytes, default 64\n' '[ 0.083798] Unpacking initramfs...\n' '[ 0.084449] hw perfevents: enabled with ' 'armv8_cortex_a53 PMU driver, 7 counters available\n' '[ 0.084967] kvm [1]: IPA Size Limit: 40 bits\n' '[ 0.086791] kvm [1]: vgic interrupt IRQ9\n' '[ 0.086898] kvm [1]: Hyp mode initialized ' 'successfully\n' '[ 0.088355] Initialise system trusted keyrings\n' '[ 0.088615] workingset: timestamp_bits=42 ' 'max_order=19 bucket_order=0\n' '[ 0.095253] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.096015] NFS: Registering the id_resolver key ' 'type\n' '[ 0.096070] Key type id_resolver registered\n' '[ 0.096073] Key type id_legacy registered\n' '[ 0.096152] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.096157] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.096387] 9p: Installing v9fs 9p2000 file system ' 'support\n' '[ 0.132312] Key type asymmetric registered\n' "[ 0.132326] Asymmetric key parser 'x509' " 'registered\n' '[ 0.132419] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 245)\n' '[ 0.132426] io scheduler mq-deadline registered\n' '[ 0.132430] io scheduler kyber registered\n' '[ 0.134673] irq_meson_gpio: 110 to 8 gpio ' 'interrupt mux initialized\n' '[ 0.150621] EINJ: ACPI disabled.\n' '[ 0.173665] soc soc0: Amlogic Meson GXL (S905X) ' 'Revision 21:e (85:2) Detected\n' '[ 0.184354] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 0.188353] SuperH (H)SCI(F) driver initialized\n' '[ 0.189235] c81004c0.serial: ttyAML0 at MMIO ' '0xc81004c0 (irq = 18, base_baud = 1500000) is a ' 'meson_uart\n' '[ 1.195021] Freeing initrd memory: 22288K\n' '[ 1.202318] printk: console [ttyAML0] enabled\n' '[ 1.256361] msm_serial: driver initialized\n' '[ 1.267596] loop: module loaded\n' '[ 1.268860] megasas: 07.719.03.00-rc1\n' '[ 1.276769] tun: Universal TUN/TAP device driver, ' '1.6\n' '[ 1.278130] thunder_xcv, ver 1.0\n' '[ 1.279439] thunder_bgx, ver 1.0\n' '[ 1.282626] nicpf, ver 1.0\n' '[ 1.287114] hns3: Hisilicon Ethernet Network ' 'Driver for Hip08 Family - version\n' '[ 1.292424] hns3: Copyright (c) 2017 Huawei ' 'Corporation.\n' '[ 1.297758] hclge is initializing\n' '[ 1.300970] e1000: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.305779] e1000: Copyright (c) 1999-2006 Intel ' 'Corporation.\n' '[ 1.311511] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.316396] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 1.322286] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 1.327600] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 1.333158] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 1.339331] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 1.345793] sky2: driver version 1.30\n' '[ 1.350402] VFIO - User Level meta-driver version: ' '0.3\n' '[ 1.358780] usbcore: registered new interface ' 'driver usb-storage\n' '[ 1.362477] i2c_dev: i2c /dev entries driver\n' '[ 1.374394] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 1.374940] sdhci: Copyright(c) Pierre Ossman\n' '[ 1.380427] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 1.386944] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 1.387027] meson-gx-mmc d0074000.mmc: allocated ' 'mmc-pwrseq\n' '[ 1.396540] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 1.404438] meson-sm: secure-monitor enabled\n' '[ 1.408229] usbcore: registered new interface ' 'driver usbhid\n' '[ 1.412062] usbhid: USB HID core driver\n' '[ 1.417422] platform-mhu c883c404.mailbox: ' 'Platform MHU Mailbox registered\n' '[ 1.433880] netem: version 1.3\n' '[ 1.434096] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.434100] meson-gx-mmc d0074000.mmc: no support ' "for card's volts\n" '[ 1.437341] IPv4 over IPsec tunneling driver\n' '[ 1.442896] mmc1: error -22 whilst initialising ' 'SDIO card\n' '[ 1.447984] NET: Registered PF_INET6 protocol ' 'family\n' '[ 1.459213] Segment Routing with IPv6\n' '[ 1.461031] In-situ OAM (IOAM) with IPv6\n' '[ 1.465406] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.471796] NET: Registered PF_PACKET protocol ' 'family\n' '[ 1.475814] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 1.488856] 8021q: 802.1Q VLAN Support v1.8\n' '[ 1.492885] 9pnet: Installing 9P2000 support\n' '[ 1.497032] Key type dns_resolver registered\n' '[ 1.501576] registered taskstats version 1\n' '[ 1.505289] Loading compiled-in X.509 ' 'certificates\n' '[ 1.533566] dwc3-meson-g12a d0078080.usb: USB2 ' 'ports: 2\n' '[ 1.533606] dwc3-meson-g12a d0078080.usb: USB3 ' 'ports: 0\n' '[ 2.048198] dwc2 c9100000.usb: supply vusb_d not ' 'found, using dummy regulator\n' '[ 2.049861] dwc2 c9100000.usb: supply vusb_a not ' 'found, using dummy regulator\n' '[ 2.056972] dwc2 c9100000.usb: Controller does not ' 'support host mode.\n' '[ 2.063176] dwc2: probe of c9100000.usb failed ' 'with error -22\n' '[ 2.072538] xhci-hcd xhci-hcd.0.auto: xHCI Host ' 'Controller\n' '[ 2.074343] xhci-hcd xhci-hcd.0.auto: new USB bus ' 'registered, assigned bus number 1\n' '[ 2.081997] xhci-hcd xhci-hcd.0.auto: USB3 root ' 'hub has no ports\n' '[ 2.087849] xhci-hcd xhci-hcd.0.auto: hcc params ' '0x0228f664 hci version 0x100 quirks ' '0x0000008002010010\n' '[ 2.097192] xhci-hcd xhci-hcd.0.auto: irq 24, io ' 'mem 0xc9000000\n' '[ 2.103751] hub 1-0:1.0: USB hub found\n' '[ 2.106750] hub 1-0:1.0: 2 ports detected\n' '[ 2.116025] scpi_protocol scpi: SCP Protocol ' 'legacy pre-1.0 firmware\n' '[ 2.116537] mdson-gx-mmc d0072000.mmc: Got CD ' 'GPIO\n' 'omain-0 init dvfs: 4\n' '[ 2.142759] clk: Disabling unused clocks\n' '[ 2.142946] ALSA device list:\n' '[ 2.143988] No soundcards found.\n' '[ 2.157254] Freeing unused kernel memory: 7616K\n' '[ 2.157413] Run /init as init process\n' '[ 2.195150] mmc0: new high speed SDHC card at ' 'address 0001\n' '[ 2.195808] mmcblk0: mmc0:0001 EB1QT 29.8 GiB\n' '[ 2.201735] mmcblk0: p1\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 2.237399] ' 'udevd[153]: starting version 3.2.9\n' '[ 2.365934] usb 1-1: new high-speed USB device ' 'number 2 using xhci-hcd\n' '[ 2.551505] hub 1-1:1.0: USB hub found\n' '[ 2.551821] hub 1-1:1.0: 4 ports detected\n' '[ 2.559624] mmc1: Card stuck being busy! ' '__mmc_poll_for_busy\n' '[ 4.261924] random: crng init done\n' "[ 4.266169] udevd[153]: specified user 'tss' " 'unknown\n' "[ 4.266301] udevd[153]: specified group 'tss' " 'unknown\n' '[ 4.272117] udevd[155]: starting eudev-3.2.9\n' '[BL31]: tee size: 0\n' '[ 4.603071] meson8b-dwmac c9410000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 4.604050] meson8b-dwmac c9410000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 4.610473] meson8b-dwmac c9410000.ethernet: PTP ' 'uses main clock\n' '[ 4.616507] gxl-crypto c883e000.crypto: will run ' 'requests pump with realtime priority\n' '[ 4.624335] gxl-crypto c883e000.crypto: will run ' 'requests pump with realtime priority\n' '[ 4.625065] meson8b-dwmac c9410000.ethernet: User ' 'ID: 0x11, Synopsys ID: 0x37\n' '[ 4.638891] meson8b-dwmac c9410000.ethernet: ' '?DWMAC1000\n' '[ 4.644035] meson8b-dwmac c9410000.ethernet: DMA ' 'HW capability register supported\n' '[ 4.651491] meson8b-dwmac c9410000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 4.658861] meson8b-dwmac c9410000.ethernet: COE ' 'Type 2\n' '[ 4.664073] meson8b-dwmac c9410000.ethernet: TX ' 'Checksum insertion supported\n' '[ 4.671017] meson8b-dwmac c9410000.ethernet: ' 'Wake-Up On Lan supported\n' '[ 4.677505] meson8b-dwmac c9410000.ethernet: ' 'Normal descriptors\n' '[ 4.683296] meson8b-dwmac c9410000.ethernet: Ring ' 'mode enabled\n' '[ 4.684440] Registered IR keymap rc-empty\n' '[ 4.689116] meson8b-dwmac c9410000.ethernet: ' 'Enable RX Mitigation via HW Watchdog Timer\n' '[ 4.701479] rc rc0: meson-ir as ' '/devices/platform/soc/c8100000.bus/c8100580.ir/rc/rc0\n' '[ 4.710530] input: meson-ir as ' '/devices/platform/soc/c8100000.bus/c8100580.ir/rc/rc0/input0\n' '[ 4.712769] meson-drm d0100000.vpu: Queued 2 ' 'outputs on vpu\n' '[ 4.723209] meson-ir c8100580.ir: receiver ' 'initialized\n' '[ 4.747057] lima d00c0000.gpu: gp - mali450 ' 'version major 0 minor 0\n' '[ 4.747829] lima d00c0000.gpu: pp0 - mali450 ' 'version major 0 minor 0\n' '[ 4.754449] lima d00c0000.gpu: pp1 - mali450 ' 'version major 0 minor 0\n' '[ 4.760540] lima d00c0000.gpu: pp2 - mali450 ' 'version major 0 minor 0\n' '[ 4.766725] meson-dw-hdmi c883a000.hdmi-tx: ' 'Detected HDMI TX controller v2.01a with HDCP ' '(meson_dw_hdmi_phy)\n' '[ 4.768142] lima d00c0000.gpu: l2 cache 8K, 4-way, ' '64byte cache line, 128bit external bus\n' '[ 4.777387] meson-dw-hdmi c883a000.hdmi-tx: ' 'registered DesignWare HDMI I2C bus driver\n' '[ 4.785009] lima d00c0000.gpu: l2 cache 64K, ' '4-way, 64byte cache line, 128bit external bus\n' '[ 4.793631] meson-drm d0100000.vpu: bound ' 'c883a000.hdmi-tx (ops meson_dw_hdmi_ops ' '[meson_dw_hdmi])\n' '[ 4.810502] [drm] Initialized meson 1.0.0 20161109 ' 'for d0100000.vpu on minor 0\n' '[ 4.812760] lima d00c0000.gpu: bus rate = ' '166666667\n' '[ 4.821410] lima d00c0000.gpu: mod rate = ' '24000000\n' '[ 4.826891] lima d00c0000.gpu: error -ENODEV: ' '_opp_set_regulators: no regulator (mali) found\n' '[ 4.835637] [drm] Initialized lima 1.1.0 20191231 ' 'for d00c0000.gpu on minor 1\n' '[ 4.839562] Console: switching to colour frame ' 'buffer device 90x36\n' '[ 4.869975] meson-drm d0100000.vpu: [drm] fb0: ' 'mesondrmfb frame buffer device\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '#\n' '/ # export SHELL=/bin/sh\n' 'export SHELL=/bin/sh\n' '/ # . /lava-1316064/environment\n' '. /lava-1316064/environment\n' '/ # /lava-1316064/bin/lava-test-runner ' '/lava-1316064/0\n' '/lava-1316064/bin/lava-test-runner /lava-1316064/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-1316064/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=1316064_1.5.2.4.1\n' '+ set +x[ 5.567057] \n' '+[ 5.572867] \n' "echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ #\n'} 04/22/2025 07:04:50 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:04:52 PM UTC [INFO] Processing event node: 6807e7eae51c583972a58db1 04/22/2025 07:04:52 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7eae51c583972a58db1 04/22/2025 07:04:52 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7eae51c583972a58db1', 'origin': 'maestro', 'comment': 'baseline-arm64-qualcomm on bcm2711-rpi-4-b in ' 'lava-qualcomm', 'start_time': '2025-04-22T19:03:06.587000+00:00', 'environment': {'comment': 'Runtime: lava-qualcomm', 'compatible': ['raspberrypi,4-model-b', 'brcm,bcm2711'], 'misc': {'platform': 'bcm2711-rpi-4-b', 'job_url': 'https://lava.infra.foundries.io/scheduler/job/71537', 'job_id': '71537'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-qualcomm', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7eae51c583972a58db1'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-qualcomm-6807e7eae51c583972a58db1/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-qualcomm-6807e7eae51c583972a58db1/log.txt.gz', 'log_excerpt': '273126] hw-breakpoint: found 6 breakpoint and 4 ' 'watchpoint registers.\n' '[ 0.280092] ASID allocator initialised with 65536 ' 'entries\n' '[ 0.287567] Serial: AMBA PL011 UART driver\n' '[ 0.296100] /soc/interrupt-controller@40041000: ' 'Fixed dependency cycle(s) with ' '/soc/interrupt-controller@40041000\n' '[ 0.326088] KASLR disabled due to lack of seed\n' '[ 0.341190] HugeTLB: registered 1.00 GiB page ' 'size, pre-allocated 0 pages\n' '[ 0.348081] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 1.00 GiB page\n' '[ 0.354454] HugeTLB: registered 32.0 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.361320] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 32.0 MiB page\n' '[ 0.367659] HugeTLB: registered 2.00 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.374523] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 2.00 MiB page\n' '[ 0.380862] HugeTLB: registered 64.0 KiB page ' 'size, pre-allocated 0 pages\n' '[ 0.387725] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 64.0 KiB page\n' '[ 0.395869] ACPI: Interpreter disabled.\n' '[ 0.402448] iommu: Default domain type: ' 'Translated\n' '[ 0.407393] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.414012] SCSI subsystem initialized\n' '[ 0.418182] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.423782] usbcore: registered new interface ' 'driver hub\n' '[ 0.429191] usbcore: registered new device driver ' 'usb\n' '[ 0.435246] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.440270] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.449517] PTP clock support registered\n' '[ 0.453634] EDAC MC: Ver: 3.0.0\n' '[ 0.458391] FPGA manager framework\n' '[ 0.461927] Advanced Linux Sound Architecture ' 'Driver Initialized.\n' '[ 0.468933] vgaarb: loaded\n' '[ 0.471983] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.478396] VFS: Disk quotas dquot_6.6.0\n' '[ 0.482418] VFS: Dquot-cache hash table entries: ' '512 (order 0, 4096 bytes)\n' '[ 0.489585] pnp: PnP ACPI: disabled\n' '[ 0.501184] NET: Registered PF_INET protocol ' 'family\n' '[ 0.506567] IP idents hash table entries: 65536 ' '(order: 7, 524288 bytes, linear)\n' '[ 0.518442] tcp_listen_portaddr_hash hash table ' 'entries: 2048 (order: 3, 32768 bytes, linear)\n' '[ 0.527164] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.535020] TCP established hash table entries: ' '32768 (order: 6, 262144 bytes, linear)\n' '[ 0.543218] TCP bind hash table entries: 32768 ' '(order: 8, 1048576 bytes, linear)\n' '[ 0.551764] TCP: Hash tables configured ' '(established 32768 bind 32768)\n' '[ 0.558729] MPTCP token hash table entries: 4096 ' '(order: 4, 98304 bytes, linear)\n' '[ 0.566432] UDP hash table entries: 2048 (order: ' '4, 65536 bytes, linear)\n' '[ 0.573260] UDP-Lite hash table entries: 2048 ' '(order: 4, 65536 bytes, linear)\n' '[ 0.580672] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.586872] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.592879] RPC: Registered udp transport module.\n' '[ 0.597639] RPC: Registered tcp transport module.\n' '[ 0.602397] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.608919] PCI: CLS 0 bytes, default 64\n' '[ 0.613169] Unpacking initramfs...\n' '[ 0.625048] hw perfevents: enabled with ' 'armv8_cortex_a72 PMU driver, 7 counters available\n' '[ 0.633597] kvm [1]: IPA Size Limit: 44 bits\n' '[ 0.640046] kvm [1]: vgic interrupt IRQ9\n' '[ 0.644188] kvm [1]: Hyp mode initialized ' 'successfully\n' '[ 0.650813] Initialise system trusted keyrings\n' '[ 0.655591] workingset: timestamp_bits=42 ' 'max_order=20 bucket_order=0\n' '[ 0.669821] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.676495] NFS: Registering the id_resolver key ' 'type\n' '[ 0.681668] Key type id_resolver registered\n' '[ 0.685911] Key type id_legacy registered\n' '[ 0.690081] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.696869] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.704559] 9p: Installing v9fs 9p2000 file system ' 'support\n' '[ 0.776249] Key type asymmetric registered\n' "[ 0.780413] Asymmetric key parser 'x509' " 'registered\n' '[ 0.785433] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 245)\n' '[ 0.792923] io scheduler mq-deadline registered\n' '[ 0.797508] io scheduler kyber registered\n' '[ 0.803084] irq_brcmstb_l2: registered L2 intc ' '(/soc/interrupt-controller@7ef00100, parent irq: 18)\n' '[ 0.829664] EINJ: ACPI disabled.\n' '[ 0.863677] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 0.872368] printk: console [ttyS1] disabled\n' '[ 0.876781] fe215040.serial: ttyS1 at MMIO ' '0xfe215040 (irq = 29, base_baud = 62499999) is a ' '16550\n' '[ 0.885825] printk: console [ttyS1] enabled\n' '[ 0.885825] printk: console [ttyS1] enabled\n' '[ 0.894327] printk: bootconsole [uart0] disabled\n' '[ 0.894327] printk: bootconsole [uart0] disabled\n' '[ 0.905807] SuperH (H)SCI(F) driver initialized\n' '[ 0.911110] msm_serial: driver initialized\n' '[ 0.924158] loop: module loaded\n' '[ 0.928688] bcm2835-power bcm2835-power: Broadcom ' 'BCM2835 power domains driver\n' '[ 0.937158] megasas: 07.719.03.00-rc1\n' '[ 0.948498] tun: Universal TUN/TAP device driver, ' '1.6\n' '[ 0.954827] thunder_xcv, ver 1.0\n' '[ 0.958191] thunder_bgx, ver 1.0\n' '[ 0.961517] nicpf, ver 1.0\n' '[ 0.966036] hns3: Hisilicon Ethernet Network ' 'Driver for Hip08 Family - version\n' '[ 0.973384] hns3: Copyright (c) 2017 Huawei ' 'Corporation.\n' '[ 0.978858] hclge is initializing\n' '[ 0.982263] e1000: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.987217] e1000: Copyright (c) 1999-2006 Intel ' 'Corporation.\n' '[ 0.993134] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.998194] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 1.004262] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 1.009748] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 1.015466] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 1.021835] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 1.028419] sky2: driver version 1.30\n' '[ 1.033621] VFIO - User Level meta-driver version: ' '0.3\n' '[ 1.043060] usbcore: registered new interface ' 'driver usb-storage\n' '[ 1.051447] i2c_dev: i2c /dev entries driver\n' '[ 1.058641] brcmstb-i2c fef04500.i2c: @97500hz ' 'registered in polling mode\n' '[ 1.066078] brcmstb-i2c fef09500.i2c: @97500hz ' 'registered in polling mode\n' '[ 1.077567] bcm2835-wdt bcm2835-wdt: Broadcom ' 'BCM2835 watchdog timer\n' '[ 1.086731] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 1.093037] sdhci: Copyright(c) Pierre Ossman\n' '[ 1.098493] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 1.105963] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 1.114832] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 1.123914] usbcore: registered new interface ' 'driver usbhid\n' '[ 1.129593] usbhid: USB HID core driver\n' '[ 1.134897] bcm2835-mbox fe00b880.mailbox: mailbox ' 'enabled\n' '[ 1.147849] netem: version 1.3\n' '[ 1.151135] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.157332] IPv4 over IPsec tunneling driver\n' '[ 1.162568] NET: Registered PF_INET6 protocol ' 'family\n' '[ 1.169095] Segment Routing with IPv6\n' '[ 1.172889] In-situ OAM (IOAM) with IPv6\n' '[ 1.177497] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.184548] NET: Registered PF_PACKET protocol ' 'family\n' '[ 1.189742] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 1.203143] 8021q: 802.1Q VLAN Support v1.8\n' '[ 1.207567] 9pnet: Installing 9P2000 support\n' '[ 1.211989] Key type dns_resolver registered\n' '[ 1.216746] registered taskstats version 1\n' '[ 1.220956] Loading compiled-in X.509 ' 'certificates\n' '[ 1.235048] fe201000.serial: ttyAMA0 at MMIO ' '0xfe201000 (irq = 32, base_baud = 0) is a PL011 rev3\n' '[ 1.244280] serial serial0: tty port ttyAMA0 ' 'registered\n' '[ 1.252019] raspberrypi-firmware soc:firmware: ' 'Attached to firmware from 2021-04-21T15:47:51\n' '[ 1.262715] uart-pl011 fe201000.serial: Failed to ' 'create device link (0x180) with soc:firmware:gpio\n' '[ 1.282112] sdhci-iproc fe300000.mmc: allocated ' 'mmc-pwrseq\n' '[ 1.300080] clk: Disabling unused clocks\n' '[ 1.304210] ALSA device list:\n' '[ 1.307223] No soundcards found.\n' '[ 1.320996] mmc0: SDHCI controller on fe300000.mmc ' '[fe300000.mmc] using PIO\n' '[ 1.335599] mmc1: SDHCI controller on fe340000.mmc ' '[fe340000.mmc] using ADMA\n' '[ 1.413841] mmc0: new high speed SDIO card at ' 'address 0001\n' '[ 1.443169] mmc1: new ultra high speed DDR50 SDHC ' 'card at address aaaa\n' '[ 1.450648] mmcblk1: mmc1:aaaa SL16G 14.8 GiB\n' '[ 1.457660] mmcblk1: p1 p2\n' '[ 2.330186] Freeing initrd memory: 22296K\n' '[ 2.340741] Freeing unused kernel memory: 7616K\n' '[ 2.345623] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 2.427371] ' 'udevd[142]: starting version 3.2.9\n' '[ 3.419991] random: crng init done\n' "[ 3.429618] udevd[142]: specified user 'tss' " 'unknown\n' "[ 3.434779] udevd[142]: specified group 'tss' " 'unknown\n' '[ 3.441593] udevd[143]: starting eudev-3.2.9\n' '[ 3.703094] usb_phy_generic phy: supply vcc not ' 'found, using dummy regulator\n' '[ 3.716616] usb_phy_generic phy: dummy supplies ' 'not allowed for exclusive requests\n' '[ 3.726348] dwc2 fe980000.usb: supply vusb_d not ' 'found, using dummy regulator\n' '[ 3.733901] dwc2 fe980000.usb: supply vusb_a not ' 'found, using dummy regulator\n' '[ 3.743001] brcm-pcie fd500000.pcie: host bridge ' '/scb/pcie@7d500000 ranges:\n' '[ 3.750672] brcm-pcie fd500000.pcie: No bus ' 'range found for /scb/pcie@7d500000, using [bus ' '00-ff]\n' '[ 3.756126] dwc2 fe980000.usb: Configuration ' 'mismatch. dr_mode forced to host\n' '[ 3.760051] brcm-pcie fd500000.pcie: MEM ' '0x0600000000..0x0603ffffff -> 0x00f8000000\n' '[ 3.775852] brcm-pcie fd500000.pcie: IB MEM ' '0x0000000000..0x00bfffffff -> 0x0000000000\n' '[ 3.793238] iproc-rng200 fe104000.rng: hwrng ' 'registered\n' '[ 3.793493] bcmgenet fd580000.ethernet: GENET 5.0 ' 'EPHY: 0x0000\n' '[ 3.793612] brcm-pcie fd500000.pcie: PCI host ' 'bridge to bus 0000:00\n' '[ 3.805647] pci_bus 0000:00: root bus resource ' '[bus 00-ff]\n' '[ 3.816824] pci_bus 0000:00: root bus resource ' '[mem 0x600000000-0x603ffffff] (bus address ' '[0xf8000000-0xfbffffff])\n' '[ 3.818469] dwc2 fe980000.usb: DWC OTG Controller\n' '[ 3.827416] pci 0000:00:00.0: [14e4:2711] type 01 ' 'class 0x060400\n' '[ 3.832216] dwc2 fe980000.usb: new USB bus ' 'registered, assigned bus number 1\n' '[ 3.838377] pci 0000:00:00.0: PME# supported from ' 'D0 D3hot\n' '[ 3.845723] dwc2 fe980000.usb: irq 37, io mem ' '0xfe980000\n' '[ 3.853899] pci_bus 0000:01: supply vpcie3v3 not ' 'found, using dummy regulator\n' '[ 3.863968] pci_bus 0000:01: supply vpcie3v3aux ' 'not found, using dummy regulator\n' '[ 3.864448] hub 1-0:1.0: USB hub found\n' '[ 3.871624] pci_bus 0000:01: supply vpcie12v not ' 'found, using dummy regulator\n' '[ 3.880047] hub 1-0:1.0: 1 port detected\n' '[ 3.934219] brcm-pcie fd500000.pcie: link up, 5.0 ' 'GT/s PCIe x1 (SSC)\n' '[ 3.940892] pci 0000:01:00.0: [1106:3483] type 00 ' 'class 0x0c0330\n' '[ 3.948669] pci 0000:01:00.0: reg 0x10: [mem ' '0x00000000-0x00000fff 64bit]\n' '[ 3.950778] Bluetooth: Core ver 2.22\n' '[ 3.951882] cfg80211: Loading compiled-in X.509 ' 'certificates for regulatory database\n' '[ 3.964552] pci 0000:01:00.0: PME# supported from ' 'D0 D3cold\n' '[ 3.975182] NET: Registered PF_BLUETOOTH protocol ' 'family\n' '[ 3.980660] Bluetooth: HCI device and connection ' 'manager initialized\n' '[ 3.987280] Bluetooth: HCI socket layer ' 'initialized\n' '[ 3.991686] pci 0000:00:00.0: BAR 14: assigned ' '[mem 0x600000000-0x6000fffff]\n' '[ 3.992319] Bluetooth: L2CAP socket layer ' 'initialized\n' '[ 3.999598] pci 0000:01:00.0: BAR 0: assigned [mem ' '0x600000000-0x600000fff 64bit]\n' '[ 4.004795] Bluetooth: SCO socket layer ' 'initialized\n' '[ 4.013280] pci 0000:00:00.0: PCI bridge to [bus ' '01]\n' '[ 4.022872] pci 0000:00:00.0: bridge window [mem ' '0x600000000-0x6000fffff]\n' "[ 4.027113] cfg80211: Loaded X.509 cert 'sforshee: " "00b28ddf47aef9cea7'\n" '[ 4.030348] pcieport 0000:00:00.0: enabling device ' '(0000 -> 0002)\n' "[ 4.038368] cfg80211: Loaded X.509 cert 'wens: " "61c038651aabdcf94bd0ac7ff06c7248db18c600'\n" '[ 4.043141] pcieport 0000:00:00.0: PME: Signaling ' 'with IRQ 38\n' '[ 4.048156] unimac-mdio unimac-mdio.-19: Broadcom ' 'UniMAC MDIO bus\n' '[ 4.051620] platform regulatory.0: Direct firmware ' 'load for regulatory.db failed with error -2\n' '[ 4.053368] Bluetooth: HCI UART driver ver 2.3\n' '[ 4.053386] Bluetooth: HCI UART protocol H4 ' 'registered\n' '[ 4.053469] Bluetooth: HCI UART protocol LL ' 'registered\n' '[ 4.053827] Bluetooth: HCI UART protocol Broadcom ' 'registered\n' '[ 4.053941] Bluetooth: HCI UART protocol QCA ' 'registered\n' '[ 4.054373] Bluetooth: HCI UART protocol Marvell ' 'registered\n' '[ 4.065133] pcieport 0000:00:00.0: AER: enabled ' 'with IRQ 38\n' '[ 4.069111] hci_uart_bcm serial0-0: supply vbat ' 'not found, using dummy regulator\n' '[ 4.069304] hci_uart_bcm serial0-0: supply vddio ' 'not found, using dummy regulator\n' '[ 4.070192] [drm] Initialized v3d 1.0.0 20180419 ' 'for fec00000.gpu on minor 0\n' '[ 4.072189] cfg80211: failed to load ' 'regulatory.db\n' '[ 4.076944] raspberrypi-firmware soc:firmware: ' 'Request 0x00030066 returned status 0x80000001\n' "[ 4.145350] vc4-drm gpu: [drm] Couldn't stop " 'firmware display driver: -22\n' '[ 4.152494] vc4-drm gpu: bound fe400000.hvs (ops ' 'vc4_hvs_ops [vc4])\n' '[ 4.164972] vc4-drm gpu: bound fef00700.hdmi (ops ' 'vc4_hdmi_ops [vc4])\n' '[ 4.174641] vc4-drm gpu: bound fef05700.hdmi (ops ' 'vc4_hdmi_ops [vc4])\n' '[ 4.181385] vc4-drm gpu: bound fe004000.txp (ops ' 'vc4_txp_ops [vc4])\n' '[ 4.187852] vc4-drm gpu: bound fe206000.pixelvalve ' '(ops vc4_crtc_ops [vc4])\n' '[ 4.188090] uart-pl011 fe201000.serial: no DMA ' 'platform data\n' '[ 4.194999] vc4-drm gpu: bound fe207000.pixelvalve ' '(ops vc4_crtc_ops [vc4])\n' '[ 4.207801] vc4-drm gpu: bound fe20a000.pixelvalve ' '(ops vc4_crtc_ops [vc4])\n' '[ 4.214929] vc4-drm gpu: bound fe216000.pixelvalve ' '(ops vc4_crtc_ops [vc4])\n' '[ 4.222957] [drm] Initialized vc4 0.0.0 20140616 ' 'for gpu on minor 1\n' '[ 4.229572] vc4-drm gpu: [drm] Cannot find any ' 'crtc or sizes\n' '[ 4.237042] vc4-drm gpu: [drm] Cannot find any ' 'crtc or sizes\n' '[ 4.244512] vc4-drm gpu: [drm] Cannot find any ' 'crtc or sizes\n' '[ 4.329675] xhci_hcd 0000:01:00.0: enabling device ' '(0000 -> 0002)\n' '[ 4.331837] brcmfmac: brcmf_fw_alloc_request: ' 'using brcm/brcmfmac43455-sdio for chip BCM4345/6\n' '[ 4.335932] xhci_hcd 0000:01:00.0: xHCI Host ' 'Controller\n' '[ 4.344695] brcmfmac mmc0:0001:1: Direct firmware ' 'load for ' 'brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin ' 'failed with error -2\n' '[ 4.349944] xhci_hcd 0000:01:00.0: new USB bus ' 'registered, assigned bus number 2\n' '[ 4.361803] brcmfmac mmc0:0001:1: Direct firmware ' 'load for brcm/brcmfmac43455-sdio.bin failed with ' 'error -2\n' '[ 4.379625] xhci_hcd 0000:01:00.0: hcc params ' '0x002841eb hci version 0x100 quirks ' '0x0000200000000890\n' '[ 4.389469] xhci_hcd 0000:01:00.0: xHCI Host ' 'Controller\n' '[ 4.394785] xhci_hcd 0000:01:00.0: new USB bus ' 'registered, assigned bus number 3\n' '[ 4.402303] xhci_hcd 0000:01:00.0: Host supports ' 'USB 3.0 SuperSpeed\n' '[ 4.409099] hub 2-0:1.0: USB hub found\n' '[ 4.412944] hub 2-0:1.0: 1 port detected\n' '[ 4.417656] hub 3-0:1.0: USB hub found\n' '[ 4.421519] hub 3-0:1.0: 4 ports detected\n' 'done\n' 'Saving random seed: [ 4.437841] Bluetooth: hci0: ' 'BCM: chip id 107\n' 'OK\n' '[ 4.442603] Bluetooth: hci0: BCM: features 0x2f\n' 'Starting network: [ 4.448835] Bluetooth: hci0: ' 'BCM4345C0\n' '[ 4.452690] Bluetooth: hci0: BCM4345C0 ' '(003.001.025) build 0000\n' '[ 4.458849] Bluetooth: hci0: BCM: firmware Patch ' 'file not found, tried:\n' 'OK\n' '[ 4.465580] Bluetooth: hci0: BCM: ' "'brcm/BCM4345C0.raspberrypi,4-model-b.hcd'\n" '[ 4.473117] Bluetooth: hci0: BCM: ' "'brcm/BCM4345C0.hcd'\n" 'Starting[ 4.478457] Bluetooth: hci0: BCM: ' "'brcm/BCM.raspberrypi,4-model-b.hcd'\n" 'dropbea[ 4.485757] Bluetooth: hci0: BCM: ' "'brcm/BCM.hcd'\n" 'r sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #[ 4.676007] usb 2-1: new high-speed USB ' 'device number 2 using xhci_hcd\n' '/ # export SHELL=/bin/sh\n' '/ # [ 4.832824] hub 2-1:1.0: USB hub found\n' '[ 4.836918] hub 2-1:1.0: 4 ports detected\n' '. /lava-71537/environment\n' '/ # /lava-71537/bin/lava-test-runner /lava-71537/0\n' "+ export 'TESTRUN_ID=0_dme[ 5.063463] " '\n' "sg'\n" '+ c[ 5.069668] \n' 'd /lava-71537/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=71537_1.5.2.4.1\n' '+ set +x\n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ #\n'} 04/22/2025 07:04:52 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:05:00 PM UTC [INFO] Processing event node: 6807e7e2e51c583972a58d87 04/22/2025 07:05:00 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7e2e51c583972a58d87 04/22/2025 07:05:00 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7e2e51c583972a58d87', 'origin': 'maestro', 'comment': 'baseline-arm64-broonie on sun50i-h5-libretech-all-h3-cc ' 'in lava-broonie', 'start_time': '2025-04-22T19:02:58.726000+00:00', 'environment': {'comment': 'Runtime: lava-broonie', 'compatible': ['libretech,all-h3-cc-h5', 'allwinner,sun50i-h5'], 'misc': {'platform': 'sun50i-h5-libretech-all-h3-cc', 'job_url': 'https://lava.sirena.org.uk/scheduler/job/1316067', 'job_id': '1316067'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-broonie', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7e2e51c583972a58d87'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-broonie-6807e7e2e51c583972a58d87/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-broonie-6807e7e2e51c583972a58d87/log.txt.gz', 'log_excerpt': 'system initialized\n' '[ 0.078760] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.078808] usbcore: registered new interface ' 'driver hub\n' '[ 0.078849] usbcore: registered new device driver ' 'usb\n' '[ 0.080167] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.080173] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.080191] PTP clock support registered\n' '[ 0.080354] EDAC MC: Ver: 3.0.0\n' '[ 0.082259] FPGA manager framework\n' '[ 0.082371] Advanced Linux Sound Architecture ' 'Driver Initialized.\n' '[ 0.083450] vgaarb: loaded\n' '[ 0.083847] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.084146] VFS: Disk quotas dquot_6.6.0\n' '[ 0.084196] VFS: Dquot-cache hash table entries: ' '512 (order 0, 4096 bytes)\n' '[ 0.084445] pnp: PnP ACPI: disabled\n' '[ 0.092791] NET: Registered PF_INET protocol ' 'family\n' '[ 0.093099] IP idents hash table entries: 32768 ' '(order: 6, 262144 bytes, linear)\n' '[ 0.095444] tcp_listen_portaddr_hash hash table ' 'entries: 1024 (order: 2, 16384 bytes, linear)\n' '[ 0.095521] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.095539] TCP established hash table entries: ' '16384 (order: 5, 131072 bytes, linear)\n' '[ 0.095700] TCP bind hash table entries: 16384 ' '(order: 7, 524288 bytes, linear)\n' '[ 0.096341] TCP: Hash tables configured ' '(established 16384 bind 16384)\n' '[ 0.096648] MPTCP token hash table entries: 2048 ' '(order: 3, 49152 bytes, linear)\n' '[ 0.096756] UDP hash table entries: 1024 (order: ' '3, 32768 bytes, linear)\n' '[ 0.096817] UDP-Lite hash table entries: 1024 ' '(order: 3, 32768 bytes, linear)\n' '[ 0.097017] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.097507] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.097513] RPC: Registered udp transport module.\n' '[ 0.097517] RPC: Registered tcp transport module.\n' '[ 0.097520] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.097532] PCI: CLS 0 bytes, default 64\n' '[ 0.097866] Unpacking initramfs...\n' '[ 0.105236] hw perfevents: enabled with ' 'armv8_cortex_a53 PMU driver, 7 counters available\n' '[ 0.105532] kvm [1]: IPA Size Limit: 40 bits\n' '[ 0.108010] kvm [1]: vgic interrupt IRQ9\n' '[ 0.108141] kvm [1]: Hyp mode initialized ' 'successfully\n' '[ 0.109958] Initialise system trusted keyrings\n' '[ 0.110278] workingset: timestamp_bits=42 ' 'max_order=19 bucket_order=0\n' '[ 0.119915] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.120751] NFS: Registering the id_resolver key ' 'type\n' '[ 0.120798] Key type id_resolver registered\n' '[ 0.120802] Key type id_legacy registered\n' '[ 0.120921] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.120929] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.121170] 9p: Installing v9fs 9p2000 file system ' 'support\n' '[ 0.173972] Key type asymmetric registered\n' "[ 0.173992] Asymmetric key parser 'x509' " 'registered\n' '[ 0.174118] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 245)\n' '[ 0.174127] io scheduler mq-deadline registered\n' '[ 0.174133] io scheduler kyber registered\n' '[ 0.193884] EINJ: ACPI disabled.\n' '[ 0.230081] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 0.234632] SuperH (H)SCI(F) driver initialized\n' '[ 0.235523] msm_serial: driver initialized\n' '[ 0.238307] cacheinfo: Unable to detect cache ' 'hierarchy for CPU 0\n' '[ 0.245314] loop: module loaded\n' '[ 0.246894] megasas: 07.719.03.00-rc1\n' '[ 0.256823] tun: Universal TUN/TAP device driver, ' '1.6\n' '[ 0.258307] thunder_xcv, ver 1.0\n' '[ 0.258374] thunder_bgx, ver 1.0\n' '[ 0.258424] nicpf, ver 1.0\n' '[ 0.260498] hns3: Hisilicon Ethernet Network ' 'Driver for Hip08 Family - version\n' '[ 0.260509] hns3: Copyright (c) 2017 Huawei ' 'Corporation.\n' '[ 0.260602] hclge is initializing\n' '[ 0.260629] e1000: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.260634] e1000: Copyright (c) 1999-2006 Intel ' 'Corporation.\n' '[ 0.260684] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.260688] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 0.260735] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 0.260740] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 0.260793] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 0.260798] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 0.261338] sky2: driver version 1.30\n' '[ 0.263179] VFIO - User Level meta-driver version: ' '0.3\n' '[ 0.267424] ehci-platform 1c1a000.usb: EHCI Host ' 'Controller\n' '[ 0.267464] ehci-platform 1c1a000.usb: new USB bus ' 'registered, assigned bus number 1\n' '[ 0.267605] ehci-platform 1c1a000.usb: irq 19, io ' 'mem 0x01c1a000\n' '[ 0.268330] ohci-platform 1c1a400.usb: Generic ' 'Platform OHCI controller\n' '[ 0.268360] ohci-platform 1c1a400.usb: new USB bus ' 'registered, assigned bus number 2\n' '[ 0.268517] ohci-platform 1c1a400.usb: irq 20, io ' 'mem 0x01c1a400\n' '[ 0.269175] usbcore: registered new interface ' 'driver usb-storage\n' '[ 0.272643] sun6i-rtc 1f00000.rtc: registered as ' 'rtc0\n' '[ 0.272684] sun6i-rtc 1f00000.rtc: setting system ' 'clock to 1970-01-01T00:00:36 UTC (36)\n' '[ 0.272816] sun6i-rtc 1f00000.rtc: RTC enabled\n' '[ 0.273491] i2c_dev: i2c /dev entries driver\n' '[ 0.279902] ehci-platform 1c1a000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 0.280854] hub 1-0:1.0: USB hub found\n' '[ 0.280903] hub 1-0:1.0: 1 port detected\n' '[ 0.285026] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 0.285039] sdhci: Copyright(c) Pierre Ossman\n' '[ 0.286302] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 0.288160] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 0.291640] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 0.294266] SMCCC: SOC_ID: ID = jep106:091e:1718 ' 'Revision = 0x00000000\n' '[ 0.295687] usbcore: registered new interface ' 'driver usbhid\n' '[ 0.295698] usbhid: USB HID core driver\n' '[ 0.314837] netem: version 1.3\n' '[ 0.314980] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 0.315586] IPv4 over IPsec tunneling driver\n' '[ 0.316680] NET: Registered PF_INET6 protocol ' 'family\n' '[ 0.318338] Segment Routing with IPv6\n' '[ 0.318388] In-situ OAM (IOAM) with IPv6\n' '[ 0.319080] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 0.320323] NET: Registered PF_PACKET protocol ' 'family\n' '[ 0.320382] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 0.320651] 8021q: 802.1Q VLAN Support v1.8\n' '[ 0.320803] 9pnet: Installing 9P2000 support\n' '[ 0.320890] Key type dns_resolver registered\n' '[ 0.321365] registered taskstats version 1\n' '[ 0.321395] Loading compiled-in X.509 ' 'certificates\n' '[ 0.332842] hub 2-0:1.0: USB hub found\n' '[ 0.332899] hub 2-0:1.0: 1 port detected\n' '[ 0.344363] sun8i-h3-r-pinctrl 1f02c00.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 0.350472] sun50i-h5-pinctrl 1c20800.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 0.352761] sun50i-h5-pinctrl 1c20800.pinctrl: ' 'supply vcc-pa not found, using dummy regulator\n' '[ 0.353514] printk: console [ttyS0] disabled\n' '[ 0.373709] 1c28000.serial: ttyS0 at MMIO ' '0x1c28000 (irq = 155, base_baud = 1500000) is a ' 'U6_16550A\n' '[ 1.623020] Freeing initrd memory: 22284K\n' '[ 1.627919] printk: console [ttyS0] enabled\n' '[ 1.784517] ehci-platform 1c1b000.usb: EHCI Host ' 'Controller\n' '[ 1.787591] ehci-platform 1c1c000.usb: EHCI Host ' 'Controller\n' '[ 1.790174] ehci-platform 1c1b000.usb: new USB bus ' 'registered, assigned bus number 3\n' '[ 1.798370] ehci-platform 1c1d000.usb: EHCI Host ' 'Controller\n' '[ 1.798435] ehci-platform 1c1c000.usb: new USB bus ' 'registered, assigned bus number 4\n' '[ 1.798571] ehci-platform 1c1c000.usb: irq 157, io ' 'mem 0x01c1c000\n' '[ 1.798902] thermal_sys: No trip points found for ' 'thermal-sensor id=1\n' '[ 1.798917] thermal_sys: Incorrect number of ' 'thermal trips\n' '[ 1.798920] thermal_sys: Failed to register ' 'thermal zone gpu-thermal: -22\n' '[ 1.798929] sun8i-thermal: probe of ' '1c25000.thermal-sensor failed with error -22\n' '[ 1.803673] ehci-platform 1c1b000.usb: irq 156, io ' 'mem 0x01c1b000\n' '[ 1.809206] ehci-platform 1c1d000.usb: new USB bus ' 'registered, assigned bus number 5\n' '[ 1.809706] sun8i-h3-r-pinctrl 1f02c00.pinctrl: ' 'supply vcc-pl not found, using dummy regulator\n' '[ 1.811888] ehci-platform 1c1c000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 1.812876] reg-fixed-voltage vdd-cpux: ' 'nonexclusive access to GPIO for vdd-cpux\n' '[ 1.814747] core: _opp_supported_by_regulators: ' 'OPP minuV: 1240000 maxuV: 1310000, not supported by ' 'regulator\n' '[ 1.814764] cpu cpu0: _opp_add: OPP not supported ' 'by regulators (1056000000)\n' '[ 1.814873] core: _opp_supported_by_regulators: ' 'OPP minuV: 1260000 maxuV: 1310000, not supported by ' 'regulator\n' '[ 1.814881] cpu cpu0: _opp_add: OPP not supported ' 'by regulators (1104000000)\n' '[ 1.814973] core: _opp_supported_by_regulators: ' 'OPP minuV: 1300000 maxuV: 1310000, not supported by ' 'regulator\n' '[ 1.814981] cpu cpu0: _opp_add: OPP not supported ' 'by regulators (1152000000)\n' '[ 1.820731] ohci-platform 1c1d400.usb: Generic ' 'Platform OHCI controller\n' '[ 1.820791] ohci-platform 1c1b400.usb: Generic ' 'Platform OHCI controller\n' '[ 1.820858] ohci-platform 1c1c400.usb: Generic ' 'Platform OHCI controller\n' '[ 1.823376] ehci-platform 1c1d000.usb: irq 158, io ' 'mem 0x01c1d000\n' '[ 1.823588] hub 4-0:1.0: USB hub found\n' '[ 1.823628] hub 4-0:1.0: 1 port detected\n' '[ 1.824061] ohci-platform 1c1b400.usb: new USB bus ' 'registered, assigned bus number 6\n' '[ 1.824182] ohci-platform 1c1b400.usb: irq 161, io ' 'mem 0x01c1b400\n' '[ 1.827767] sun50i-h5-pinctrl 1c20800.pinctrl: ' 'supply vcc-pf not found, using dummy regulator\n' '[ 1.828022] ohci-platform 1c1c400.usb: new USB bus ' 'registered, assigned bus number 7\n' '[ 1.828199] ohci-platform 1c1c400.usb: irq 162, io ' 'mem 0x01c1c400\n' '[ 1.828944] sunxi-mmc 1c0f000.mmc: Got CD GPIO\n' '[ 1.833615] ohci-platform 1c1d400.usb: new USB bus ' 'registered, assigned bus number 8\n' '[ 1.833717] ehci-platform 1c1b000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 1.835384] hub 3-0:1.0: USB hub found\n' '[ 1.835702] sun50i-h5-pinctrl 1c20800.pinctrl: ' 'supply vcc-pc not found, using dummy regulator\n' '[ 1.841847] ohci-platform 1c1d400.usb: irq 160, io ' 'mem 0x01c1d400\n' '[ 1.849184] hub 3-0:1.0: 1 port detected\n' '[ 1.851857] ehci-platform 1c1d000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 1.852006] sunxi-mmc 1c0f000.mmc: initialized, ' 'max. request size: 16384 KB, uses new timings mode\n' '[ 1.853359] input: gpio-keys as ' '/devices/platform/gpio-keys/input/input0\n' '[ 1.854132] clk: Disabling unused clocks\n' '[ 1.854258] ALSA device list:\n' '[ 1.854263] No soundcards found.\n' '[ 1.860260] sunxi-mmc 1c11000.mmc: initialized, ' 'max. request size: 2048 KB, uses new timings mode\n' '[ 1.863911] hub 5-0:1.0: USB hub found\n' '[ 1.910937] mmc0: host does not support reading ' 'read-only switch, assuming write-enable\n' '[ 1.912369] hub 5-0:1.0: 1 port detected\n' '[ 1.922863] mmc0: new high speed SDHC card at ' 'address 0001\n' '[ 1.930257] hub 6-0:1.0: USB hub found\n' '[ 1.940181] mmcblk0: mmc0:0001 EB1QT 29.8 GiB\n' '[ 1.943000] hub 6-0:1.0: 1 port detected\n' '[ 2.126014] mmcblk0: p1\n' '[ 2.126924] hub 7-0:1.0: USB hub found\n' '[ 2.132388] hub 7-0:1.0: 1 port detected\n' '[ 2.137554] hub 8-0:1.0: USB hub found\n' '[ 2.141336] hub 8-0:1.0: 1 port detected\n' '[ 2.153616] Freeing unused kernel memory: 7616K\n' '[ 2.159341] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 2.299140] ' 'udevd[160]: starting version 3.2.9\n' '[ 4.347851] random: crng init done\n' "[ 4.356730] udevd[160]: specified user 'tss' " 'unknown\n' "[ 4.361817] udevd[160]: specified group 'tss' " 'unknown\n' '[ 4.372744] udevd[161]: starting eudev-3.2.9\n' '[ 4.684151] usb_phy_generic ' 'usb_phy_generic.1.auto: supply vcc not found, using ' 'dummy regulator\n' '[ 4.704658] usb_phy_generic ' 'usb_phy_generic.1.auto: dummy supplies not allowed ' 'for exclusive requests\n' '[ 4.723500] sun8i-ce 1c15000.crypto: Set mod clock ' 'to 300000000 (300 Mhz) from 24000000 (24 Mhz)\n' '[ 4.761279] sun8i-ce 1c15000.crypto: will run ' 'requests pump with realtime priority\n' '[ 4.768672] musb-hdrc musb-hdrc.2.auto: MUSB HDRC ' 'host driver\n' '[ 4.769186] sun8i-ce 1c15000.crypto: will run ' 'requests pump with realtime priority\n' '[ 4.775002] musb-hdrc musb-hdrc.2.auto: new USB ' 'bus registered, assigned bus number 9\n' '[ 4.782832] sun8i-ce 1c15000.crypto: will run ' 'requests pump with realtime priority\n' '[ 4.794161] sunxi-wdt 1c20ca0.watchdog: Watchdog ' 'enabled (timeout=16 sec, nowayout=0)\n' '[ 4.797901] sun8i-ce 1c15000.crypto: will run ' 'requests pump with realtime priority\n' '[ 4.813329] sun8i-ce 1c15000.crypto: Register ' 'cbc(aes)\n' '[ 4.814364] hub 9-0:1.0: USB hub found\n' '[ 4.822533] sun8i-ce 1c15000.crypto: Register ' 'ecb(aes)\n' '[ 4.822663] hub 9-0:1.0: 1 port detected\n' '[ 4.823349] lima 1e80000.gpu: gp - mali450 version ' 'major 0 minor 0\n' '[ 4.823430] lima 1e80000.gpu: pp0 - mali450 ' 'version major 0 minor 0\n' '[ 4.823509] lima 1e80000.gpu: pp1 - mali450 ' 'version major 0 minor 0\n' '[ 4.823587] lima 1e80000.gpu: pp2 - mali450 ' 'version major 0 minor 0\n' '[ 4.823667] lima 1e80000.gpu: pp3 - mali450 ' 'version major 0 minor 0\n' '[ 4.823700] lima 1e80000.gpu: l2 cache 8K, 4-way, ' '64byte cache line, 128bit external bus\n' '[ 4.823710] lima 1e80000.gpu: l2 cache 128K, ' '4-way, 64byte cache line, 128bit external bus\n' '[ 4.824490] dwmac-sun8i 1c30000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 4.824498] dwmac-sun8i 1c30000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 4.824557] dwmac-sun8i 1c30000.ethernet: No ' 'regulator found\n' '[ 4.824637] dwmac-sun8i 1c30000.ethernet: PTP uses ' 'main clock\n' '[ 4.824661] dwmac-sun8i 1c30000.ethernet: Current ' 'syscon value is not the default 148000 (expect ' '58000)\n' '[ 4.825230] dwmac-sun8i 1c30000.ethernet: No HW ' 'DMA feature register supported\n' '[ 4.825236] dwmac-sun8i 1c30000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 4.825242] dwmac-sun8i 1c30000.ethernet: COE Type ' '2\n' '[ 4.825247] dwmac-sun8i 1c30000.ethernet: TX ' 'Checksum insertion supported\n' '[ 4.825253] dwmac-sun8i 1c30000.ethernet: Normal ' 'descriptors\n' '[ 4.825258] dwmac-sun8i 1c30000.ethernet: Chain ' 'mode enabled\n' '[ 4.827143] dwmac-sun8i 1c30000.ethernet: Found ' 'internal PHY node\n' '[ 4.827793] dwmac-sun8i 1c30000.ethernet: Switch ' 'mux to internal PHY\n' '[ 4.828892] sun8i-ce 1c15000.crypto: Register ' 'cbc(des3_ede)\n' '[ 4.829051] sun8i-ce 1c15000.crypto: Register ' 'ecb(des3_ede)\n' '[ 4.829199] sun8i-ce 1c15000.crypto: CryptoEngine ' 'Die ID 0\n' '[ 4.829866] lima 1e80000.gpu: bus rate = ' '200000000\n' '[ 4.829880] lima 1e80000.gpu: mod rate = ' '384000000\n' '[ 4.887292] [drm] Initialized lima 1.1.0 20191231 ' 'for 1e80000.gpu on minor 0\n' '[ 4.891768] dwmac-sun8i 1c30000.ethernet: Powering ' 'internal PHY\n' '[ 4.893798] Registered IR keymap rc-empty\n' '[ 4.896575] rc rc0: sunxi-ir as ' '/devices/platform/soc/1f02000.ir/rc/rc0\n' '[ 4.896723] input: sunxi-ir as ' '/devices/platform/soc/1f02000.ir/rc/rc0/input1\n' '[ 4.898880] sunxi-ir 1f02000.ir: initialized sunXi ' 'IR driver\n' '[ 4.958853] sun4i-drm display-engine: bound ' '1100000.mixer (ops sun8i_mixer_ops [sun8i_mixer])\n' '[ 5.036379] sun4i-drm display-engine: bound ' '1c0c000.lcd-controller (ops sun4i_tcon_ops ' '[sun4i_tcon])\n' '[ 5.045726] sun8i-dw-hdmi 1ee0000.hdmi: supply ' 'hvcc not found, using dummy regulator\n' '[ 5.054737] sun8i-dw-hdmi 1ee0000.hdmi: Detected ' 'HDMI TX controller v1.32a with HDCP ' '(sun8i_dw_hdmi_phy)\n' '[ 5.065206] sun8i-dw-hdmi 1ee0000.hdmi: registered ' 'DesignWare HDMI I2C bus driver\n' '[ 5.074648] sun4i-drm display-engine: bound ' '1ee0000.hdmi (ops sun8i_dw_hdmi_ops ' '[sun8i_drm_hdmi])\n' '[ 5.084344] [drm] Initialized sun4i-drm 1.0.0 ' '20150629 for display-engine on minor 1\n' '[ 5.092258] sun4i-drm display-engine: [drm] Cannot ' 'find any crtc or sizes\n' '[ 5.099223] sun4i-drm display-engine: [drm] Cannot ' 'find any crtc or sizes\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '#\n' '/ # export SHELL=/bin/sh\n' 'export SHELL=/bin/sh\n' '/ # . /lava-1316067/environment\n' '. /lava-1316067/environment\n' '/ # /lava-1316067/bin/lava-test-runner ' '/lava-1316067/0\n' '/lava-1316067/bin/lava-test-runner /lava-1316067/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-1316067/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=1316067_1.5.2.4.1\n' '[ 5.823950] \n' '+ set +x\n' '[ 5.831187] \n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ # \n'} 04/22/2025 07:05:00 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:05:08 PM UTC [INFO] Processing event node: 6807d5919aef7c8063cada96 04/22/2025 07:05:08 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807d5919aef7c8063cada96 04/22/2025 07:05:08 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807c4551dc1545070e7608d', 'id': 'maestro:6807d5919aef7c8063cada96', 'origin': 'maestro', 'comment': 'baseline-arm-broonie on stm32mp157a-dhcor-avenger96 in ' 'lava-broonie', 'start_time': '2025-04-22T17:44:49.691000+00:00', 'environment': {'comment': 'Runtime: lava-broonie', 'compatible': ['arrow,stm32mp157a-avenger96', 'dh,stm32mp157a-dhcor-som', 'st,stm32mp157'], 'misc': {'platform': 'stm32mp157a-dhcor-avenger96', 'job_url': 'https://lava.sirena.org.uk/scheduler/job/1315652', 'job_id': '1315652'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-broonie', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807d5919aef7c8063cada96'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm-broonie-6807d5919aef7c8063cada96/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm-broonie-6807d5919aef7c8063cada96/log.txt.gz', 'log_excerpt': '1.32 [Flags: R/O].\n' '[ 0.271382] Key type asymmetric registered\n' "[ 0.271398] Asymmetric key parser 'x509' " 'registered\n' '[ 0.271642] bounce: pool size: 64 pages\n' '[ 0.271816] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 247)\n' '[ 0.271830] io scheduler mq-deadline registered\n' '[ 0.271839] io scheduler kyber registered\n' '[ 0.410759] Serial: 8250/16550 driver, 5 ports, ' 'IRQ sharing enabled\n' '[ 0.417073] SuperH (H)SCI(F) driver initialized\n' '[ 0.418533] msm_serial: driver initialized\n' '[ 0.418551] STMicroelectronics ASC driver ' 'initialized\n' '[ 0.421038] STM32 USART driver initialized\n' '[ 0.422215] stm32-usart 4000e000.serial: interrupt ' 'mode for rx (no dma)\n' '[ 0.422239] stm32-usart 4000e000.serial: interrupt ' 'mode for tx (no dma)\n' '[ 0.422271] 4000e000.serial: ttySTM2 at MMIO ' '0x4000e000 (irq = 47, base_baud = 4000000) is a ' 'stm32-usart\n' '[ 0.422560] serial serial0: tty port ttySTM2 ' 'registered\n' '[ 0.423449] stm32-usart 40010000.serial: interrupt ' 'mode for rx (no dma)\n' '[ 0.423471] stm32-usart 40010000.serial: interrupt ' 'mode for tx (no dma)\n' '[ 0.423502] 40010000.serial: ttySTM0 at MMIO ' '0x40010000 (irq = 48, base_baud = 4000000) is a ' 'stm32-usart\n' '[ 1.954850] printk: console [ttySTM0] enabled\n' '[ 1.969802] stm32-usart 40018000.serial: interrupt ' 'mode for rx (no dma)\n' '[ 1.975005] stm32-usart 40018000.serial: interrupt ' 'mode for tx (no dma)\n' '[ 1.981770] 40018000.serial: ttySTM1 at MMIO ' '0x40018000 (irq = 49, base_baud = 4000000) is a ' 'stm32-usart\n' '[ 2.011056] random: crng init done\n' '[ 2.029276] brd: module loaded\n' '[ 2.038942] loop: module loaded\n' '[ 2.053750] spi-nor spi0.0: w25q16dw (2048 ' 'Kbytes)\n' '[ 2.067144] CAN device driver interface\n' '[ 2.071321] bgmac_bcma: Broadcom 47xx GBit MAC ' 'driver loaded\n' '[ 2.076957] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 2.080570] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 2.086691] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 2.091902] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 2.102303] stm32-dwmac 5800a000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 2.107406] stm32-dwmac 5800a000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 2.114444] stm32-dwmac 5800a000.ethernet: User ' 'ID: 0x40, Synopsys ID: 0x42\n' '[ 2.120481] stm32-dwmac 5800a000.ethernet: ' '?DWMAC4/5\n' '[ 2.125371] stm32-dwmac 5800a000.ethernet: DMA HW ' 'capability register supported\n' '[ 2.132712] stm32-dwmac 5800a000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 2.140030] stm32-dwmac 5800a000.ethernet: TX ' 'Checksum insertion supported\n' '[ 2.146915] stm32-dwmac 5800a000.ethernet: Wake-Up ' 'On Lan supported\n' '[ 2.153379] stm32-dwmac 5800a000.ethernet: TSO ' 'supported\n' '[ 2.158566] stm32-dwmac 5800a000.ethernet: Enable ' 'RX Mitigation via HW Watchdog Timer\n' '[ 2.166429] stm32-dwmac 5800a000.ethernet: Enabled ' 'L3L4 Flow TC (entries=2)\n' '[ 2.173385] stm32-dwmac 5800a000.ethernet: Enabled ' 'RFS Flow TC (entries=10)\n' '[ 2.180340] stm32-dwmac 5800a000.ethernet: TSO ' 'feature enabled\n' '[ 2.186232] stm32-dwmac 5800a000.ethernet: Using ' '32/32 bits DMA host/device width\n' '[ 2.803580] Freeing initrd memory: 16752K\n' '[ 2.859213] pegasus: Pegasus/Pegasus II USB ' 'Ethernet driver\n' '[ 2.863482] usbcore: registered new interface ' 'driver pegasus\n' '[ 2.869161] usbcore: registered new interface ' 'driver asix\n' '[ 2.874577] usbcore: registered new interface ' 'driver ax88179_178a\n' '[ 2.880741] usbcore: registered new interface ' 'driver cdc_ether\n' '[ 2.886499] usbcore: registered new interface ' 'driver smsc75xx\n' '[ 2.892254] usbcore: registered new interface ' 'driver smsc95xx\n' '[ 2.897971] usbcore: registered new interface ' 'driver net1080\n' '[ 2.903725] usbcore: registered new interface ' 'driver cdc_subset\n' '[ 2.909660] usbcore: registered new interface ' 'driver zaurus\n' '[ 2.915200] usbcore: registered new interface ' 'driver cdc_ncm\n' '[ 2.927065] usbcore: registered new interface ' 'driver usb-storage\n' '[ 2.938196] stm32_rtc 5c004000.rtc: error -ENXIO: ' 'IRQ index 1 not found\n' "[ 2.943434] stm32_rtc 5c004000.rtc: alarm can't " 'wake up the system: -6\n' '[ 2.951055] stm32_rtc 5c004000.rtc: registered as ' 'rtc0\n' '[ 2.955173] stm32_rtc 5c004000.rtc: setting system ' 'clock to 2000-01-01T00:00:15 UTC (946684815)\n' '[ 2.964339] stm32_rtc 5c004000.rtc: Date/Time must ' 'be initialized\n' '[ 2.969979] stm32_rtc 5c004000.rtc: registered ' 'rev:1.2\n' '[ 2.976951] i2c_dev: i2c /dev entries driver\n' '[ 3.004813] stm32f7-i2c 40012000.i2c: STM32F7 ' 'I2C-0 bus adapter\n' '[ 3.031821] stm32f7-i2c 40013000.i2c: STM32F7 ' 'I2C-1 bus adapter\n' '[ 3.060108] stpmic1 2-0033: PMIC Chip Version: ' '0x10\n' '[ 3.068910] ' '/soc/i2c@5c002000/stpmic@33/regulators: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/stpmic@33/regulators/boost\n' '[ 3.079130] ' '/soc/i2c@5c002000/stpmic@33/regulators: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/stpmic@33/regulators/buck2\n' '[ 3.090626] ' '/soc/i2c@5c002000/stpmic@33/regulators: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/stpmic@33/regulators/buck4\n' '[ 3.119514] vdda: Bringing 1800000uV into ' '2900000-2900000uV\n' '[ 3.126201] v2v8: Bringing 1800000uV into ' '2800000-2800000uV\n' '[ 3.141700] v1v8: Bringing 1000000uV into ' '1800000-1800000uV\n' '[ 3.159107] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.168062] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.178360] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.188618] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.198968] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.209214] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.219559] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.229816] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.240483] /hdmi-out: Fixed dependency cycle(s) ' 'with /soc/i2c@5c002000/hdmi-transmitter@3d\n' '[ 3.248624] /soc/display-controller@5a001000: ' 'Fixed dependency cycle(s) with ' '/soc/i2c@5c002000/hdmi-transmitter@3d\n' '[ 3.259076] ' '/soc/sai@4400b000/audio-controller@4400b004: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/hdmi-transmitter@3d\n' '[ 3.270448] /soc/i2c@5c002000/hdmi-transmitter@3d: ' 'Fixed dependency cycle(s) with ' '/soc/sai@4400b000/audio-controller@4400b004\n' '[ 3.281638] /soc/i2c@5c002000/hdmi-transmitter@3d: ' 'Fixed dependency cycle(s) with /hdmi-out\n' '[ 3.290094] /soc/i2c@5c002000/hdmi-transmitter@3d: ' 'Fixed dependency cycle(s) with ' '/soc/display-controller@5a001000\n' '[ 3.301206] at24 2-0053: supply vcc not found, ' 'using dummy regulator\n' '[ 3.307617] at24 2-0053: 256 byte 24c02 EEPROM, ' 'writable, 16 bytes/write\n' '[ 3.313607] stm32f7-i2c 5c002000.i2c: STM32F7 ' 'I2C-2 bus adapter\n' '[ 3.331688] stm_thermal 50028000.thermal: ' 'stm_thermal_probe: Driver initialized successfully\n' '[ 3.351500] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 3.356293] sdhci: Copyright(c) Pierre Ossman\n' '[ 3.361780] mmci-pl18x 58005000.mmc: Got CD GPIO\n' '[ 3.363892] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 3.366482] mmci-pl18x 48004000.mmc: mmc1: PL180 ' 'manf 53 rev2 at 0x48004000 irq 69,0 (pio)\n' '[ 3.374116] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 3.380051] mmci-pl18x 58005000.mmc: mmc0: PL180 ' 'manf 53 rev2 at 0x58005000 irq 70,0 (pio)\n' '[ 3.394780] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 3.402622] usbcore: registered new interface ' 'driver usbhid\n' '[ 3.406807] usbhid: USB HID core driver\n' '[ 3.421448] NET: Registered PF_INET6 protocol ' 'family\n' '[ 3.428379] Segment Routing with IPv6\n' '[ 3.430741] In-situ OAM (IOAM) with IPv6\n' '[ 3.434711] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 3.441434] NET: Registered PF_PACKET protocol ' 'family\n' '[ 3.445615] can: controller area network core\n' '[ 3.450125] NET: Registered PF_CAN protocol ' 'family\n' '[ 3.454697] can: raw protocol\n' '[ 3.457749] can: broadcast manager protocol\n' '[ 3.461941] can: netlink gateway - max_hops=1\n' '[ 3.466898] Key type dns_resolver registered\n' '[ 3.467142] mmc0: new high speed SDXC card at ' 'address e624\n' '[ 3.470779] ThumbEE CPU extension supported.\n' '[ 3.477591] mmcblk0: mmc0:e624 SD64G 59.5 GiB\n' '[ 3.480449] Registering SWP/SWPB emulation ' 'handler\n' '[ 3.489049] Loading compiled-in X.509 ' 'certificates\n' '[ 3.503146] GPT:Primary header thinks Alt. header ' 'is not at the end of the disk.\n' '[ 3.509274] GPT:3204245 != 124735487\n' '[ 3.512751] GPT:Alternate GPT header not at the ' 'end of the disk.\n' '[ 3.518859] GPT:3204245 != 124735487\n' '[ 3.522448] GPT: Use GNU Parted to correct GPT ' 'errors.\n' '[ 3.527590] mmcblk0: p1 p2 p3 p4\n' '[ 3.548525] input: pmic_onkey as ' '/devices/platform/soc/5c002000.i2c/i2c-2/2-0033/5c002000.i2c:stpmic@33:onkey/input/input0\n' '[ 3.561907] mmci-pl18x 58007000.mmc: mmc2: PL180 ' 'manf 53 rev2 at 0x58007000 irq 74,0 (pio)\n' '[ 3.586650] mmc1: new high speed SDIO card at ' 'address 0001\n' '[ 3.588736] regulator regulator.19: regulator ' 'disable timed out!\n' '[ 3.596801] reg18: failed to disable: -ETIMEDOUT\n' '[ 3.601678] stm32-usbphyc 5a006000.usbphyc: ' 'registered rev:1.0\n' '[ 3.610967] dwc2 49000000.usb-otg: supply vusb_d ' 'not found, using dummy regulator\n' '[ 3.617342] dwc2 49000000.usb-otg: supply vusb_a ' 'not found, using dummy regulator\n' '[ 3.737212] mmc2: new DDR MMC card at address ' '0001\n' '[ 3.741948] mmcblk2: mmc2:0001 DG4008 7.28 GiB\n' '[ 3.751548] GPT:Primary header thinks Alt. header ' 'is not at the end of the disk.\n' '[ 3.757559] GPT:3145727 != 15273599\n' '[ 3.761161] GPT:Alternate GPT header not at the ' 'end of the disk.\n' '[ 3.766344] dwc2 49000000.usb-otg: EPs: 9, ' 'dedicated fifos, 952 entries in SPRAM\n' '[ 3.767136] GPT:3145727 != 15273599\n' '[ 3.767144] GPT: Use GNU Parted to correct GPT ' 'errors.\n' '[ 3.783230] mmcblk2: p1 p2 p3 p4\n' '[ 3.788633] mmcblk2boot0: mmc2:0001 DG4008 4.00 ' 'MiB\n' '[ 3.788930] dwc2 49000000.usb-otg: DWC OTG ' 'Controller\n' '[ 3.797483] dwc2 49000000.usb-otg: new USB bus ' 'registered, assigned bus number 1\n' '[ 3.800433] mmcblk2boot1: mmc2:0001 DG4008 4.00 ' 'MiB\n' '[ 3.804942] dwc2 49000000.usb-otg: irq 75, io mem ' '0x49000000\n' '[ 3.812369] mmcblk2rpmb: mmc2:0001 DG4008 4.00 ' 'MiB, chardev (236:0)\n' '[ 3.822494] hub 1-0:1.0: USB hub found\n' '[ 3.825532] hub 1-0:1.0: 1 port detected\n' '[ 3.836549] ehci-platform 5800d000.usb: EHCI Host ' 'Controller\n' '[ 3.840960] ehci-platform 5800d000.usb: new USB ' 'bus registered, assigned bus number 2\n' '[ 3.849246] ehci-platform 5800d000.usb: irq 76, io ' 'mem 0x5800d000\n' '[ 3.879018] ehci-platform 5800d000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 3.885059] hub 2-0:1.0: USB hub found\n' '[ 3.887687] hub 2-0:1.0: 2 ports detected\n' '[ 3.893371] stm32-dwmac 5800a000.ethernet eth0: ' 'Register MEM_TYPE_PAGE_POOL RxQ-0\n' '[ 3.987341] stm32-dwmac 5800a000.ethernet eth0: ' 'PHY [stmmac-0:07] driver [Micrel KSZ9031 Gigabit PHY] ' '(irq=POLL)\n' '[ 3.996229] dwmac4: Master AXI performs any burst ' 'length\n' '[ 4.001534] stm32-dwmac 5800a000.ethernet eth0: No ' 'Safety Features support found\n' '[ 4.178699] usb 2-1: new high-speed USB device ' 'number 2 using ehci-platform\n' '[ 4.208982] stm32-dwmac 5800a000.ethernet eth0: ' 'IEEE 1588-2008 Advanced Timestamp supported\n' '[ 4.216345] stm32-dwmac 5800a000.ethernet eth0: ' 'registered PTP clock\n' '[ 4.223131] stm32-dwmac 5800a000.ethernet eth0: ' 'configuring for phy/rgmii link mode\n' '[ 4.380138] hub 2-1:1.0: USB hub found\n' '[ 4.382646] hub 2-1:1.0: 3 ports detected\n' '[ 13.680429] stm32-dwmac 5800a000.ethernet eth0: ' 'Link is Up - 1Gbps/Full - flow control off\n' '[ 13.680467] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: ' 'link becomes ready\n' '[ 13.738696] Sending DHCP requests ., OK\n' '[ 13.831228] IP-Config: Got DHCP answer from ' '172.16.0.1, my address is 172.22.14.134\n' '[ 13.838866] IP-Config: Complete:\n' '[ 13.842009] device=eth0, ' 'hwaddr=80:1f:12:cc:2a:a4, ipaddr=172.22.14.134, ' 'mask=255.240.0.0, gw=172.16.0.1\n' '[ 13.852058] host=172.22.14.134, domain=, ' 'nis-domain=(none)\n' '[ 13.857931] bootserver=172.16.0.1, ' 'rootserver=172.16.0.1, rootpath=\n' '[ 13.857944] nameserver0=172.16.0.1\n' '[ 13.869049] clk: Disabling unused clocks\n' '[ 13.878074] Freeing unused kernel image (initmem) ' 'memory: 2048K\n' '[ 13.883275] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 14.072674] ' 'udevd[111]: starting version 3.2.9\n' "[ 14.091377] udevd[111]: specified user 'tss' " 'unknown\n' "[ 14.095206] udevd[111]: specified group 'tss' " 'unknown\n' '[ 14.103714] udevd[112]: starting eudev-3.2.9\n' '[ 15.143916] /soc/i2c@5c002000/hdmi-transmitter@3d: ' 'Fixed dependency cycle(s) with ' '/soc/sai@4400b000/audio-controller@4400b004\n' '[ 15.154204] ' '/soc/sai@4400b000/audio-controller@4400b004: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/hdmi-transmitter@3d\n' '[ 15.348937] cfg80211: Loading compiled-in X.509 ' 'certificates for regulatory database\n' '[ 15.359331] Bluetooth: Core ver 2.22\n' '[ 15.361682] NET: Registered PF_BLUETOOTH protocol ' 'family\n' '[ 15.366904] Bluetooth: HCI device and connection ' 'manager initialized\n' '[ 15.373448] Bluetooth: HCI socket layer ' 'initialized\n' '[ 15.374377] stm32-crc32 58009000.crc: Initialized\n' '[ 15.378141] Bluetooth: L2CAP socket layer ' 'initialized\n' '[ 15.387992] Bluetooth: SCO socket layer ' 'initialized\n' '[ 15.401218] Bluetooth: HCI UART driver ver 2.3\n' '[ 15.404376] Bluetooth: HCI UART protocol H4 ' 'registered\n' '[ 15.410334] Bluetooth: HCI UART protocol Broadcom ' 'registered\n' '[ 15.410635] hci_uart_bcm serial0-0: supply vbat ' 'not found, using dummy regulator\n' '[ 15.422978] hci_uart_bcm serial0-0: supply vddio ' 'not found, using dummy regulator\n' '[ 15.721199] etnaviv etnaviv: bound 59000000.gpu ' '(ops gpu_ops [etnaviv])\n' '[ 15.726603] etnaviv-gpu 59000000.gpu: model: ' 'GC400, revision: 4652\n' '[ 15.801949] [drm] Initialized etnaviv 1.4.0 ' '20151214 for etnaviv on minor 0\n' '[ 15.860714] [drm] Initialized stm 1.0.0 20170330 ' 'for 5a001000.display-controller on minor 1\n' '[ 15.869832] Bluetooth: hci0: BCM: chip id 107\n' '[ 15.874522] Bluetooth: hci0: BCM: features 0x2f\n' '[ 15.881234] stm32-display ' '5a001000.display-controller: [drm] Cannot find any ' 'crtc or sizes\n' '[ 15.888402] Bluetooth: hci0: BCM4345C0\n' '[ 15.891151] stm32-display ' '5a001000.display-controller: [drm] Cannot find any ' 'crtc or sizes\n' '[ 15.892005] Bluetooth: hci0: BCM4345C0 ' '(003.001.025) build 0000\n' '[ 15.909087] Bluetooth: hci0: BCM: firmware Patch ' 'file not found, tried:\n' '[ 15.914293] Bluetooth: hci0: BCM: ' "'brcm/BCM4345C0.arrow,stm32mp157a-avenger96.hcd'\n" '[ 15.922021] Bluetooth: hci0: BCM: ' "'brcm/BCM4345C0.hcd'\n" '[ 15.927135] Bluetooth: hci0: BCM: ' "'brcm/BCM.arrow,stm32mp157a-avenger96.hcd'\n" "[ 15.934223] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'\n" "[ 16.168379] cfg80211: Loaded X.509 cert 'sforshee: " "00b28ddf47aef9cea7'\n" "[ 16.192702] cfg80211: Loaded X.509 cert 'wens: " "61c038651aabdcf94bd0ac7ff06c7248db18c600'\n" '[ 16.203286] platform regulatory.0: Direct firmware ' 'load for regulatory.db failed with error -2\n' '[ 16.210654] cfg80211: failed to load ' 'regulatory.db\n' '[ 16.268457] brcmfmac: brcmf_fw_alloc_request: ' 'using brcm/brcmfmac43455-sdio for chip BCM4345/6\n' '[ 16.276300] brcmfmac mmc1:0001:1: Direct firmware ' 'load for ' 'brcm/brcmfmac43455-sdio.arrow,stm32mp157a-avenger96.bin ' 'failed with error -2\n' '[ 16.289155] brcmfmac mmc1:0001:1: Direct firmware ' 'load for brcm/brcmfmac43455-sdio.bin failed with ' 'error -2\n' "[ 16.853981] debugfs: File 'Capture' in directory " "'dapm' already present!\n" '[ 17.309086] brcmfmac: brcmf_sdio_htclk: HT Avail ' 'timeout (1000000): clkctl 0x50\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: ip: RTNETLINK answers: File exists\n' 'FAIL\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '#\n' '/ # export SHELL=/bin/sh\n' 'export SHELL=/bin/sh\n' '/ # . /lava-1315652/environment\n' '. /lava-1315652/environment\n' '/ # /lava-1315652/bin/lava-test-runner ' '/lava-1315652/0\n' '/lava-1315652/bin/lava-test-runner /lava-1315652/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-1315652/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=1315652_1.5.2[ 18.159562] ' '\n' '.4.1?[ 18.165474] \n' '+ set +x\n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ #\n'} 04/22/2025 07:05:08 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:05:41 PM UTC [INFO] Processing event node: 6807e7d8e51c583972a58d51 04/22/2025 07:05:41 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7d8e51c583972a58d51 04/22/2025 07:05:41 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7d8e51c583972a58d51', 'origin': 'maestro', 'comment': 'baseline-arm64 on meson-g12b-a311d-khadas-vim3 in ' 'lava-collabora', 'start_time': '2025-04-22T19:02:48.511000+00:00', 'environment': {'comment': 'Runtime: lava-collabora', 'compatible': ['khadas,vim3', 'amlogic,a311d', 'amlogic,g12b'], 'misc': {'platform': 'meson-g12b-a311d-khadas-vim3', 'job_url': 'https://lava.collabora.dev/scheduler/job/18447603', 'job_id': '18447603'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-collabora', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7d8e51c583972a58d51'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-6807e7d8e51c583972a58d51/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-6807e7d8e51c583972a58d51/log.txt.gz', 'log_excerpt': '6] ASID allocator initialised with 65536 entries\n' '[ 0.032402] Serial: AMBA PL011 UART driver\n' '[ 0.038117] /soc/bus@ff600000/hdmi-tx@0: Fixed ' 'dependency cycle(s) with /soc/vpu@ff900000\n' '[ 0.038422] /soc/vpu@ff900000: Fixed dependency ' 'cycle(s) with /soc/bus@ff600000/hdmi-tx@0\n' '[ 0.038436] /soc/interrupt-controller@ffc01000: ' 'Fixed dependency cycle(s) with ' '/soc/interrupt-controller@ffc01000\n' '[ 0.039054] /soc/bus@ff600000/hdmi-tx@0: Fixed ' 'dependency cycle(s) with /soc/vpu@ff900000\n' '[ 0.039453] /soc/bus@ff600000/hdmi-tx@0: Fixed ' 'dependency cycle(s) with /soc/vpu@ff900000\n' '[ 0.048526] /soc/bus@ff600000/hdmi-tx@0: Fixed ' 'dependency cycle(s) with /soc/vpu@ff900000\n' '[ 0.048571] /soc/vpu@ff900000: Fixed dependency ' 'cycle(s) with /soc/bus@ff600000/hdmi-tx@0\n' '[ 0.054571] /soc/bus@ff600000/hdmi-tx@0: Fixed ' 'dependency cycle(s) with /hdmi-connector\n' '[ 0.054620] /hdmi-connector: Fixed dependency ' 'cycle(s) with /soc/bus@ff600000/hdmi-tx@0\n' '[ 0.055977] KASLR disabled due to lack of seed\n' '[ 0.061759] HugeTLB: registered 1.00 GiB page ' 'size, pre-allocated 0 pages\n' '[ 0.061764] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 1.00 GiB page\n' '[ 0.061769] HugeTLB: registered 32.0 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.061771] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 32.0 MiB page\n' '[ 0.061775] HugeTLB: registered 2.00 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.061788] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 2.00 MiB page\n' '[ 0.061792] HugeTLB: registered 64.0 KiB page ' 'size, pre-allocated 0 pages\n' '[ 0.061795] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 64.0 KiB page\n' '[ 0.063045] ACPI: Interpreter disabled.\n' '[ 0.065461] iommu: Default domain type: ' 'Translated\n' '[ 0.065465] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.065620] SCSI subsystem initialized\n' '[ 0.065859] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.065883] usbcore: registered new interface ' 'driver hub\n' '[ 0.065901] usbcore: registered new device driver ' 'usb\n' '[ 0.066708] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.066711] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.066719] PTP clock support registered\n' '[ 0.066817] EDAC MC: Ver: 3.0.0\n' '[ 0.068196] FPGA manager framework\n' '[ 0.068256] Advanced Linux Sound Architecture ' 'Driver Initialized.\n' '[ 0.068806] vgaarb: loaded\n' '[ 0.069005] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.069138] VFS: Disk quotas dquot_6.6.0\n' '[ 0.069164] VFS: Dquot-cache hash table entries: ' '512 (order 0, 4096 bytes)\n' '[ 0.069278] pnp: PnP ACPI: disabled\n' '[ 0.073169] NET: Registered PF_INET protocol ' 'family\n' '[ 0.073373] IP idents hash table entries: 65536 ' '(order: 7, 524288 bytes, linear)\n' '[ 0.076176] tcp_listen_portaddr_hash hash table ' 'entries: 2048 (order: 3, 32768 bytes, linear)\n' '[ 0.076233] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.076245] TCP established hash table entries: ' '32768 (order: 6, 262144 bytes, linear)\n' '[ 0.076389] TCP bind hash table entries: 32768 ' '(order: 8, 1048576 bytes, linear)\n' '[ 0.076741] TCP: Hash tables configured ' '(established 32768 bind 32768)\n' '[ 0.076922] MPTCP token hash table entries: 4096 ' '(order: 4, 98304 bytes, linear)\n' '[ 0.076991] UDP hash table entries: 2048 (order: ' '4, 65536 bytes, linear)\n' '[ 0.077050] UDP-Lite hash table entries: 2048 ' '(order: 4, 65536 bytes, linear)\n' '[ 0.077172] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.077458] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.077463] RPC: Registered udp transport module.\n' '[ 0.077465] RPC: Registered tcp transport module.\n' '[ 0.077467] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.077474] PCI: CLS 0 bytes, default 64\n' '[ 0.077613] Unpacking initramfs...\n' '[ 0.078213] kvm [1]: IPA Size Limit: 40 bits\n' '[ 0.079324] kvm [1]: vgic interrupt IRQ9\n' '[ 0.079437] kvm [1]: Hyp mode initialized ' 'successfully\n' '[ 0.080308] Initialise system trusted keyrings\n' '[ 0.080448] workingset: timestamp_bits=42 ' 'max_order=20 bucket_order=0\n' '[ 0.084449] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.084842] NFS: Registering the id_resolver key ' 'type\n' '[ 0.084872] Key type id_resolver registered\n' '[ 0.084875] Key type id_legacy registered\n' '[ 0.084921] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.084925] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.085050] 9p: Installing v9fs 9p2000 file system ' 'support\n' '[ 0.112430] Key type asymmetric registered\n' "[ 0.112440] Asymmetric key parser 'x509' " 'registered\n' '[ 0.112498] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 245)\n' '[ 0.112504] io scheduler mq-deadline registered\n' '[ 0.112508] io scheduler kyber registered\n' '[ 0.114384] irq_meson_gpio: 100 to 8 gpio ' 'interrupt mux initialized\n' '[ 0.128309] EINJ: ACPI disabled.\n' '[ 0.147521] soc soc0: Amlogic Meson G12B (A311D) ' 'Revision 29:b (10:2) Detected\n' '[ 0.154982] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 0.157395] SuperH (H)SCI(F) driver initialized\n' '[ 0.158012] ff803000.serial: ttyAML0 at MMIO ' '0xff803000 (irq = 14, base_baud = 1500000) is a ' 'meson_uart\n' '[ 1.007089] Freeing initrd memory: 22300K\n' '[ 1.010040] printk: console [ttyAML0] enabled\n' '[ 1.010646] ffd24000.serial: ttyAML6 at MMIO ' '0xffd24000 (irq = 15, base_baud = 1500000) is a ' 'meson_uart\n' '[ 1.288860] serial serial0: tty port ttyAML6 ' 'registered\n' '[ 1.294431] msm_serial: driver initialized\n' '[ 1.303985] loop: module loaded\n' '[ 1.304935] megasas: 07.719.03.00-rc1\n' '[ 1.310491] tun: Universal TUN/TAP device driver, ' '1.6\n' '[ 1.311400] thunder_xcv, ver 1.0\n' '[ 1.313358] thunder_bgx, ver 1.0\n' '[ 1.316535] nicpf, ver 1.0\n' '[ 1.320506] hns3: Hisilicon Ethernet Network ' 'Driver for Hip08 Family - version\n' '[ 1.326354] hns3: Copyright (c) 2017 Huawei ' 'Corporation.\n' '[ 1.331644] hclge is initializing\n' '[ 1.334902] e1000: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.339720] e1000: Copyright (c) 1999-2006 Intel ' 'Corporation.\n' '[ 1.345438] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.350329] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 1.356219] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 1.361542] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 1.367082] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 1.373272] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 1.379488] sky2: driver version 1.30\n' '[ 1.383903] VFIO - User Level meta-driver version: ' '0.3\n' '[ 1.391158] usbcore: registered new interface ' 'driver usb-storage\n' '[ 1.395502] i2c_dev: i2c /dev entries driver\n' '[ 1.406868] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 1.407406] sdhci: Copyright(c) Pierre Ossman\n' '[ 1.412557] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 1.418879] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 1.419143] meson-gx-mmc ffe05000.sd: Got CD GPIO\n' '[ 1.428033] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 1.434897] meson-sm: secure-monitor enabled\n' '[ 1.439248] usbcore: registered new interface ' 'driver usbhid\n' '[ 1.443641] usbhid: USB HID core driver\n' '[ 1.454195] netem: version 1.3\n' '[ 1.454297] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.457431] IPv4 over IPsec tunneling driver\n' '[ 1.461774] NET: Registered PF_INET6 protocol ' 'family\n' '[ 1.467094] Segment Routing with IPv6\n' '[ 1.469870] In-situ OAM (IOAM) with IPv6\n' '[ 1.474029] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.480128] NET: Registered PF_PACKET protocol ' 'family\n' '[ 1.484603] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 1.497550] 8021q: 802.1Q VLAN Support v1.8\n' '[ 1.501699] 9pnet: Installing 9P2000 support\n' '[ 1.505882] Key type dns_resolver registered\n' '[ 1.510278] registered taskstats version 1\n' '[ 1.514095] Loading compiled-in X.509 ' 'certificates\n' '[ 1.544358] dwc3-meson-g12a ffe09000.usb: USB2 ' 'ports: 2\n' '[ 1.544400] dwc3-meson-g12a ffe09000.usb: USB3 ' 'ports: 1\n' '[ 1.553642] dwc2 ff400000.usb: supply vusb_d not ' 'found, using dummy regulator\n' '[ 1.556307] dwc2 ff400000.usb: supply vusb_a not ' 'found, using dummy regulator\n' '[ 1.563402] dwc2 ff400000.usb: Controller does not ' 'support host mode.\n' '[ 1.570174] dwc2: probe of ff400000.usb failed ' 'with error -22\n' '[ 1.578824] xhci-hcd xhci-hcd.0.auto: xHCI Host ' 'Controller\n' '[ 1.580801] xhci-hcd xhci-hcd.0.auto: new USB bus ' 'registered, assigned bus number 1\n' '[ 1.588551] xhci-hcd xhci-hcd.0.auto: hcc params ' '0x0228fe6c hci version 0x110 quirks ' '0x0000008000010010\n' '[ 1.597784] xhci-hcd xhci-hcd.0.auto: irq 18, io ' 'mem 0xff500000\n' '[ 1.603690] xhci-hcd xhci-hcd.0.auto: xHCI Host ' 'Controller\n' '[ 1.609024] xhci-hcd xhci-hcd.0.auto: new USB bus ' 'registered, assigned bus number 2\n' '[ 1.616604] xhci-hcd xhci-hcd.0.auto: Host ' 'supports USB 3.0 SuperSpeed\n' '[ 1.623472] hub 1-0:1.0: USB hub found\n' '[ 1.626782] hub 1-0:1.0: 2 ports detected\n' "[ 1.630969] usb usb2: We don't know the algorithms " 'for LPM for this host, disabling LPM.\n' '[ 1.639015] hub 2-0:1.0: USB hub found\n' '[ 1.642479] hub 2-0:1.0: 1 port detected\n' '[ 1.646929] pca953x 0-0020: using no AI\n' '[ 1.656954] meson-gx-mmc ffe07000.mmc: allocated ' 'mmc-pwrseq\n' '[ 1.667618] clk: Disabling unused clocks\n' '[ 1.667787] ALSA device list:\n' '[ 1.668848] No soundcards found.\n' '[ 1.683509] Freeing unused kernel memory: 7616K\n' '[ 1.683649] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 1.747004] ' 'udevd[169]: starting version 3.2.9\n' '[ 1.847380] mmc1: new HS200 MMC card at address ' '0001\n' '[ 1.847953] mmcblk1: mmc1:0001 BJTD4R 29.1 GiB\n' '[ 1.852863] mmcblk1boot0: mmc1:0001 BJTD4R 4.00 ' 'MiB\n' '[ 1.857231] mmcblk1boot1: mmc1:0001 BJTD4R 4.00 ' 'MiB\n' '[ 1.861895] mmcblk1rpmb: mmc1:0001 BJTD4R 4.00 ' 'MiB, chardev (511:0)\n' '[ 1.893013] usb 1-1: new high-speed USB device ' 'number 2 using xhci-hcd\n' '[ 2.103214] hub 1-1:1.0: USB hub found\n' '[ 2.103274] hub 1-1:1.0: 4 ports detected\n' '[ 3.809008] random: crng init done\n' "[ 3.812381] udevd[169]: specified user 'tss' " 'unknown\n' "[ 3.812460] udevd[169]: specified group 'tss' " 'unknown\n' '[ 3.818159] udevd[174]: starting eudev-3.2.9\n' '[ 3.952540] input: adc-keys as ' '/devices/platform/adc-keys/input/input0\n' '[ 4.021615] meson8b-dwmac ff3f0000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 4.022359] meson-vrtc ff8000a8.rtc: registered as ' 'rtc1\n' '[ 4.022605] meson8b-dwmac ff3f0000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 4.029230] meson_uart ffd24000.serial: Failed to ' 'create device link (0x180) with wifi32k\n' '[ 4.038367] meson8b-dwmac ff3f0000.ethernet: PTP ' 'uses main clock\n' '[ 4.048804] meson8b-dwmac ff3f0000.ethernet: User ' 'ID: 0x11, Synopsys ID: 0x37\n' '[ 4.049034] Registered IR keymap rc-khadas\n' '[ 4.051713] meson-drm ff900000.vpu: Queued 1 ' 'outputs on vpu\n' '[ 4.055185] meson8b-dwmac ff3f0000.ethernet: ' '?DWMAC1000\n' '[ 4.056031] cpufreq: cpufreq_online: CPU2: Running ' 'at unlisted initial frequency: 999999 KHz, changing ' 'to: 1000000 KHz\n' '[ 4.080404] meson8b-dwmac ff3f0000.ethernet: DMA ' 'HW capability register supported\n' '[ 4.087861] meson8b-dwmac ff3f0000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 4.095232] meson8b-dwmac ff3f0000.ethernet: COE ' 'Type 2\n' '[ 4.097028] rc_core: Loaded IR protocol module ' 'ir-nec-decoder, but protocol nec still not available\n' '[ 4.100448] meson8b-dwmac ff3f0000.ethernet: TX ' 'Checksum insertion supported\n' '[ 4.106802] meson-gx-mmc ffe03000.sd: allocated ' 'mmc-pwrseq\n' '[ 4.110044] rc rc0: meson-ir as ' '/devices/platform/soc/ff800000.bus/ff808000.ir/rc/rc0\n' '[ 4.116351] meson8b-dwmac ff3f0000.ethernet: ' 'Wake-Up On Lan supported\n' '[ 4.117558] meson8b-dwmac ff3f0000.ethernet: ' 'Normal descriptors\n' '[ 4.131172] input: meson-ir as ' '/devices/platform/soc/ff800000.bus/ff808000.ir/rc/rc0/input1\n' '[ 4.135938] meson8b-dwmac ff3f0000.ethernet: Ring ' 'mode enabled\n' '[ 4.135945] meson8b-dwmac ff3f0000.ethernet: ' 'Enable RX Mitigation via HW Watchdog Timer\n' '[ 4.158124] meson-drm ff900000.vpu: CVBS Output ' 'connector not available\n' '[ 4.170836] meson-ir ff808000.ir: receiver ' 'initialized\n' '[ 4.171439] rtc-hym8563 0-0051: no valid ' 'clock/calendar values available\n' '[ 4.186178] rtc-hym8563 0-0051: registered as ' 'rtc0\n' '[ 4.187929] rtc-hym8563 0-0051: no valid ' 'clock/calendar values available\n' '[ 4.193800] rtc-hym8563 0-0051: hctosys: unable to ' 'read the hardware clock\n' '[ 4.197513] meson-dw-hdmi ff600000.hdmi-tx: ' 'Detected HDMI TX controller v2.01a with HDCP ' '(meson_dw_hdmi_phy)\n' '[ 4.198216] Bluetooth: Core ver 2.22\n' '[ 4.198288] NET: Registered PF_BLUETOOTH protocol ' 'family\n' '[ 4.198291] Bluetooth: HCI device and connection ' 'manager initialized\n' '[ 4.198382] Bluetooth: HCI socket layer ' 'initialized\n' '[ 4.198399] Bluetooth: L2CAP socket layer ' 'initialized\n' '[ 4.198448] Bluetooth: SCO socket layer ' 'initialized\n' '[ 4.202715] panfrost ffe40000.gpu: clock rate = ' '24000000\n' '[ 4.220415] meson-dw-hdmi ff600000.hdmi-tx: ' 'registered DesignWare HDMI I2C bus driver\n' '[ 4.225382] Bluetooth: HCI UART driver ver 2.3\n' '[ 4.225383] panfrost ffe40000.gpu: error -ENODEV: ' '_opp_set_regulators: no regulator (mali) found\n' '[ 4.228142] panfrost ffe40000.gpu: mali-g52 id ' '0x7212 major 0x0 minor 0x0 status 0x0\n' '[ 4.228158] panfrost ffe40000.gpu: features: ' '00000000,00000cf7, issues: 00000000,00000400\n' '[ 4.228165] panfrost ffe40000.gpu: Features: ' 'L2:0x07110206 Shader:0x00000000 Tiler:0x00000809 ' 'Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7\n' '[ 4.228171] panfrost ffe40000.gpu: ' 'shader_present=0x3 l2_present=0x1\n' '[ 4.230703] meson-drm ff900000.vpu: bound ' 'ff600000.hdmi-tx (ops meson_dw_hdmi_ops ' '[meson_dw_hdmi])\n' '[ 4.234984] Bluetooth: HCI UART protocol H4 ' 'registered\n' '[ 4.240972] [drm] Initialized meson 1.0.0 20161109 ' 'for ff900000.vpu on minor 0\n' '[ 4.245218] Bluetooth: HCI UART protocol LL ' 'registered\n' '[ 4.250165] [drm] Initialized panfrost 1.2.0 ' '20180908 for ffe40000.gpu on minor 1\n' '[ 4.333842] Bluetooth: HCI UART protocol Broadcom ' 'registered\n' '[ 4.334582] hci_uart_bcm serial0-0: supply vbat ' 'not found, using dummy regulator\n' '[ 4.339278] Bluetooth: HCI UART protocol QCA ' 'registered\n' '[ 4.345076] mmc2: new high speed SDIO card at ' 'address 0001\n' '[ 4.346474] hci_uart_bcm serial0-0: supply vddio ' 'not found, using dummy regulator\n' '[ 4.351736] Bluetooth: HCI UART protocol Marvell ' 'registered\n' '[ 4.358538] cfg80211: Loading compiled-in X.509 ' 'certificates for regulatory database\n' "[ 4.404202] cfg80211: Loaded X.509 cert 'sforshee: " "00b28ddf47aef9cea7'\n" "[ 4.404737] cfg80211: Loaded X.509 cert 'wens: " "61c038651aabdcf94bd0ac7ff06c7248db18c600'\n" '[ 4.404791] platform regulatory.0: Direct firmware ' 'load for regulatory.db failed with error -2\n' '[ 4.404798] cfg80211: failed to load ' 'regulatory.db\n' '[ 4.541785] Console: switching to colour frame ' 'buffer device 128x48\n' '[ 4.589151] meson-drm ff900000.vpu: [drm] fb0: ' 'mesondrmfb frame buffer device\n' '[ 4.605302] brcmfmac: brcmf_fw_alloc_request: ' 'using brcm/brcmfmac4359-sdio for chip BCM4359/9\n' '[ 4.608210] brcmfmac mmc2:0001:1: Direct firmware ' 'load for brcm/brcmfmac4359-sdio.khadas,vim3.bin ' 'failed with error -2\n' '[ 4.618850] brcmfmac mmc2:0001:1: Direct firmware ' 'load for brcm/brcmfmac4359-sdio.bin failed with error ' '-2\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ # [ 4.713646] Bluetooth: hci0: BCM: chip id 121\n' '[ 4.713954] Bluetooth: hci0: BCM: features 0x0e\n' '[ 4.718360] Bluetooth: hci0: BCM4359C0\n' '[ 4.720580] Bluetooth: hci0: BCM4359C0 ' '(003.001.006) build 0000\n' '[ 4.726658] Bluetooth: hci0: BCM: firmware Patch ' 'file not found, tried:\n' '[ 4.733036] Bluetooth: hci0: BCM: ' "'brcm/BCM4359C0.khadas,vim3.hcd'\n" '[ 4.739143] Bluetooth: hci0: BCM: ' "'brcm/BCM4359C0.hcd'\n" '[ 4.744221] Bluetooth: hci0: BCM: ' "'brcm/BCM.khadas,vim3.hcd'\n" "[ 4.749829] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'\n" '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-18447603/environment\n' '/ # /lava-18447603/bin/lava-test-runner ' '/lava-18447603/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-18447603/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID[ 5.231948] \n' '=1[ 5.237600] \n' '8447603_1.1.4.1\n' '+ set +x\n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n'} 04/22/2025 07:05:41 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:05:49 PM UTC [INFO] Processing event node: 6807e7d9e51c583972a58d60 04/22/2025 07:05:49 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7d9e51c583972a58d60 04/22/2025 07:05:49 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7d9e51c583972a58d60', 'origin': 'maestro', 'comment': 'baseline-arm64 on rk3399-rock-pi-4b in lava-collabora', 'start_time': '2025-04-22T19:02:49.787000+00:00', 'environment': {'comment': 'Runtime: lava-collabora', 'compatible': ['radxa,rockpi4b', 'radxa,rockpi4', 'rockchip,rk3399'], 'misc': {'platform': 'rk3399-rock-pi-4b', 'job_url': 'https://lava.collabora.dev/scheduler/job/18447605', 'job_id': '18447605'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-collabora', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7d9e51c583972a58d60'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-6807e7d9e51c583972a58d60/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-6807e7d9e51c583972a58d60/log.txt.gz', 'log_excerpt': 'asas: 07.719.03.00-rc1\n' '[ 0.466305] tun: Universal TUN/TAP device driver, ' '1.6\n' '[ 0.468522] thunder_xcv, ver 1.0\n' '[ 0.468863] thunder_bgx, ver 1.0\n' '[ 0.469187] nicpf, ver 1.0\n' '[ 0.472118] hns3: Hisilicon Ethernet Network ' 'Driver for Hip08 Family - version\n' '[ 0.472759] hns3: Copyright (c) 2017 Huawei ' 'Corporation.\n' '[ 0.473296] hclge is initializing\n' '[ 0.473607] e1000: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.474054] e1000: Copyright (c) 1999-2006 Intel ' 'Corporation.\n' '[ 0.474603] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.475041] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 0.475599] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 0.476076] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 0.476626] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 0.477179] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 0.478516] sky2: driver version 1.30\n' '[ 0.481160] VFIO - User Level meta-driver version: ' '0.3\n' '[ 0.492273] usbcore: registered new interface ' 'driver usb-storage\n' '[ 0.496263] i2c_dev: i2c /dev entries driver\n' '[ 0.499935] /i2s@ff880000: Fixed dependency ' 'cycle(s) with /i2c@ff110000/codec@11\n' '[ 0.500663] /i2c@ff110000/codec@11: Fixed ' 'dependency cycle(s) with /i2s@ff880000\n' '[ 0.503295] dw-apb-uart ff180000.serial: Failed to ' 'create device link (0x180) with 0-001b\n' '[ 0.504092] /i2c@ff3c0000/pmic@1b: Fixed ' 'dependency cycle(s) with ' '/i2c@ff3c0000/pmic@1b/regulators/DCDC_REG4\n' '[ 0.506043] fan53555-regulator 0-0040: FAN53555 ' 'Option[8] Rev[1] Detected!\n' '[ 0.508614] fan53555-regulator 0-0041: FAN53555 ' 'Option[8] Rev[1] Detected!\n' '[ 0.519587] dw_wdt ff848000.watchdog: No valid ' 'TOPs array specified\n' '[ 0.526259] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 0.526811] sdhci: Copyright(c) Pierre Ossman\n' '[ 0.528853] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 0.531875] dwmmc_rockchip fe310000.mmc: IDMAC ' 'supports 32-bit address mode.\n' '[ 0.531965] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 0.532019] dwmmc_rockchip fe320000.mmc: IDMAC ' 'supports 32-bit address mode.\n' '[ 0.532057] dwmmc_rockchip fe320000.mmc: Using ' 'internal DMA controller.\n' '[ 0.532072] dwmmc_rockchip fe320000.mmc: Version ' 'ID is 270a\n' '[ 0.532151] dwmmc_rockchip fe320000.mmc: DW MMC ' 'controller at irq 51,32 bit host data width,256 deep ' 'fifo\n' '[ 0.532466] dwmmc_rockchip fe320000.mmc: Got CD ' 'GPIO\n' '[ 0.532567] dwmmc_rockchip fe310000.mmc: Using ' 'internal DMA controller.\n' '[ 0.536351] mmc1: CQHCI version 5.10\n' '[ 0.536583] dwmmc_rockchip fe310000.mmc: Version ' 'ID is 270a\n' '[ 0.537452] dwmmc_rockchip fe310000.mmc: DW MMC ' 'controller at irq 50,32 bit host data width,256 deep ' 'fifo\n' '[ 0.539001] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 0.542167] SMCCC: SOC_ID: ARCH_SOC_ID not ' 'implemented, skipping ....\n' '[ 0.544287] usbcore: registered new interface ' 'driver usbhid\n' '[ 0.544785] usbhid: USB HID core driver\n' '[ 0.545413] mmc_host mmc0: Bus speed (slot 0) = ' '400000Hz (slot req 400000Hz, actual 400000HZ div = ' '0)\n' '[ 0.559121] netem: version 1.3\n' '[ 0.559544] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 0.560603] IPv4 over IPsec tunneling driver\n' '[ 0.561901] NET: Registered PF_INET6 protocol ' 'family\n' '[ 0.564296] Segment Routing with IPv6\n' '[ 0.564682] In-situ OAM (IOAM) with IPv6\n' '[ 0.565029] mmc1: SDHCI controller on fe330000.mmc ' '[fe330000.mmc] using ADMA\n' '[ 0.565630] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 0.567149] NET: Registered PF_PACKET protocol ' 'family\n' '[ 0.567642] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 0.569209] 8021q: 802.1Q VLAN Support v1.8\n' '[ 0.569764] 9pnet: Installing 9P2000 support\n' '[ 0.570229] Key type dns_resolver registered\n' '[ 0.571129] registered taskstats version 1\n' '[ 0.571524] Loading compiled-in X.509 ' 'certificates\n' '[ 0.617864] dw-apb-uart ff180000.serial: Failed to ' 'create device link (0x180) with vcc3v3-sys\n' '[ 0.639492] xhci-hcd xhci-hcd.0.auto: xHCI Host ' 'Controller\n' '[ 0.640027] xhci-hcd xhci-hcd.0.auto: new USB bus ' 'registered, assigned bus number 1\n' '[ 0.640924] xhci-hcd xhci-hcd.0.auto: hcc params ' '0x0220fe64 hci version 0x110 quirks ' '0x0000008002010010\n' '[ 0.641879] xhci-hcd xhci-hcd.0.auto: irq 56, io ' 'mem 0xfe800000\n' '[ 0.642639] xhci-hcd xhci-hcd.0.auto: xHCI Host ' 'Controller\n' '[ 0.643214] xhci-hcd xhci-hcd.0.auto: new USB bus ' 'registered, assigned bus number 2\n' '[ 0.643904] xhci-hcd xhci-hcd.0.auto: Host ' 'supports USB 3.0 SuperSpeed\n' '[ 0.645572] hub 1-0:1.0: USB hub found\n' '[ 0.645978] hub 1-0:1.0: 1 port detected\n' "[ 0.646864] usb usb2: We don't know the algorithms " 'for LPM for this host, disabling LPM.\n' '[ 0.648450] hub 2-0:1.0: USB hub found\n' '[ 0.648824] hub 2-0:1.0: 1 port detected\n' '[ 0.658171] xhci-hcd xhci-hcd.1.auto: xHCI Host ' 'Controller\n' '[ 0.658704] xhci-hcd xhci-hcd.1.auto: new USB bus ' 'registered, assigned bus number 3\n' '[ 0.659531] xhci-hcd xhci-hcd.1.auto: hcc params ' '0x0220fe64 hci version 0x110 quirks ' '0x0000008002010010\n' '[ 0.660426] xhci-hcd xhci-hcd.1.auto: irq 57, io ' 'mem 0xfe900000\n' '[ 0.661184] xhci-hcd xhci-hcd.1.auto: xHCI Host ' 'Controller\n' '[ 0.661705] xhci-hcd xhci-hcd.1.auto: new USB bus ' 'registered, assigned bus number 4\n' '[ 0.662393] xhci-hcd xhci-hcd.1.auto: Host ' 'supports USB 3.0 SuperSpeed\n' '[ 0.663933] hub 3-0:1.0: USB hub found\n' '[ 0.664309] hub 3-0:1.0: 1 port detected\n' "[ 0.665165] usb usb4: We don't know the algorithms " 'for LPM for this host, disabling LPM.\n' '[ 0.666794] hub 4-0:1.0: USB hub found\n' '[ 0.667174] hub 4-0:1.0: 1 port detected\n' '[ 0.676093] ehci-platform fe380000.usb: EHCI Host ' 'Controller\n' '[ 0.676626] ehci-platform fe380000.usb: new USB ' 'bus registered, assigned bus number 5\n' '[ 0.677439] ehci-platform fe380000.usb: irq 58, io ' 'mem 0xfe380000\n' '[ 0.679473] ehci-platform fe3c0000.usb: EHCI Host ' 'Controller\n' '[ 0.680034] ehci-platform fe3c0000.usb: new USB ' 'bus registered, assigned bus number 6\n' '[ 0.680759] ohci-platform fe3a0000.usb: Generic ' 'Platform OHCI controller\n' '[ 0.680997] ehci-platform fe3c0000.usb: irq 59, io ' 'mem 0xfe3c0000\n' '[ 0.681378] ohci-platform fe3a0000.usb: new USB ' 'bus registered, assigned bus number 7\n' '[ 0.682510] rk808 0-001b: chip id: 0x0\n' '[ 0.682702] ohci-platform fe3e0000.usb: Generic ' 'Platform OHCI controller\n' '[ 0.682770] ohci-platform fe3a0000.usb: irq 60, io ' 'mem 0xfe3a0000\n' '[ 0.684082] ohci-platform fe3e0000.usb: new USB ' 'bus registered, assigned bus number 8\n' '[ 0.684869] ohci-platform fe3e0000.usb: irq 62, io ' 'mem 0xfe3e0000\n' '[ 0.691480] rk808-regulator rk808-regulator: there ' 'is no dvs0 gpio\n' '[ 0.692076] rk808-regulator rk808-regulator: there ' 'is no dvs1 gpio\n' '[ 0.693774] ehci-platform fe380000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 0.695894] hub 5-0:1.0: USB hub found\n' '[ 0.696286] hub 5-0:1.0: 1 port detected\n' '[ 0.709805] ehci-platform fe3c0000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 0.710393] dw-apb-uart ff180000.serial: Failed to ' 'create device link (0x180) with 0-001b\n' '[ 0.712078] hub 6-0:1.0: USB hub found\n' '[ 0.712471] hub 6-0:1.0: 1 port detected\n' '[ 0.715474] cpu cpu0: EM: created perf domain\n' '[ 0.717347] cpu cpu4: EM: created perf domain\n' '[ 0.725457] dwmmc_rockchip fe310000.mmc: IDMAC ' 'supports 32-bit address mode.\n' '[ 0.726149] dwmmc_rockchip fe310000.mmc: Using ' 'internal DMA controller.\n' '[ 0.726550] clk: Disabling unused clocks\n' '[ 0.726735] dwmmc_rockchip fe310000.mmc: Version ' 'ID is 270a\n' '[ 0.727588] dwmmc_rockchip fe310000.mmc: DW MMC ' 'controller at irq 50,32 bit host data width,256 deep ' 'fifo\n' '[ 0.727692] ALSA device list:\n' '[ 0.728597] dwmmc_rockchip fe310000.mmc: allocated ' 'mmc-pwrseq\n' '[ 0.728687] No soundcards found.\n' '[ 0.729190] mmc_host mmc2: card is non-removable.\n' '[ 0.741919] mmc_host mmc2: Bus speed (slot 0) = ' '400000Hz (slot req 400000Hz, actual 400000HZ div = ' '0)\n' '[ 0.746647] hub 7-0:1.0: USB hub found\n' '[ 0.747025] hub 7-0:1.0: 1 port detected\n' '[ 0.748098] hub 8-0:1.0: USB hub found\n' '[ 0.748443] hub 8-0:1.0: 1 port detected\n' '[ 0.858954] mmc_host mmc2: Bus speed (slot 0) = ' '148500000Hz (slot req 150000000Hz, actual 148500000HZ ' 'div = 0)\n' '[ 0.998241] dwmmc_rockchip fe310000.mmc: ' 'Successfully tuned phase to 169\n' '[ 1.009586] mmc2: new ultra high speed SDR104 SDIO ' 'card at address 0001\n' '[ 1.124166] Freeing initrd memory: 22300K\n' '[ 1.124823] dw-apb-uart ff1a0000.serial: forbid ' 'DMA for kernel console\n' '[ 1.129032] Freeing unused kernel memory: 7616K\n' '[ 1.129539] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 1.217840] ' 'udevd[178]: starting version 3.2.9\n' '[ 8.197650] random: crng init done\n' "[ 8.200265] udevd[178]: specified user 'tss' " 'unknown\n' "[ 8.200739] udevd[178]: specified group 'tss' " 'unknown\n' '[ 8.202224] udevd[179]: starting eudev-3.2.9\n' '[ 8.350574] cs_system_cfg: CoreSight ' 'Configuration manager initialised\n' '[ 8.357696] coresight-cpu-debug fe430000.debug: ' 'Coresight debug-CPU0 initialized\n' '[ 8.358412] rk_gmac-dwmac fe300000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 8.358991] rk_gmac-dwmac fe300000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 8.359557] rk_gmac-dwmac fe300000.ethernet: ' 'Deprecated MDIO bus assumption used\n' '[ 8.360251] rk_gmac-dwmac fe300000.ethernet: PTP ' 'uses main clock\n' '[ 8.360790] coresight-cpu-debug fe432000.debug: ' 'Coresight debug-CPU1 initialized\n' '[ 8.360960] rk_gmac-dwmac fe300000.ethernet: clock ' 'input or output? (input).\n' '[ 8.362197] rk_gmac-dwmac fe300000.ethernet: TX ' 'delay(0x28).\n' '[ 8.362279] coresight-cpu-debug fe434000.debug: ' 'Coresight debug-CPU2 initialized\n' '[ 8.362699] rk_gmac-dwmac fe300000.ethernet: RX ' 'delay(0x11).\n' '[ 8.363842] rk_gmac-dwmac fe300000.ethernet: ' 'integrated PHY? (no).\n' '[ 8.364428] rk_gmac-dwmac fe300000.ethernet: clock ' 'input from PHY\n' '[ 8.369979] rk_gmac-dwmac fe300000.ethernet: init ' 'for RGMII\n' '[ 8.370684] rk_gmac-dwmac fe300000.ethernet: User ' 'ID: 0x10, Synopsys ID: 0x35\n' '[ 8.371316] rk_gmac-dwmac fe300000.ethernet: ' '?DWMAC1000\n' '[ 8.371778] rk_gmac-dwmac fe300000.ethernet: DMA ' 'HW capability register supported\n' '[ 8.372436] rk_gmac-dwmac fe300000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 8.373091] rk_gmac-dwmac fe300000.ethernet: COE ' 'Type 2\n' '[ 8.373551] rk_gmac-dwmac fe300000.ethernet: TX ' 'Checksum insertion supported\n' '[ 8.373971] coresight-cpu-debug fe436000.debug: ' 'Coresight debug-CPU3 initialized\n' '[ 8.374385] rk_gmac-dwmac fe300000.ethernet: ' 'Wake-Up On Lan supported\n' '[ 8.375515] rk_gmac-dwmac fe300000.ethernet: ' 'Normal descriptors\n' '[ 8.376045] rk_gmac-dwmac fe300000.ethernet: Ring ' 'mode enabled\n' '[ 8.376160] coresight-cpu-debug fe610000.debug: ' 'Coresight debug-CPU4 initialized\n' '[ 8.376557] rk_gmac-dwmac fe300000.ethernet: ' 'Enable RX Mitigation via HW Watchdog Timer\n' '[ 8.379828] cfg80211: Loading compiled-in X.509 ' 'certificates for regulatory database\n' '[ 8.380791] coresight-cpu-debug fe710000.debug: ' 'Coresight debug-CPU5 initialized\n' '[ 8.386805] mc: Linux media interface: v0.10\n' '[ 8.394802] Bluetooth: Core ver 2.22\n' '[ 8.395180] NET: Registered PF_BLUETOOTH protocol ' 'family\n' '[ 8.395649] Bluetooth: HCI device and connection ' 'manager initialized\n' '[ 8.396213] Bluetooth: HCI socket layer ' 'initialized\n' '[ 8.396641] Bluetooth: L2CAP socket layer ' 'initialized\n' '[ 8.397020] videodev: Linux video capture ' 'interface: v2.00\n' '[ 8.397092] Bluetooth: SCO socket layer ' 'initialized\n' '[ 8.400156] rockchip-vop ff8f0000.vop: Adding to ' 'iommu group 2\n' '[ 8.401427] rockchip-vop ff900000.vop: Adding to ' 'iommu group 3\n' '[ 8.404149] Bluetooth: HCI UART driver ver 2.3\n' '[ 8.404573] Bluetooth: HCI UART protocol H4 ' 'registered\n' '[ 8.405146] Bluetooth: HCI UART protocol LL ' 'registered\n' '[ 8.406545] Bluetooth: HCI UART protocol Broadcom ' 'registered\n' '[ 8.407121] Bluetooth: HCI UART protocol QCA ' 'registered\n' '[ 8.408771] Bluetooth: HCI UART protocol Marvell ' 'registered\n' '[ 8.409040] rockchip-drm display-subsystem: bound ' 'ff8f0000.vop (ops vop_component_ops [rockchipdrm])\n' '[ 8.410556] [drm] unsupported AFBC ' 'format[3231564e]\n' '[ 8.412785] rockchip-drm display-subsystem: bound ' 'ff900000.vop (ops vop_component_ops [rockchipdrm])\n' '[ 8.414887] rk808-rtc rk808-rtc: registered as ' 'rtc0\n' '[ 8.415978] rk808-rtc rk808-rtc: setting system ' 'clock to 2013-01-18T08:50:46 UTC (1358499046)\n' '[ 8.417540] dwhdmi-rockchip ff940000.hdmi: ' 'Detected HDMI TX controller v2.11a with HDCP (DWC ' 'HDMI 2.0 TX PHY)\n' "[ 8.428222] cfg80211: Loaded X.509 cert 'sforshee: " "00b28ddf47aef9cea7'\n" "[ 8.429108] cfg80211: Loaded X.509 cert 'wens: " "61c038651aabdcf94bd0ac7ff06c7248db18c600'\n" '[ 8.429885] platform regulatory.0: Direct firmware ' 'load for regulatory.db failed with error -2\n' '[ 8.430641] cfg80211: failed to load ' 'regulatory.db\n' '[ 8.431817] rockchip-drm display-subsystem: bound ' 'ff940000.hdmi (ops dw_hdmi_rockchip_ops ' '[rockchipdrm])\n' '[ 8.439144] rockchip-pcie f8000000.pcie: host ' 'bridge /pcie@f8000000 ranges:\n' '[ 8.439802] rockchip-pcie f8000000.pcie: MEM ' '0x00fa000000..0x00fbdfffff -> 0x00fa000000\n' '[ 8.440553] rockchip-pcie f8000000.pcie: IO ' '0x00fbe00000..0x00fbefffff -> 0x00fbe00000\n' '[ 8.442154] [drm] Initialized rockchip 1.0.0 ' '20140818 for display-subsystem on minor 0\n' '[ 8.442204] rockchip-pcie f8000000.pcie: no ' 'vpcie12v regulator found\n' '[ 8.442903] rockchip-drm display-subsystem: [drm] ' 'Cannot find any crtc or sizes\n' '[ 8.444106] rockchip-drm display-subsystem: [drm] ' 'Cannot find any crtc or sizes\n' '[ 8.447267] rockchip-drm display-subsystem: [drm] ' 'Cannot find any crtc or sizes\n' '[ 8.508514] RTL8211F Gigabit Ethernet stmmac-0:00: ' 'attached PHY driver (mii_bus:phy_addr=stmmac-0:00, ' 'irq=POLL)\n' '[ 8.509419] RTL8211F Gigabit Ethernet stmmac-0:01: ' 'attached PHY driver (mii_bus:phy_addr=stmmac-0:01, ' 'irq=POLL)\n' '[ 8.525805] dw-apb-uart ff180000.serial: failed to ' 'request DMA\n' '[ 8.639392] hantro-vpu ff650000.video-codec: ' 'Adding to iommu group 0\n' '[ 8.640195] panfrost ff9a0000.gpu: clock rate = ' '500000000\n' '[ 8.640721] hantro-vpu ff650000.video-codec: ' 'registered rockchip,rk3399-vpu-enc as /dev/video0\n' '[ 8.641828] hantro-vpu ff650000.video-codec: ' 'registered rockchip,rk3399-vpu-dec as /dev/video1\n' '[ 8.646291] panfrost ff9a0000.gpu: mali-t860 id ' '0x860 major 0x2 minor 0x0 status 0x0\n' '[ 8.647002] panfrost ff9a0000.gpu: features: ' '00000000,00000407, issues: 00000000,24040400\n' '[ 8.647734] panfrost ff9a0000.gpu: Features: ' 'L2:0x07120206 Shader:0x00000000 Tiler:0x00000809 ' 'Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7\n' '[ 8.648774] panfrost ff9a0000.gpu: ' 'shader_present=0xf l2_present=0x1\n' '[ 8.649102] brcmfmac: brcmf_fw_alloc_request: ' 'using brcm/brcmfmac43456-sdio for chip BCM4345/9\n' '[ 8.650220] brcmfmac mmc2:0001:1: Direct firmware ' 'load for brcm/brcmfmac43456-sdio.radxa,rockpi4b.bin ' 'failed with error -2\n' '[ 8.651105] [drm] Initialized panfrost 1.2.0 ' '20180908 for ff9a0000.gpu on minor 1\n' '[ 8.651258] brcmfmac mmc2:0001:1: Direct firmware ' 'load for brcm/brcmfmac43456-sdio.bin failed with ' 'error -2\n' '[ 8.750797] Bluetooth: hci0: BCM: chip id 130\n' '[ 8.751695] Bluetooth: hci0: BCM: features 0x0f\n' '[ 8.754458] Bluetooth: hci0: BCM4345C5\n' '[ 8.754806] Bluetooth: hci0: BCM4345C5 ' '(003.006.006) build 0000\n' '[ 8.755628] Bluetooth: hci0: BCM: firmware Patch ' 'file not found, tried:\n' '[ 8.756217] Bluetooth: hci0: BCM: ' "'brcm/BCM4345C5.radxa,rockpi4b.hcd'\n" '[ 8.756788] Bluetooth: hci0: BCM: ' "'brcm/BCM4345C5.hcd'\n" '[ 8.757245] Bluetooth: hci0: BCM: ' "'brcm/BCM.radxa,rockpi4b.hcd'\n" "[ 8.757812] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'\n" '[ 8.787942] Bluetooth: hci0: Opcode 0x2031 failed: ' '-22\n' '[ 9.001743] rockchip-pcie f8000000.pcie: PCIe link ' 'training gen1 timeout!\n' '[ 9.002420] rockchip-pcie: probe of f8000000.pcie ' 'failed with error -110\n' '[ 9.656858] brcmfmac: brcmf_sdio_htclk: HT Avail ' 'timeout (1000000): clkctl 0x50\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-18447605/environment\n' '/ # /lava-18447605/bin/lava-test-runner ' '/lava-18447605/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-18447605/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=18447605_1.1.4.1\n' '+ set +x\n' '[ 16.238445] \n' "+ echo 'Hello World!'\n" 'Hello World!\n' '[ 16.239206] \n' '+ set +x\n' '\n' '/ #\n'} 04/22/2025 07:05:49 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:05:55 PM UTC [INFO] Processing event node: 6807e7d7e51c583972a58d4e 04/22/2025 07:05:56 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7d7e51c583972a58d4e 04/22/2025 07:05:56 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7d7e51c583972a58d4e', 'origin': 'maestro', 'comment': 'baseline-arm64 on bcm2711-rpi-4-b in lava-collabora', 'start_time': '2025-04-22T19:02:47.622000+00:00', 'environment': {'comment': 'Runtime: lava-collabora', 'compatible': ['raspberrypi,4-model-b', 'brcm,bcm2711'], 'misc': {'platform': 'bcm2711-rpi-4-b', 'job_url': 'https://lava.collabora.dev/scheduler/job/18447602', 'job_id': '18447602'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-collabora', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7d7e51c583972a58d4e'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-6807e7d7e51c583972a58d4e/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-6807e7d7e51c583972a58d4e/log.txt.gz', 'log_excerpt': "or 'power_allocator'\n" '[ 0.265734] cpuidle: using governor menu\n' '[ 0.276503] hw-breakpoint: found 6 breakpoint and ' '4 watchpoint registers.\n' '[ 0.283477] ASID allocator initialised with 32768 ' 'entries\n' '[ 0.290979] Serial: AMBA PL011 UART driver\n' '[ 0.300058] /soc/interrupt-controller@40041000: ' 'Fixed dependency cycle(s) with ' '/soc/interrupt-controller@40041000\n' '[ 0.329825] KASLR enabled\n' '[ 0.343306] HugeTLB: registered 1.00 GiB page ' 'size, pre-allocated 0 pages\n' '[ 0.350197] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 1.00 GiB page\n' '[ 0.356570] HugeTLB: registered 32.0 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.363435] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 32.0 MiB page\n' '[ 0.369774] HugeTLB: registered 2.00 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.376638] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 2.00 MiB page\n' '[ 0.382976] HugeTLB: registered 64.0 KiB page ' 'size, pre-allocated 0 pages\n' '[ 0.389839] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 64.0 KiB page\n' '[ 0.397988] ACPI: Interpreter disabled.\n' '[ 0.404605] iommu: Default domain type: ' 'Translated\n' '[ 0.409550] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.416164] SCSI subsystem initialized\n' '[ 0.420339] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.425936] usbcore: registered new interface ' 'driver hub\n' '[ 0.431339] usbcore: registered new device driver ' 'usb\n' '[ 0.437383] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.442409] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.451656] PTP clock support registered\n' '[ 0.455785] EDAC MC: Ver: 3.0.0\n' '[ 0.460555] FPGA manager framework\n' '[ 0.464087] Advanced Linux Sound Architecture ' 'Driver Initialized.\n' '[ 0.471119] vgaarb: loaded\n' '[ 0.474149] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.480559] VFS: Disk quotas dquot_6.6.0\n' '[ 0.484581] VFS: Dquot-cache hash table entries: ' '512 (order 0, 4096 bytes)\n' '[ 0.491751] pnp: PnP ACPI: disabled\n' '[ 0.503470] NET: Registered PF_INET protocol ' 'family\n' '[ 0.509087] IP idents hash table entries: 131072 ' '(order: 8, 1048576 bytes, linear)\n' '[ 0.525082] tcp_listen_portaddr_hash hash table ' 'entries: 4096 (order: 4, 65536 bytes, linear)\n' '[ 0.533855] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.541719] TCP established hash table entries: ' '65536 (order: 7, 524288 bytes, linear)\n' '[ 0.550151] TCP bind hash table entries: 65536 ' '(order: 9, 2097152 bytes, linear)\n' '[ 0.560252] TCP: Hash tables configured ' '(established 65536 bind 65536)\n' '[ 0.567274] MPTCP token hash table entries: 8192 ' '(order: 5, 196608 bytes, linear)\n' '[ 0.575216] UDP hash table entries: 4096 (order: ' '5, 131072 bytes, linear)\n' '[ 0.582195] UDP-Lite hash table entries: 4096 ' '(order: 5, 131072 bytes, linear)\n' '[ 0.589730] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.595929] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.601933] RPC: Registered udp transport module.\n' '[ 0.606693] RPC: Registered tcp transport module.\n' '[ 0.611451] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.617972] PCI: CLS 0 bytes, default 64\n' '[ 0.622261] Unpacking initramfs...\n' '[ 0.631222] hw perfevents: enabled with ' 'armv8_cortex_a72 PMU driver, 7 counters available\n' '[ 0.639759] kvm [1]: IPA Size Limit: 44 bits\n' '[ 0.646228] kvm [1]: vgic interrupt IRQ9\n' '[ 0.650345] kvm [1]: Hyp mode initialized ' 'successfully\n' '[ 0.656965] Initialise system trusted keyrings\n' '[ 0.661743] workingset: timestamp_bits=42 ' 'max_order=21 bucket_order=0\n' '[ 0.676095] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.682791] NFS: Registering the id_resolver key ' 'type\n' '[ 0.687953] Key type id_resolver registered\n' '[ 0.692199] Key type id_legacy registered\n' '[ 0.696362] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.703148] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.710846] 9p: Installing v9fs 9p2000 file system ' 'support\n' '[ 0.781622] Key type asymmetric registered\n' "[ 0.785783] Asymmetric key parser 'x509' " 'registered\n' '[ 0.790798] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 245)\n' '[ 0.798289] io scheduler mq-deadline registered\n' '[ 0.802872] io scheduler kyber registered\n' '[ 0.808396] irq_brcmstb_l2: registered L2 intc ' '(/soc/interrupt-controller@7ef00100, parent irq: 18)\n' '[ 0.835044] EINJ: ACPI disabled.\n' '[ 0.869307] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 0.877936] printk: console [ttyS1] disabled\n' '[ 0.882363] fe215040.serial: ttyS1 at MMIO ' '0xfe215040 (irq = 29, base_baud = 62499999) is a ' '16550\n' '[ 0.891401] printk: console [ttyS1] enabled\n' '[ 0.891401] printk: console [ttyS1] enabled\n' '[ 0.899909] printk: bootconsole [uart0] disabled\n' '[ 0.899909] printk: bootconsole [uart0] disabled\n' '[ 0.911408] SuperH (H)SCI(F) driver initialized\n' '[ 0.916723] msm_serial: driver initialized\n' '[ 0.929801] loop: module loaded\n' '[ 0.934378] bcm2835-power bcm2835-power: Broadcom ' 'BCM2835 power domains driver\n' '[ 0.942848] megasas: 07.719.03.00-rc1\n' '[ 0.954057] tun: Universal TUN/TAP device driver, ' '1.6\n' '[ 0.960363] thunder_xcv, ver 1.0\n' '[ 0.963729] thunder_bgx, ver 1.0\n' '[ 0.967053] nicpf, ver 1.0\n' '[ 0.971525] hns3: Hisilicon Ethernet Network ' 'Driver for Hip08 Family - version\n' '[ 0.978872] hns3: Copyright (c) 2017 Huawei ' 'Corporation.\n' '[ 0.984350] hclge is initializing\n' '[ 0.987741] e1000: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.992695] e1000: Copyright (c) 1999-2006 Intel ' 'Corporation.\n' '[ 0.998660] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.003719] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 1.009784] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 1.015270] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 1.020983] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 1.027351] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 1.033925] sky2: driver version 1.30\n' '[ 1.039174] VFIO - User Level meta-driver version: ' '0.3\n' '[ 1.048634] usbcore: registered new interface ' 'driver usb-storage\n' '[ 1.057085] i2c_dev: i2c /dev entries driver\n' '[ 1.064249] brcmstb-i2c fef04500.i2c: @97500hz ' 'registered in polling mode\n' '[ 1.071700] brcmstb-i2c fef09500.i2c: @97500hz ' 'registered in polling mode\n' '[ 1.083208] bcm2835-wdt bcm2835-wdt: Broadcom ' 'BCM2835 watchdog timer\n' '[ 1.092454] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 1.098750] sdhci: Copyright(c) Pierre Ossman\n' '[ 1.104219] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 1.111689] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 1.120612] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 1.129749] usbcore: registered new interface ' 'driver usbhid\n' '[ 1.135428] usbhid: USB HID core driver\n' '[ 1.140780] bcm2835-mbox fe00b880.mailbox: mailbox ' 'enabled\n' '[ 1.153658] netem: version 1.3\n' '[ 1.156933] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.163003] IPv4 over IPsec tunneling driver\n' '[ 1.168211] NET: Registered PF_INET6 protocol ' 'family\n' '[ 1.174792] Segment Routing with IPv6\n' '[ 1.178576] In-situ OAM (IOAM) with IPv6\n' '[ 1.183248] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.190296] NET: Registered PF_PACKET protocol ' 'family\n' '[ 1.195483] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 1.208856] 8021q: 802.1Q VLAN Support v1.8\n' '[ 1.213277] 9pnet: Installing 9P2000 support\n' '[ 1.217701] Key type dns_resolver registered\n' '[ 1.222493] registered taskstats version 1\n' '[ 1.226705] Loading compiled-in X.509 ' 'certificates\n' '[ 1.240883] fe201000.serial: ttyAMA0 at MMIO ' '0xfe201000 (irq = 32, base_baud = 0) is a PL011 rev3\n' '[ 1.250107] serial serial0: tty port ttyAMA0 ' 'registered\n' '[ 1.257903] raspberrypi-firmware soc:firmware: ' 'Attached to firmware from 2021-02-25T12:10:40\n' '[ 1.268419] uart-pl011 fe201000.serial: Failed to ' 'create device link (0x180) with soc:firmware:gpio\n' '[ 1.287522] sdhci-iproc fe300000.mmc: allocated ' 'mmc-pwrseq\n' '[ 1.303740] clk: Disabling unused clocks\n' '[ 1.307882] ALSA device list:\n' '[ 1.310913] No soundcards found.\n' '[ 1.323552] mmc0: SDHCI controller on fe300000.mmc ' '[fe300000.mmc] using PIO\n' '[ 1.342178] mmc1: SDHCI controller on fe340000.mmc ' '[fe340000.mmc] using ADMA\n' '[ 1.423192] mmc0: new high speed SDIO card at ' 'address 0001\n' '[ 1.458227] mmc1: new ultra high speed DDR50 SDHC ' 'card at address 0001\n' '[ 1.465706] mmcblk1: mmc1:0001 SD 14.8 GiB\n' '[ 1.472367] mmcblk1: p1 p2 p3 p4\n' '[ 2.328720] Freeing initrd memory: 22300K\n' '[ 2.339233] Freeing unused kernel memory: 7616K\n' '[ 2.344088] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 2.429637] ' 'udevd[142]: starting version 3.2.9\n' '[ 3.426159] random: crng init done\n' "[ 3.435959] udevd[142]: specified user 'tss' " 'unknown\n' "[ 3.441126] udevd[142]: specified group 'tss' " 'unknown\n' '[ 3.448015] udevd[143]: starting eudev-3.2.9\n' '[ 3.737966] brcm-pcie fd500000.pcie: host bridge ' '/scb/pcie@7d500000 ranges:\n' '[ 3.738006] usb_phy_generic phy: supply vcc not ' 'found, using dummy regulator\n' '[ 3.755673] brcm-pcie fd500000.pcie: No bus ' 'range found for /scb/pcie@7d500000, using [bus ' '00-ff]\n' '[ 3.775434] usb_phy_generic phy: dummy supplies ' 'not allowed for exclusive requests\n' '[ 3.777124] brcm-pcie fd500000.pcie: MEM ' '0x0600000000..0x0603ffffff -> 0x00f8000000\n' '[ 3.791579] dwc2 fe980000.usb: supply vusb_d not ' 'found, using dummy regulator\n' '[ 3.799254] dwc2 fe980000.usb: supply vusb_a not ' 'found, using dummy regulator\n' '[ 3.806872] brcm-pcie fd500000.pcie: IB MEM ' '0x0000000000..0x00bfffffff -> 0x0400000000\n' '[ 3.815514] dwc2 fe980000.usb: Configuration ' 'mismatch. dr_mode forced to host\n' '[ 3.836125] brcm-pcie fd500000.pcie: PCI host ' 'bridge to bus 0000:00\n' '[ 3.836819] iproc-rng200 fe104000.rng: hwrng ' 'registered\n' '[ 3.837058] bcmgenet fd580000.ethernet: GENET 5.0 ' 'EPHY: 0x0000\n' '[ 3.842541] pci_bus 0000:00: root bus resource ' '[bus 00-ff]\n' '[ 3.842560] pci_bus 0000:00: root bus resource ' '[mem 0x600000000-0x603ffffff] (bus address ' '[0xf8000000-0xfbffffff])\n' '[ 3.870036] pci 0000:00:00.0: [14e4:2711] type 01 ' 'class 0x060400\n' '[ 3.876562] dwc2 fe980000.usb: DWC OTG Controller\n' '[ 3.881444] dwc2 fe980000.usb: new USB bus ' 'registered, assigned bus number 1\n' '[ 3.888704] dwc2 fe980000.usb: irq 37, io mem ' '0xfe980000\n' '[ 3.889317] pci 0000:00:00.0: PME# supported from ' 'D0 D3hot\n' '[ 3.895074] hub 1-0:1.0: USB hub found\n' '[ 3.901147] Bluetooth: Core ver 2.22\n' '[ 3.903666] hub 1-0:1.0: 1 port detected\n' '[ 3.907459] NET: Registered PF_BLUETOOTH protocol ' 'family\n' '[ 3.917680] Bluetooth: HCI device and connection ' 'manager initialized\n' '[ 3.924621] Bluetooth: HCI socket layer ' 'initialized\n' '[ 3.929707] pci_bus 0000:01: supply vpcie3v3 not ' 'found, using dummy regulator\n' '[ 3.929929] Bluetooth: L2CAP socket layer ' 'initialized\n' '[ 3.937178] pci_bus 0000:01: supply vpcie3v3aux ' 'not found, using dummy regulator\n' '[ 3.942456] Bluetooth: SCO socket layer ' 'initialized\n' '[ 3.949744] pci_bus 0000:01: supply vpcie12v not ' 'found, using dummy regulator\n' '[ 3.967431] Bluetooth: HCI UART driver ver 2.3\n' '[ 3.972279] Bluetooth: HCI UART protocol H4 ' 'registered\n' '[ 3.979606] cfg80211: Loading compiled-in X.509 ' 'certificates for regulatory database\n' '[ 3.983966] Bluetooth: HCI UART protocol LL ' 'registered\n' '[ 3.995308] Bluetooth: HCI UART protocol Broadcom ' 'registered\n' '[ 4.001322] hci_uart_bcm serial0-0: supply vbat ' 'not found, using dummy regulator\n' '[ 4.002885] Bluetooth: HCI UART protocol QCA ' 'registered\n' '[ 4.005354] unimac-mdio unimac-mdio.-19: Broadcom ' 'UniMAC MDIO bus\n' '[ 4.014983] hci_uart_bcm serial0-0: supply vddio ' 'not found, using dummy regulator\n' '[ 4.020716] brcm-pcie fd500000.pcie: link up, 5.0 ' 'GT/s PCIe x1 (SSC)\n' '[ 4.021666] Bluetooth: HCI UART protocol Marvell ' 'registered\n' '[ 4.041063] pci 0000:01:00.0: [1106:3483] type 00 ' 'class 0x0c0330\n' '[ 4.047542] pci 0000:01:00.0: reg 0x10: [mem ' '0x00000000-0x00000fff 64bit]\n' '[ 4.055154] pci 0000:01:00.0: PME# supported from ' 'D0 D3hot\n' '[ 4.058853] [drm] Initialized v3d 1.0.0 20180419 ' 'for fec00000.gpu on minor 0\n' "[ 4.064704] cfg80211: Loaded X.509 cert 'sforshee: " "00b28ddf47aef9cea7'\n" '[ 4.073503] raspberrypi-firmware soc:firmware: ' 'Request 0x00030066 returned status 0x80000001\n' '[ 4.074732] pci 0000:00:00.0: BAR 14: assigned ' '[mem 0x600000000-0x6000fffff]\n' "[ 4.077227] cfg80211: Loaded X.509 cert 'wens: " "61c038651aabdcf94bd0ac7ff06c7248db18c600'\n" '[ 4.077346] platform regulatory.0: Direct firmware ' 'load for regulatory.db failed with error -2\n' '[ 4.077362] cfg80211: failed to load ' 'regulatory.db\n' "[ 4.083207] vc4-drm gpu: [drm] Couldn't stop " 'firmware display driver: -22\n' '[ 4.090697] pci 0000:01:00.0: BAR 0: assigned [mem ' '0x600000000-0x600000fff 64bit]\n' '[ 4.098936] vc4-drm gpu: bound fe400000.hvs (ops ' 'vc4_hvs_ops [vc4])\n' '[ 4.107445] pci 0000:00:00.0: PCI bridge to [bus ' '01]\n' '[ 4.107461] pci 0000:00:00.0: bridge window [mem ' '0x600000000-0x6000fffff]\n' '[ 4.145721] pcieport 0000:00:00.0: enabling device ' '(0000 -> 0002)\n' '[ 4.146592] vc4-drm gpu: bound fef00700.hdmi (ops ' 'vc4_hdmi_ops [vc4])\n' '[ 4.152212] uart-pl011 fe201000.serial: no DMA ' 'platform data\n' '[ 4.152823] pcieport 0000:00:00.0: PME: Signaling ' 'with IRQ 42\n' '[ 4.170549] pcieport 0000:00:00.0: AER: enabled ' 'with IRQ 42\n' '[ 4.178228] vc4-drm gpu: bound fef05700.hdmi (ops ' 'vc4_hdmi_ops [vc4])\n' '[ 4.185436] vc4-drm gpu: bound fe004000.txp (ops ' 'vc4_txp_ops [vc4])\n' '[ 4.192464] vc4-drm gpu: bound fe206000.pixelvalve ' '(ops vc4_crtc_ops [vc4])\n' '[ 4.199888] vc4-drm gpu: bound fe207000.pixelvalve ' '(ops vc4_crtc_ops [vc4])\n' '[ 4.207199] vc4-drm gpu: bound fe20a000.pixelvalve ' '(ops vc4_crtc_ops [vc4])\n' '[ 4.214429] vc4-drm gpu: bound fe216000.pixelvalve ' '(ops vc4_crtc_ops [vc4])\n' '[ 4.223594] [drm] Initialized vc4 0.0.0 20140616 ' 'for gpu on minor 1\n' '[ 4.230420] vc4-drm gpu: [drm] Cannot find any ' 'crtc or sizes\n' '[ 4.236743] vc4-drm gpu: [drm] Cannot find any ' 'crtc or sizes\n' '[ 4.242852] vc4-drm gpu: [drm] Cannot find any ' 'crtc or sizes\n' '[ 4.309075] brcmfmac: brcmf_fw_alloc_request: ' 'using brcm/brcmfmac43455-sdio for chip BCM4345/6\n' '[ 4.317898] brcmfmac mmc0:0001:1: Direct firmware ' 'load for ' 'brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin ' 'failed with error -2\n' '[ 4.329773] brcmfmac mmc0:0001:1: Direct firmware ' 'load for brcm/brcmfmac43455-sdio.bin failed with ' 'error -2\n' '[ 4.352701] xhci_hcd 0000:01:00.0: xHCI Host ' 'Controller\n' '[ 4.358103] xhci_hcd 0000:01:00.0: new USB bus ' 'registered, assigned bus number 2\n' '[ 4.366456] xhci_hcd 0000:01:00.0: hcc params ' '0x002841eb hci version 0x100 quirks ' '0x0000200000000890\n' '[ 4.376415] xhci_hcd 0000:01:00.0: xHCI Host ' 'Controller\n' '[ 4.381774] xhci_hcd 0000:01:00.0: new USB bus ' 'registered, assigned bus number 3\n' '[ 4.389331] xhci_hcd 0000:01:00.0: Host supports ' 'USB 3.0 SuperSpeed\n' '[ 4.396177] hub 2-0:1.0: USB hub found\n' '[ 4.400076] hub 2-0:1.0: 1 port detected\n' '[ 4.404831] hub 3-0:1.0: USB hub found\n' '[ 4.408701] hub 3-0:1.0: 4 ports detected\n' '[ 4.410756] Bluetooth: hci0: BCM: chip id 107\n' '[ 4.417534] Bluetooth: hci0: BCM: features 0x2f\n' 'done\n' '[ 4.423662] Bluetooth: hci0: BCM4345C0\n' '[ 4.427515] Bluetooth: hci0: BCM4345C0 ' '(003.001.025) build 0000\n' 'Saving r[ 4.433679] Bluetooth: hci0: BCM: firmware ' 'Patch file not found, tried:\n' 'andom se[ 4.441000] Bluetooth: hci0: BCM: ' "'brcm/BCM4345C0.raspberrypi,4-model-b.hcd'\n" 'ed: OK\n' '[ 4.448886] Bluetooth: hci0: BCM: ' "'brcm/BCM4345C0.hcd'\n" 'Starting[ 4.454770] Bluetooth: hci0: BCM: ' "'brcm/BCM.raspberrypi,4-model-b.hcd'\n" 'network[ 4.462090] Bluetooth: hci0: BCM: ' "'brcm/BCM.hcd'\n" ': OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #[ 4.658175] usb 2-1: new high-speed USB ' 'device number 2 using xhci_hcd\n' '/ # export SHELL=/bin/sh\n' '/ # [ 4.814476] hub 2-1:1.0: USB hub found\n' '[ 4.818578] hub 2-1:1.0: 4 ports detected\n' '. /lava-18447602/environment\n' '/ # /lava-18447602/bin/lava-test-runner ' '/lava-18447602/0\n' "+ export 'TESTRUN_ID=0_dme[ 5.041587] " '\n' "sg'\n" '+ c[ 5.047776] \n' 'd /lava-18447602/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=18447602_1.1.4.1\n' '+ set +x\n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n'} 04/22/2025 07:05:56 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:05:58 PM UTC [INFO] Processing event node: 6807e7e6e51c583972a58d9c 04/22/2025 07:05:58 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7e6e51c583972a58d9c 04/22/2025 07:05:58 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7e6e51c583972a58d9c', 'origin': 'maestro', 'comment': 'baseline-arm64-clabbe on sun50i-h6-orangepi-3 in ' 'lava-clabbe', 'start_time': '2025-04-22T19:03:02.682000+00:00', 'environment': {'comment': 'Runtime: lava-clabbe', 'compatible': ['xunlong,orangepi-3', 'allwinner,sun50i-h6'], 'misc': {'platform': 'sun50i-h6-orangepi-3', 'job_url': 'https://lava.montjoie.ovh/scheduler/job/476180', 'job_id': '476180'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-clabbe', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7e6e51c583972a58d9c'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-clabbe-6807e7e6e51c583972a58d9c/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-clabbe-6807e7e6e51c583972a58d9c/log.txt.gz', 'log_excerpt': 'cated 0 pages\n' '[ 0.560468] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 1.00 GiB page\n' '[ 0.567389] HugeTLB: registered 32.0 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.574841] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 32.0 MiB page\n' '[ 0.581722] HugeTLB: registered 2.00 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.589172] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 2.00 MiB page\n' '[ 0.596052] HugeTLB: registered 64.0 KiB page ' 'size, pre-allocated 0 pages\n' '[ 0.603502] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 64.0 KiB page\n' '[ 0.612294] ACPI: Interpreter disabled.\n' '[ 0.619902] iommu: Default domain type: ' 'Translated\n' '[ 0.625279] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.632463] SCSI subsystem initialized\n' '[ 0.636985] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.643056] usbcore: registered new interface ' 'driver hub\n' '[ 0.648918] usbcore: registered new device driver ' 'usb\n' '[ 0.655482] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.660935] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.670974] PTP clock support registered\n' '[ 0.675414] EDAC MC: Ver: 3.0.0\n' '[ 0.680408] FPGA manager framework\n' '[ 0.684242] Advanced Linux Sound Architecture ' 'Driver Initialized.\n' '[ 0.691918] vgaarb: loaded\n' '[ 0.695254] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.702195] VFS: Disk quotas dquot_6.6.0\n' '[ 0.706563] VFS: Dquot-cache hash table entries: ' '512 (order 0, 4096 bytes)\n' '[ 0.714327] pnp: PnP ACPI: disabled\n' '[ 0.726079] NET: Registered PF_INET protocol ' 'family\n' '[ 0.731634] IP idents hash table entries: 16384 ' '(order: 5, 131072 bytes, linear)\n' '[ 0.741044] tcp_listen_portaddr_hash hash table ' 'entries: 512 (order: 1, 8192 bytes, linear)\n' '[ 0.750279] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.758798] TCP established hash table entries: ' '8192 (order: 4, 65536 bytes, linear)\n' '[ 0.767370] TCP bind hash table entries: 8192 ' '(order: 6, 262144 bytes, linear)\n' '[ 0.775587] TCP: Hash tables configured ' '(established 8192 bind 8192)\n' '[ 0.782771] MPTCP token hash table entries: 1024 ' '(order: 2, 24576 bytes, linear)\n' '[ 0.790959] UDP hash table entries: 512 (order: 2, ' '16384 bytes, linear)\n' '[ 0.798255] UDP-Lite hash table entries: 512 ' '(order: 2, 16384 bytes, linear)\n' '[ 0.806139] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.812770] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.819286] RPC: Registered udp transport module.\n' '[ 0.824453] RPC: Registered tcp transport module.\n' '[ 0.829617] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.836695] PCI: CLS 0 bytes, default 64\n' '[ 0.841257] Unpacking initramfs...\n' '[ 0.852153] hw perfevents: enabled with ' 'armv8_cortex_a53 PMU driver, 7 counters available\n' '[ 0.861809] kvm [1]: IPA Size Limit: 40 bits\n' '[ 0.868807] kvm [1]: vgic interrupt IRQ9\n' '[ 0.873306] kvm [1]: Hyp mode initialized ' 'successfully\n' '[ 0.880724] Initialise system trusted keyrings\n' '[ 0.885965] workingset: timestamp_bits=42 ' 'max_order=18 bucket_order=0\n' '[ 0.901978] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.909349] NFS: Registering the id_resolver key ' 'type\n' '[ 0.914989] Key type id_resolver registered\n' '[ 0.919606] Key type id_legacy registered\n' '[ 0.924187] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.931570] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.939968] 9p: Installing v9fs 9p2000 file system ' 'support\n' '[ 0.996172] Key type asymmetric registered\n' "[ 1.000699] Asymmetric key parser 'x509' " 'registered\n' '[ 1.006185] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 245)\n' '[ 1.014329] io scheduler mq-deadline registered\n' '[ 1.019317] io scheduler kyber registered\n' '[ 1.039957] EINJ: ACPI disabled.\n' '[ 1.074291] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 1.085256] SuperH (H)SCI(F) driver initialized\n' '[ 1.091163] msm_serial: driver initialized\n' '[ 1.098195] cacheinfo: Unable to detect cache ' 'hierarchy for CPU 0\n' '[ 1.111535] loop: module loaded\n' '[ 1.116470] megasas: 07.719.03.00-rc1\n' '[ 1.129283] tun: Universal TUN/TAP device driver, ' '1.6\n' '[ 1.136563] thunder_xcv, ver 1.0\n' '[ 1.140234] thunder_bgx, ver 1.0\n' '[ 1.143898] nicpf, ver 1.0\n' '[ 1.149000] hns3: Hisilicon Ethernet Network ' 'Driver for Hip08 Family - version\n' '[ 1.156991] hns3: Copyright (c) 2017 Huawei ' 'Corporation.\n' '[ 1.163016] hclge is initializing\n' '[ 1.166727] e1000: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.172115] e1000: Copyright (c) 1999-2006 Intel ' 'Corporation.\n' '[ 1.178569] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.184047] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 1.190666] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 1.196623] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 1.202889] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 1.209804] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 1.217116] sky2: driver version 1.30\n' '[ 1.222912] VFIO - User Level meta-driver version: ' '0.3\n' '[ 1.233527] usbcore: registered new interface ' 'driver usb-storage\n' '[ 1.243485] sun6i-rtc 7000000.rtc: registered as ' 'rtc0\n' '[ 1.249093] sun6i-rtc 7000000.rtc: setting system ' 'clock to 1970-01-01T00:00:29 UTC (29)\n' '[ 1.258108] sun6i-rtc 7000000.rtc: RTC enabled\n' '[ 1.263799] i2c_dev: i2c /dev entries driver\n' '[ 1.278333] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 1.285154] sdhci: Copyright(c) Pierre Ossman\n' '[ 1.291395] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 1.299949] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 1.309338] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 1.318338] SMCCC: SOC_ID: ID = jep106:091e:1728 ' 'Revision = 0x00000001\n' '[ 1.327096] usbcore: registered new interface ' 'driver usbhid\n' '[ 1.333251] usbhid: USB HID core driver\n' '[ 1.348138] netem: version 1.3\n' '[ 1.351647] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.358412] IPv4 over IPsec tunneling driver\n' '[ 1.364288] NET: Registered PF_INET6 protocol ' 'family\n' '[ 1.371420] Segment Routing with IPv6\n' '[ 1.375537] In-situ OAM (IOAM) with IPv6\n' '[ 1.380603] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.388408] NET: Registered PF_PACKET protocol ' 'family\n' '[ 1.394086] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 1.408620] 8021q: 802.1Q VLAN Support v1.8\n' '[ 1.413453] 9pnet: Installing 9P2000 support\n' '[ 1.418290] Key type dns_resolver registered\n' '[ 1.423573] registered taskstats version 1\n' '[ 1.428150] Loading compiled-in X.509 ' 'certificates\n' '[ 1.452763] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with ' '/soc/bus@1000000/mixer@100000\n' '[ 1.462547] /soc/bus@1000000/mixer@100000: Fixed ' 'dependency cycle(s) with /soc/tcon-top@6510000\n' '[ 1.480388] sun50i-h6-r-pinctrl 7022000.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 1.510262] sun50i-h6-r-pinctrl 7022000.pinctrl: ' 'supply vcc-pm not found, using dummy regulator\n' '[ 1.531443] sun50i-h6-r-pinctrl 7022000.pinctrl: ' 'supply vcc-pl not found, using dummy regulator\n' '[ 1.542453] sunxi-rsb 7083000.rsb: RSB running at ' '3000000 Hz\n' '[ 1.549175] axp20x-rsb sunxi-rsb-745: AXP20x ' 'variant AXP806 found\n' '[ 1.556426] axp20x-rsb sunxi-rsb-745: ' 'mask_invert=true is deprecated; please switch to ' 'unmask_base\n' '[ 1.572283] axp20x-rsb sunxi-rsb-745: AXP20X ' 'driver loaded\n' '[ 1.585354] sun50i-h6-pinctrl 300b000.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 1.595117] sun50i-h6-pinctrl 300b000.pinctrl: ' 'supply vcc-ph not found, using dummy regulator\n' '[ 1.605273] printk: console [ttyS0] disabled\n' '[ 1.630481] 5000000.serial: ttyS0 at MMIO ' '0x5000000 (irq = 234, base_baud = 1500000) is a ' '16550A\n' '[ 1.640235] printk: console [ttyS0] enabled\n' '[ 1.640235] printk: console [ttyS0] enabled\n' '[ 1.649069] printk: bootconsole [uart0] disabled\n' '[ 1.649069] printk: bootconsole [uart0] disabled\n' '[ 1.682256] 5000400.serial: ttyS1 at MMIO ' '0x5000400 (irq = 235, base_baud = 1500000) is a ' '16550A\n' '[ 1.691335] serial serial0: tty port ttyS1 ' 'registered\n' '[ 1.715645] sun50i-h6-pinctrl 300b000.pinctrl: ' 'supply vcc-pf not found, using dummy regulator\n' '[ 1.719861] sunxi-mmc 4021000.mmc: allocated ' 'mmc-pwrseq\n' '[ 1.725340] sunxi-mmc 4020000.mmc: Got CD GPIO\n' '[ 1.735598] ehci-platform 5101000.usb: EHCI Host ' 'Controller\n' '[ 1.737499] ehci-platform 5311000.usb: EHCI Host ' 'Controller\n' '[ 1.737546] ohci-platform 5101400.usb: Generic ' 'Platform OHCI controller\n' '[ 1.737570] ohci-platform 5101400.usb: new USB bus ' 'registered, assigned bus number 1\n' '[ 1.737699] ohci-platform 5101400.usb: irq 241, io ' 'mem 0x05101400\n' '[ 1.740288] ohci-platform 5311400.usb: Generic ' 'Platform OHCI controller\n' '[ 1.740317] ohci-platform 5311400.usb: new USB bus ' 'registered, assigned bus number 2\n' '[ 1.740463] ohci-platform 5311400.usb: irq 242, io ' 'mem 0x05311400\n' '[ 1.741284] ehci-platform 5101000.usb: new USB bus ' 'registered, assigned bus number 3\n' '[ 1.747674] clk: Disabling unused clocks\n' '[ 1.753850] ehci-platform 5101000.usb: irq 239, io ' 'mem 0x05101000\n' '[ 1.759914] sunxi-mmc 4022000.mmc: initialized, ' 'max. request size: 2048 KB, uses new timings mode\n' '[ 1.761300] ehci-platform 5311000.usb: new USB bus ' 'registered, assigned bus number 4\n' '[ 1.762400] ALSA device list:\n' '[ 1.762410] No soundcards found.\n' '[ 1.762554] sunxi-mmc 4020000.mmc: initialized, ' 'max. request size: 16384 KB, uses new timings mode\n' '[ 1.783298] ehci-platform 5101000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 1.788275] ehci-platform 5311000.usb: irq 240, io ' 'mem 0x05311000\n' '[ 1.796400] hub 3-0:1.0: USB hub found\n' '[ 1.819294] ehci-platform 5311000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 1.822403] hub 3-0:1.0: 1 port detected\n' '[ 1.849962] mmc1: host does not support reading ' 'read-only switch, assuming write-enable\n' '[ 1.868078] hub 1-0:1.0: USB hub found\n' '[ 1.873815] mmc1: new high speed SDHC card at ' 'address 59b4\n' '[ 1.875599] hub 1-0:1.0: 1 port detected\n' '[ 1.881989] mmcblk1: mmc1:59b4 USDU1 7.51 GiB\n' '[ 1.886338] hub 2-0:1.0: USB hub found\n' '[ 1.891832] mmcblk1: p1\n' '[ 1.893311] hub 2-0:1.0: 1 port detected\n' '[ 1.900897] hub 4-0:1.0: USB hub found\n' '[ 1.904734] hub 4-0:1.0: 1 port detected\n' '[ 1.926291] mmc2: new DDR MMC card at address ' '0001\n' '[ 1.932064] mmcblk2: mmc2:0001 8GTF4R 7.28 GiB\n' '[ 1.938783] mmcblk2: p1 p2 p3 < p5 p6 p7 p8 p9 ' 'p10 p11 p12 p13 p14 p15 p16 p17 >\n' '[ 1.946335] mmcblk2: p1 size 6840320 extends ' 'beyond EOD, truncated\n' '[ 1.955379] mmcblk2boot0: mmc2:0001 8GTF4R 4.00 ' 'MiB\n' '[ 1.962294] mmcblk2boot1: mmc2:0001 8GTF4R 4.00 ' 'MiB\n' '[ 1.963326] sunxi-mmc 4021000.mmc: initialized, ' 'max. request size: 16384 KB, uses new timings mode\n' '[ 2.055198] mmc0: new high speed SDIO card at ' 'address 0001\n' '[ 2.250353] Freeing initrd memory: 22288K\n' '[ 2.258207] Freeing unused kernel memory: 7616K\n' '[ 2.262932] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 2.348921] ' 'udevd[167]: starting version 3.2.9\n' '[ 4.323263] random: crng init done\n' "[ 4.332716] udevd[167]: specified user 'tss' " 'unknown\n' "[ 4.337805] udevd[167]: specified group 'tss' " 'unknown\n' '[ 4.344776] udevd[168]: starting eudev-3.2.9\n' '[ 4.704895] sun8i-ce 1904000.crypto: Set mod clock ' 'to 300000000 (300 Mhz) from 24000000 (24 Mhz)\n' '[ 4.718047] sun8i-ce 1904000.crypto: will run ' 'requests pump with realtime priority\n' '[ 4.725930] sun8i-ce 1904000.crypto: will run ' 'requests pump with realtime priority\n' '[ 4.740612] panfrost 1800000.gpu: clock rate = ' '432000000\n' '[ 4.747560] sun8i-ce 1904000.crypto: will run ' 'requests pump with realtime priority\n' '[ 4.748624] panfrost 1800000.gpu: bus_clock rate = ' '100000000\n' '[ 4.752967] mc: Linux media interface: v0.10\n' '[ 4.756245] sun8i-ce 1904000.crypto: will run ' 'requests pump with realtime priority\n' '[ 4.766712] panfrost 1800000.gpu: mali-t720 id ' '0x720 major 0x1 minor 0x1 status 0x0\n' '[ 4.773079] sun8i-ce 1904000.crypto: Register ' 'cbc(aes)\n' '[ 4.782474] panfrost 1800000.gpu: features: ' '00000000,00000408, issues: 00000000,21054400\n' '[ 4.785934] sun8i-ce 1904000.crypto: Register ' 'ecb(aes)\n' '[ 4.789239] cfg80211: Loading compiled-in X.509 ' 'certificates for regulatory database\n' '[ 4.793972] panfrost 1800000.gpu: Features: ' 'L2:0x07110206 Shader:0x00000000 Tiler:0x00000809 ' 'Mem:0x1 MMU:0x00002821 AS:0xf JS:0x7\n' '[ 4.799221] sun8i-ce 1904000.crypto: Register ' 'cbc(des3_ede)\n' '[ 4.806901] panfrost 1800000.gpu: ' 'shader_present=0x3 l2_present=0x1\n' '[ 4.832240] sun8i-ce 1904000.crypto: Register ' 'ecb(des3_ede)\n' '[ 4.838318] sun8i-ce 1904000.crypto: CryptoEngine ' 'Die ID 0\n' '[ 4.846197] [drm] Initialized panfrost 1.2.0 ' '20180908 for 1800000.gpu on minor 0\n' "[ 4.853004] cfg80211: Loaded X.509 cert 'sforshee: " "00b28ddf47aef9cea7'\n" '[ 4.856402] videodev: Linux video capture ' 'interface: v2.00\n' "[ 4.874850] cfg80211: Loaded X.509 cert 'wens: " "61c038651aabdcf94bd0ac7ff06c7248db18c600'\n" '[ 4.883893] platform regulatory.0: Direct firmware ' 'load for regulatory.db failed with error -2\n' '[ 4.892583] cfg80211: failed to load ' 'regulatory.db\n' '[ 4.911756] Bluetooth: Core ver 2.22\n' '[ 4.915582] NET: Registered PF_BLUETOOTH protocol ' 'family\n' '[ 4.917354] usb_phy_generic ' 'usb_phy_generic.1.auto: supply vcc not found, using ' 'dummy regulator\n' '[ 4.920951] Bluetooth: HCI device and connection ' 'manager initialized\n' '[ 4.936087] Bluetooth: HCI socket layer ' 'initialized\n' '[ 4.941091] Bluetooth: L2CAP socket layer ' 'initialized\n' '[ 4.946191] usb_phy_generic ' 'usb_phy_generic.1.auto: dummy supplies not allowed ' 'for exclusive requests\n' '[ 4.955520] Bluetooth: SCO socket layer ' 'initialized\n' '[ 4.985498] brcmfmac: brcmf_fw_alloc_request: ' 'using brcm/brcmfmac43456-sdio for chip BCM4345/9\n' '[ 4.996345] brcmfmac mmc0:0001:1: Direct firmware ' 'load for ' 'brcm/brcmfmac43456-sdio.xunlong,orangepi-3.bin failed ' 'with error -2\n' '[ 5.005779] musb-hdrc musb-hdrc.2.auto: MUSB HDRC ' 'host driver\n' '[ 5.012734] brcmfmac mmc0:0001:1: Direct firmware ' 'load for brcm/brcmfmac43456-sdio.bin failed with ' 'error -2\n' '[ 5.028638] Bluetooth: HCI UART driver ver 2.3\n' '[ 5.030905] musb-hdrc musb-hdrc.2.auto: new USB ' 'bus registered, assigned bus number 5\n' '[ 5.034080] Bluetooth: HCI UART protocol H4 ' 'registered\n' '[ 5.046739] Bluetooth: HCI UART protocol LL ' 'registered\n' '[ 5.051225] Registered IR keymap rc-empty\n' '[ 5.054083] Bluetooth: HCI UART protocol Broadcom ' 'registered\n' '[ 5.054166] hub 5-0:1.0: USB hub found\n' '[ 5.054216] hci_uart_bcm serial0-0: supply vbat ' 'not found, using dummy regulator\n' '[ 5.054243] hub 5-0:1.0: 1 port detected\n' '[ 5.056195] rc rc0: sunxi-ir as ' '/devices/platform/soc/7040000.ir/rc/rc0\n' '[ 5.056323] hci_uart_bcm serial0-0: supply vddio ' 'not found, using dummy regulator\n' '[ 5.057608] sunxi-wdt 7020400.watchdog: Watchdog ' 'enabled (timeout=16 sec, nowayout=0)\n' '[ 5.062111] Bluetooth: HCI UART protocol QCA ' 'registered\n' '[ 5.065697] input: sunxi-ir as ' '/devices/platform/soc/7040000.ir/rc/rc0/input0\n' '[ 5.073186] Bluetooth: HCI UART protocol Marvell ' 'registered\n' '[ 5.083936] sunxi-ir 7040000.ir: initialized sunXi ' 'IR driver\n' '[ 5.412001] Bluetooth: hci0: BCM: chip id 130\n' '[ 5.416727] Bluetooth: hci0: BCM: features 0x0f\n' '[ 5.423311] Bluetooth: hci0: BCM4345C5\n' '[ 5.427062] Bluetooth: hci0: BCM4345C5 ' '(003.006.006) build 0000\n' '[ 5.433216] Bluetooth: hci0: BCM: firmware Patch ' 'file not found, tried:\n' '[ 5.439851] Bluetooth: hci0: BCM: ' "'brcm/BCM4345C5.xunlong,orangepi-3.hcd'\n" '[ 5.446670] Bluetooth: hci0: BCM: ' "'brcm/BCM4345C5.hcd'\n" '[ 5.451818] Bluetooth: hci0: BCM: ' "'brcm/BCM.xunlong,orangepi-3.hcd'\n" "[ 5.458101] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'\n" '[ 5.485027] Bluetooth: hci0: Opcode 0x2031 failed: ' '-22\n' '[ 6.038902] brcmfmac: brcmf_sdio_htclk: HT Avail ' 'timeout (1000000): clkctl 0x50\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-476180/environment\n' '/ # /lava-476180/bin/lava-test-runner /lava-476180/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-476180/0[ 6.728930] ' '\n' '/tests/0_dmesg\n' '[ 6.734865] \n' '+ cat uuid\n' '+ UUID=476180_1.1.4.1\n' '+ set +x\n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ # \n'} 04/22/2025 07:05:58 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:07:18 PM UTC [INFO] Processing event node: 6807e7e7e51c583972a58d9f 04/22/2025 07:07:18 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7e7e51c583972a58d9f 04/22/2025 07:07:18 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7e7e51c583972a58d9f', 'origin': 'maestro', 'comment': 'baseline-arm64-clabbe on sun50i-h6-pine-h64 in ' 'lava-clabbe', 'start_time': '2025-04-22T19:03:03.123000+00:00', 'environment': {'comment': 'Runtime: lava-clabbe', 'compatible': ['pine64,pine-h64', 'allwinner,sun50i-h6'], 'misc': {'platform': 'sun50i-h6-pine-h64', 'job_url': 'https://lava.montjoie.ovh/scheduler/job/476181', 'job_id': '476181'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-clabbe', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7e7e51c583972a58d9f'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-clabbe-6807e7e7e51c583972a58d9f/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-clabbe-6807e7e7e51c583972a58d9f/log.txt.gz', 'log_excerpt': 'A: preallocated 512 KiB GFP_KERNEL pool for atomic ' 'allocations\n' '[ 0.025827] DMA: preallocated 512 KiB ' 'GFP_KERNEL|GFP_DMA pool for atomic allocations\n' '[ 0.026091] DMA: preallocated 512 KiB ' 'GFP_KERNEL|GFP_DMA32 pool for atomic allocations\n' '[ 0.026168] audit: initializing netlink subsys ' '(disabled)\n' '[ 0.026332] audit: type=2000 audit(0.024:1): ' 'state=initialized audit_enabled=0 res=1\n' '[ 0.027705] thermal_sys: Registered thermal ' "governor 'step_wise'\n" '[ 0.027712] thermal_sys: Registered thermal ' "governor 'power_allocator'\n" '[ 0.027786] cpuidle: using governor menu\n' '[ 0.028010] hw-breakpoint: found 6 breakpoint and ' '4 watchpoint registers.\n' '[ 0.028147] ASID allocator initialised with 65536 ' 'entries\n' '[ 0.030260] Serial: AMBA PL011 UART driver\n' '[ 0.035570] /soc/bus@1000000/mixer@100000: Fixed ' 'dependency cycle(s) with /soc/tcon-top@6510000\n' '[ 0.035678] /soc/interrupt-controller@3021000: ' 'Fixed dependency cycle(s) with ' '/soc/interrupt-controller@3021000\n' '[ 0.035827] /soc/hdmi@6000000: Fixed dependency ' 'cycle(s) with /soc/tcon-top@6510000\n' '[ 0.035869] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with /soc/hdmi@6000000\n' '[ 0.035885] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with /soc/lcd-controller@6515000\n' '[ 0.035902] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with ' '/soc/bus@1000000/mixer@100000\n' '[ 0.035945] /soc/lcd-controller@6515000: Fixed ' 'dependency cycle(s) with /soc/tcon-top@6510000\n' '[ 0.036401] /soc/bus@1000000/mixer@100000: Fixed ' 'dependency cycle(s) with /soc/tcon-top@6510000\n' '[ 0.045239] /soc/hdmi@6000000: Fixed dependency ' 'cycle(s) with /soc/tcon-top@6510000\n' '[ 0.046059] /soc/hdmi@6000000: Fixed dependency ' 'cycle(s) with /soc/tcon-top@6510000\n' '[ 0.046141] /soc/bus@1000000/mixer@100000: Fixed ' 'dependency cycle(s) with /soc/tcon-top@6510000\n' '[ 0.046214] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with /soc/hdmi@6000000\n' '[ 0.046284] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with /soc/lcd-controller@6515000\n' '[ 0.046301] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with ' '/soc/bus@1000000/mixer@100000\n' '[ 0.046681] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with /soc/lcd-controller@6515000\n' '[ 0.046760] /soc/lcd-controller@6515000: Fixed ' 'dependency cycle(s) with /soc/tcon-top@6510000\n' '[ 0.048995] /soc/i2c@7081400: Fixed dependency ' 'cycle(s) with /soc/pinctrl@7022000/r-i2c-pins\n' '[ 0.050350] /soc/hdmi@6000000: Fixed dependency ' 'cycle(s) with /connector\n' '[ 0.050445] /connector: Fixed dependency cycle(s) ' 'with /soc/hdmi@6000000\n' '[ 0.052511] KASLR disabled due to lack of seed\n' '[ 0.064145] HugeTLB: registered 1.00 GiB page ' 'size, pre-allocated 0 pages\n' '[ 0.064158] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 1.00 GiB page\n' '[ 0.064164] HugeTLB: registered 32.0 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.064168] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 32.0 MiB page\n' '[ 0.064173] HugeTLB: registered 2.00 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.064178] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 2.00 MiB page\n' '[ 0.064183] HugeTLB: registered 64.0 KiB page ' 'size, pre-allocated 0 pages\n' '[ 0.064187] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 64.0 KiB page\n' '[ 0.066180] ACPI: Interpreter disabled.\n' '[ 0.068732] iommu: Default domain type: ' 'Translated\n' '[ 0.068739] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.069049] SCSI subsystem initialized\n' '[ 0.069447] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.069490] usbcore: registered new interface ' 'driver hub\n' '[ 0.069522] usbcore: registered new device driver ' 'usb\n' '[ 0.070530] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.070535] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.070551] PTP clock support registered\n' '[ 0.070689] EDAC MC: Ver: 3.0.0\n' '[ 0.072238] FPGA manager framework\n' '[ 0.072362] Advanced Linux Sound Architecture ' 'Driver Initialized.\n' '[ 0.073358] vgaarb: loaded\n' '[ 0.073710] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.073949] VFS: Disk quotas dquot_6.6.0\n' '[ 0.073995] VFS: Dquot-cache hash table entries: ' '512 (order 0, 4096 bytes)\n' '[ 0.074212] pnp: PnP ACPI: disabled\n' '[ 0.082173] NET: Registered PF_INET protocol ' 'family\n' '[ 0.082570] IP idents hash table entries: 65536 ' '(order: 7, 524288 bytes, linear)\n' '[ 0.086390] tcp_listen_portaddr_hash hash table ' 'entries: 2048 (order: 3, 32768 bytes, linear)\n' '[ 0.086479] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.086498] TCP established hash table entries: ' '32768 (order: 6, 262144 bytes, linear)\n' '[ 0.086784] TCP bind hash table entries: 32768 ' '(order: 8, 1048576 bytes, linear)\n' '[ 0.087844] TCP: Hash tables configured ' '(established 32768 bind 32768)\n' '[ 0.088184] MPTCP token hash table entries: 4096 ' '(order: 4, 98304 bytes, linear)\n' '[ 0.088346] UDP hash table entries: 2048 (order: ' '4, 65536 bytes, linear)\n' '[ 0.088447] UDP-Lite hash table entries: 2048 ' '(order: 4, 65536 bytes, linear)\n' '[ 0.088690] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.089185] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.089192] RPC: Registered udp transport module.\n' '[ 0.089195] RPC: Registered tcp transport module.\n' '[ 0.089198] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.089209] PCI: CLS 0 bytes, default 64\n' '[ 0.089523] Unpacking initramfs...\n' '[ 0.090247] hw perfevents: enabled with ' 'armv8_cortex_a53 PMU driver, 7 counters available\n' '[ 0.090826] kvm [1]: IPA Size Limit: 40 bits\n' '[ 0.093087] kvm [1]: vgic interrupt IRQ9\n' '[ 0.093206] kvm [1]: Hyp mode initialized ' 'successfully\n' '[ 0.095005] Initialise system trusted keyrings\n' '[ 0.095296] workingset: timestamp_bits=42 ' 'max_order=20 bucket_order=0\n' '[ 0.104254] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.105121] NFS: Registering the id_resolver key ' 'type\n' '[ 0.105162] Key type id_resolver registered\n' '[ 0.105167] Key type id_legacy registered\n' '[ 0.105271] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.105278] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.105497] 9p: Installing v9fs 9p2000 file system ' 'support\n' '[ 0.156071] Key type asymmetric registered\n' "[ 0.156091] Asymmetric key parser 'x509' " 'registered\n' '[ 0.156205] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 245)\n' '[ 0.156213] io scheduler mq-deadline registered\n' '[ 0.156219] io scheduler kyber registered\n' '[ 0.172078] EINJ: ACPI disabled.\n' '[ 0.202653] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 0.206567] SuperH (H)SCI(F) driver initialized\n' '[ 0.207274] msm_serial: driver initialized\n' '[ 0.209519] cacheinfo: Unable to detect cache ' 'hierarchy for CPU 0\n' '[ 0.215885] loop: module loaded\n' '[ 0.217207] megasas: 07.719.03.00-rc1\n' '[ 0.225638] tun: Universal TUN/TAP device driver, ' '1.6\n' '[ 0.227046] thunder_xcv, ver 1.0\n' '[ 0.227113] thunder_bgx, ver 1.0\n' '[ 0.227155] nicpf, ver 1.0\n' '[ 0.228790] hns3: Hisilicon Ethernet Network ' 'Driver for Hip08 Family - version\n' '[ 0.228801] hns3: Copyright (c) 2017 Huawei ' 'Corporation.\n' '[ 0.228875] hclge is initializing\n' '[ 0.228903] e1000: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.228908] e1000: Copyright (c) 1999-2006 Intel ' 'Corporation.\n' '[ 0.228965] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.228968] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 0.229013] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 0.229018] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 0.229067] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 0.229072] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 0.229565] sky2: driver version 1.30\n' '[ 0.231166] VFIO - User Level meta-driver version: ' '0.3\n' '[ 0.235813] usbcore: registered new interface ' 'driver usb-storage\n' '[ 0.238841] sun6i-rtc 7000000.rtc: registered as ' 'rtc0\n' '[ 0.238882] sun6i-rtc 7000000.rtc: setting system ' 'clock to 1972-01-15T08:10:04 UTC (64311004)\n' '[ 0.239003] sun6i-rtc 7000000.rtc: RTC enabled\n' '[ 0.239546] i2c_dev: i2c /dev entries driver\n' '[ 0.248821] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 0.248835] sdhci: Copyright(c) Pierre Ossman\n' '[ 0.249904] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 0.251372] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 0.254225] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 0.256237] SMCCC: SOC_ID: ARCH_SOC_ID not ' 'implemented, skipping ....\n' '[ 0.257444] usbcore: registered new interface ' 'driver usbhid\n' '[ 0.257455] usbhid: USB HID core driver\n' '[ 0.267455] netem: version 1.3\n' '[ 0.267586] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 0.268124] IPv4 over IPsec tunneling driver\n' '[ 0.269033] NET: Registered PF_INET6 protocol ' 'family\n' '[ 0.270605] Segment Routing with IPv6\n' '[ 0.270653] In-situ OAM (IOAM) with IPv6\n' '[ 0.271293] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 0.272304] NET: Registered PF_PACKET protocol ' 'family\n' '[ 0.272361] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 0.272609] 8021q: 802.1Q VLAN Support v1.8\n' '[ 0.272749] 9pnet: Installing 9P2000 support\n' '[ 0.272820] Key type dns_resolver registered\n' '[ 0.273281] registered taskstats version 1\n' '[ 0.273310] Loading compiled-in X.509 ' 'certificates\n' '[ 0.293165] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with ' '/soc/bus@1000000/mixer@100000\n' '[ 0.293302] /soc/bus@1000000/mixer@100000: Fixed ' 'dependency cycle(s) with /soc/tcon-top@6510000\n' '[ 0.300882] sun50i-h6-r-pinctrl 7022000.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 0.317817] sun50i-h6-r-pinctrl 7022000.pinctrl: ' 'supply vcc-pl not found, using dummy regulator\n' '[ 0.319141] axp20x-i2c 0-0036: AXP20x variant ' 'AXP806 found\n' '[ 0.319875] axp20x-i2c 0-0036: mask_invert=true is ' 'deprecated; please switch to unmask_base\n' '[ 0.336049] axp20x-i2c 0-0036: AXP20X driver ' 'loaded\n' '[ 0.357990] sun50i-h6-pinctrl 300b000.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 0.360141] sun50i-h6-pinctrl 300b000.pinctrl: ' 'supply vcc-ph not found, using dummy regulator\n' '[ 0.360908] printk: console [ttyS0] disabled\n' '[ 0.381331] 5000000.serial: ttyS0 at MMIO ' '0x5000000 (irq = 234, base_baud = 1500000) is a ' '16550A\n' '[ 1.494930] Freeing initrd memory: 22284K\n' '[ 1.495240] printk: console [ttyS0] enabled\n' '[ 1.929776] ehci-platform 5101000.usb: EHCI Host ' 'Controller\n' '[ 1.929796] ehci-platform 5311000.usb: EHCI Host ' 'Controller\n' '[ 1.929813] ohci-platform 5311400.usb: Generic ' 'Platform OHCI controller\n' '[ 1.929830] sun50i-h6-pinctrl 300b000.pinctrl: ' 'supply vcc-pf not found, using dummy regulator\n' '[ 1.929848] ohci-platform 5311400.usb: new USB bus ' 'registered, assigned bus number 1\n' '[ 1.930016] ohci-platform 5311400.usb: irq 238, io ' 'mem 0x05311400\n' '[ 1.935401] ehci-platform 5101000.usb: new USB bus ' 'registered, assigned bus number 2\n' '[ 1.941149] ehci-platform 5311000.usb: new USB bus ' 'registered, assigned bus number 3\n' '[ 1.941851] sunxi-mmc 4020000.mmc: Got CD GPIO\n' '[ 1.942857] clk: Disabling unused clocks\n' '[ 1.943039] ALSA device list:\n' '[ 1.943045] No soundcards found.\n' '[ 1.948254] ehci-platform 5101000.usb: irq 235, io ' 'mem 0x05101000\n' '[ 1.956931] ehci-platform 5311000.usb: irq 236, io ' 'mem 0x05311000\n' '[ 1.967181] sunxi-mmc 4022000.mmc: initialized, ' 'max. request size: 2048 KB, uses new timings mode\n' '[ 1.967413] sunxi-mmc 4020000.mmc: initialized, ' 'max. request size: 16384 KB, uses new timings mode\n' '[ 1.977725] ehci-platform 5101000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 1.993719] ehci-platform 5311000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 1.994463] hub 1-0:1.0: USB hub found\n' '[ 2.017972] mmc0: host does not support reading ' 'read-only switch, assuming write-enable\n' '[ 2.021268] hub 1-0:1.0: 1 port detected\n' '[ 2.046163] mmc0: new high speed SDHC card at ' 'address aaaa\n' '[ 2.055161] hub 2-0:1.0: USB hub found\n' '[ 2.058914] mmcblk0: mmc0:aaaa SL16G 14.8 GiB\n' '[ 2.063609] hub 2-0:1.0: 1 port detected\n' '[ 2.076833] hub 3-0:1.0: USB hub found\n' '[ 2.080636] hub 3-0:1.0: 1 port detected\n' '[ 2.153800] ohci-platform 5101400.usb: Generic ' 'Platform OHCI controller\n' '[ 2.160441] ohci-platform 5101400.usb: new USB bus ' 'registered, assigned bus number 4\n' '[ 2.168319] ohci-platform 5101400.usb: irq 237, io ' 'mem 0x05101400\n' '[ 2.238341] hub 4-0:1.0: USB hub found\n' '[ 2.242128] hub 4-0:1.0: 1 port detected\n' '[ 2.250352] Freeing unused kernel memory: 7616K\n' '[ 2.255072] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 2.344046] ' 'udevd[159]: starting version 3.2.9\n' '[ 4.377717] random: crng init done\n' "[ 4.387268] udevd[159]: specified user 'tss' " 'unknown\n' "[ 4.392359] udevd[159]: specified group 'tss' " 'unknown\n' '[ 4.399332] udevd[160]: starting eudev-3.2.9\n' '[ 4.731472] mc: Linux media interface: v0.10\n' '[ 4.751329] videodev: Linux video capture ' 'interface: v2.00\n' '[ 4.762420] panfrost 1800000.gpu: clock rate = ' '432000000\n' '[ 4.767820] panfrost 1800000.gpu: bus_clock rate = ' '200000000\n' '[ 4.774018] panfrost 1800000.gpu: mali-t720 id ' '0x720 major 0x1 minor 0x1 status 0x0\n' '[ 4.774247] sun8i-ce 1904000.crypto: Set mod clock ' 'to 300000000 (300 Mhz) from 24000000 (24 Mhz)\n' '[ 4.781772] panfrost 1800000.gpu: features: ' '00000000,00000408, issues: 00000000,21054400\n' '[ 4.799000] panfrost 1800000.gpu: Features: ' 'L2:0x07110206 Shader:0x00000000 Tiler:0x00000809 ' 'Mem:0x1 MMU:0x00002821 AS:0xf JS:0x7\n' '[ 4.807002] sun8i-ce 1904000.crypto: will run ' 'requests pump with realtime priority\n' '[ 4.810719] panfrost 1800000.gpu: ' 'shader_present=0x3 l2_present=0x1\n' '[ 4.820208] sun8i-ce 1904000.crypto: will run ' 'requests pump with realtime priority\n' '[ 4.832580] sun8i-ce 1904000.crypto: will run ' 'requests pump with realtime priority\n' '[ 4.842781] usb_phy_generic ' 'usb_phy_generic.1.auto: supply vcc not found, using ' 'dummy regulator\n' '[ 4.851762] usb_phy_generic ' 'usb_phy_generic.1.auto: dummy supplies not allowed ' 'for exclusive requests\n' '[ 4.852089] dwmac-sun8i 5020000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 4.852262] [drm] Initialized panfrost 1.2.0 ' '20180908 for 1800000.gpu on minor 0\n' '[ 4.862574] musb-hdrc musb-hdrc.2.auto: MUSB HDRC ' 'host driver\n' '[ 4.869295] sun8i-ce 1904000.crypto: will run ' 'requests pump with realtime priority\n' '[ 4.874186] dwmac-sun8i 5020000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 4.886859] musb-hdrc musb-hdrc.2.auto: new USB ' 'bus registered, assigned bus number 5\n' '[ 4.888573] sun8i-ce 1904000.crypto: Register ' 'cbc(aes)\n' '[ 4.907420] sun8i-ce 1904000.crypto: Register ' 'ecb(aes)\n' '[ 4.912981] sun8i-ce 1904000.crypto: Register ' 'cbc(des3_ede)\n' '[ 4.913934] dwmac-sun8i 5020000.ethernet: PTP uses ' 'main clock\n' '[ 4.918922] sun8i-ce 1904000.crypto: Register ' 'ecb(des3_ede)\n' '[ 4.924412] dwmac-sun8i 5020000.ethernet: Current ' 'syscon value is not the default 50846 (expect 50000)\n' '[ 4.926191] hub 5-0:1.0: USB hub found\n' '[ 4.926236] hub 5-0:1.0: 1 port detected\n' '[ 4.929088] sunxi-wdt 7020400.watchdog: Watchdog ' 'enabled (timeout=16 sec, nowayout=0)\n' '[ 4.930365] sun8i-ce 1904000.crypto: CryptoEngine ' 'Die ID 0\n' '[ 4.944146] Registered IR keymap rc-empty\n' '[ 4.965915] rc rc0: sunxi-ir as ' '/devices/platform/soc/7040000.ir/rc/rc0\n' '[ 4.973128] input: sunxi-ir as ' '/devices/platform/soc/7040000.ir/rc/rc0/input0\n' '[ 4.981393] sunxi-ir 7040000.ir: initialized sunXi ' 'IR driver\n' '[ 5.061360] dwmac-sun8i 5020000.ethernet: No HW ' 'DMA feature register supported\n' '[ 5.068665] dwmac-sun8i 5020000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 5.075918] dwmac-sun8i 5020000.ethernet: COE Type ' '2\n' '[ 5.080900] dwmac-sun8i 5020000.ethernet: TX ' 'Checksum insertion supported\n' '[ 5.087696] dwmac-sun8i 5020000.ethernet: Normal ' 'descriptors\n' '[ 5.093360] dwmac-sun8i 5020000.ethernet: Chain ' 'mode enabled\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-476181/environment\n' '/ # /lava-476181/bin/lava-test-runner /lava-476181/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-476181/0[ 5.814741] ' '\n' '/tests/0_dmesg\n' '[ 5.820574] \n' '+ cat uuid\n' '+ UUID=476181_1.1.4.1\n' '+ set +x\n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ #\n'} 04/22/2025 07:07:18 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:07:19 PM UTC [INFO] Processing event node: 6807e1631b4012cda6bf8310 04/22/2025 07:07:20 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807e1631b4012cda6bf8310 04/22/2025 07:07:20 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807e1201b4012cda6bf82fc', 'id': 'maestro:6807e1631b4012cda6bf8310', 'origin': 'maestro', 'comment': 'staging-stable-20250422.5', 'start_time': '2025-04-22T18:35:15.654000+00:00', 'architecture': 'x86_64', 'compiler': 'clang-17', 'config_name': 'x86_64_defconfig', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807e1631b4012cda6bf8310-kbuild-clang-17-x86-3ydk5fgx', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'bzimage', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e1631b4012cda6bf8310'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-clang-17-x86-6807e1631b4012cda6bf8310/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-clang-17-x86-6807e1631b4012cda6bf8310/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-clang-17-x86-6807e1631b4012cda6bf8310/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-clang-17-x86-6807e1631b4012cda6bf8310/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-clang-17-x86-6807e1631b4012cda6bf8310/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-clang-17-x86-6807e1631b4012cda6bf8310/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-clang-17-x86-6807e1631b4012cda6bf8310/build_kselftest_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-clang-17-x86-6807e1631b4012cda6bf8310/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-clang-17-x86-6807e1631b4012cda6bf8310/fragments/0.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-clang-17-x86-6807e1631b4012cda6bf8310/bzImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-clang-17-x86-6807e1631b4012cda6bf8310/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-clang-17-x86-6807e1631b4012cda6bf8310/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-clang-17-x86-6807e1631b4012cda6bf8310/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-clang-17-x86-6807e1631b4012cda6bf8310/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-clang-17-x86-6807e1631b4012cda6bf8310/build.log.gz', 'log_excerpt': "ests/sigaltstack'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/size'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/size/get_size ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/size/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/size'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sparc64'\n" 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sparc64'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/splice'\n" 'rsync -a --copy-unsafe-links ' 'default_file_splice_read.sh short_splice_read.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/splice/default_file_splice_read ' '/tmp/kci/linux/tools/testing/selftests/splice/splice_read ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'rsync -a --copy-unsafe-links config settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/splice'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/static_keys'\n" 'rsync -a --copy-unsafe-links test_static_keys.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/static_keys/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/static_keys/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/static_keys'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sync'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/sync/sync_test ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sync/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sync/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sync'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch/sud_test ' '/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch/sud_benchmark ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/syscall_user_dispatch/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/syscall_user_dispatch/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sysctl'\n" 'rsync -a --copy-unsafe-links sysctl.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sysctl/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sysctl/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sysctl'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tc-testing'\n" 'rsync -a --copy-unsafe-links ./tdc.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tc-testing/\n' 'rsync -a --copy-unsafe-links tdc*.py Tdc*.py plugins ' 'plugin-lib tc-tests ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tc-testing/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/tc-testing/action.o ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tc-testing/\n' 'rsync -a --copy-unsafe-links config settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tc-testing/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tc-testing'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/timens'\n" 'clang --target=x86_64-linux-gnu -fintegrated-as ' '-Werror=unknown-warning-option ' '-Werror=ignored-optimization-argument ' '--target=x86_64-linux-gnu -fintegrated-as -Wall ' '-Werror -pthread timerfd.c -lrt -ldl -o ' '/tmp/kci/linux/tools/testing/selftests/timens/timerfd\n' "timerfd.c:64:7: error: absolute value function 'abs' " "given an argument of type 'long long' but has " "parameter of type 'int' which may cause truncation of " 'value [-Werror,-Wabsolute-value]\n' ' 64 | if (abs(elapsed - 3600) > 60) ' '{\n' ' | ^\n' "timerfd.c:64:7: note: use function 'llabs' instead\n" ' 64 | if (abs(elapsed - 3600) > 60) ' '{\n' ' | ^~~\n' ' | llabs\n' '1 error generated.\n' 'make[2]: *** [../lib.mk:155: ' '/tmp/kci/linux/tools/testing/selftests/timens/timerfd] ' 'Error 1\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/timens'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/timers'\n" 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timers/posix_timers ' '/tmp/kci/linux/tools/testing/selftests/timers/nanosleep ' '/tmp/kci/linux/tools/testing/selftests/timers/nsleep-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/set-timer-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/mqueue-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/inconsistency-check ' '/tmp/kci/linux/tools/testing/selftests/timers/raw_skew ' '/tmp/kci/linux/tools/testing/selftests/timers/threadtest ' '/tmp/kci/linux/tools/testing/selftests/timers/rtcpie ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timers/alarmtimer-suspend ' '/tmp/kci/linux/tools/testing/selftests/timers/valid-adjtimex ' '/tmp/kci/linux/tools/testing/selftests/timers/adjtick ' '/tmp/kci/linux/tools/testing/selftests/timers/change_skew ' '/tmp/kci/linux/tools/testing/selftests/timers/skew_consistency ' '/tmp/kci/linux/tools/testing/selftests/timers/clocksource-switch ' '/tmp/kci/linux/tools/testing/selftests/timers/freq-step ' '/tmp/kci/linux/tools/testing/selftests/timers/leap-a-day ' '/tmp/kci/linux/tools/testing/selftests/timers/leapcrash ' '/tmp/kci/linux/tools/testing/selftests/timers/set-tai ' '/tmp/kci/linux/tools/testing/selftests/timers/set-2038 ' '/tmp/kci/linux/tools/testing/selftests/timers/set-tz ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/timers'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tmpfs'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/tmpfs/bug-link-o-tmpfile ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tmpfs/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tmpfs'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tpm2'\n" 'rsync -a --copy-unsafe-links test_smoke.sh ' 'test_space.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'rsync -a --copy-unsafe-links tpm2.py tpm2_tests.py ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tpm2'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/user'\n" 'rsync -a --copy-unsafe-links test_user_copy.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/user/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/user/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/user'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/vDSO'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_gettimeofday ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_getcpu ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_abi ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_clock_getres ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_standalone_test_x86 ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_correctness ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/vDSO/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/vDSO'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/vm'\n" 'clang --target=x86_64-linux-gnu -fintegrated-as ' '-Werror=unknown-warning-option ' '-Werror=ignored-optimization-argument ' '--target=x86_64-linux-gnu -fintegrated-as -Wall -I ' '/tmp/kci/linux/tools/testing/selftests/../../.. ' '-isystem /tmp/kci/linux/usr/include -no-pie ' 'map_hugetlb.c -lrt -lpthread -o ' '/tmp/kci/linux/tools/testing/selftests/vm/map_hugetlb\n' 'map_hugetlb.c:79:18: error: call to undeclared ' "function 'default_huge_page_size'; ISO C99 and later " 'do not support implicit function declarations ' '[-Wimplicit-function-declaration]\n' ' 79 | hugepage_size = ' 'default_huge_page_size();\n' ' | ^\n' '1 error generated.\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/vm'\n" 'make[2]: *** [../lib.mk:155: ' '/tmp/kci/linux/tools/testing/selftests/vm/map_hugetlb] ' 'Error 1\n' 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/x86'\n" 'clang --target=x86_64-linux-gnu -fintegrated-as ' '-Werror=unknown-warning-option ' '-Werror=ignored-optimization-argument ' '--target=x86_64-linux-gnu -fintegrated-as -m64 -o ' '/tmp/kci/linux/tools/testing/selftests/x86/single_step_syscall_64 ' '-O2 -g -std=gnu99 -pthread -Wall -isystem ' '/tmp/kci/linux/usr/include -no-pie -DCAN_BUILD_64 ' 'single_step_syscall.c helpers.h -lrt -ldl\n' 'clang: error: cannot specify -o when generating ' 'multiple output files\n' 'make[2]: *** [Makefile:78: ' '/tmp/kci/linux/tools/testing/selftests/x86/single_step_syscall_64] ' 'Error 1\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/x86'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/zram'\n" 'rsync -a --copy-unsafe-links zram.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'rsync -a --copy-unsafe-links zram01.sh zram02.sh ' 'zram_lib.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/zram'\n" 'for TARGET in alsa amd-pstate arm64 breakpoints ' 'capabilities cgroup clone3 core cpufreq cpu-hotplug ' 'damon drivers/dma-buf drivers/s390x/uvdevice ' 'drivers/net/bonding drivers/net/team efivarfs exec ' 'filesystems filesystems/binderfs filesystems/epoll ' 'filesystems/fat firmware fpu ftrace futex gpio ' 'intel_pstate ipc ir kcmp kexec kvm landlock lib ' 'livepatch lkdtm membarrier memfd memory-hotplug ' 'mincore mount mount_setattr move_mount_set_group ' 'mqueue nci net net/af_unix net/forwarding net/mptcp ' 'net/openvswitch netfilter nsfs pidfd pid_namespace ' 'powerpc proc pstore ptrace openat2 resctrl rlimits ' 'rseq rtc seccomp sgx sigaltstack size sparc64 splice ' 'static_keys sync syscall_user_dispatch sysctl ' 'tc-testing timens timers tmpfs tpm2 user vDSO vm x86 ' 'zram; do \\\n' '\tBUILD_TARGET=$BUILD/$TARGET;\t\\\n' '\t[ ! -d ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/$TARGET ' '] && printf "Skipping non-existent dir: $TARGET\\n" ' '&& continue; \\\n' '\tprintf "Emit Tests for $TARGET\\n"; \\\n' '\tmake -s --no-print-directory OUTPUT=$BUILD_TARGET ' 'COLLECTION=$TARGET \\\n' '\t\t-C $TARGET emit_tests >> ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-list.txt; ' '\\\n' 'done;\n' 'Emit Tests for alsa\n' 'Emit Tests for amd-pstate\n' 'Skipping non-existent dir: arm64\n' 'Emit Tests for breakpoints\n' 'Emit Tests for capabilities\n' 'Emit Tests for cgroup\n' 'Emit Tests for clone3\n' 'Emit Tests for core\n' 'Emit Tests for cpufreq\n' 'Emit Tests for cpu-hotplug\n' 'Emit Tests for damon\n' 'Emit Tests for drivers/dma-buf\n' 'Skipping non-existent dir: drivers/s390x/uvdevice\n' 'Emit Tests for drivers/net/bonding\n' 'Emit Tests for drivers/net/team\n' 'Emit Tests for efivarfs\n' 'Emit Tests for exec\n' 'Emit Tests for filesystems\n' 'Emit Tests for filesystems/binderfs\n' 'Emit Tests for filesystems/epoll\n' 'Emit Tests for filesystems/fat\n' 'Emit Tests for firmware\n' 'Emit Tests for fpu\n' 'Emit Tests for ftrace\n' 'Emit Tests for futex\n' 'Emit Tests for gpio\n' 'Emit Tests for intel_pstate\n' 'Emit Tests for ipc\n' 'Emit Tests for ir\n' 'Emit Tests for kcmp\n' 'Emit Tests for kexec\n' 'Skipping non-existent dir: kvm\n' 'Emit Tests for landlock\n' 'Emit Tests for lib\n' 'Emit Tests for livepatch\n' 'Emit Tests for lkdtm\n' 'Emit Tests for membarrier\n' 'Emit Tests for memfd\n' 'Emit Tests for memory-hotplug\n' 'Emit Tests for mincore\n' 'Emit Tests for mount\n' 'Emit Tests for mount_setattr\n' 'Emit Tests for move_mount_set_group\n' 'Emit Tests for mqueue\n' 'Emit Tests for nci\n' 'Emit Tests for net\n' 'Emit Tests for net/af_unix\n' 'Emit Tests for net/forwarding\n' 'Emit Tests for net/mptcp\n' 'Emit Tests for net/openvswitch\n' 'Emit Tests for netfilter\n' 'Emit Tests for nsfs\n' 'Emit Tests for pidfd\n' 'Emit Tests for pid_namespace\n' 'Skipping non-existent dir: powerpc\n' 'Emit Tests for proc\n' 'Emit Tests for pstore\n' 'Emit Tests for ptrace\n' 'Skipping non-existent dir: openat2\n' 'Emit Tests for resctrl\n' 'Emit Tests for rlimits\n' 'Skipping non-existent dir: rseq\n' 'Emit Tests for rtc\n' 'Emit Tests for seccomp\n' 'Skipping non-existent dir: sgx\n' 'Emit Tests for sigaltstack\n' 'Emit Tests for size\n' 'Skipping non-existent dir: sparc64\n' 'Emit Tests for splice\n' 'Emit Tests for static_keys\n' 'Emit Tests for sync\n' 'Emit Tests for syscall_user_dispatch\n' 'Emit Tests for sysctl\n' 'Emit Tests for tc-testing\n' 'Skipping non-existent dir: timens\n' 'Emit Tests for timers\n' 'Emit Tests for tmpfs\n' 'Emit Tests for tpm2\n' 'Emit Tests for user\n' 'Emit Tests for vDSO\n' 'Skipping non-existent dir: vm\n' 'Skipping non-existent dir: x86\n' 'Emit Tests for zram\n' 'Created ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-packages/kselftest.tar.gz\n' '+ echo job:build_kselftest=done\n' '++ date +%s\n' '+ echo jobets:build_kselftest=1745348739\n' '+ echo -----log:package_kimage-----\n' '-----log:package_kimage-----\n' '+ echo job:package_kimage=running\n' '++ date +%s\n' '+ echo jobsts:package_kimage=1745348739\n' '+ cd /tmp/kci/linux\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp arch/x86_64/boot/bzImage ../artifacts\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp vmlinux ../artifacts\n' '+ cd ..\n' '+ echo job:package_kimage=done\n' '++ date +%s\n' '+ echo jobets:package_kimage=1745348739\n' '+ echo -----log:package_modules-----\n' '-----log:package_modules-----\n' '+ echo job:package_modules=running\n' '++ date +%s\n' '+ echo jobsts:package_modules=1745348739\n' '+ cd /tmp/kci/linux\n' '+ set +e\n' '+ grep CONFIG_MODULES=y .config\n' 'CONFIG_MODULES=y\n' "+ '[' 0 -eq 0 ']'\n" '+ set -e\n' '+ make modules_install\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/drivers/thermal/intel/x86_pkg_temp_thermal.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/drivers/thermal/intel/x86_pkg_temp_thermal.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/fs/efivarfs/efivarfs.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/fs/efivarfs/efivarfs.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/ipv4/netfilter/iptable_nat.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/ipv4/netfilter/iptable_nat.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_log_syslog.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_log_syslog.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_LOG.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_LOG.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_MASQUERADE.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_MASQUERADE.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_addrtype.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_addrtype.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_mark.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_mark.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_nat.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_nat.ko\n' ' DEPMOD _modules_/lib/modules/6.1.132\n' '+ tar -C _modules_ -cJf ' '/tmp/kci/artifacts/modules.tar.xz .\n' '+ cd ..\n' '+ rm -rf _modules_\n' '+ set -e\n' '+ echo job:package_modules=done\n' '++ date +%s\n' '+ echo jobets:package_modules=1745348740\n' '+ echo -----log:package_kselftest-----\n' '-----log:package_kselftest-----\n' '+ echo job:package_kselftest=running\n' '++ date +%s\n' '+ echo jobsts:package_kselftest=1745348740\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-packages/kselftest.tar.gz ' '/tmp/kci/artifacts/\n' '+ echo job:package_kselftest=done\n' '++ date +%s\n' '+ echo jobets:package_kselftest=1745348740\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:07:20 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:07:29 PM UTC [INFO] Processing event node: 6807e7dae51c583972a58d66 04/22/2025 07:07:29 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7dae51c583972a58d66 04/22/2025 07:07:29 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7dae51c583972a58d66', 'origin': 'maestro', 'comment': 'baseline-arm64 on sun50i-h6-pine-h64 in lava-collabora', 'start_time': '2025-04-22T19:02:50.324000+00:00', 'environment': {'comment': 'Runtime: lava-collabora', 'compatible': ['pine64,pine-h64', 'allwinner,sun50i-h6'], 'misc': {'platform': 'sun50i-h6-pine-h64', 'job_url': 'https://lava.collabora.dev/scheduler/job/18447606', 'job_id': '18447606'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-collabora', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7dae51c583972a58d66'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-6807e7dae51c583972a58d66/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-6807e7dae51c583972a58d66/log.txt.gz', 'log_excerpt': 'on-top@6510000\n' '[ 0.034187] /soc/interrupt-controller@3021000: ' 'Fixed dependency cycle(s) with ' '/soc/interrupt-controller@3021000\n' '[ 0.034332] /soc/hdmi@6000000: Fixed dependency ' 'cycle(s) with /soc/tcon-top@6510000\n' '[ 0.034372] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with /soc/hdmi@6000000\n' '[ 0.034388] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with /soc/lcd-controller@6515000\n' '[ 0.034405] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with ' '/soc/bus@1000000/mixer@100000\n' '[ 0.034447] /soc/lcd-controller@6515000: Fixed ' 'dependency cycle(s) with /soc/tcon-top@6510000\n' '[ 0.034883] /soc/bus@1000000/mixer@100000: Fixed ' 'dependency cycle(s) with /soc/tcon-top@6510000\n' '[ 0.043478] /soc/hdmi@6000000: Fixed dependency ' 'cycle(s) with /soc/tcon-top@6510000\n' '[ 0.044289] /soc/hdmi@6000000: Fixed dependency ' 'cycle(s) with /soc/tcon-top@6510000\n' '[ 0.044367] /soc/bus@1000000/mixer@100000: Fixed ' 'dependency cycle(s) with /soc/tcon-top@6510000\n' '[ 0.044442] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with /soc/hdmi@6000000\n' '[ 0.044510] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with /soc/lcd-controller@6515000\n' '[ 0.044526] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with ' '/soc/bus@1000000/mixer@100000\n' '[ 0.044896] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with /soc/lcd-controller@6515000\n' '[ 0.044973] /soc/lcd-controller@6515000: Fixed ' 'dependency cycle(s) with /soc/tcon-top@6510000\n' '[ 0.047116] /soc/i2c@7081400: Fixed dependency ' 'cycle(s) with /soc/pinctrl@7022000/r-i2c-pins\n' '[ 0.048454] /soc/hdmi@6000000: Fixed dependency ' 'cycle(s) with /connector\n' '[ 0.048545] /connector: Fixed dependency cycle(s) ' 'with /soc/hdmi@6000000\n' '[ 0.050520] KASLR disabled due to lack of seed\n' '[ 0.061782] HugeTLB: registered 1.00 GiB page ' 'size, pre-allocated 0 pages\n' '[ 0.061795] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 1.00 GiB page\n' '[ 0.061802] HugeTLB: registered 32.0 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.061805] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 32.0 MiB page\n' '[ 0.061811] HugeTLB: registered 2.00 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.061815] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 2.00 MiB page\n' '[ 0.061820] HugeTLB: registered 64.0 KiB page ' 'size, pre-allocated 0 pages\n' '[ 0.061824] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 64.0 KiB page\n' '[ 0.063631] ACPI: Interpreter disabled.\n' '[ 0.066085] iommu: Default domain type: ' 'Translated\n' '[ 0.066092] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.066385] SCSI subsystem initialized\n' '[ 0.066765] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.066808] usbcore: registered new interface ' 'driver hub\n' '[ 0.066839] usbcore: registered new device driver ' 'usb\n' '[ 0.067808] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.067813] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.067829] PTP clock support registered\n' '[ 0.067961] EDAC MC: Ver: 3.0.0\n' '[ 0.069485] FPGA manager framework\n' '[ 0.069574] Advanced Linux Sound Architecture ' 'Driver Initialized.\n' '[ 0.070530] vgaarb: loaded\n' '[ 0.070872] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.071098] VFS: Disk quotas dquot_6.6.0\n' '[ 0.071142] VFS: Dquot-cache hash table entries: ' '512 (order 0, 4096 bytes)\n' '[ 0.071351] pnp: PnP ACPI: disabled\n' '[ 0.078910] NET: Registered PF_INET protocol ' 'family\n' '[ 0.079217] IP idents hash table entries: 65536 ' '(order: 7, 524288 bytes, linear)\n' '[ 0.082949] tcp_listen_portaddr_hash hash table ' 'entries: 2048 (order: 3, 32768 bytes, linear)\n' '[ 0.083001] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.083057] TCP established hash table entries: ' '32768 (order: 6, 262144 bytes, linear)\n' '[ 0.083337] TCP bind hash table entries: 32768 ' '(order: 8, 1048576 bytes, linear)\n' '[ 0.084363] TCP: Hash tables configured ' '(established 32768 bind 32768)\n' '[ 0.084657] MPTCP token hash table entries: 4096 ' '(order: 4, 98304 bytes, linear)\n' '[ 0.084816] UDP hash table entries: 2048 (order: ' '4, 65536 bytes, linear)\n' '[ 0.084915] UDP-Lite hash table entries: 2048 ' '(order: 4, 65536 bytes, linear)\n' '[ 0.085151] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.085623] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.085629] RPC: Registered udp transport module.\n' '[ 0.085633] RPC: Registered tcp transport module.\n' '[ 0.085636] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.085646] PCI: CLS 0 bytes, default 64\n' '[ 0.085955] Unpacking initramfs...\n' '[ 0.091787] hw perfevents: enabled with ' 'armv8_cortex_a53 PMU driver, 7 counters available\n' '[ 0.092358] kvm [1]: IPA Size Limit: 40 bits\n' '[ 0.094548] kvm [1]: vgic interrupt IRQ9\n' '[ 0.094676] kvm [1]: Hyp mode initialized ' 'successfully\n' '[ 0.096302] Initialise system trusted keyrings\n' '[ 0.096550] workingset: timestamp_bits=42 ' 'max_order=20 bucket_order=0\n' '[ 0.105183] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.106005] NFS: Registering the id_resolver key ' 'type\n' '[ 0.106054] Key type id_resolver registered\n' '[ 0.106059] Key type id_legacy registered\n' '[ 0.106159] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.106165] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.106389] 9p: Installing v9fs 9p2000 file system ' 'support\n' '[ 0.153464] Key type asymmetric registered\n' "[ 0.153483] Asymmetric key parser 'x509' " 'registered\n' '[ 0.153594] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 245)\n' '[ 0.153601] io scheduler mq-deadline registered\n' '[ 0.153607] io scheduler kyber registered\n' '[ 0.168859] EINJ: ACPI disabled.\n' '[ 0.198173] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 0.201929] SuperH (H)SCI(F) driver initialized\n' '[ 0.202621] msm_serial: driver initialized\n' '[ 0.204945] cacheinfo: Unable to detect cache ' 'hierarchy for CPU 0\n' '[ 0.211044] loop: module loaded\n' '[ 0.212318] megasas: 07.719.03.00-rc1\n' '[ 0.220411] tun: Universal TUN/TAP device driver, ' '1.6\n' '[ 0.221610] thunder_xcv, ver 1.0\n' '[ 0.221669] thunder_bgx, ver 1.0\n' '[ 0.221709] nicpf, ver 1.0\n' '[ 0.223367] hns3: Hisilicon Ethernet Network ' 'Driver for Hip08 Family - version\n' '[ 0.223376] hns3: Copyright (c) 2017 Huawei ' 'Corporation.\n' '[ 0.223448] hclge is initializing\n' '[ 0.223472] e1000: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.223476] e1000: Copyright (c) 1999-2006 Intel ' 'Corporation.\n' '[ 0.223529] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.223532] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 0.223575] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 0.223579] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 0.223626] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 0.223631] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 0.224050] sky2: driver version 1.30\n' '[ 0.225503] VFIO - User Level meta-driver version: ' '0.3\n' '[ 0.229947] usbcore: registered new interface ' 'driver usb-storage\n' '[ 0.232949] sun6i-rtc 7000000.rtc: registered as ' 'rtc0\n' '[ 0.232988] sun6i-rtc 7000000.rtc: setting system ' 'clock to 2025-04-22T19:07:34 UTC (1745348854)\n' '[ 0.233107] sun6i-rtc 7000000.rtc: RTC enabled\n' '[ 0.233646] i2c_dev: i2c /dev entries driver\n' '[ 0.242757] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 0.242769] sdhci: Copyright(c) Pierre Ossman\n' '[ 0.243845] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 0.245248] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 0.248022] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 0.251205] usbcore: registered new interface ' 'driver usbhid\n' '[ 0.251219] usbhid: USB HID core driver\n' '[ 0.261052] netem: version 1.3\n' '[ 0.261177] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 0.261696] IPv4 over IPsec tunneling driver\n' '[ 0.262592] NET: Registered PF_INET6 protocol ' 'family\n' '[ 0.264137] Segment Routing with IPv6\n' '[ 0.264184] In-situ OAM (IOAM) with IPv6\n' '[ 0.264805] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 0.265812] NET: Registered PF_PACKET protocol ' 'family\n' '[ 0.265867] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 0.266108] 8021q: 802.1Q VLAN Support v1.8\n' '[ 0.266242] 9pnet: Installing 9P2000 support\n' '[ 0.266318] Key type dns_resolver registered\n' '[ 0.266749] registered taskstats version 1\n' '[ 0.266777] Loading compiled-in X.509 ' 'certificates\n' '[ 0.285687] /soc/tcon-top@6510000: Fixed ' 'dependency cycle(s) with ' '/soc/bus@1000000/mixer@100000\n' '[ 0.285817] /soc/bus@1000000/mixer@100000: Fixed ' 'dependency cycle(s) with /soc/tcon-top@6510000\n' '[ 0.293055] sun50i-h6-r-pinctrl 7022000.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 0.309263] sun50i-h6-r-pinctrl 7022000.pinctrl: ' 'supply vcc-pl not found, using dummy regulator\n' '[ 0.310498] axp20x-i2c 0-0036: AXP20x variant ' 'AXP806 found\n' '[ 0.311224] axp20x-i2c 0-0036: mask_invert=true is ' 'deprecated; please switch to unmask_base\n' '[ 0.318625] vdd-sys: Bringing 900000uV into ' '960000-960000uV\n' '[ 0.320820] vcc-ac200: Bringing 700000uV into ' '3300000-3300000uV\n' '[ 0.321803] vcc-3v3-1: Bringing 700000uV into ' '3300000-3300000uV\n' '[ 0.324725] vcc-dcxoio: Bringing 700000uV into ' '1800000-1800000uV\n' '[ 0.327180] vcc-wifi-1: Bringing 700000uV into ' '3300000-3300000uV\n' '[ 0.328164] vcc-wifi-2: Bringing 700000uV into ' '3300000-3300000uV\n' '[ 0.328903] axp20x-i2c 0-0036: AXP20X driver ' 'loaded\n' '[ 0.349723] sun50i-h6-pinctrl 300b000.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 0.351790] sun50i-h6-pinctrl 300b000.pinctrl: ' 'supply vcc-ph not found, using dummy regulator\n' '[ 0.352462] printk: console [ttyS0] disabled\n' '[ 0.372912] 5000000.serial: ttyS0 at MMIO ' '0x5000000 (irq = 234, base_baud = 1500000) is a ' '16550A\n' '[ 1.450284] Freeing initrd memory: 22300K\n' '[ 1.453854] printk: console [ttyS0] enabled\n' '[ 1.950952] ehci-platform 5101000.usb: EHCI Host ' 'Controller\n' '[ 1.950978] ehci-platform 5311000.usb: EHCI Host ' 'Controller\n' '[ 1.950995] ohci-platform 5311400.usb: Generic ' 'Platform OHCI controller\n' '[ 1.951013] sun50i-h6-pinctrl 300b000.pinctrl: ' 'supply vcc-pf not found, using dummy regulator\n' '[ 1.951031] ohci-platform 5311400.usb: new USB bus ' 'registered, assigned bus number 1\n' '[ 1.951201] ohci-platform 5311400.usb: irq 238, io ' 'mem 0x05311400\n' '[ 1.952840] clk: Disabling unused clocks\n' '[ 1.952913] sunxi-mmc 4020000.mmc: Got CD GPIO\n' '[ 1.953030] ALSA device list:\n' '[ 1.953036] No soundcards found.\n' '[ 1.956587] ehci-platform 5101000.usb: new USB bus ' 'registered, assigned bus number 2\n' '[ 1.962186] ehci-platform 5311000.usb: new USB bus ' 'registered, assigned bus number 3\n' '[ 1.968885] ehci-platform 5101000.usb: irq 235, io ' 'mem 0x05101000\n' '[ 1.977373] ehci-platform 5311000.usb: irq 236, io ' 'mem 0x05311000\n' '[ 1.977785] sunxi-mmc 4022000.mmc: initialized, ' 'max. request size: 2048 KB, uses new timings mode\n' '[ 1.977969] sunxi-mmc 4020000.mmc: initialized, ' 'max. request size: 16384 KB, uses new timings mode\n' '[ 1.998886] ehci-platform 5101000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 2.014892] ehci-platform 5311000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 2.019563] hub 1-0:1.0: USB hub found\n' '[ 2.019594] hub 1-0:1.0: 1 port detected\n' '[ 2.021869] hub 2-0:1.0: USB hub found\n' '[ 2.074956] hub 2-0:1.0: 1 port detected\n' '[ 2.079866] hub 3-0:1.0: USB hub found\n' '[ 2.083666] hub 3-0:1.0: 1 port detected\n' '[ 2.174914] ohci-platform 5101400.usb: Generic ' 'Platform OHCI controller\n' '[ 2.181558] ohci-platform 5101400.usb: new USB bus ' 'registered, assigned bus number 4\n' '[ 2.189414] ohci-platform 5101400.usb: irq 237, io ' 'mem 0x05101400\n' '[ 2.259445] hub 4-0:1.0: USB hub found\n' '[ 2.263256] hub 4-0:1.0: 1 port detected\n' '[ 2.270997] Freeing unused kernel memory: 7616K\n' '[ 2.275701] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: [ 2.342978] usb 3-1: new ' 'high-speed USB device number 2 using ehci-platform\n' 'OK\n' 'Populating /dev using udev: [ 2.362471] ' 'udevd[157]: starting version 3.2.9\n' '[ 4.382878] random: crng init done\n' "[ 4.392259] udevd[157]: specified user 'tss' " 'unknown\n' "[ 4.397344] udevd[157]: specified group 'tss' " 'unknown\n' '[ 4.404274] udevd[158]: starting eudev-3.2.9\n' "[ 4.415367] udevd[158]: specified user 'tss' " 'unknown\n' "[ 4.420518] udevd[158]: specified group 'tss' " 'unknown\n' '[ 5.187358] ax88179_178a 3-1:1.0 eth0: register ' "'ax88179_178a' at usb-5311000.usb-1, ASIX AX88179 USB " '3.0 Gigabit Ethernet, 8c:ae:4c:e1:49:ac\n' '[ 5.200200] usbcore: registered new interface ' 'driver ax88179_178a\n' '[ 5.237417] sun8i-ce 1904000.crypto: Set mod clock ' 'to 300000000 (300 Mhz) from 24000000 (24 Mhz)\n' '[ 5.246264] mc: Linux media interface: v0.10\n' '[ 5.251213] sun8i-ce 1904000.crypto: will run ' 'requests pump with realtime priority\n' '[ 5.270771] panfrost 1800000.gpu: clock rate = ' '432000000\n' '[ 5.272294] videodev: Linux video capture ' 'interface: v2.00\n' '[ 5.295243] sun8i-ce 1904000.crypto: will run ' 'requests pump with realtime priority\n' '[ 5.300732] panfrost 1800000.gpu: bus_clock rate = ' '100000000\n' '[ 5.308805] sun8i-ce 1904000.crypto: will run ' 'requests pump with realtime priority\n' '[ 5.310387] panfrost 1800000.gpu: mali-t720 id ' '0x720 major 0x1 minor 0x1 status 0x0\n' '[ 5.325679] panfrost 1800000.gpu: features: ' '00000000,00000408, issues: 00000000,21054400\n' '[ 5.334066] sun8i-ce 1904000.crypto: will run ' 'requests pump with realtime priority\n' '[ 5.341846] sun8i-ce 1904000.crypto: Register ' 'cbc(aes)\n' '[ 5.348419] panfrost 1800000.gpu: Features: ' 'L2:0x07110206 Shader:0x00000000 Tiler:0x00000809 ' 'Mem:0x1 MMU:0x00002821 AS:0xf JS:0x7\n' '[ 5.348524] sun8i-ce 1904000.crypto: Register ' 'ecb(aes)\n' '[ 5.368942] usb_phy_generic ' 'usb_phy_generic.1.auto: supply vcc not found, using ' 'dummy regulator\n' '[ 5.377269] panfrost 1800000.gpu: ' 'shader_present=0x3 l2_present=0x1\n' '[ 5.379356] usb_phy_generic ' 'usb_phy_generic.1.auto: dummy supplies not allowed ' 'for exclusive requests\n' '[ 5.394354] sun8i-ce 1904000.crypto: Register ' 'cbc(des3_ede)\n' '[ 5.398367] musb-hdrc musb-hdrc.2.auto: MUSB HDRC ' 'host driver\n' '[ 5.402645] sun8i-ce 1904000.crypto: Register ' 'ecb(des3_ede)\n' '[ 5.407345] musb-hdrc musb-hdrc.2.auto: new USB ' 'bus registered, assigned bus number 5\n' '[ 5.419332] sun8i-ce 1904000.crypto: CryptoEngine ' 'Die ID 0\n' '[ 5.420688] hub 5-0:1.0: USB hub found\n' '[ 5.426347] dwmac-sun8i 5020000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 5.430945] hub 5-0:1.0: 1 port detected\n' '[ 5.435179] dwmac-sun8i 5020000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 5.436877] [drm] Initialized panfrost 1.2.0 ' '20180908 for 1800000.gpu on minor 0\n' '[ 5.451055] sunxi-wdt 7020400.watchdog: Watchdog ' 'enabled (timeout=16 sec, nowayout=0)\n' '[ 5.452851] dwmac-sun8i 5020000.ethernet: PTP uses ' 'main clock\n' '[ 5.453689] Registered IR keymap rc-empty\n' '[ 5.453789] rc rc0: sunxi-ir as ' '/devices/platform/soc/7040000.ir/rc/rc0\n' '[ 5.453926] input: sunxi-ir as ' '/devices/platform/soc/7040000.ir/rc/rc0/input0\n' '[ 5.460916] sunxi-ir 7040000.ir: initialized sunXi ' 'IR driver\n' '[ 5.466099] dwmac-sun8i 5020000.ethernet: Current ' 'syscon value is not the default 58000 (expect 50000)\n' '[ 5.607174] dwmac-sun8i 5020000.ethernet: No HW ' 'DMA feature register supported\n' '[ 5.614431] dwmac-sun8i 5020000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 5.621666] dwmac-sun8i 5020000.ethernet: COE Type ' '2\n' '[ 5.626638] dwmac-sun8i 5020000.ethernet: TX ' 'Checksum insertion supported\n' '[ 5.633432] dwmac-sun8i 5020000.ethernet: Normal ' 'descriptors\n' '[ 5.639097] dwmac-sun8i 5020000.ethernet: Chain ' 'mode enabled\n' '[ 5.645578] mdio_bus stmmac-0: MDIO device at ' 'address 1 is missing.\n' '[ 5.753085] dwmac-sun8i 5020000.ethernet: EMAC ' 'reset timeout\n' '[ 5.758772] dwmac-sun8i 5020000.ethernet eth1: ' 'stmmac_dvr_remove: removing driver\n' '[ 5.787384] dwmac-sun8i: probe of 5020000.ethernet ' 'failed with error -110\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-18447606/environment\n' '/ # /lava-18447606/bin/lava-test-runner ' '/lava-18447606/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-18447606[ 6.492518] ' '\n' '/0/tests/0_dmesg[ 6.498839] \n' '+ cat uuid\n' '+ UUID=18447606_1.1.4.1\n' '+ set +x\n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ #\n'} 04/22/2025 07:07:29 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:07:43 PM UTC [INFO] Processing event node: 6807e16d1b4012cda6bf8316 04/22/2025 07:07:44 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807e16d1b4012cda6bf8316 04/22/2025 07:07:44 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807e1201b4012cda6bf82fc', 'id': 'maestro:6807e16d1b4012cda6bf8316', 'origin': 'maestro', 'comment': 'staging-stable-20250422.5', 'start_time': '2025-04-22T18:35:25.129000+00:00', 'architecture': 'arm', 'compiler': 'gcc-12', 'config_name': 'imx_v6_v7_defconfig', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807e16d1b4012cda6bf8316-kbuild-gcc-12-arm-imx-v6-3hf6ylro', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'zimage', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e16d1b4012cda6bf8316'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/fragments/0.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-imx_v6_v7_defconfig-6807e16d1b4012cda6bf8316/build.log.gz', 'log_excerpt': '\n' ' INSTALL _dtbs_/imx6q-udoo.dtb\n' ' INSTALL _dtbs_/imx6q-utilite-pro.dtb\n' ' INSTALL _dtbs_/imx6q-var-dt6customboard.dtb\n' ' INSTALL _dtbs_/imx6q-vicut1.dtb\n' ' INSTALL _dtbs_/imx6q-wandboard.dtb\n' ' INSTALL _dtbs_/imx6q-wandboard-revb1.dtb\n' ' INSTALL _dtbs_/imx6q-wandboard-revd1.dtb\n' ' INSTALL _dtbs_/imx6q-yapp4-crux.dtb\n' ' INSTALL _dtbs_/imx6q-zii-rdu2.dtb\n' ' INSTALL _dtbs_/imx6qp-mba6b.dtb\n' ' INSTALL _dtbs_/imx6qp-nitrogen6_max.dtb\n' ' INSTALL _dtbs_/imx6qp-nitrogen6_som2.dtb\n' ' INSTALL _dtbs_/imx6qp-phytec-mira-rdk-nand.dtb\n' ' INSTALL _dtbs_/imx6qp-prtwd3.dtb\n' ' INSTALL _dtbs_/imx6qp-sabreauto.dtb\n' ' INSTALL _dtbs_/imx6qp-sabresd.dtb\n' ' INSTALL _dtbs_/imx6qp-tx6qp-8037.dtb\n' ' INSTALL _dtbs_/imx6qp-tx6qp-8037-mb7.dtb\n' ' INSTALL _dtbs_/imx6qp-tx6qp-8137.dtb\n' ' INSTALL _dtbs_/imx6qp-tx6qp-8137-mb7.dtb\n' ' INSTALL _dtbs_/imx6qp-vicutp.dtb\n' ' INSTALL _dtbs_/imx6qp-wandboard-revd1.dtb\n' ' INSTALL _dtbs_/imx6qp-yapp4-crux-plus.dtb\n' ' INSTALL _dtbs_/imx6qp-zii-rdu2.dtb\n' ' INSTALL _dtbs_/imx6s-dhcom-drc02.dtb\n' ' INSTALL _dtbs_/imx6sl-evk.dtb\n' ' INSTALL _dtbs_/imx6sl-tolino-shine2hd.dtb\n' ' INSTALL _dtbs_/imx6sl-tolino-shine3.dtb\n' ' INSTALL _dtbs_/imx6sl-tolino-vision5.dtb\n' ' INSTALL _dtbs_/imx6sl-warp.dtb\n' ' INSTALL _dtbs_/imx6sll-evk.dtb\n' ' INSTALL _dtbs_/imx6sll-kobo-clarahd.dtb\n' ' INSTALL _dtbs_/imx6sll-kobo-librah2o.dtb\n' ' INSTALL _dtbs_/imx6sx-nitrogen6sx.dtb\n' ' INSTALL _dtbs_/imx6sx-sabreauto.dtb\n' ' INSTALL _dtbs_/imx6sx-sdb-reva.dtb\n' ' INSTALL _dtbs_/imx6sx-sdb-sai.dtb\n' ' INSTALL _dtbs_/imx6sx-sdb.dtb\n' ' INSTALL _dtbs_/imx6sx-sdb-mqs.dtb\n' ' INSTALL _dtbs_/imx6sx-softing-vining-2000.dtb\n' ' INSTALL _dtbs_/imx6sx-udoo-neo-basic.dtb\n' ' INSTALL _dtbs_/imx6sx-udoo-neo-extended.dtb\n' ' INSTALL _dtbs_/imx6sx-udoo-neo-full.dtb\n' ' INSTALL _dtbs_/imx6ul-14x14-evk.dtb\n' ' INSTALL _dtbs_/imx6ul-ccimx6ulsbcexpress.dtb\n' ' INSTALL _dtbs_/imx6ul-ccimx6ulsbcpro.dtb\n' ' INSTALL _dtbs_/imx6ul-geam.dtb\n' ' INSTALL _dtbs_/imx6ul-isiot-emmc.dtb\n' ' INSTALL _dtbs_/imx6ul-isiot-nand.dtb\n' ' INSTALL _dtbs_/imx6ul-kontron-bl.dtb\n' ' INSTALL _dtbs_/imx6ul-kontron-bl-43.dtb\n' ' INSTALL _dtbs_/imx6ul-liteboard.dtb\n' ' INSTALL _dtbs_/imx6ul-tqma6ul1-mba6ulx.dtb\n' ' INSTALL _dtbs_/imx6ul-tqma6ul2-mba6ulx.dtb\n' ' INSTALL _dtbs_/imx6ul-tqma6ul2l-mba6ulx.dtb\n' ' INSTALL _dtbs_/imx6ul-opos6uldev.dtb\n' ' INSTALL _dtbs_/imx6ul-pico-dwarf.dtb\n' ' INSTALL _dtbs_/imx6ul-pico-hobbit.dtb\n' ' INSTALL _dtbs_/imx6ul-pico-pi.dtb\n' ' INSTALL _dtbs_/imx6ul-phytec-segin-ff-rdk-emmc.dtb\n' ' INSTALL _dtbs_/imx6ul-phytec-segin-ff-rdk-nand.dtb\n' ' INSTALL _dtbs_/imx6ul-prti6g.dtb\n' ' INSTALL _dtbs_/imx6ul-tx6ul-0010.dtb\n' ' INSTALL _dtbs_/imx6ul-tx6ul-0011.dtb\n' ' INSTALL _dtbs_/imx6ul-tx6ul-mainboard.dtb\n' ' INSTALL _dtbs_/imx6ull-14x14-evk.dtb\n' ' INSTALL _dtbs_/imx6ull-colibri-aster.dtb\n' ' INSTALL _dtbs_/imx6ull-colibri-emmc-aster.dtb\n' ' INSTALL _dtbs_/imx6ull-colibri-emmc-eval-v3.dtb\n' ' INSTALL _dtbs_/imx6ull-colibri-emmc-iris.dtb\n' ' INSTALL _dtbs_/imx6ull-colibri-emmc-iris-v2.dtb\n' ' INSTALL _dtbs_/imx6ull-colibri-eval-v3.dtb\n' ' INSTALL _dtbs_/imx6ull-colibri-iris.dtb\n' ' INSTALL _dtbs_/imx6ull-colibri-iris-v2.dtb\n' ' INSTALL _dtbs_/imx6ull-colibri-wifi-aster.dtb\n' ' INSTALL _dtbs_/imx6ull-colibri-wifi-eval-v3.dtb\n' ' INSTALL _dtbs_/imx6ull-colibri-wifi-iris.dtb\n' ' INSTALL _dtbs_/imx6ull-colibri-wifi-iris-v2.dtb\n' ' INSTALL _dtbs_/imx6ull-jozacp.dtb\n' ' INSTALL _dtbs_/imx6ull-kontron-bl.dtb\n' ' INSTALL _dtbs_/imx6ull-myir-mys-6ulx-eval.dtb\n' ' INSTALL _dtbs_/imx6ull-opos6uldev.dtb\n' ' INSTALL ' '_dtbs_/imx6ull-phytec-segin-ff-rdk-nand.dtb\n' ' INSTALL ' '_dtbs_/imx6ull-phytec-segin-ff-rdk-emmc.dtb\n' ' INSTALL ' '_dtbs_/imx6ull-phytec-segin-lc-rdk-nand.dtb\n' ' INSTALL _dtbs_/imx6ull-phytec-tauri-emmc.dtb\n' ' INSTALL _dtbs_/imx6ull-phytec-tauri-nand.dtb\n' ' INSTALL _dtbs_/imx6ull-tqma6ull2-mba6ulx.dtb\n' ' INSTALL _dtbs_/imx6ull-tqma6ull2l-mba6ulx.dtb\n' ' INSTALL _dtbs_/imx6ulz-14x14-evk.dtb\n' ' INSTALL _dtbs_/imx6ulz-bsh-smm-m2.dtb\n' ' INSTALL _dtbs_/imx7d-cl-som-imx7.dtb\n' ' INSTALL _dtbs_/imx7d-colibri-aster.dtb\n' ' INSTALL _dtbs_/imx7d-colibri-emmc-aster.dtb\n' ' INSTALL _dtbs_/imx7d-colibri-emmc-iris.dtb\n' ' INSTALL _dtbs_/imx7d-colibri-emmc-iris-v2.dtb\n' ' INSTALL _dtbs_/imx7d-colibri-emmc-eval-v3.dtb\n' ' INSTALL _dtbs_/imx7d-colibri-eval-v3.dtb\n' ' INSTALL _dtbs_/imx7d-colibri-iris.dtb\n' ' INSTALL _dtbs_/imx7d-colibri-iris-v2.dtb\n' ' INSTALL _dtbs_/imx7d-flex-concentrator.dtb\n' ' INSTALL _dtbs_/imx7d-flex-concentrator-mfg.dtb\n' ' INSTALL _dtbs_/imx7d-mba7.dtb\n' ' INSTALL _dtbs_/imx7d-meerkat96.dtb\n' ' INSTALL _dtbs_/imx7d-nitrogen7.dtb\n' ' INSTALL _dtbs_/imx7d-pico-dwarf.dtb\n' ' INSTALL _dtbs_/imx7d-pico-hobbit.dtb\n' ' INSTALL _dtbs_/imx7d-pico-nymph.dtb\n' ' INSTALL _dtbs_/imx7d-pico-pi.dtb\n' ' INSTALL _dtbs_/imx7d-remarkable2.dtb\n' ' INSTALL _dtbs_/imx7d-sbc-imx7.dtb\n' ' INSTALL _dtbs_/imx7d-sdb.dtb\n' ' INSTALL _dtbs_/imx7d-sdb-reva.dtb\n' ' INSTALL _dtbs_/imx7d-sdb-sht11.dtb\n' ' INSTALL _dtbs_/imx7d-smegw01.dtb\n' ' INSTALL _dtbs_/imx7d-zii-rmu2.dtb\n' ' INSTALL _dtbs_/imx7d-zii-rpu2.dtb\n' ' INSTALL _dtbs_/imx7s-colibri-aster.dtb\n' ' INSTALL _dtbs_/imx7s-colibri-eval-v3.dtb\n' ' INSTALL _dtbs_/imx7s-colibri-iris.dtb\n' ' INSTALL _dtbs_/imx7s-colibri-iris-v2.dtb\n' ' INSTALL _dtbs_/imx7s-mba7.dtb\n' ' INSTALL _dtbs_/imx7s-warp.dtb\n' ' INSTALL _dtbs_/imx7ulp-com.dtb\n' ' INSTALL _dtbs_/imx7ulp-evk.dtb\n' ' INSTALL _dtbs_/vf500-colibri-eval-v3.dtb\n' ' INSTALL _dtbs_/vf610-bk4.dtb\n' ' INSTALL _dtbs_/vf610-colibri-eval-v3.dtb\n' ' INSTALL _dtbs_/vf610m4-colibri.dtb\n' ' INSTALL _dtbs_/vf610-cosmic.dtb\n' ' INSTALL _dtbs_/vf610m4-cosmic.dtb\n' ' INSTALL _dtbs_/vf610-twr.dtb\n' ' INSTALL _dtbs_/vf610-zii-cfu1.dtb\n' ' INSTALL _dtbs_/vf610-zii-dev-rev-b.dtb\n' ' INSTALL _dtbs_/vf610-zii-dev-rev-c.dtb\n' ' INSTALL _dtbs_/vf610-zii-scu4-aib.dtb\n' ' INSTALL _dtbs_/vf610-zii-spb4.dtb\n' ' INSTALL _dtbs_/vf610-zii-ssmb-dtu.dtb\n' ' INSTALL _dtbs_/vf610-zii-ssmb-spu3.dtb\n' '+ mkdir -p /tmp/kci/artifacts/dtbs\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp -r _dtbs_/imx31-bug.dtb _dtbs_/imx31-lite.dtb ' '_dtbs_/imx35-eukrea-mbimxsd35-baseboard.dtb ' '_dtbs_/imx35-pdk.dtb _dtbs_/imx50-evk.dtb ' '_dtbs_/imx50-kobo-aura.dtb _dtbs_/imx51-apf51.dtb ' '_dtbs_/imx51-apf51dev.dtb _dtbs_/imx51-babbage.dtb ' '_dtbs_/imx51-digi-connectcore-jsk.dtb ' '_dtbs_/imx51-eukrea-mbimxsd51-baseboard.dtb ' '_dtbs_/imx51-ts4800.dtb _dtbs_/imx51-zii-rdu1.dtb ' '_dtbs_/imx51-zii-scu2-mezz.dtb ' '_dtbs_/imx51-zii-scu3-esb.dtb _dtbs_/imx53-ard.dtb ' '_dtbs_/imx53-cx9020.dtb _dtbs_/imx53-kp-ddc.dtb ' '_dtbs_/imx53-kp-hsc.dtb _dtbs_/imx53-m53evk.dtb ' '_dtbs_/imx53-m53menlo.dtb _dtbs_/imx53-mba53.dtb ' '_dtbs_/imx53-ppd.dtb _dtbs_/imx53-qsb.dtb ' '_dtbs_/imx53-qsrb.dtb _dtbs_/imx53-smd.dtb ' '_dtbs_/imx53-tx53-x03x.dtb _dtbs_/imx53-tx53-x13x.dtb ' '_dtbs_/imx53-usbarmory.dtb ' '_dtbs_/imx53-voipac-bsb.dtb _dtbs_/imx6dl-alti6p.dtb ' '_dtbs_/imx6dl-apf6dev.dtb ' '_dtbs_/imx6dl-aristainetos2_4.dtb ' '_dtbs_/imx6dl-aristainetos2_7.dtb ' '_dtbs_/imx6dl-aristainetos_4.dtb ' '_dtbs_/imx6dl-aristainetos_7.dtb ' '_dtbs_/imx6dl-b105pv2.dtb _dtbs_/imx6dl-b105v2.dtb ' '_dtbs_/imx6dl-b125pv2.dtb _dtbs_/imx6dl-b125v2.dtb ' '_dtbs_/imx6dl-b155v2.dtb ' '_dtbs_/imx6dl-colibri-aster.dtb ' '_dtbs_/imx6dl-colibri-eval-v3.dtb ' '_dtbs_/imx6dl-colibri-iris-v2.dtb ' '_dtbs_/imx6dl-colibri-iris.dtb ' '_dtbs_/imx6dl-cubox-i-emmc-som-v15.dtb ' '_dtbs_/imx6dl-cubox-i-som-v15.dtb ' '_dtbs_/imx6dl-cubox-i.dtb ' '_dtbs_/imx6dl-dfi-fs700-m60.dtb ' '_dtbs_/imx6dl-dhcom-picoitx.dtb ' '_dtbs_/imx6dl-eckelmann-ci4x10.dtb ' '_dtbs_/imx6dl-emcon-avari.dtb ' '_dtbs_/imx6dl-gw51xx.dtb _dtbs_/imx6dl-gw52xx.dtb ' '_dtbs_/imx6dl-gw53xx.dtb _dtbs_/imx6dl-gw54xx.dtb ' '_dtbs_/imx6dl-gw551x.dtb _dtbs_/imx6dl-gw552x.dtb ' '_dtbs_/imx6dl-gw553x.dtb _dtbs_/imx6dl-gw560x.dtb ' '_dtbs_/imx6dl-gw5903.dtb _dtbs_/imx6dl-gw5904.dtb ' '_dtbs_/imx6dl-gw5907.dtb _dtbs_/imx6dl-gw5910.dtb ' '_dtbs_/imx6dl-gw5912.dtb _dtbs_/imx6dl-gw5913.dtb ' '_dtbs_/imx6dl-hummingboard-emmc-som-v15.dtb ' '_dtbs_/imx6dl-hummingboard-som-v15.dtb ' '_dtbs_/imx6dl-hummingboard.dtb ' '_dtbs_/imx6dl-hummingboard2-emmc-som-v15.dtb ' '_dtbs_/imx6dl-hummingboard2-som-v15.dtb ' '_dtbs_/imx6dl-hummingboard2.dtb ' '_dtbs_/imx6dl-icore-mipi.dtb ' '_dtbs_/imx6dl-icore-rqs.dtb _dtbs_/imx6dl-icore.dtb ' '_dtbs_/imx6dl-lanmcu.dtb _dtbs_/imx6dl-mamoj.dtb ' '_dtbs_/imx6dl-mba6a.dtb _dtbs_/imx6dl-mba6b.dtb ' '_dtbs_/imx6dl-nit6xlite.dtb ' '_dtbs_/imx6dl-nitrogen6x.dtb ' '_dtbs_/imx6dl-phytec-mira-rdk-nand.dtb ' '_dtbs_/imx6dl-phytec-pbab01.dtb ' '_dtbs_/imx6dl-pico-dwarf.dtb ' '_dtbs_/imx6dl-pico-hobbit.dtb ' '_dtbs_/imx6dl-pico-nymph.dtb ' '_dtbs_/imx6dl-pico-pi.dtb _dtbs_/imx6dl-plybas.dtb ' '_dtbs_/imx6dl-plym2m.dtb _dtbs_/imx6dl-prtmvt.dtb ' '_dtbs_/imx6dl-prtrvt.dtb _dtbs_/imx6dl-prtvt7.dtb ' '_dtbs_/imx6dl-rex-basic.dtb ' '_dtbs_/imx6dl-riotboard.dtb ' '_dtbs_/imx6dl-sabreauto.dtb ' '_dtbs_/imx6dl-sabrelite.dtb _dtbs_/imx6dl-sabresd.dtb ' '_dtbs_/imx6dl-savageboard.dtb ' '_dtbs_/imx6dl-skov-revc-lt2.dtb ' '_dtbs_/imx6dl-skov-revc-lt6.dtb ' '_dtbs_/imx6dl-solidsense.dtb _dtbs_/imx6dl-ts4900.dtb ' '_dtbs_/imx6dl-ts7970.dtb ' '_dtbs_/imx6dl-tx6dl-comtft.dtb ' '_dtbs_/imx6dl-tx6s-8034-mb7.dtb ' '_dtbs_/imx6dl-tx6s-8034.dtb ' '_dtbs_/imx6dl-tx6s-8035-mb7.dtb ' '_dtbs_/imx6dl-tx6s-8035.dtb ' '_dtbs_/imx6dl-tx6u-801x.dtb ' '_dtbs_/imx6dl-tx6u-8033-mb7.dtb ' '_dtbs_/imx6dl-tx6u-8033.dtb ' '_dtbs_/imx6dl-tx6u-80xx-mb7.dtb ' '_dtbs_/imx6dl-tx6u-811x.dtb ' '_dtbs_/imx6dl-tx6u-81xx-mb7.dtb ' '_dtbs_/imx6dl-udoo.dtb _dtbs_/imx6dl-victgo.dtb ' '_dtbs_/imx6dl-vicut1.dtb ' '_dtbs_/imx6dl-wandboard-revb1.dtb ' '_dtbs_/imx6dl-wandboard-revd1.dtb ' '_dtbs_/imx6dl-wandboard.dtb ' '_dtbs_/imx6dl-yapp4-draco.dtb ' '_dtbs_/imx6dl-yapp4-hydra.dtb ' '_dtbs_/imx6dl-yapp4-orion.dtb ' '_dtbs_/imx6dl-yapp4-ursa.dtb ' '_dtbs_/imx6q-apalis-eval.dtb ' '_dtbs_/imx6q-apalis-ixora-v1.1.dtb ' '_dtbs_/imx6q-apalis-ixora-v1.2.dtb ' '_dtbs_/imx6q-apalis-ixora.dtb ' '_dtbs_/imx6q-apf6dev.dtb _dtbs_/imx6q-arm2.dtb ' '_dtbs_/imx6q-b450v3.dtb _dtbs_/imx6q-b650v3.dtb ' '_dtbs_/imx6q-b850v3.dtb _dtbs_/imx6q-bosch-acc.dtb ' '_dtbs_/imx6q-cm-fx6.dtb ' '_dtbs_/imx6q-cubox-i-emmc-som-v15.dtb ' '_dtbs_/imx6q-cubox-i-som-v15.dtb ' '_dtbs_/imx6q-cubox-i.dtb ' '_dtbs_/imx6q-dfi-fs700-m60.dtb ' '_dtbs_/imx6q-dhcom-pdk2.dtb ' '_dtbs_/imx6q-display5-tianma-tm070-1280x768.dtb ' '_dtbs_/imx6q-dmo-edmqmx6.dtb ' '_dtbs_/imx6q-dms-ba16.dtb _dtbs_/imx6q-ds.dtb ' '_dtbs_/imx6q-emcon-avari.dtb _dtbs_/imx6q-evi.dtb ' '_dtbs_/imx6q-gk802.dtb _dtbs_/imx6q-gw51xx.dtb ' '_dtbs_/imx6q-gw52xx.dtb _dtbs_/imx6q-gw53xx.dtb ' '_dtbs_/imx6q-gw5400-a.dtb _dtbs_/imx6q-gw54xx.dtb ' '_dtbs_/imx6q-gw551x.dtb _dtbs_/imx6q-gw552x.dtb ' '_dtbs_/imx6q-gw553x.dtb _dtbs_/imx6q-gw560x.dtb ' '_dtbs_/imx6q-gw5903.dtb _dtbs_/imx6q-gw5904.dtb ' '_dtbs_/imx6q-gw5907.dtb _dtbs_/imx6q-gw5910.dtb ' '_dtbs_/imx6q-gw5912.dtb _dtbs_/imx6q-gw5913.dtb ' '_dtbs_/imx6q-h100.dtb ' '_dtbs_/imx6q-hummingboard-emmc-som-v15.dtb ' '_dtbs_/imx6q-hummingboard-som-v15.dtb ' '_dtbs_/imx6q-hummingboard.dtb ' '_dtbs_/imx6q-hummingboard2-emmc-som-v15.dtb ' '_dtbs_/imx6q-hummingboard2-som-v15.dtb ' '_dtbs_/imx6q-hummingboard2.dtb ' '_dtbs_/imx6q-icore-mipi.dtb ' '_dtbs_/imx6q-icore-ofcap10.dtb ' '_dtbs_/imx6q-icore-ofcap12.dtb ' '_dtbs_/imx6q-icore-rqs.dtb _dtbs_/imx6q-icore.dtb ' '_dtbs_/imx6q-kp-tpc.dtb _dtbs_/imx6q-logicpd.dtb ' '_dtbs_/imx6q-marsboard.dtb _dtbs_/imx6q-mba6a.dtb ' '_dtbs_/imx6q-mba6b.dtb _dtbs_/imx6q-mccmon6.dtb ' '_dtbs_/imx6q-nitrogen6_max.dtb ' '_dtbs_/imx6q-nitrogen6_som2.dtb ' '_dtbs_/imx6q-nitrogen6x.dtb _dtbs_/imx6q-novena.dtb ' '_dtbs_/imx6q-phytec-mira-rdk-emmc.dtb ' '_dtbs_/imx6q-phytec-mira-rdk-nand.dtb ' '_dtbs_/imx6q-phytec-pbab01.dtb ' '_dtbs_/imx6q-pico-dwarf.dtb ' '_dtbs_/imx6q-pico-hobbit.dtb ' '_dtbs_/imx6q-pico-nymph.dtb _dtbs_/imx6q-pico-pi.dtb ' '_dtbs_/imx6q-pistachio.dtb _dtbs_/imx6q-prti6q.dtb ' '_dtbs_/imx6q-prtwd2.dtb _dtbs_/imx6q-rex-pro.dtb ' '_dtbs_/imx6q-sabreauto.dtb _dtbs_/imx6q-sabrelite.dtb ' '_dtbs_/imx6q-sabresd.dtb _dtbs_/imx6q-savageboard.dtb ' '_dtbs_/imx6q-sbc6x.dtb _dtbs_/imx6q-skov-revc-lt2.dtb ' '_dtbs_/imx6q-skov-revc-lt6.dtb ' '_dtbs_/imx6q-skov-reve-mi1010ait-1cp1.dtb ' '_dtbs_/imx6q-solidsense.dtb _dtbs_/imx6q-tbs2910.dtb ' '_dtbs_/imx6q-ts4900.dtb _dtbs_/imx6q-ts7970.dtb ' '_dtbs_/imx6q-tx6q-1010-comtft.dtb ' '_dtbs_/imx6q-tx6q-1010.dtb ' '_dtbs_/imx6q-tx6q-1020-comtft.dtb ' '_dtbs_/imx6q-tx6q-1020.dtb ' '_dtbs_/imx6q-tx6q-1036-mb7.dtb ' '_dtbs_/imx6q-tx6q-1036.dtb ' '_dtbs_/imx6q-tx6q-10x0-mb7.dtb ' '_dtbs_/imx6q-tx6q-1110.dtb ' '_dtbs_/imx6q-tx6q-11x0-mb7.dtb _dtbs_/imx6q-udoo.dtb ' '_dtbs_/imx6q-utilite-pro.dtb ' '_dtbs_/imx6q-var-dt6customboard.dtb ' '_dtbs_/imx6q-vicut1.dtb ' '_dtbs_/imx6q-wandboard-revb1.dtb ' '_dtbs_/imx6q-wandboard-revd1.dtb ' '_dtbs_/imx6q-wandboard.dtb ' '_dtbs_/imx6q-yapp4-crux.dtb _dtbs_/imx6q-zii-rdu2.dtb ' '_dtbs_/imx6qp-mba6b.dtb ' '_dtbs_/imx6qp-nitrogen6_max.dtb ' '_dtbs_/imx6qp-nitrogen6_som2.dtb ' '_dtbs_/imx6qp-phytec-mira-rdk-nand.dtb ' '_dtbs_/imx6qp-prtwd3.dtb _dtbs_/imx6qp-sabreauto.dtb ' '_dtbs_/imx6qp-sabresd.dtb ' '_dtbs_/imx6qp-tx6qp-8037-mb7.dtb ' '_dtbs_/imx6qp-tx6qp-8037.dtb ' '_dtbs_/imx6qp-tx6qp-8137-mb7.dtb ' '_dtbs_/imx6qp-tx6qp-8137.dtb _dtbs_/imx6qp-vicutp.dtb ' '_dtbs_/imx6qp-wandboard-revd1.dtb ' '_dtbs_/imx6qp-yapp4-crux-plus.dtb ' '_dtbs_/imx6qp-zii-rdu2.dtb ' '_dtbs_/imx6s-dhcom-drc02.dtb _dtbs_/imx6sl-evk.dtb ' '_dtbs_/imx6sl-tolino-shine2hd.dtb ' '_dtbs_/imx6sl-tolino-shine3.dtb ' '_dtbs_/imx6sl-tolino-vision5.dtb ' '_dtbs_/imx6sl-warp.dtb _dtbs_/imx6sll-evk.dtb ' '_dtbs_/imx6sll-kobo-clarahd.dtb ' '_dtbs_/imx6sll-kobo-librah2o.dtb ' '_dtbs_/imx6sx-nitrogen6sx.dtb ' '_dtbs_/imx6sx-sabreauto.dtb _dtbs_/imx6sx-sdb-mqs.dtb ' '_dtbs_/imx6sx-sdb-reva.dtb _dtbs_/imx6sx-sdb-sai.dtb ' '_dtbs_/imx6sx-sdb.dtb ' '_dtbs_/imx6sx-softing-vining-2000.dtb ' '_dtbs_/imx6sx-udoo-neo-basic.dtb ' '_dtbs_/imx6sx-udoo-neo-extended.dtb ' '_dtbs_/imx6sx-udoo-neo-full.dtb ' '_dtbs_/imx6ul-14x14-evk.dtb ' '_dtbs_/imx6ul-ccimx6ulsbcexpress.dtb ' '_dtbs_/imx6ul-ccimx6ulsbcpro.dtb ' '_dtbs_/imx6ul-geam.dtb _dtbs_/imx6ul-isiot-emmc.dtb ' '_dtbs_/imx6ul-isiot-nand.dtb ' '_dtbs_/imx6ul-kontron-bl-43.dtb ' '_dtbs_/imx6ul-kontron-bl.dtb ' '_dtbs_/imx6ul-liteboard.dtb ' '_dtbs_/imx6ul-opos6uldev.dtb ' '_dtbs_/imx6ul-phytec-segin-ff-rdk-emmc.dtb ' '_dtbs_/imx6ul-phytec-segin-ff-rdk-nand.dtb ' '_dtbs_/imx6ul-pico-dwarf.dtb ' '_dtbs_/imx6ul-pico-hobbit.dtb ' '_dtbs_/imx6ul-pico-pi.dtb _dtbs_/imx6ul-prti6g.dtb ' '_dtbs_/imx6ul-tqma6ul1-mba6ulx.dtb ' '_dtbs_/imx6ul-tqma6ul2-mba6ulx.dtb ' '_dtbs_/imx6ul-tqma6ul2l-mba6ulx.dtb ' '_dtbs_/imx6ul-tx6ul-0010.dtb ' '_dtbs_/imx6ul-tx6ul-0011.dtb ' '_dtbs_/imx6ul-tx6ul-mainboard.dtb ' '_dtbs_/imx6ull-14x14-evk.dtb ' '_dtbs_/imx6ull-colibri-aster.dtb ' '_dtbs_/imx6ull-colibri-emmc-aster.dtb ' '_dtbs_/imx6ull-colibri-emmc-eval-v3.dtb ' '_dtbs_/imx6ull-colibri-emmc-iris-v2.dtb ' '_dtbs_/imx6ull-colibri-emmc-iris.dtb ' '_dtbs_/imx6ull-colibri-eval-v3.dtb ' '_dtbs_/imx6ull-colibri-iris-v2.dtb ' '_dtbs_/imx6ull-colibri-iris.dtb ' '_dtbs_/imx6ull-colibri-wifi-aster.dtb ' '_dtbs_/imx6ull-colibri-wifi-eval-v3.dtb ' '_dtbs_/imx6ull-colibri-wifi-iris-v2.dtb ' '_dtbs_/imx6ull-colibri-wifi-iris.dtb ' '_dtbs_/imx6ull-jozacp.dtb ' '_dtbs_/imx6ull-kontron-bl.dtb ' '_dtbs_/imx6ull-myir-mys-6ulx-eval.dtb ' '_dtbs_/imx6ull-opos6uldev.dtb ' '_dtbs_/imx6ull-phytec-segin-ff-rdk-emmc.dtb ' '_dtbs_/imx6ull-phytec-segin-ff-rdk-nand.dtb ' '_dtbs_/imx6ull-phytec-segin-lc-rdk-nand.dtb ' '_dtbs_/imx6ull-phytec-tauri-emmc.dtb ' '_dtbs_/imx6ull-phytec-tauri-nand.dtb ' '_dtbs_/imx6ull-tqma6ull2-mba6ulx.dtb ' '_dtbs_/imx6ull-tqma6ull2l-mba6ulx.dtb ' '_dtbs_/imx6ulz-14x14-evk.dtb ' '_dtbs_/imx6ulz-bsh-smm-m2.dtb ' '_dtbs_/imx7d-cl-som-imx7.dtb ' '_dtbs_/imx7d-colibri-aster.dtb ' '_dtbs_/imx7d-colibri-emmc-aster.dtb ' '_dtbs_/imx7d-colibri-emmc-eval-v3.dtb ' '_dtbs_/imx7d-colibri-emmc-iris-v2.dtb ' '_dtbs_/imx7d-colibri-emmc-iris.dtb ' '_dtbs_/imx7d-colibri-eval-v3.dtb ' '_dtbs_/imx7d-colibri-iris-v2.dtb ' '_dtbs_/imx7d-colibri-iris.dtb ' '_dtbs_/imx7d-flex-concentrator-mfg.dtb ' '_dtbs_/imx7d-flex-concentrator.dtb ' '_dtbs_/imx7d-mba7.dtb _dtbs_/imx7d-meerkat96.dtb ' '_dtbs_/imx7d-nitrogen7.dtb ' '_dtbs_/imx7d-pico-dwarf.dtb ' '_dtbs_/imx7d-pico-hobbit.dtb ' '_dtbs_/imx7d-pico-nymph.dtb _dtbs_/imx7d-pico-pi.dtb ' '_dtbs_/imx7d-remarkable2.dtb ' '_dtbs_/imx7d-sbc-imx7.dtb _dtbs_/imx7d-sdb-reva.dtb ' '_dtbs_/imx7d-sdb-sht11.dtb _dtbs_/imx7d-sdb.dtb ' '_dtbs_/imx7d-smegw01.dtb _dtbs_/imx7d-zii-rmu2.dtb ' '_dtbs_/imx7d-zii-rpu2.dtb ' '_dtbs_/imx7s-colibri-aster.dtb ' '_dtbs_/imx7s-colibri-eval-v3.dtb ' '_dtbs_/imx7s-colibri-iris-v2.dtb ' '_dtbs_/imx7s-colibri-iris.dtb _dtbs_/imx7s-mba7.dtb ' '_dtbs_/imx7s-warp.dtb _dtbs_/imx7ulp-com.dtb ' '_dtbs_/imx7ulp-evk.dtb ' '_dtbs_/vf500-colibri-eval-v3.dtb _dtbs_/vf610-bk4.dtb ' '_dtbs_/vf610-colibri-eval-v3.dtb ' '_dtbs_/vf610-cosmic.dtb _dtbs_/vf610-twr.dtb ' '_dtbs_/vf610-zii-cfu1.dtb ' '_dtbs_/vf610-zii-dev-rev-b.dtb ' '_dtbs_/vf610-zii-dev-rev-c.dtb ' '_dtbs_/vf610-zii-scu4-aib.dtb ' '_dtbs_/vf610-zii-spb4.dtb ' '_dtbs_/vf610-zii-ssmb-dtu.dtb ' '_dtbs_/vf610-zii-ssmb-spu3.dtb ' '_dtbs_/vf610m4-colibri.dtb _dtbs_/vf610m4-cosmic.dtb ' '/tmp/kci/artifacts/dtbs\n' '+ cd ..\n' '+ echo job:package_dtbs=done\n' '++ date +%s\n' '+ echo jobets:package_dtbs=1745348791\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:07:44 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:07:54 PM UTC [INFO] Processing event node: 6807e1711b4012cda6bf8319 04/22/2025 07:07:54 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807e1711b4012cda6bf8319 04/22/2025 07:07:54 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807e1201b4012cda6bf82fc', 'id': 'maestro:6807e1711b4012cda6bf8319', 'origin': 'maestro', 'comment': 'staging-stable-20250422.5', 'start_time': '2025-04-22T18:35:29.941000+00:00', 'architecture': 'arm', 'compiler': 'gcc-12', 'config_name': 'multi_v5_defconfig', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807e1711b4012cda6bf8319-kbuild-gcc-12-arm-multi--ib4h7kda', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'zimage', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e1711b4012cda6bf8319'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/fragments/0.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v5_defconfig-6807e1711b4012cda6bf8319/build.log.gz', 'log_excerpt': 'b/modules/6.1.132\n' '+ tar -C _modules_ -cJf ' '/tmp/kci/artifacts/modules.tar.xz .\n' '+ cd ..\n' '+ rm -rf _modules_\n' '+ set -e\n' '+ echo job:package_modules=done\n' '++ date +%s\n' '+ echo jobets:package_modules=1745348512\n' '+ echo -----log:package_kselftest-----\n' '-----log:package_kselftest-----\n' '+ echo job:package_kselftest=running\n' '++ date +%s\n' '+ echo jobsts:package_kselftest=1745348512\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-packages/kselftest.tar.gz ' '/tmp/kci/artifacts/\n' '+ echo job:package_kselftest=done\n' '++ date +%s\n' '+ echo jobets:package_kselftest=1745348512\n' '+ echo -----log:package_dtbs-----\n' '-----log:package_dtbs-----\n' '+ echo job:package_dtbs=running\n' '++ date +%s\n' '+ echo jobsts:package_dtbs=1745348512\n' '+ cd /tmp/kci/linux\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ make dtbs_install\n' ' INSTALL _dtbs_/animeo_ip.dtb\n' ' INSTALL _dtbs_/at91-qil_a9260.dtb\n' ' INSTALL _dtbs_/aks-cdu.dtb\n' ' INSTALL _dtbs_/ethernut5.dtb\n' ' INSTALL _dtbs_/evk-pro3.dtb\n' ' INSTALL _dtbs_/tny_a9260.dtb\n' ' INSTALL _dtbs_/usb_a9260.dtb\n' ' INSTALL _dtbs_/at91sam9260ek.dtb\n' ' INSTALL _dtbs_/at91sam9261ek.dtb\n' ' INSTALL _dtbs_/at91sam9263ek.dtb\n' ' INSTALL _dtbs_/at91-sam9_l9260.dtb\n' ' INSTALL _dtbs_/tny_a9263.dtb\n' ' INSTALL _dtbs_/usb_a9263.dtb\n' ' INSTALL _dtbs_/at91-foxg20.dtb\n' ' INSTALL _dtbs_/at91-kizbox.dtb\n' ' INSTALL _dtbs_/at91-lmu5000.dtb\n' ' INSTALL _dtbs_/at91sam9g20ek.dtb\n' ' INSTALL _dtbs_/at91sam9g20ek_2mmc.dtb\n' ' INSTALL _dtbs_/tny_a9g20.dtb\n' ' INSTALL _dtbs_/usb_a9g20.dtb\n' ' INSTALL _dtbs_/usb_a9g20_lpw.dtb\n' ' INSTALL _dtbs_/at91sam9m10g45ek.dtb\n' ' INSTALL _dtbs_/pm9g45.dtb\n' ' INSTALL _dtbs_/at91sam9n12ek.dtb\n' ' INSTALL _dtbs_/at91sam9rlek.dtb\n' ' INSTALL _dtbs_/at91-ariag25.dtb\n' ' INSTALL _dtbs_/at91-ariettag25.dtb\n' ' INSTALL _dtbs_/at91-cosino_mega2560.dtb\n' ' INSTALL _dtbs_/at91-kizboxmini-base.dtb\n' ' INSTALL _dtbs_/at91-kizboxmini-mb.dtb\n' ' INSTALL _dtbs_/at91-kizboxmini-rd.dtb\n' ' INSTALL _dtbs_/at91-q5xr5.dtb\n' ' INSTALL _dtbs_/at91-smartkiz.dtb\n' ' INSTALL _dtbs_/at91-wb45n.dtb\n' ' INSTALL _dtbs_/at91sam9g15ek.dtb\n' ' INSTALL ' '_dtbs_/at91sam9g25-gardena-smart-gateway.dtb\n' ' INSTALL _dtbs_/at91sam9g25ek.dtb\n' ' INSTALL _dtbs_/at91sam9g35ek.dtb\n' ' INSTALL _dtbs_/at91sam9x25ek.dtb\n' ' INSTALL _dtbs_/at91sam9x35ek.dtb\n' ' INSTALL _dtbs_/da850-lcdk.dtb\n' ' INSTALL _dtbs_/da850-enbw-cmc.dtb\n' ' INSTALL _dtbs_/da850-evm.dtb\n' ' INSTALL _dtbs_/da850-lego-ev3.dtb\n' ' INSTALL _dtbs_/kirkwood-b3.dtb\n' ' INSTALL _dtbs_/kirkwood-blackarmor-nas220.dtb\n' ' INSTALL _dtbs_/kirkwood-c200-v1.dtb\n' ' INSTALL _dtbs_/kirkwood-cloudbox.dtb\n' ' INSTALL _dtbs_/kirkwood-d2net.dtb\n' ' INSTALL _dtbs_/kirkwood-db-88f6281.dtb\n' ' INSTALL _dtbs_/kirkwood-db-88f6282.dtb\n' ' INSTALL _dtbs_/kirkwood-dir665.dtb\n' ' INSTALL _dtbs_/kirkwood-dns320.dtb\n' ' INSTALL _dtbs_/kirkwood-dns325.dtb\n' ' INSTALL _dtbs_/kirkwood-dockstar.dtb\n' ' INSTALL _dtbs_/kirkwood-dreamplug.dtb\n' ' INSTALL _dtbs_/kirkwood-ds109.dtb\n' ' INSTALL _dtbs_/kirkwood-ds110jv10.dtb\n' ' INSTALL _dtbs_/kirkwood-ds111.dtb\n' ' INSTALL _dtbs_/kirkwood-ds112.dtb\n' ' INSTALL _dtbs_/kirkwood-ds209.dtb\n' ' INSTALL _dtbs_/kirkwood-ds210.dtb\n' ' INSTALL _dtbs_/kirkwood-ds212.dtb\n' ' INSTALL _dtbs_/kirkwood-ds212j.dtb\n' ' INSTALL _dtbs_/kirkwood-ds409.dtb\n' ' INSTALL _dtbs_/kirkwood-ds409slim.dtb\n' ' INSTALL _dtbs_/kirkwood-ds411.dtb\n' ' INSTALL _dtbs_/kirkwood-ds411j.dtb\n' ' INSTALL _dtbs_/kirkwood-ds411slim.dtb\n' ' INSTALL _dtbs_/kirkwood-goflexnet.dtb\n' ' INSTALL _dtbs_/kirkwood-guruplug-server-plus.dtb\n' ' INSTALL _dtbs_/kirkwood-ib62x0.dtb\n' ' INSTALL _dtbs_/kirkwood-iconnect.dtb\n' ' INSTALL _dtbs_/kirkwood-iomega_ix2_200.dtb\n' ' INSTALL _dtbs_/kirkwood-is2.dtb\n' ' INSTALL _dtbs_/kirkwood-km_fixedeth.dtb\n' ' INSTALL _dtbs_/kirkwood-km_kirkwood.dtb\n' ' INSTALL _dtbs_/kirkwood-l-50.dtb\n' ' INSTALL _dtbs_/kirkwood-laplug.dtb\n' ' INSTALL _dtbs_/kirkwood-linkstation-lsqvl.dtb\n' ' INSTALL _dtbs_/kirkwood-linkstation-lsvl.dtb\n' ' INSTALL _dtbs_/kirkwood-linkstation-lswsxl.dtb\n' ' INSTALL _dtbs_/kirkwood-linkstation-lswvl.dtb\n' ' INSTALL _dtbs_/kirkwood-linkstation-lswxl.dtb\n' ' INSTALL _dtbs_/kirkwood-linksys-viper.dtb\n' ' INSTALL _dtbs_/kirkwood-lschlv2.dtb\n' ' INSTALL _dtbs_/kirkwood-lsxhl.dtb\n' ' INSTALL _dtbs_/kirkwood-mplcec4.dtb\n' ' INSTALL _dtbs_/kirkwood-mv88f6281gtw-ge.dtb\n' ' INSTALL _dtbs_/kirkwood-nas2big.dtb\n' ' INSTALL _dtbs_/kirkwood-net2big.dtb\n' ' INSTALL _dtbs_/kirkwood-net5big.dtb\n' ' INSTALL ' '_dtbs_/kirkwood-netgear_readynas_duo_v2.dtb\n' ' INSTALL ' '_dtbs_/kirkwood-netgear_readynas_nv+_v2.dtb\n' ' INSTALL _dtbs_/kirkwood-ns2.dtb\n' ' INSTALL _dtbs_/kirkwood-ns2lite.dtb\n' ' INSTALL _dtbs_/kirkwood-ns2max.dtb\n' ' INSTALL _dtbs_/kirkwood-ns2mini.dtb\n' ' INSTALL _dtbs_/kirkwood-nsa310.dtb\n' ' INSTALL _dtbs_/kirkwood-nsa310a.dtb\n' ' INSTALL _dtbs_/kirkwood-nsa320.dtb\n' ' INSTALL _dtbs_/kirkwood-nsa325.dtb\n' ' INSTALL _dtbs_/kirkwood-openblocks_a6.dtb\n' ' INSTALL _dtbs_/kirkwood-openblocks_a7.dtb\n' ' INSTALL _dtbs_/kirkwood-openrd-base.dtb\n' ' INSTALL _dtbs_/kirkwood-openrd-client.dtb\n' ' INSTALL _dtbs_/kirkwood-openrd-ultimate.dtb\n' ' INSTALL _dtbs_/kirkwood-pogo_e02.dtb\n' ' INSTALL _dtbs_/kirkwood-pogoplug-series-4.dtb\n' ' INSTALL _dtbs_/kirkwood-rd88f6192.dtb\n' ' INSTALL _dtbs_/kirkwood-rd88f6281-z0.dtb\n' ' INSTALL _dtbs_/kirkwood-rd88f6281-a.dtb\n' ' INSTALL _dtbs_/kirkwood-rs212.dtb\n' ' INSTALL _dtbs_/kirkwood-rs409.dtb\n' ' INSTALL _dtbs_/kirkwood-rs411.dtb\n' ' INSTALL _dtbs_/kirkwood-sheevaplug.dtb\n' ' INSTALL _dtbs_/kirkwood-sheevaplug-esata.dtb\n' ' INSTALL _dtbs_/kirkwood-t5325.dtb\n' ' INSTALL _dtbs_/kirkwood-topkick.dtb\n' ' INSTALL _dtbs_/kirkwood-ts219-6281.dtb\n' ' INSTALL _dtbs_/kirkwood-ts219-6282.dtb\n' ' INSTALL _dtbs_/kirkwood-ts419-6281.dtb\n' ' INSTALL _dtbs_/kirkwood-ts419-6282.dtb\n' ' INSTALL ' '_dtbs_/nuvoton-wpcm450-supermicro-x9sci-ln4f.dtb\n' ' INSTALL ' '_dtbs_/imx25-eukrea-mbimxsd25-baseboard.dtb\n' ' INSTALL ' '_dtbs_/imx25-eukrea-mbimxsd25-baseboard-cmo-qvga.dtb\n' ' INSTALL ' '_dtbs_/imx25-eukrea-mbimxsd25-baseboard-dvi-svga.dtb\n' ' INSTALL ' '_dtbs_/imx25-eukrea-mbimxsd25-baseboard-dvi-vga.dtb\n' ' INSTALL _dtbs_/imx25-karo-tx25.dtb\n' ' INSTALL _dtbs_/imx25-pdk.dtb\n' ' INSTALL _dtbs_/imx27-apf27.dtb\n' ' INSTALL _dtbs_/imx27-apf27dev.dtb\n' ' INSTALL ' '_dtbs_/imx27-eukrea-mbimxsd27-baseboard.dtb\n' ' INSTALL _dtbs_/imx27-pdk.dtb\n' ' INSTALL _dtbs_/imx27-phytec-phycore-rdk.dtb\n' ' INSTALL _dtbs_/imx27-phytec-phycard-s-rdk.dtb\n' ' INSTALL _dtbs_/orion5x-kuroboxpro.dtb\n' ' INSTALL _dtbs_/orion5x-lacie-d2-network.dtb\n' ' INSTALL ' '_dtbs_/orion5x-lacie-ethernet-disk-mini-v2.dtb\n' ' INSTALL _dtbs_/orion5x-linkstation-lsgl.dtb\n' ' INSTALL _dtbs_/orion5x-linkstation-lswtgl.dtb\n' ' INSTALL _dtbs_/orion5x-linkstation-lschl.dtb\n' ' INSTALL _dtbs_/orion5x-lswsgl.dtb\n' ' INSTALL _dtbs_/orion5x-maxtor-shared-storage-2.dtb\n' ' INSTALL _dtbs_/orion5x-netgear-wnr854t.dtb\n' ' INSTALL _dtbs_/orion5x-rd88f5182-nas.dtb\n' ' INSTALL _dtbs_/suniv-f1c100s-licheepi-nano.dtb\n' ' INSTALL _dtbs_/versatile-ab.dtb\n' ' INSTALL _dtbs_/versatile-ab-ib2.dtb\n' ' INSTALL _dtbs_/versatile-pb.dtb\n' ' INSTALL _dtbs_/aspeed-ast2500-evb.dtb\n' ' INSTALL _dtbs_/aspeed-ast2600-evb-a1.dtb\n' ' INSTALL _dtbs_/aspeed-ast2600-evb.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-amd-daytonax.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-amd-ethanolx.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-ampere-mtjade.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-ampere-mtmitchell.dtb\n' ' INSTALL ' '_dtbs_/aspeed-bmc-arm-stardragon4800-rep2.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-asrock-e3c246d4i.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-asrock-romed8hm3.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-bytedance-g220a.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-facebook-bletchley.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-facebook-cloudripper.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-facebook-cmm.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-facebook-elbert.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-facebook-fuji.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-facebook-galaxy100.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-facebook-minipack.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-facebook-tiogapass.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-facebook-wedge40.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-facebook-wedge100.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-facebook-wedge400.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-facebook-yamp.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-facebook-yosemitev2.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-ibm-everest.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-ibm-rainier.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-ibm-rainier-1s4u.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-ibm-rainier-4u.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-intel-s2600wf.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-inspur-fp5280g2.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-inspur-nf5280m6.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-inspur-on5263m5.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-lenovo-hr630.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-lenovo-hr855xg2.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-microsoft-olympus.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-opp-lanyang.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-opp-mihawk.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-opp-mowgli.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-opp-nicole.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-opp-palmetto.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-opp-romulus.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-opp-swift.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-opp-tacoma.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-opp-vesnin.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-opp-witherspoon.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-opp-zaius.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-portwell-neptune.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-qcom-dc-scm-v1.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-quanta-q71l.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-quanta-s6q.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-supermicro-x11spi.dtb\n' ' INSTALL ' '_dtbs_/aspeed-bmc-inventec-transformers.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-tyan-s7106.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-tyan-s8036.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-vegman-n110.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-vegman-rx20.dtb\n' ' INSTALL _dtbs_/aspeed-bmc-vegman-sx20.dtb\n' '+ mkdir -p /tmp/kci/artifacts/dtbs\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp -r _dtbs_/aks-cdu.dtb _dtbs_/animeo_ip.dtb ' '_dtbs_/aspeed-ast2500-evb.dtb ' '_dtbs_/aspeed-ast2600-evb-a1.dtb ' '_dtbs_/aspeed-ast2600-evb.dtb ' '_dtbs_/aspeed-bmc-amd-daytonax.dtb ' '_dtbs_/aspeed-bmc-amd-ethanolx.dtb ' '_dtbs_/aspeed-bmc-ampere-mtjade.dtb ' '_dtbs_/aspeed-bmc-ampere-mtmitchell.dtb ' '_dtbs_/aspeed-bmc-arm-stardragon4800-rep2.dtb ' '_dtbs_/aspeed-bmc-asrock-e3c246d4i.dtb ' '_dtbs_/aspeed-bmc-asrock-romed8hm3.dtb ' '_dtbs_/aspeed-bmc-bytedance-g220a.dtb ' '_dtbs_/aspeed-bmc-facebook-bletchley.dtb ' '_dtbs_/aspeed-bmc-facebook-cloudripper.dtb ' '_dtbs_/aspeed-bmc-facebook-cmm.dtb ' '_dtbs_/aspeed-bmc-facebook-elbert.dtb ' '_dtbs_/aspeed-bmc-facebook-fuji.dtb ' '_dtbs_/aspeed-bmc-facebook-galaxy100.dtb ' '_dtbs_/aspeed-bmc-facebook-minipack.dtb ' '_dtbs_/aspeed-bmc-facebook-tiogapass.dtb ' '_dtbs_/aspeed-bmc-facebook-wedge100.dtb ' '_dtbs_/aspeed-bmc-facebook-wedge40.dtb ' '_dtbs_/aspeed-bmc-facebook-wedge400.dtb ' '_dtbs_/aspeed-bmc-facebook-yamp.dtb ' '_dtbs_/aspeed-bmc-facebook-yosemitev2.dtb ' '_dtbs_/aspeed-bmc-ibm-everest.dtb ' '_dtbs_/aspeed-bmc-ibm-rainier-1s4u.dtb ' '_dtbs_/aspeed-bmc-ibm-rainier-4u.dtb ' '_dtbs_/aspeed-bmc-ibm-rainier.dtb ' '_dtbs_/aspeed-bmc-inspur-fp5280g2.dtb ' '_dtbs_/aspeed-bmc-inspur-nf5280m6.dtb ' '_dtbs_/aspeed-bmc-inspur-on5263m5.dtb ' '_dtbs_/aspeed-bmc-intel-s2600wf.dtb ' '_dtbs_/aspeed-bmc-inventec-transformers.dtb ' '_dtbs_/aspeed-bmc-lenovo-hr630.dtb ' '_dtbs_/aspeed-bmc-lenovo-hr855xg2.dtb ' '_dtbs_/aspeed-bmc-microsoft-olympus.dtb ' '_dtbs_/aspeed-bmc-opp-lanyang.dtb ' '_dtbs_/aspeed-bmc-opp-mihawk.dtb ' '_dtbs_/aspeed-bmc-opp-mowgli.dtb ' '_dtbs_/aspeed-bmc-opp-nicole.dtb ' '_dtbs_/aspeed-bmc-opp-palmetto.dtb ' '_dtbs_/aspeed-bmc-opp-romulus.dtb ' '_dtbs_/aspeed-bmc-opp-swift.dtb ' '_dtbs_/aspeed-bmc-opp-tacoma.dtb ' '_dtbs_/aspeed-bmc-opp-vesnin.dtb ' '_dtbs_/aspeed-bmc-opp-witherspoon.dtb ' '_dtbs_/aspeed-bmc-opp-zaius.dtb ' '_dtbs_/aspeed-bmc-portwell-neptune.dtb ' '_dtbs_/aspeed-bmc-qcom-dc-scm-v1.dtb ' '_dtbs_/aspeed-bmc-quanta-q71l.dtb ' '_dtbs_/aspeed-bmc-quanta-s6q.dtb ' '_dtbs_/aspeed-bmc-supermicro-x11spi.dtb ' '_dtbs_/aspeed-bmc-tyan-s7106.dtb ' '_dtbs_/aspeed-bmc-tyan-s8036.dtb ' '_dtbs_/aspeed-bmc-vegman-n110.dtb ' '_dtbs_/aspeed-bmc-vegman-rx20.dtb ' '_dtbs_/aspeed-bmc-vegman-sx20.dtb ' '_dtbs_/at91-ariag25.dtb _dtbs_/at91-ariettag25.dtb ' '_dtbs_/at91-cosino_mega2560.dtb ' '_dtbs_/at91-foxg20.dtb _dtbs_/at91-kizbox.dtb ' '_dtbs_/at91-kizboxmini-base.dtb ' '_dtbs_/at91-kizboxmini-mb.dtb ' '_dtbs_/at91-kizboxmini-rd.dtb _dtbs_/at91-lmu5000.dtb ' '_dtbs_/at91-q5xr5.dtb _dtbs_/at91-qil_a9260.dtb ' '_dtbs_/at91-sam9_l9260.dtb _dtbs_/at91-smartkiz.dtb ' '_dtbs_/at91-wb45n.dtb _dtbs_/at91sam9260ek.dtb ' '_dtbs_/at91sam9261ek.dtb _dtbs_/at91sam9263ek.dtb ' '_dtbs_/at91sam9g15ek.dtb _dtbs_/at91sam9g20ek.dtb ' '_dtbs_/at91sam9g20ek_2mmc.dtb ' '_dtbs_/at91sam9g25-gardena-smart-gateway.dtb ' '_dtbs_/at91sam9g25ek.dtb _dtbs_/at91sam9g35ek.dtb ' '_dtbs_/at91sam9m10g45ek.dtb _dtbs_/at91sam9n12ek.dtb ' '_dtbs_/at91sam9rlek.dtb _dtbs_/at91sam9x25ek.dtb ' '_dtbs_/at91sam9x35ek.dtb _dtbs_/da850-enbw-cmc.dtb ' '_dtbs_/da850-evm.dtb _dtbs_/da850-lcdk.dtb ' '_dtbs_/da850-lego-ev3.dtb _dtbs_/ethernut5.dtb ' '_dtbs_/evk-pro3.dtb ' '_dtbs_/imx25-eukrea-mbimxsd25-baseboard-cmo-qvga.dtb ' '_dtbs_/imx25-eukrea-mbimxsd25-baseboard-dvi-svga.dtb ' '_dtbs_/imx25-eukrea-mbimxsd25-baseboard-dvi-vga.dtb ' '_dtbs_/imx25-eukrea-mbimxsd25-baseboard.dtb ' '_dtbs_/imx25-karo-tx25.dtb _dtbs_/imx25-pdk.dtb ' '_dtbs_/imx27-apf27.dtb _dtbs_/imx27-apf27dev.dtb ' '_dtbs_/imx27-eukrea-mbimxsd27-baseboard.dtb ' '_dtbs_/imx27-pdk.dtb ' '_dtbs_/imx27-phytec-phycard-s-rdk.dtb ' '_dtbs_/imx27-phytec-phycore-rdk.dtb ' '_dtbs_/kirkwood-b3.dtb ' '_dtbs_/kirkwood-blackarmor-nas220.dtb ' '_dtbs_/kirkwood-c200-v1.dtb ' '_dtbs_/kirkwood-cloudbox.dtb ' '_dtbs_/kirkwood-d2net.dtb ' '_dtbs_/kirkwood-db-88f6281.dtb ' '_dtbs_/kirkwood-db-88f6282.dtb ' '_dtbs_/kirkwood-dir665.dtb _dtbs_/kirkwood-dns320.dtb ' '_dtbs_/kirkwood-dns325.dtb ' '_dtbs_/kirkwood-dockstar.dtb ' '_dtbs_/kirkwood-dreamplug.dtb ' '_dtbs_/kirkwood-ds109.dtb ' '_dtbs_/kirkwood-ds110jv10.dtb ' '_dtbs_/kirkwood-ds111.dtb _dtbs_/kirkwood-ds112.dtb ' '_dtbs_/kirkwood-ds209.dtb _dtbs_/kirkwood-ds210.dtb ' '_dtbs_/kirkwood-ds212.dtb _dtbs_/kirkwood-ds212j.dtb ' '_dtbs_/kirkwood-ds409.dtb ' '_dtbs_/kirkwood-ds409slim.dtb ' '_dtbs_/kirkwood-ds411.dtb _dtbs_/kirkwood-ds411j.dtb ' '_dtbs_/kirkwood-ds411slim.dtb ' '_dtbs_/kirkwood-goflexnet.dtb ' '_dtbs_/kirkwood-guruplug-server-plus.dtb ' '_dtbs_/kirkwood-ib62x0.dtb ' '_dtbs_/kirkwood-iconnect.dtb ' '_dtbs_/kirkwood-iomega_ix2_200.dtb ' '_dtbs_/kirkwood-is2.dtb ' '_dtbs_/kirkwood-km_fixedeth.dtb ' '_dtbs_/kirkwood-km_kirkwood.dtb ' '_dtbs_/kirkwood-l-50.dtb _dtbs_/kirkwood-laplug.dtb ' '_dtbs_/kirkwood-linkstation-lsqvl.dtb ' '_dtbs_/kirkwood-linkstation-lsvl.dtb ' '_dtbs_/kirkwood-linkstation-lswsxl.dtb ' '_dtbs_/kirkwood-linkstation-lswvl.dtb ' '_dtbs_/kirkwood-linkstation-lswxl.dtb ' '_dtbs_/kirkwood-linksys-viper.dtb ' '_dtbs_/kirkwood-lschlv2.dtb _dtbs_/kirkwood-lsxhl.dtb ' '_dtbs_/kirkwood-mplcec4.dtb ' '_dtbs_/kirkwood-mv88f6281gtw-ge.dtb ' '_dtbs_/kirkwood-nas2big.dtb ' '_dtbs_/kirkwood-net2big.dtb ' '_dtbs_/kirkwood-net5big.dtb ' '_dtbs_/kirkwood-netgear_readynas_duo_v2.dtb ' '_dtbs_/kirkwood-netgear_readynas_nv+_v2.dtb ' '_dtbs_/kirkwood-ns2.dtb _dtbs_/kirkwood-ns2lite.dtb ' '_dtbs_/kirkwood-ns2max.dtb ' '_dtbs_/kirkwood-ns2mini.dtb ' '_dtbs_/kirkwood-nsa310.dtb ' '_dtbs_/kirkwood-nsa310a.dtb ' '_dtbs_/kirkwood-nsa320.dtb _dtbs_/kirkwood-nsa325.dtb ' '_dtbs_/kirkwood-openblocks_a6.dtb ' '_dtbs_/kirkwood-openblocks_a7.dtb ' '_dtbs_/kirkwood-openrd-base.dtb ' '_dtbs_/kirkwood-openrd-client.dtb ' '_dtbs_/kirkwood-openrd-ultimate.dtb ' '_dtbs_/kirkwood-pogo_e02.dtb ' '_dtbs_/kirkwood-pogoplug-series-4.dtb ' '_dtbs_/kirkwood-rd88f6192.dtb ' '_dtbs_/kirkwood-rd88f6281-a.dtb ' '_dtbs_/kirkwood-rd88f6281-z0.dtb ' '_dtbs_/kirkwood-rs212.dtb _dtbs_/kirkwood-rs409.dtb ' '_dtbs_/kirkwood-rs411.dtb ' '_dtbs_/kirkwood-sheevaplug-esata.dtb ' '_dtbs_/kirkwood-sheevaplug.dtb ' '_dtbs_/kirkwood-t5325.dtb _dtbs_/kirkwood-topkick.dtb ' '_dtbs_/kirkwood-ts219-6281.dtb ' '_dtbs_/kirkwood-ts219-6282.dtb ' '_dtbs_/kirkwood-ts419-6281.dtb ' '_dtbs_/kirkwood-ts419-6282.dtb ' '_dtbs_/nuvoton-wpcm450-supermicro-x9sci-ln4f.dtb ' '_dtbs_/orion5x-kuroboxpro.dtb ' '_dtbs_/orion5x-lacie-d2-network.dtb ' '_dtbs_/orion5x-lacie-ethernet-disk-mini-v2.dtb ' '_dtbs_/orion5x-linkstation-lschl.dtb ' '_dtbs_/orion5x-linkstation-lsgl.dtb ' '_dtbs_/orion5x-linkstation-lswtgl.dtb ' '_dtbs_/orion5x-lswsgl.dtb ' '_dtbs_/orion5x-maxtor-shared-storage-2.dtb ' '_dtbs_/orion5x-netgear-wnr854t.dtb ' '_dtbs_/orion5x-rd88f5182-nas.dtb _dtbs_/pm9g45.dtb ' '_dtbs_/suniv-f1c100s-licheepi-nano.dtb ' '_dtbs_/tny_a9260.dtb _dtbs_/tny_a9263.dtb ' '_dtbs_/tny_a9g20.dtb _dtbs_/usb_a9260.dtb ' '_dtbs_/usb_a9263.dtb _dtbs_/usb_a9g20.dtb ' '_dtbs_/usb_a9g20_lpw.dtb _dtbs_/versatile-ab-ib2.dtb ' '_dtbs_/versatile-ab.dtb _dtbs_/versatile-pb.dtb ' '/tmp/kci/artifacts/dtbs\n' '+ cd ..\n' '+ echo job:package_dtbs=done\n' '++ date +%s\n' '+ echo jobets:package_dtbs=1745348512\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:07:54 PM UTC [INFO] Marking 3 nodes flag as processed 04/22/2025 07:09:03 PM UTC [INFO] Processing event node: 6807d09c9aef7c8063cad959 04/22/2025 07:09:03 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807d09c9aef7c8063cad959 04/22/2025 07:09:03 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807d03a9aef7c8063cad938', 'id': 'maestro:6807d09c9aef7c8063cad959', 'origin': 'maestro', 'comment': 'staging-stable-20250422.4', 'start_time': '2025-04-22T17:23:40.212000+00:00', 'architecture': 'arm', 'compiler': 'gcc-12', 'config_name': 'vexpress_defconfig', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807d09c9aef7c8063cad959-kbuild-gcc-12-arm-vexpre-6eu80jht', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'zimage', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807d09c9aef7c8063cad959'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/fragments/0.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807d09c9aef7c8063cad959/build.log.gz', 'log_excerpt': "/tmp/kci/linux/tools/testing/selftests/sgx'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sigaltstack'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/sigaltstack/sas ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sigaltstack/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sigaltstack'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/size'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/size/get_size ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/size/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/size'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sparc64'\n" 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sparc64'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/splice'\n" 'rsync -a --copy-unsafe-links ' 'default_file_splice_read.sh short_splice_read.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/splice/default_file_splice_read ' '/tmp/kci/linux/tools/testing/selftests/splice/splice_read ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'rsync -a --copy-unsafe-links config settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/splice'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/static_keys'\n" 'rsync -a --copy-unsafe-links test_static_keys.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/static_keys/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/static_keys/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/static_keys'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sync'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/sync/sync_test ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sync/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sync/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sync'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch/sud_test ' '/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch/sud_benchmark ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/syscall_user_dispatch/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/syscall_user_dispatch/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sysctl'\n" 'rsync -a --copy-unsafe-links sysctl.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sysctl/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sysctl/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sysctl'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tc-testing'\n" '/bin/sh: 1: llc: not found\n' 'clang -I. -I/include/uapi -idirafter ' '/usr/lib/llvm-14/lib/clang/14.0.6/include -idirafter ' '/usr/local/include -idirafter ' '/usr/include/x86_64-linux-gnu -idirafter /usr/include ' '-Wno-compare-distinct-pointer-types \\\n' '\t -O2 -target bpf -emit-llvm -c action.c -o - | ' '\\\n' 'llc -march=bpf -mcpu=probe -filetype=obj -o ' '/tmp/kci/linux/tools/testing/selftests/tc-testing/action.o\n' '/bin/sh: 3: llc: not found\n' 'make[2]: *** [Makefile:26: ' '/tmp/kci/linux/tools/testing/selftests/tc-testing/action.o] ' 'Error 127\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tc-testing'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/timens'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timens/timens ' '/tmp/kci/linux/tools/testing/selftests/timens/timerfd ' '/tmp/kci/linux/tools/testing/selftests/timens/timer ' '/tmp/kci/linux/tools/testing/selftests/timens/clock_nanosleep ' '/tmp/kci/linux/tools/testing/selftests/timens/procfs ' '/tmp/kci/linux/tools/testing/selftests/timens/exec ' '/tmp/kci/linux/tools/testing/selftests/timens/futex ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timens/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timens/gettime_perf ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timens/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timens/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/timens'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/timers'\n" 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timers/posix_timers ' '/tmp/kci/linux/tools/testing/selftests/timers/nanosleep ' '/tmp/kci/linux/tools/testing/selftests/timers/nsleep-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/set-timer-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/mqueue-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/inconsistency-check ' '/tmp/kci/linux/tools/testing/selftests/timers/raw_skew ' '/tmp/kci/linux/tools/testing/selftests/timers/threadtest ' '/tmp/kci/linux/tools/testing/selftests/timers/rtcpie ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timers/alarmtimer-suspend ' '/tmp/kci/linux/tools/testing/selftests/timers/valid-adjtimex ' '/tmp/kci/linux/tools/testing/selftests/timers/adjtick ' '/tmp/kci/linux/tools/testing/selftests/timers/change_skew ' '/tmp/kci/linux/tools/testing/selftests/timers/skew_consistency ' '/tmp/kci/linux/tools/testing/selftests/timers/clocksource-switch ' '/tmp/kci/linux/tools/testing/selftests/timers/freq-step ' '/tmp/kci/linux/tools/testing/selftests/timers/leap-a-day ' '/tmp/kci/linux/tools/testing/selftests/timers/leapcrash ' '/tmp/kci/linux/tools/testing/selftests/timers/set-tai ' '/tmp/kci/linux/tools/testing/selftests/timers/set-2038 ' '/tmp/kci/linux/tools/testing/selftests/timers/set-tz ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/timers'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tmpfs'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/tmpfs/bug-link-o-tmpfile ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tmpfs/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tmpfs'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tpm2'\n" 'rsync -a --copy-unsafe-links test_smoke.sh ' 'test_space.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'rsync -a --copy-unsafe-links tpm2.py tpm2_tests.py ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tpm2'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/user'\n" 'rsync -a --copy-unsafe-links test_user_copy.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/user/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/user/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/user'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/vDSO'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_gettimeofday ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_getcpu ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_abi ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_clock_getres ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_correctness ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/vDSO/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/vDSO'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/vm'\n" 'arm-linux-gnueabihf-gcc -Wall -I ' '/tmp/kci/linux/tools/testing/selftests/../../.. ' '-isystem /tmp/kci/linux/usr/include -no-pie ' 'map_hugetlb.c -lrt -lpthread -o ' '/tmp/kci/linux/tools/testing/selftests/vm/map_hugetlb\n' 'map_hugetlb.c: In function ‘main’:\n' 'map_hugetlb.c:79:25: warning: implicit declaration of ' 'function ‘default_huge_page_size’ ' '[-Wimplicit-function-declaration]\n' ' 79 | hugepage_size = ' 'default_huge_page_size();\n' ' | ' '^~~~~~~~~~~~~~~~~~~~~~\n' '/usr/lib/gcc-cross/arm-linux-gnueabihf/12/../../../../arm-linux-gnueabihf/bin/ld: ' "/tmp/ccae3Jjr.o: in function `main':\n" 'map_hugetlb.c:(.text+0xcc): undefined reference to ' "`default_huge_page_size'\n" 'collect2: error: ld returned 1 exit status\n' 'make[2]: *** [../lib.mk:155: ' '/tmp/kci/linux/tools/testing/selftests/vm/map_hugetlb] ' 'Error 1\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/vm'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/x86'\n" "make[2]: Nothing to be done for 'install'.\n" 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/x86'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/zram'\n" 'rsync -a --copy-unsafe-links zram.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'rsync -a --copy-unsafe-links zram01.sh zram02.sh ' 'zram_lib.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/zram'\n" 'for TARGET in alsa amd-pstate arm64 breakpoints ' 'capabilities cgroup clone3 core cpufreq cpu-hotplug ' 'damon drivers/dma-buf drivers/s390x/uvdevice ' 'drivers/net/bonding drivers/net/team efivarfs exec ' 'filesystems filesystems/binderfs filesystems/epoll ' 'filesystems/fat firmware fpu ftrace futex gpio ' 'intel_pstate ipc ir kcmp kexec kvm landlock lib ' 'livepatch lkdtm membarrier memfd memory-hotplug ' 'mincore mount mount_setattr move_mount_set_group ' 'mqueue nci net net/af_unix net/forwarding net/mptcp ' 'net/openvswitch netfilter nsfs pidfd pid_namespace ' 'powerpc proc pstore ptrace openat2 resctrl rlimits ' 'rseq rtc seccomp sgx sigaltstack size sparc64 splice ' 'static_keys sync syscall_user_dispatch sysctl ' 'tc-testing timens timers tmpfs tpm2 user vDSO vm x86 ' 'zram; do \\\n' '\tBUILD_TARGET=$BUILD/$TARGET;\t\\\n' '\t[ ! -d ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/$TARGET ' '] && printf "Skipping non-existent dir: $TARGET\\n" ' '&& continue; \\\n' '\tprintf "Emit Tests for $TARGET\\n"; \\\n' '\tmake -s --no-print-directory OUTPUT=$BUILD_TARGET ' 'COLLECTION=$TARGET \\\n' '\t\t-C $TARGET emit_tests >> ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-list.txt; ' '\\\n' 'done;\n' 'Emit Tests for alsa\n' 'Emit Tests for amd-pstate\n' 'Skipping non-existent dir: arm64\n' 'Emit Tests for breakpoints\n' 'Emit Tests for capabilities\n' 'Emit Tests for cgroup\n' 'Emit Tests for clone3\n' 'Emit Tests for core\n' 'Emit Tests for cpufreq\n' 'Emit Tests for cpu-hotplug\n' 'Emit Tests for damon\n' 'Emit Tests for drivers/dma-buf\n' 'Skipping non-existent dir: drivers/s390x/uvdevice\n' 'Emit Tests for drivers/net/bonding\n' 'Emit Tests for drivers/net/team\n' 'Emit Tests for efivarfs\n' 'Emit Tests for exec\n' 'Emit Tests for filesystems\n' 'Emit Tests for filesystems/binderfs\n' 'Emit Tests for filesystems/epoll\n' 'Emit Tests for filesystems/fat\n' 'Emit Tests for firmware\n' 'Emit Tests for fpu\n' 'Emit Tests for ftrace\n' 'Emit Tests for futex\n' 'Emit Tests for gpio\n' 'Emit Tests for intel_pstate\n' 'Emit Tests for ipc\n' 'Emit Tests for ir\n' 'Emit Tests for kcmp\n' 'Skipping non-existent dir: kexec\n' 'Skipping non-existent dir: kvm\n' 'Emit Tests for landlock\n' 'Emit Tests for lib\n' 'Emit Tests for livepatch\n' 'Emit Tests for lkdtm\n' 'Emit Tests for membarrier\n' 'Emit Tests for memfd\n' 'Emit Tests for memory-hotplug\n' 'Emit Tests for mincore\n' 'Emit Tests for mount\n' 'Emit Tests for mount_setattr\n' 'Emit Tests for move_mount_set_group\n' 'Emit Tests for mqueue\n' 'Emit Tests for nci\n' 'Emit Tests for net\n' 'Emit Tests for net/af_unix\n' 'Emit Tests for net/forwarding\n' 'Emit Tests for net/mptcp\n' 'Emit Tests for net/openvswitch\n' 'Emit Tests for netfilter\n' 'Emit Tests for nsfs\n' 'Emit Tests for pidfd\n' 'Emit Tests for pid_namespace\n' 'Skipping non-existent dir: powerpc\n' 'Skipping non-existent dir: proc\n' 'Emit Tests for pstore\n' 'Emit Tests for ptrace\n' 'Emit Tests for openat2\n' 'Emit Tests for resctrl\n' 'Emit Tests for rlimits\n' 'Emit Tests for rseq\n' 'Emit Tests for rtc\n' 'Emit Tests for seccomp\n' 'Skipping non-existent dir: sgx\n' 'Emit Tests for sigaltstack\n' 'Emit Tests for size\n' 'Skipping non-existent dir: sparc64\n' 'Emit Tests for splice\n' 'Emit Tests for static_keys\n' 'Emit Tests for sync\n' 'Emit Tests for syscall_user_dispatch\n' 'Emit Tests for sysctl\n' 'Skipping non-existent dir: tc-testing\n' 'Emit Tests for timens\n' 'Emit Tests for timers\n' 'Emit Tests for tmpfs\n' 'Emit Tests for tpm2\n' 'Emit Tests for user\n' 'Emit Tests for vDSO\n' 'Skipping non-existent dir: vm\n' 'Skipping non-existent dir: x86\n' 'Emit Tests for zram\n' 'Created ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-packages/kselftest.tar.gz\n' '+ echo job:build_kselftest=done\n' '++ date +%s\n' '+ echo jobets:build_kselftest=1745348716\n' '+ echo -----log:build_dtbs-----\n' '-----log:build_dtbs-----\n' '+ echo job:build_dtbs=running\n' '++ date +%s\n' '+ echo jobsts:build_dtbs=1745348716\n' '+ cd /tmp/kci/linux\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '++ nproc\n' '+ make -j8 dtbs\n' '++ tee /tmp/kci/artifacts/build_dtbs.log\n' '++ tee /tmp/kci/artifacts/build_dtbs_stderr.log\n' ' DTC arch/arm/boot/dts/vexpress-v2p-ca5s.dtb\n' ' DTC arch/arm/boot/dts/vexpress-v2p-ca9.dtb\n' ' DTC ' 'arch/arm/boot/dts/vexpress-v2p-ca15-tc1.dtb\n' ' DTC arch/arm/boot/dts/vexpress-v2p-ca15_a7.dtb\n' '+ cd ..\n' '+ echo job:build_dtbs=done\n' '++ date +%s\n' '+ echo jobets:build_dtbs=1745348717\n' '+ echo -----log:package_kimage-----\n' '-----log:package_kimage-----\n' '+ echo job:package_kimage=running\n' '++ date +%s\n' '+ echo jobsts:package_kimage=1745348717\n' '+ cd /tmp/kci/linux\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp arch/arm/boot/zImage ../artifacts\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp arch/arm/boot/xipImage ../artifacts\n' "cp: cannot stat 'arch/arm/boot/xipImage': No such " 'file or directory\n' '+ true\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp vmlinux ../artifacts\n' '+ cd ..\n' '+ echo job:package_kimage=done\n' '++ date +%s\n' '+ echo jobets:package_kimage=1745348717\n' '+ echo -----log:package_modules-----\n' '-----log:package_modules-----\n' '+ echo job:package_modules=running\n' '++ date +%s\n' '+ echo jobsts:package_modules=1745348717\n' '+ cd /tmp/kci/linux\n' '+ set +e\n' '+ grep CONFIG_MODULES=y .config\n' 'CONFIG_MODULES=y\n' "+ '[' 0 -eq 0 ']'\n" '+ set -e\n' '+ make modules_install\n' ' DEPMOD _modules_/lib/modules/6.1.132\n' '+ tar -C _modules_ -cJf ' '/tmp/kci/artifacts/modules.tar.xz .\n' '+ cd ..\n' '+ rm -rf _modules_\n' '+ set -e\n' '+ echo job:package_modules=done\n' '++ date +%s\n' '+ echo jobets:package_modules=1745348718\n' '+ echo -----log:package_kselftest-----\n' '-----log:package_kselftest-----\n' '+ echo job:package_kselftest=running\n' '++ date +%s\n' '+ echo jobsts:package_kselftest=1745348718\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-packages/kselftest.tar.gz ' '/tmp/kci/artifacts/\n' '+ echo job:package_kselftest=done\n' '++ date +%s\n' '+ echo jobets:package_kselftest=1745348718\n' '+ echo -----log:package_dtbs-----\n' '-----log:package_dtbs-----\n' '+ echo job:package_dtbs=running\n' '++ date +%s\n' '+ echo jobsts:package_dtbs=1745348718\n' '+ cd /tmp/kci/linux\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ make dtbs_install\n' ' INSTALL _dtbs_/vexpress-v2p-ca5s.dtb\n' ' INSTALL _dtbs_/vexpress-v2p-ca9.dtb\n' ' INSTALL _dtbs_/vexpress-v2p-ca15-tc1.dtb\n' ' INSTALL _dtbs_/vexpress-v2p-ca15_a7.dtb\n' '+ mkdir -p /tmp/kci/artifacts/dtbs\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp -r _dtbs_/vexpress-v2p-ca15-tc1.dtb ' '_dtbs_/vexpress-v2p-ca15_a7.dtb ' '_dtbs_/vexpress-v2p-ca5s.dtb ' '_dtbs_/vexpress-v2p-ca9.dtb /tmp/kci/artifacts/dtbs\n' '+ cd ..\n' '+ echo job:package_dtbs=done\n' '++ date +%s\n' '+ echo jobets:package_dtbs=1745348718\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:09:03 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:09:59 PM UTC [INFO] Processing event node: 6807e90ae51c583972a58e0a 04/22/2025 07:09:59 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e90ae51c583972a58e0a 04/22/2025 07:09:59 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1711b4012cda6bf8319', 'id': 'maestro:6807e90ae51c583972a58e0a', 'origin': 'maestro', 'comment': 'baseline-arm on at91sam9g20ek in lava-broonie', 'start_time': '2025-04-22T19:07:54.129000+00:00', 'environment': {'comment': 'Runtime: lava-broonie', 'compatible': ['atmel,at91sam9g20ek', 'atmel,at91sam9g20', 'atmel,at91sam9'], 'misc': {'platform': 'at91sam9g20ek', 'job_url': 'https://lava.sirena.org.uk/scheduler/job/1316076', 'job_id': '1316076'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-broonie', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e90ae51c583972a58e0a'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm-6807e90ae51c583972a58e0a/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm-6807e90ae51c583972a58e0a/log.txt.gz', 'log_excerpt': 'Trying 192.168.102.110...\n' 'Connected to slippershell.\n' "Escape character is '^]'.\n" 'ser2net port telnet,3000 device serialdev, ' '/dev/serial/by-path/pci-0000:00:14.0-usb-0:1:1.0-port0, ' '115200n81, local=true [] (Debian GNU/Linux)\n' 'RomBOOT\n' 'AT91Bootstrap 3.7.2-rc2-dirty (Tue 14 Apr 02:17:07 ' 'BST 2015)\n' 'NAND: ONFI not supported\n' 'NAND: Manufacturer ID: 0xec Chip ID: 0xda\n' 'NAND: Disable On-Die ECC\n' 'NAND: Press the recovery button (BP4) to recovery\n' 'NAND: Using Software ECC\n' 'NAND: Image: Copy 0x80000 bytes from 0x40000 to ' '0x21f00000\n' 'NAND: Done to load image\n' 'U-Boot 2015.01 (Apr 14 2015 - 16:45:04)\n' 'CPU: AT91SAM9G20\n' 'Crystal frequency: 18.432 MHz\n' 'CPU clock : 396.288 MHz\n' 'Master clock : 132.096 MHz\n' 'DRAM: 64 MiB\n' 'WARNING: Caches not enabled\n' 'NAND: 256 MiB\n' 'MMC: mci: 0\n' 'In: serial\n' 'Out: serial\n' 'Err: serial\n' 'Net: macb0\n' 'Hit any key to stop autoboot: 3\n' '??? 0\n' 'U-Boot> setenv autoload no\n' 'setenv autoload no\n' 'U-Boot> setenv initrd_high 0xffffffff\n' 'setenv initrd_high 0xffffffff\n' 'U-Boot> setenv fdt_high 0xffffffff\n' 'setenv fdt_high 0xffffffff\n' 'U-Boot> dhcp\n' 'dhcp\n' 'macb0: Starting autonegotiation...\n' 'macb0: Autonegotiation complete\n' 'macb0: link up, 100Mbps full-duplex (lpa: 0xc1e1)\n' 'BOOTP broadcast 1\n' 'BOOTP broadcast 2\n' 'BOOTP broadcast 3\n' 'DHCP client bound to address 172.22.40.142 (5344 ms)\n' 'U-Boot> setenv serverip 172.16.0.2\n' 'setenv serverip 172.16.0.2\n' 'U-Boot> tftp 0x22100000 ' '1316076/tftp-deploy-qrq5svlw/kernel/zImage\n' 'tftp 0x22100000 ' '1316076/tftp-deploy-qrq5svlw/kernel/zImage\n' 'macb0: link up, 100Mbps full-duplex (lpa: 0xc1e1)\n' 'Using macb0 device\n' 'TFTP from server 172.16.0.2; our IP address is ' '172.22.40.142\n' 'Filename ' "'1316076/tftp-deploy-qrq5svlw/kernel/zImage'.\n" 'Load address: 0x22100000\n' 'Loading: ' '*?#################################################################\n' '#################################################################\n' '#################################################################\n' '#################################################################\n' '#################################################################\n' '#################################################################\n' '#################################################################\n' '################\n' '1.5 MiB/s\n' 'done\n' 'Bytes transferred = 6909408 (696de0 hex)\n' 'U-Boot> tftp 0x23000000 ' '1316076/tftp-deploy-qrq5svlw/ramdisk/ramdisk.cpio.gz.uboot\n' 'tftp 0x23000000 ' '1316076/tftp-deploy-qrq5svlw/ramdisk/ramdisk.cpio.gz.uboot\n' 'macb0: link up, 100Mbps full-duplex (lpa: 0xc1e1)\n' 'Using macb0 device\n' 'TFTP from server 172.16.0.2; our IP address is ' '172.22.40.142\n' 'Filename ' "'1316076/tftp-deploy-qrq5svlw/ramdisk/ramdisk.cpio.gz.uboot'.\n" 'Load address: 0x23000000\n' 'Loading: ' '*?#################################################################\n' '#################################################################\n' '#################################################################\n' '#################################################################\n' '#################################################################\n' '#################################################################\n' '#################################################################\n' '#################################################################\n' '#############################################################\n' '1.4 MiB/s\n' 'done\n' 'Bytes transferred = 8521129 (8205a9 hex)\n' 'U-Boot> setenv initrd_size ${filesize}\n' 'setenv initrd_size ${filesize}\n' 'U-Boot> tftp 0x22000000 ' '1316076/tftp-deploy-qrq5svlw/dtb/at91sam9g20ek.dtb\n' 'tftp 0x22000000 ' '1316076/tftp-deploy-qrq5svlw/dtb/at91sam9g20ek.dtb\n' 'macb0: link up, 100Mbps full-duplex (lpa: 0xc1e1)\n' 'Using macb0 device\n' 'TFTP from server 172.16.0.2; our IP address is ' '172.22.40.142\n' 'Filename ' "'1316076/tftp-deploy-qrq5svlw/dtb/at91sam9g20ek.dtb'.\n" 'Load address: 0x22000000\n' 'Loading: *?##\n' '1.3 MiB/s\n' 'done\n' 'Bytes transferred = 17112 (42d8 hex)\n' "U-Boot> setenv bootargs ' root=/dev/ram0 cma=0 " "ip=dhcp'\n" "setenv bootargs ' root=/dev/ram0 cma=0 ip=dhcp'\n" 'U-Boot> bootz 0x22100000 0x23000000 0x22000000\n' 'bootz 0x22100000 0x23000000 0x22000000\n' 'Kernel image @ 0x22100000 [ 0x000000 - 0x696de0 ]\n' '## Loading init Ramdisk from Legacy Image at 23000000 ' '...\n' 'Image Name:\n' 'Image Type: ARM Linux RAMDisk Image (uncompressed)\n' 'Data Size: 8521065 Bytes = 8.1 MiB\n' 'Load Address: 00000000\n' 'Entry Point: 00000000\n' 'Verifying Checksum ... OK\n' '## Flattened Device Tree blob at 22000000\n' 'Booting using the fdt blob at 0x22000000\n' 'Using Device Tree in place at 22000000, end 220072d7\n' 'Starting kernel ...\n' 'Booting Linux on physical CPU 0x0\n' 'Linux version 6.1.132 ' '(kernelci@kci-6807e1711b4012cda6bf8319-kbuild-gcc-12-arm-multi--ib4h6wv64) ' '(arm-linux-gnueabihf-gcc (Debian 12.2.0-14) 12.2.0, ' 'GNU ld (GNU Binutils for Debian) 2.40) #1 PREEMPT Tue ' 'Apr 22 18:57:51 UTC 2025\n' 'CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), ' 'cr=0005317f\n' 'CPU: VIVT data cache, VIVT instruction cache\n' 'OF: fdt: Machine model: Atmel at91sam9g20ek\n' 'Memory policy: Data cache writethrough\n' 'Zone ranges:\n' 'DMA [mem 0x0000000020000000-0x0000000023ffffff]\n' 'Normal empty\n' 'HighMem empty\n' 'Movable zone start for each node\n' 'Early memory node ranges\n' 'node 0: [mem ' '0x0000000020000000-0x0000000023ffffff]\n' 'Initmem setup node 0 [mem ' '0x0000000020000000-0x0000000023ffffff]\n' 'Built 1 zonelists, mobility grouping on. Total ' 'pages: 16256\n' 'Kernel command line: root=/dev/ram0 cma=0 ip=dhcp\n' 'Dentry cache hash table entries: 8192 (order: 3, ' '32768 bytes, linear)\n' 'Inode-cache hash table entries: 4096 (order: 2, 16384 ' 'bytes, linear)\n' 'mem auto-init: stack:all(zero), heap alloc:off, heap ' 'free:off\n' 'Memory: 40324K/65536K available (10115K kernel code, ' '1968K rwdata, 2752K rodata, 388K init, 702K bss, ' '25212K reserved, 0K cma-reserved, 0K highmem)\n' 'SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, ' 'Nodes=1\n' 'rcu: Preemptible hierarchical RCU implementation.\n' 'rcu: ?RCU event tracing is enabled.\n' 'Trampoline variant of Tasks RCU enabled.\n' 'rcu: RCU calculated value of scheduler-enlistment ' 'delay is 10 jiffies.\n' 'NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16\n' 'rcu: srcu_init: Setting srcu_struct sizes based on ' 'contention.\n' 'clocksource: pit: mask: 0xfffffff max_cycles: ' '0xfffffff, max_idle_ns: 14468723050 ns\n' 'clocksource: timer@fffa0000: mask: 0xffffffff ' 'max_cycles: 0xffffffff, max_idle_ns: 115749784805 ns\n' 'sched_clock: 32 bits at 17MHz, resolution 60ns, wraps ' 'every 130055938017ns\n' 'Switching to timer-based delay loop, resolution 60ns\n' 'Console: colour dummy device 80x30\n' 'printk: console [tty0] enabled\n' 'Calibrating delay loop (skipped), value calculated ' 'using timer frequency.. 33.02 BogoMIPS (lpj=165120)\n' 'CPU: Testing write buffer coherency: ok\n' 'pid_max: default: 32768 minimum: 301\n' 'Mount-cache hash table entries: 1024 (order: 0, 4096 ' 'bytes, linear)\n' 'Mountpoint-cache hash table entries: 1024 (order: 0, ' '4096 bytes, linear)\n' 'cblist_init_generic: Setting adjustable number of ' 'callback queues.\n' 'cblist_init_generic: Setting shift to 0 and lim to ' '1.\n' 'Setting up static identity map for 0x20008400 - ' '0x2000847c\n' 'rcu: Hierarchical SRCU implementation.\n' 'rcu: ?Max phase no-delay instances is 1000.\n' 'devtmpfs: initialized\n' 'clocksource: jiffies: mask: 0xffffffff max_cycles: ' '0xffffffff, max_idle_ns: 19112604462750000 ns\n' 'futex hash table entries: 256 (order: -1, 3072 bytes, ' 'linear)\n' 'pinctrl core: initialized pinctrl subsystem\n' 'NET: Registered PF_NETLINK/PF_ROUTE protocol family\n' 'DMA: preallocated 256 KiB pool for atomic coherent ' 'allocations\n' "thermal_sys: Registered thermal governor 'step_wise'\n" 'cpuidle: using governor menu\n' 'AT91: PM: standby: standby, suspend: ulp0\n' 'gpio gpiochip0: (fffff400.gpio): not an immutable ' 'chip, please consider fixing it!\n' 'gpio-at91 fffff400.gpio: at address (ptrval)\n' 'gpio gpiochip1: (fffff600.gpio): not an immutable ' 'chip, please consider fixing it!\n' 'gpio-at91 fffff600.gpio: at address (ptrval)\n' 'gpio gpiochip2: (fffff800.gpio): not an immutable ' 'chip, please consider fixing it!\n' 'gpio-at91 fffff800.gpio: at address (ptrval)\n' 'pinctrl-at91 ahb:apb:pinctrl@fffff400: initialized ' 'AT91 pinctrl driver\n' 'Serial: AMBA PL011 UART driver\n' 'kprobes: kprobe jump-optimization is enabled. All ' 'kprobes are optimized if possible.\n' 'AT91: Detected SoC: at91sam9g20, revision 1\n' 'SCSI subsystem initialized\n' 'usbcore: registered new interface driver usbfs\n' 'usbcore: registered new interface driver hub\n' 'usbcore: registered new device driver usb\n' 'mc: Linux media interface: v0.10\n' 'videodev: Linux video capture interface: v2.00\n' 'pps_core: LinuxPPS API ver. 1 registered\n' 'pps_core: Software ver. 5.3.6 - Copyright 2005-2007 ' 'Rodolfo Giometti \n' 'PTP clock support registered\n' 'Advanced Linux Sound Architecture Driver ' 'Initialized.\n' 'vgaarb: loaded\n' 'clocksource: Switched to clocksource timer@fffa0000\n' 'NET: Registered PF_INET protocol family\n' 'IP idents hash table entries: 2048 (order: 2, 16384 ' 'bytes, linear)\n' 'tcp_listen_portaddr_hash hash table entries: 1024 ' '(order: 0, 4096 bytes, linear)\n' 'Table-perturb hash table entries: 65536 (order: 6, ' '262144 bytes, linear)\n' 'TCP established hash table entries: 1024 (order: 0, ' '4096 bytes, linear)\n' 'TCP bind hash table entries: 1024 (order: 1, 8192 ' 'bytes, linear)\n' 'TCP: Hash tables configured (established 1024 bind ' '1024)\n' 'UDP hash table entries: 256 (order: 0, 4096 bytes, ' 'linear)\n' 'UDP-Lite hash table entries: 256 (order: 0, 4096 ' 'bytes, linear)\n' 'NET: Registered PF_UNIX/PF_LOCAL protocol family\n' 'RPC: Registered named UNIX socket transport module.\n' 'RPC: Registered udp transport module.\n' 'RPC: Registered tcp transport module.\n' 'RPC: Registered tcp NFSv4.1 backchannel transport ' 'module.\n' 'PCI: CLS 0 bytes, default 32\n' 'Initialise system trusted keyrings\n' 'Unpacking initramfs...\n' 'workingset: timestamp_bits=30 max_order=14 ' 'bucket_order=0\n' 'jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.\n' 'Key type asymmetric registered\n' "Asymmetric key parser 'x509' registered\n" 'Block layer SCSI generic (bsg) driver version 0.4 ' 'loaded (major 248)\n' 'io scheduler mq-deadline registered\n' 'io scheduler kyber registered\n' 'Serial: 8250/16550 driver, 6 ports, IRQ sharing ' 'disabled\n' 'loop: module loaded\n' 'atmel_usart_serial.0.auto: ttyAT0 at MMIO 0xfffff200 ' '(irq = 16, base_baud = 8256000) is a ATMEL_SERIAL\n' 'printk: console [ttyAT0] enabled\n' 'atmel_usart_serial.1.auto: ttyAT1 at MMIO 0xfffb0000 ' '(irq = 21, base_baud = 8256000) is a ATMEL_SERIAL\n' 'atmel_usart_serial.2.auto: ttyAT2 at MMIO 0xfffb4000 ' '(irq = 22, base_baud = 8256000) is a ATMEL_SERIAL\n' 'Freeing initrd memory: 8324K\n' 'macb fffc4000.ethernet eth0: Cadence MACB rev ' '0x0001010c at 0xfffc4000 irq 23 (a6:72:4e:7e:7a:f8)\n' 'libertas_sdio: Libertas SDIO driver\n' 'libertas_sdio: Copyright Pierre Ossman\n' 'at91_ohci 500000.ohci: USB Host Controller\n' 'at91_ohci 500000.ohci: new USB bus registered, ' 'assigned bus number 1\n' 'at91_ohci 500000.ohci: irq 24, io mem 0x00500000\n' 'hub 1-0:1.0: USB hub found\n' 'hub 1-0:1.0: 2 ports detected\n' 'usbcore: registered new interface driver usb-storage\n' 'usbcore: registered new interface driver ums-datafab\n' 'usbcore: registered new interface driver ums-freecom\n' 'usbcore: registered new interface driver ' 'ums-jumpshot\n' 'usbcore: registered new interface driver ums-sddr09\n' 'usbcore: registered new interface driver ums-sddr55\n' 'i2c_dev: i2c /dev entries driver\n' 'at91-reset fffffd00.reset-controller: Starting after ' 'general reset\n' 'at91_wdt fffffd40.watchdog: watchdog is disabled\n' 'at91_wdt: probe of fffffd40.watchdog failed with ' 'error -22\n' 'atmel_mci fffa8000.mmc: version: 0x210\n' 'atmel_mci fffa8000.mmc: using PDC\n' 'usbcore: registered new interface driver usbhid\n' 'usbhid: USB HID core driver\n' 'nand: device found, Manufacturer ID: 0xec, Chip ID: ' '0xda\n' 'nand: Samsung NAND 256MiB 3,3V 8-bit\n' 'nand: 256 MiB, SLC, erase size: 128 KiB, page size: ' '2048, OOB size: 64\n' 'Bad block table found at page 131008, version 0x01\n' 'atmel_mci fffa8000.mmc: Atmel MCI controller at ' '0xfffa8000 irq 25, 1 slots\n' 'Bad block table found at page 130944, version 0x01\n' 'nand_read_bbt: bad block at 0x000006120000\n' 'nand_read_bbt: bad block at 0x00000d880000\n' '8 fixed-partitions partitions found on MTD device ' 'atmel_nand\n' 'Creating 8 MTD partitions on "atmel_nand":\n' '0x000000000000-0x000000020000 : "at91bootstrap"\n' '0x000000020000-0x000000060000 : "barebox"\n' '0x000000060000-0x000000080000 : "bareboxenv"\n' '0x000000080000-0x0000000a0000 : "bareboxenv2"\n' '0x0000000a0000-0x0000000c0000 : "oftree"\n' '0x0000000c0000-0x0000004c0000 : "kernel"\n' '0x0000004c0000-0x000007cc0000 : "rootfs"\n' '0x000007cc0000-0x000010000000 : "data"\n' 'NET: Registered PF_INET6 protocol family\n' 'Segment Routing with IPv6\n' 'In-situ OAM (IOAM) with IPv6\n' 'sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver\n' 'NET: Registered PF_PACKET protocol family\n' 'lib80211: common routines for IEEE802.11 drivers\n' 'Loading compiled-in X.509 certificates\n' 'input: gpio-keys as ' '/devices/platform/gpio-keys/input/input0\n' 'macb fffc4000.ethernet eth0: PHY ' '[fffc4000.ethernet-ffffffff:00] driver [Davicom ' 'DM9161A] (irq=POLL)\n' 'macb fffc4000.ethernet eth0: configuring for phy/rmii ' 'link mode\n' 'macb fffc4000.ethernet eth0: Link is Up - ' '100Mbps/Full - flow control off\n' 'IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ' 'ready\n' 'Sending DHCP requests ..., OK\n' 'IP-Config: Got DHCP answer from 172.16.0.1, my ' 'address is 172.22.40.142\n' 'IP-Config: Complete:\n' 'device=eth0, hwaddr=a6:72:4e:7e:7a:f8, ' 'ipaddr=172.22.40.142, mask=255.240.0.0, ' 'gw=172.16.0.1\n' 'host=172.22.40.142, domain=, nis-domain=(none)\n' 'bootserver=172.16.0.1, rootserver=172.16.0.1, ' 'rootpath=\n' 'nameserver0=172.16.0.1\n' 'cfg80211: Loading compiled-in X.509 certificates for ' 'regulatory database\n' "cfg80211: Loaded X.509 cert 'sforshee: " "00b28ddf47aef9cea7'\n" "cfg80211: Loaded X.509 cert 'wens: " "61c038651aabdcf94bd0ac7ff06c7248db18c600'\n" 'platform regulatory.0: Direct firmware load for ' 'regulatory.db failed with error -2\n' 'clk: Disabling unused clocks\n' 'ALSA device list:\n' 'No soundcards found.\n' 'cfg80211: failed to load regulatory.db\n' 'Freeing unused kernel image (initmem) memory: 388K\n' 'Kernel memory protection not selected by kernel ' 'config.\n' 'Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: udevd[89]: starting ' 'version 3.2.9\n' 'random: crng init done\n' "udevd[89]: specified user 'tss' unknown\n" "udevd[89]: specified group 'tss' unknown\n" 'udevd[90]: starting eudev-3.2.9\n' "mtdblock: MTD device 'at91bootstrap' is NAND, please " 'consider using UBI block devices instead.\n' "mtdblock: MTD device 'barebox' is NAND, please " 'consider using UBI block devices instead.\n' "mtdblock: MTD device 'bareboxenv' is NAND, please " 'consider using UBI block devices instead.\n' "mtdblock: MTD device 'bareboxenv2' is NAND, please " 'consider using UBI block devices instead.\n' "mtdblock: MTD device 'oftree' is NAND, please " 'consider using UBI block devices instead.\n' "mtdblock: MTD device 'kernel' is NAND, please " 'consider using UBI block devices instead.\n' "mtdblock: MTD device 'rootfs' is NAND, please " 'consider using UBI block devices instead.\n' "mtdblock: MTD device 'data' is NAND, please consider " 'using UBI block devices instead.\n' 'udc: at91_udc version 3 May 2006\n' 'ssc fffbc000.ssc: Atmel SSC device at 0xd86d7064 (irq ' '31)\n' 'rtc-at91sam9 fffffd20.rtc: rtc0: SET TIME!\n' 'iio iio:device0: Resolution used: 10 bits\n' 'rtc-at91sam9 fffffd20.rtc: registered as rtc0\n' 'rtc-at91sam9 fffffd20.rtc: hctosys: unable to read ' 'the hardware clock\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: ip: RTNETLINK answers: File exists\n' 'FAIL\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '#\n' '/ # export SHELL=/bin/sh\n' 'export SHELL=/bin/sh\n' '/ # . /lava-1316076/environment\n' '. /lava-1316076/environment\n' '/ # /lava-1316076/bin/lava-test-runner ' '/lava-1316076/0\n' '/lava-1316076/bin/lava-test-runner /lava-1316076/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-1316076/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=1316076_1.5.2.4.\n' '1\n' '+ set +x\n' "+ echo 'Hello World!\n' "'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ #\n'} 04/22/2025 07:09:59 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:10:00 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:00 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:01 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:01 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:02 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:02 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:03 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:04 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:04 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:05 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:05 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:06 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:06 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:07 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:07 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:08 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:08 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:09 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e1d41b4012cda6bf838b 04/22/2025 07:10:09 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0889aef7c8063cad94d', 'id': 'maestro:6807e1d41b4012cda6bf838b', 'origin': 'maestro', 'comment': 'baseline-arm-broonie on stm32mp157a-dhcor-avenger96 in ' 'lava-broonie', 'start_time': '2025-04-22T18:37:08.066000+00:00', 'environment': {'comment': 'Runtime: lava-broonie', 'compatible': ['arrow,stm32mp157a-avenger96', 'dh,stm32mp157a-dhcor-som', 'st,stm32mp157'], 'misc': {'platform': 'stm32mp157a-dhcor-avenger96', 'job_url': 'https://lava.sirena.org.uk/scheduler/job/1315936', 'job_id': '1315936'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-broonie', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e1d41b4012cda6bf838b'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm-broonie-6807e1d41b4012cda6bf838b/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm-broonie-6807e1d41b4012cda6bf838b/log.txt.gz', 'log_excerpt': '.32 [Flags: R/O].\n' '[ 0.270506] Key type asymmetric registered\n' "[ 0.270520] Asymmetric key parser 'x509' " 'registered\n' '[ 0.270764] bounce: pool size: 64 pages\n' '[ 0.270938] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 247)\n' '[ 0.270952] io scheduler mq-deadline registered\n' '[ 0.270962] io scheduler kyber registered\n' '[ 0.507522] Serial: 8250/16550 driver, 5 ports, ' 'IRQ sharing enabled\n' '[ 0.513236] SuperH (H)SCI(F) driver initialized\n' '[ 0.514470] msm_serial: driver initialized\n' '[ 0.514482] STMicroelectronics ASC driver ' 'initialized\n' '[ 0.516607] STM32 USART driver initialized\n' '[ 0.517697] stm32-usart 4000e000.serial: interrupt ' 'mode for rx (no dma)\n' '[ 0.517718] stm32-usart 4000e000.serial: interrupt ' 'mode for tx (no dma)\n' '[ 0.517748] 4000e000.serial: ttySTM2 at MMIO ' '0x4000e000 (irq = 47, base_baud = 4000000) is a ' 'stm32-usart\n' '[ 0.518023] serial serial0: tty port ttySTM2 ' 'registered\n' '[ 0.518906] stm32-usart 40010000.serial: interrupt ' 'mode for rx (no dma)\n' '[ 0.518926] stm32-usart 40010000.serial: interrupt ' 'mode for tx (no dma)\n' '[ 0.518953] 40010000.serial: ttySTM0 at MMIO ' '0x40010000 (irq = 48, base_baud = 4000000) is a ' 'stm32-usart\n' '[ 2.247968] printk: console [ttySTM0] enabled\n' '[ 2.274420] stm32-usart 40018000.serial: interrupt ' 'mode for rx (no dma)\n' '[ 2.279712] stm32-usart 40018000.serial: interrupt ' 'mode for tx (no dma)\n' '[ 2.286342] 40018000.serial: ttySTM1 at MMIO ' '0x40018000 (irq = 49, base_baud = 4000000) is a ' 'stm32-usart\n' '[ 2.334602] random: crng init done\n' '[ 2.363870] brd: module loaded\n' '[ 2.388407] loop: module loaded\n' '[ 2.439090] spi-nor spi0.0: w25q16dw (2048 ' 'Kbytes)\n' '[ 2.452282] CAN device driver interface\n' '[ 2.456528] bgmac_bcma: Broadcom 47xx GBit MAC ' 'driver loaded\n' '[ 2.462726] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 2.466307] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 2.472482] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 2.477668] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 2.488897] stm32-dwmac 5800a000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 2.494010] stm32-dwmac 5800a000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 2.608960] stm32-dwmac 5800a000.ethernet: User ' 'ID: 0x40, Synopsys ID: 0x42\n' '[ 2.614584] stm32-dwmac 5800a000.ethernet: ' '?DWMAC4/5\n' '[ 2.619681] stm32-dwmac 5800a000.ethernet: DMA HW ' 'capability register supported\n' '[ 2.626881] stm32-dwmac 5800a000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 2.634255] stm32-dwmac 5800a000.ethernet: TX ' 'Checksum insertion supported\n' '[ 2.641118] stm32-dwmac 5800a000.ethernet: Wake-Up ' 'On Lan supported\n' '[ 2.647567] stm32-dwmac 5800a000.ethernet: TSO ' 'supported\n' '[ 2.652831] stm32-dwmac 5800a000.ethernet: Enable ' 'RX Mitigation via HW Watchdog Timer\n' '[ 2.660602] stm32-dwmac 5800a000.ethernet: Enabled ' 'L3L4 Flow TC (entries=2)\n' '[ 2.667523] stm32-dwmac 5800a000.ethernet: Enabled ' 'RFS Flow TC (entries=10)\n' '[ 2.674571] stm32-dwmac 5800a000.ethernet: TSO ' 'feature enabled\n' '[ 2.680396] stm32-dwmac 5800a000.ethernet: Using ' '32/32 bits DMA host/device width\n' '[ 2.694376] Freeing initrd memory: 16752K\n' '[ 2.750291] pegasus: Pegasus/Pegasus II USB ' 'Ethernet driver\n' '[ 2.754558] usbcore: registered new interface ' 'driver pegasus\n' '[ 2.760256] usbcore: registered new interface ' 'driver asix\n' '[ 2.765573] usbcore: registered new interface ' 'driver ax88179_178a\n' '[ 2.771735] usbcore: registered new interface ' 'driver cdc_ether\n' '[ 2.777567] usbcore: registered new interface ' 'driver smsc75xx\n' '[ 2.783341] usbcore: registered new interface ' 'driver smsc95xx\n' '[ 2.789121] usbcore: registered new interface ' 'driver net1080\n' '[ 2.794735] usbcore: registered new interface ' 'driver cdc_subset\n' '[ 2.800679] usbcore: registered new interface ' 'driver zaurus\n' '[ 2.806309] usbcore: registered new interface ' 'driver cdc_ncm\n' '[ 2.817962] usbcore: registered new interface ' 'driver usb-storage\n' '[ 2.829034] stm32_rtc 5c004000.rtc: error -ENXIO: ' 'IRQ index 1 not found\n' "[ 2.834241] stm32_rtc 5c004000.rtc: alarm can't " 'wake up the system: -6\n' '[ 2.841812] stm32_rtc 5c004000.rtc: registered as ' 'rtc0\n' '[ 2.846051] stm32_rtc 5c004000.rtc: setting system ' 'clock to 2000-01-01T00:00:20 UTC (946684820)\n' '[ 2.855153] stm32_rtc 5c004000.rtc: Date/Time must ' 'be initialized\n' '[ 2.860879] stm32_rtc 5c004000.rtc: registered ' 'rev:1.2\n' '[ 2.867718] i2c_dev: i2c /dev entries driver\n' '[ 2.895420] stm32f7-i2c 40012000.i2c: STM32F7 ' 'I2C-0 bus adapter\n' '[ 2.922269] stm32f7-i2c 40013000.i2c: STM32F7 ' 'I2C-1 bus adapter\n' '[ 2.950483] stpmic1 2-0033: PMIC Chip Version: ' '0x10\n' '[ 2.959329] ' '/soc/i2c@5c002000/stpmic@33/regulators: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/stpmic@33/regulators/boost\n' '[ 2.969570] ' '/soc/i2c@5c002000/stpmic@33/regulators: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/stpmic@33/regulators/buck2\n' '[ 2.981068] ' '/soc/i2c@5c002000/stpmic@33/regulators: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/stpmic@33/regulators/buck4\n' '[ 3.009908] vdda: Bringing 1800000uV into ' '2900000-2900000uV\n' '[ 3.016620] v2v8: Bringing 1800000uV into ' '2800000-2800000uV\n' '[ 3.032038] v1v8: Bringing 1000000uV into ' '1800000-1800000uV\n' '[ 3.049616] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.058569] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.068864] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.079222] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.089471] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.099718] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.110081] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.120331] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.131007] /hdmi-out: Fixed dependency cycle(s) ' 'with /soc/i2c@5c002000/hdmi-transmitter@3d\n' '[ 3.139207] /soc/display-controller@5a001000: ' 'Fixed dependency cycle(s) with ' '/soc/i2c@5c002000/hdmi-transmitter@3d\n' '[ 3.149612] ' '/soc/sai@4400b000/audio-controller@4400b004: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/hdmi-transmitter@3d\n' '[ 3.160979] /soc/i2c@5c002000/hdmi-transmitter@3d: ' 'Fixed dependency cycle(s) with ' '/soc/sai@4400b000/audio-controller@4400b004\n' '[ 3.172184] /soc/i2c@5c002000/hdmi-transmitter@3d: ' 'Fixed dependency cycle(s) with /hdmi-out\n' '[ 3.180622] /soc/i2c@5c002000/hdmi-transmitter@3d: ' 'Fixed dependency cycle(s) with ' '/soc/display-controller@5a001000\n' '[ 3.191739] at24 2-0053: supply vcc not found, ' 'using dummy regulator\n' '[ 3.198094] at24 2-0053: 256 byte 24c02 EEPROM, ' 'writable, 16 bytes/write\n' '[ 3.204186] stm32f7-i2c 5c002000.i2c: STM32F7 ' 'I2C-2 bus adapter\n' '[ 3.221609] stm_thermal 50028000.thermal: ' 'stm_thermal_probe: Driver initialized successfully\n' '[ 3.241241] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 3.244114] mmci-pl18x 58005000.mmc: Got CD GPIO\n' '[ 3.246033] sdhci: Copyright(c) Pierre Ossman\n' '[ 3.249045] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 3.252196] mmci-pl18x 48004000.mmc: mmc1: PL180 ' 'manf 53 rev2 at 0x48004000 irq 69,0 (pio)\n' '[ 3.257762] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 3.261495] mmci-pl18x 58005000.mmc: mmc0: PL180 ' 'manf 53 rev2 at 0x58005000 irq 70,0 (pio)\n' '[ 3.283871] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 3.292260] usbcore: registered new interface ' 'driver usbhid\n' '[ 3.296447] usbhid: USB HID core driver\n' '[ 3.311117] NET: Registered PF_INET6 protocol ' 'family\n' '[ 3.316865] Segment Routing with IPv6\n' '[ 3.319285] In-situ OAM (IOAM) with IPv6\n' '[ 3.323171] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 3.330067] NET: Registered PF_PACKET protocol ' 'family\n' '[ 3.334061] can: controller area network core\n' '[ 3.338530] NET: Registered PF_CAN protocol ' 'family\n' '[ 3.343308] can: raw protocol\n' '[ 3.346189] can: broadcast manager protocol\n' '[ 3.350424] can: netlink gateway - max_hops=1\n' '[ 3.355508] Key type dns_resolver registered\n' '[ 3.359337] ThumbEE CPU extension supported.\n' '[ 3.363344] Registering SWP/SWPB emulation ' 'handler\n' '[ 3.369866] Loading compiled-in X.509 ' 'certificates\n' '[ 3.417626] mmc0: new high speed SDXC card at ' 'address e624\n' '[ 3.420845] input: pmic_onkey as ' '/devices/platform/soc/5c002000.i2c/i2c-2/2-0033/5c002000.i2c:stpmic@33:onkey/input/input0\n' '[ 3.434150] mmcblk0: mmc0:e624 SD64G 59.5 GiB\n' '[ 3.445415] GPT:Primary header thinks Alt. header ' 'is not at the end of the disk.\n' '[ 3.451501] GPT:3204245 != 124735487\n' '[ 3.455059] GPT:Alternate GPT header not at the ' 'end of the disk.\n' '[ 3.456397] regulator regulator.19: regulator ' 'disable timed out!\n' '[ 3.461052] GPT:3204245 != 124735487\n' '[ 3.461062] GPT: Use GNU Parted to correct GPT ' 'errors.\n' '[ 3.461129] mmcblk0: p1 p2 p3 p4\n' '[ 3.467037] reg18: failed to disable: -ETIMEDOUT\n' '[ 3.484058] stm32-usbphyc 5a006000.usbphyc: ' 'registered rev:1.0\n' '[ 3.485403] mmci-pl18x 58007000.mmc: mmc2: PL180 ' 'manf 53 rev2 at 0x58007000 irq 74,0 (pio)\n' '[ 3.493253] dwc2 49000000.usb-otg: supply vusb_d ' 'not found, using dummy regulator\n' '[ 3.505760] dwc2 49000000.usb-otg: supply vusb_a ' 'not found, using dummy regulator\n' '[ 3.550063] mmc1: new high speed SDIO card at ' 'address 0001\n' '[ 3.642601] mmc2: new DDR MMC card at address ' '0001\n' '[ 3.646285] dwc2 49000000.usb-otg: EPs: 9, ' 'dedicated fifos, 952 entries in SPRAM\n' '[ 3.647232] mmcblk2: mmc2:0001 DG4008 7.28 GiB\n' '[ 3.661604] dwc2 49000000.usb-otg: DWC OTG ' 'Controller\n' '[ 3.665326] dwc2 49000000.usb-otg: new USB bus ' 'registered, assigned bus number 1\n' '[ 3.672863] dwc2 49000000.usb-otg: irq 75, io mem ' '0x49000000\n' '[ 3.679936] hub 1-0:1.0: USB hub found\n' '[ 3.682465] hub 1-0:1.0: 1 port detected\n' '[ 3.693566] ehci-platform 5800d000.usb: EHCI Host ' 'Controller\n' '[ 3.697883] ehci-platform 5800d000.usb: new USB ' 'bus registered, assigned bus number 2\n' '[ 3.706837] ehci-platform 5800d000.usb: irq 76, io ' 'mem 0x5800d000\n' '[ 3.712116] GPT:Primary header thinks Alt. header ' 'is not at the end of the disk.\n' '[ 3.719266] GPT:3145727 != 15273599\n' '[ 3.722717] GPT:Alternate GPT header not at the ' 'end of the disk.\n' '[ 3.728813] GPT:3145727 != 15273599\n' '[ 3.732261] GPT: Use GNU Parted to correct GPT ' 'errors.\n' '[ 3.737484] mmcblk2: p1 p2 p3 p4\n' '[ 3.740995] ehci-platform 5800d000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 3.749100] hub 2-0:1.0: USB hub found\n' '[ 3.749465] mmcblk2boot0: mmc2:0001 DG4008 4.00 ' 'MiB\n' '[ 3.751603] hub 2-0:1.0: 2 ports detected\n' '[ 3.762291] mmcblk2boot1: mmc2:0001 DG4008 4.00 ' 'MiB\n' '[ 3.768184] mmcblk2rpmb: mmc2:0001 DG4008 4.00 ' 'MiB, chardev (236:0)\n' '[ 3.774359] stm32-dwmac 5800a000.ethernet eth0: ' 'Register MEM_TYPE_PAGE_POOL RxQ-0\n' '[ 3.867383] stm32-dwmac 5800a000.ethernet eth0: ' 'PHY [stmmac-0:07] driver [Micrel KSZ9031 Gigabit PHY] ' '(irq=POLL)\n' '[ 3.886310] dwmac4: Master AXI performs any burst ' 'length\n' '[ 3.890217] stm32-dwmac 5800a000.ethernet eth0: No ' 'Safety Features support found\n' '[ 4.048722] usb 2-1: new high-speed USB device ' 'number 2 using ehci-platform\n' '[ 4.097650] stm32-dwmac 5800a000.ethernet eth0: ' 'IEEE 1588-2008 Advanced Timestamp supported\n' '[ 4.105038] stm32-dwmac 5800a000.ethernet eth0: ' 'registered PTP clock\n' '[ 4.111799] stm32-dwmac 5800a000.ethernet eth0: ' 'configuring for phy/rgmii link mode\n' '[ 4.250143] hub 2-1:1.0: USB hub found\n' '[ 4.252745] hub 2-1:1.0: 3 ports detected\n' '[ 13.520448] stm32-dwmac 5800a000.ethernet eth0: ' 'Link is Up - 1Gbps/Full - flow control off\n' '[ 13.520484] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: ' 'link becomes ready\n' '[ 13.568756] Sending DHCP requests .., OK\n' '[ 15.931328] IP-Config: Got DHCP answer from ' '172.16.0.1, my address is 172.22.14.134\n' '[ 15.938988] IP-Config: Complete:\n' '[ 15.942133] device=eth0, ' 'hwaddr=80:1f:12:cc:2a:a4, ipaddr=172.22.14.134, ' 'mask=255.240.0.0, gw=172.16.0.1\n' '[ 15.952076] host=172.22.14.134, domain=, ' 'nis-domain=(none)\n' '[ 15.958049] bootserver=172.16.0.1, ' 'rootserver=172.16.0.1, rootpath=\n' '[ 15.958062] nameserver0=172.16.0.1\n' '[ 15.969116] clk: Disabling unused clocks\n' '[ 15.978195] Freeing unused kernel image (initmem) ' 'memory: 2048K\n' '[ 15.983408] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 16.171592] ' 'udevd[110]: starting version 3.2.9\n' "[ 16.190102] udevd[110]: specified user 'tss' " 'unknown\n' "[ 16.193924] udevd[110]: specified group 'tss' " 'unknown\n' '[ 16.202656] udevd[111]: starting eudev-3.2.9\n' '[ 17.276908] /soc/i2c@5c002000/hdmi-transmitter@3d: ' 'Fixed dependency cycle(s) with ' '/soc/sai@4400b000/audio-controller@4400b004\n' '[ 17.287254] ' '/soc/sai@4400b000/audio-controller@4400b004: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/hdmi-transmitter@3d\n' '[ 17.379331] Bluetooth: Core ver 2.22\n' '[ 17.381621] NET: Registered PF_BLUETOOTH protocol ' 'family\n' '[ 17.386943] Bluetooth: HCI device and connection ' 'manager initialized\n' '[ 17.393382] Bluetooth: HCI socket layer ' 'initialized\n' '[ 17.398224] Bluetooth: L2CAP socket layer ' 'initialized\n' '[ 17.403363] Bluetooth: SCO socket layer ' 'initialized\n' '[ 17.479029] Bluetooth: HCI UART driver ver 2.3\n' '[ 17.482142] Bluetooth: HCI UART protocol H4 ' 'registered\n' '[ 17.487900] Bluetooth: HCI UART protocol Broadcom ' 'registered\n' '[ 17.493437] hci_uart_bcm serial0-0: supply vbat ' 'not found, using dummy regulator\n' '[ 17.500752] hci_uart_bcm serial0-0: supply vddio ' 'not found, using dummy regulator\n' '[ 17.541152] cfg80211: Loading compiled-in X.509 ' 'certificates for regulatory database\n' '[ 17.693478] stm32-crc32 58009000.crc: Initialized\n' '[ 17.778938] etnaviv etnaviv: bound 59000000.gpu ' '(ops gpu_ops [etnaviv])\n' '[ 17.784301] etnaviv-gpu 59000000.gpu: model: ' 'GC400, revision: 4652\n' '[ 17.848508] [drm] Initialized etnaviv 1.4.0 ' '20151214 for etnaviv on minor 0\n' '[ 17.939889] Bluetooth: hci0: BCM: chip id 107\n' '[ 17.943454] Bluetooth: hci0: BCM: features 0x2f\n' '[ 17.948809] Bluetooth: hci0: BCM4345C0\n' '[ 17.951226] Bluetooth: hci0: BCM4345C0 ' '(003.001.025) build 0000\n' '[ 17.957603] Bluetooth: hci0: BCM: firmware Patch ' 'file not found, tried:\n' '[ 17.963847] Bluetooth: hci0: BCM: ' "'brcm/BCM4345C0.arrow,stm32mp157a-avenger96.hcd'\n" '[ 17.971400] Bluetooth: hci0: BCM: ' "'brcm/BCM4345C0.hcd'\n" '[ 17.976485] Bluetooth: hci0: BCM: ' "'brcm/BCM.arrow,stm32mp157a-avenger96.hcd'\n" "[ 17.983618] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'\n" '[ 18.128347] [drm] Initialized stm 1.0.0 20170330 ' 'for 5a001000.display-controller on minor 1\n' '[ 18.144933] stm32-display ' '5a001000.display-controller: [drm] Cannot find any ' 'crtc or sizes\n' '[ 18.154049] stm32-display ' '5a001000.display-controller: [drm] Cannot find any ' 'crtc or sizes\n' "[ 18.268547] cfg80211: Loaded X.509 cert 'sforshee: " "00b28ddf47aef9cea7'\n" "[ 18.282879] cfg80211: Loaded X.509 cert 'wens: " "61c038651aabdcf94bd0ac7ff06c7248db18c600'\n" '[ 18.290701] platform regulatory.0: Direct firmware ' 'load for regulatory.db failed with error -2\n' '[ 18.298274] cfg80211: failed to load ' 'regulatory.db\n' '[ 18.342384] brcmfmac: brcmf_fw_alloc_request: ' 'using brcm/brcmfmac43455-sdio for chip BCM4345/6\n' '[ 18.350426] brcmfmac mmc1:0001:1: Direct firmware ' 'load for ' 'brcm/brcmfmac43455-sdio.arrow,stm32mp157a-avenger96.bin ' 'failed with error -2\n' '[ 18.362931] brcmfmac mmc1:0001:1: Direct firmware ' 'load for brcm/brcmfmac43455-sdio.bin failed with ' 'error -2\n' "[ 18.994348] debugfs: File 'Capture' in directory " "'dapm' already present!\n" '[ 19.389209] brcmfmac: brcmf_sdio_htclk: HT Avail ' 'timeout (1000000): clkctl 0x50\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: ip: RTNETLINK answers: File exists\n' 'FAIL\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '#\n' '/ # export SHELL=/bin/sh\n' 'export SHELL=/bin/sh\n' '/ # . /lava-1315936/environment\n' '. /lava-1315936/environment\n' '/ # /lava-1315936/bin/lava-test-runner ' '/lava-1315936/0\n' '/lava-1315936/bin/lava-test-runner /lava-1315936/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-1315936/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=1315936_1.5.2[ 20.239569] ' '\n' '.4.1\n' '[ 20.245580] \n' '+ set +x\n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ #\n'} 04/22/2025 07:10:09 PM UTC [INFO] Marking 20 nodes flag as processed 04/22/2025 07:10:09 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:09 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:10 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:10 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:11 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:11 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:12 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:12 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:12 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:13 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:13 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:14 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:14 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:15 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:15 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:16 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:16 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:16 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:17 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:17 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:18 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:18 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:19 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:19 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:20 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:20 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:21 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:21 PM UTC [INFO] Processing 20 unprocessed nodes 04/22/2025 07:10:22 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807aa7c8f3c1f8bc51a740a 04/22/2025 07:10:22 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807aa2c8f3c1f8bc51a73da', 'id': 'maestro:6807aa7c8f3c1f8bc51a740a', 'origin': 'maestro', 'comment': 'staging-stable-20250422.2', 'start_time': '2025-04-22T14:41:00.426000+00:00', 'architecture': 'arm64', 'compiler': 'gcc-12', 'config_name': 'defconfig+arm64-chromebook+kcidebug+lab-setup', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807aa7c8f3c1f8bc51a740a-kbuild-gcc-12-arm64-chro-ctsoyugj', 'job_context': 'gke_android-kernelci-external_us-east4-c_kci-big-us-east4', 'kernel_type': 'image', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807aa7c8f3c1f8bc51a740a'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/fragments/2.config'}, {'name': 'fragments_3_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/fragments/3.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build.log.gz', 'log_excerpt': 'pro1.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-hp-envy-x2.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-lenovo-miix-630.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-oneplus-cheeseburger.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-oneplus-dumpling.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-lilac.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-maple.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-poplar.dtb\n' ' INSTALL _dtbs_/qcom/qcs404-evb-1000.dtb\n' ' INSTALL _dtbs_/qcom/qcs404-evb-4000.dtb\n' ' INSTALL _dtbs_/qcom/qrb5165-rb5.dtb\n' ' INSTALL _dtbs_/qcom/sa8155p-adp.dtb\n' ' INSTALL _dtbs_/qcom/sa8295p-adp.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-idp.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-coachz-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-coachz-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-coachz-r3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-coachz-r3-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r2.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-kingoftown-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-kingoftown-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r0.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r1-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r3-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r3-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r9.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r9-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r9-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-r9.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r5.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r9.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev0-auo.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev0-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev1-auo.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev1-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-lte-parade.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-lte-ti.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-parade.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pazquel-ti.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r2.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r2-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r3-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-quackingstick-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-quackingstick-r0-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev0-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev0-inx.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-inx.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-inx-rt5682s.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-boe-rt5682s.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-herobrine-crd.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-herobrine-evoker-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-herobrine-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-idp.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-idp2.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-crd-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc8280xp-crd.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc8280xp-lenovo-thinkpad-x13s.dtb\n' ' INSTALL _dtbs_/qcom/sda660-inforce-ifc6560.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-ganges-kirin.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-discovery.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-pioneer.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-voyager.dtb\n' ' INSTALL _dtbs_/qcom/sdm632-fairphone-fp3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm636-sony-xperia-ganges-mermaid.dtb\n' ' INSTALL _dtbs_/qcom/sdm660-xiaomi-lavender.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r1.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r2.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r3.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-db845c.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-lg-judyln.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-lg-judyp.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-mtp.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-oneplus-enchilada.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-oneplus-fajita.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-akari.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-akatsuki.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-apollo.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-xiaomi-beryllium.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-xiaomi-polaris.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-shift-axolotl.dtb\n' ' INSTALL _dtbs_/qcom/sdm850-lenovo-yoga-c630.dtb\n' ' INSTALL _dtbs_/qcom/sdm850-samsung-w737.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm6125-sony-xperia-seine-pdx201.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm6350-sony-xperia-lena-pdx213.dtb\n' ' INSTALL _dtbs_/qcom/sm7225-fairphone-fp4.dtb\n' ' INSTALL _dtbs_/qcom/sm8150-hdk.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-microsoft-surface-duo.dtb\n' ' INSTALL _dtbs_/qcom/sm8150-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-sony-xperia-kumano-bahamut.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-sony-xperia-kumano-griffin.dtb\n' ' INSTALL _dtbs_/qcom/sm8250-hdk.dtb\n' ' INSTALL _dtbs_/qcom/sm8250-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8250-sony-xperia-edo-pdx203.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8250-sony-xperia-edo-pdx206.dtb\n' ' INSTALL _dtbs_/qcom/sm8350-hdk.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-microsoft-surface-duo2.dtb\n' ' INSTALL _dtbs_/qcom/sm8350-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-sony-xperia-sagami-pdx214.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-sony-xperia-sagami-pdx215.dtb\n' ' INSTALL _dtbs_/qcom/sm8450-hdk.dtb\n' ' INSTALL _dtbs_/qcom/sm8450-qrd.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8450-sony-xperia-nagara-pdx223.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-beacon-rzg2m-kit.dtb\n' ' INSTALL _dtbs_/renesas/r8a774a1-hihope-rzg2m.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-ex-mipi-2.1.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-rev2.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-rev2-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-rev2-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-beacon-rzg2n-kit.dtb\n' ' INSTALL _dtbs_/renesas/r8a774b1-hihope-rzg2n.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-ex-mipi-2.1.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-rev2.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-rev2-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-rev2-ex-idk-1110wr.dtb\n' ' INSTALL _dtbs_/renesas/r8a774c0-cat874.dtb\n' ' INSTALL _dtbs_/renesas/r8a774c0-ek874.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774c0-ek874-idk-2121wr.dtb\n' ' INSTALL _dtbs_/renesas/r8a774c0-ek874-mipi-2.1.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-beacon-rzg2h-kit.dtb\n' ' INSTALL _dtbs_/renesas/r8a774e1-hihope-rzg2h.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-hihope-rzg2h-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-hihope-rzg2h-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-hihope-rzg2h-ex-mipi-2.1.dtb\n' ' INSTALL _dtbs_/renesas/r8a77950-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77950-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77950-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77961-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77961-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77961-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77970-eagle.dtb\n' ' INSTALL _dtbs_/renesas/r8a77970-v3msk.dtb\n' ' INSTALL _dtbs_/renesas/r8a77980-condor.dtb\n' ' INSTALL _dtbs_/renesas/r8a77980-v3hsk.dtb\n' ' INSTALL _dtbs_/renesas/r8a77980a-condor-i.dtb\n' ' INSTALL _dtbs_/renesas/r8a77990-ebisu.dtb\n' ' INSTALL _dtbs_/renesas/r8a77995-draak.dtb\n' ' INSTALL _dtbs_/renesas/r8a779a0-falcon.dtb\n' ' INSTALL _dtbs_/renesas/r8a779f0-spider.dtb\n' ' INSTALL _dtbs_/renesas/r8a779g0-white-hawk.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m1-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m1-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m1-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m3-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m3-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m3-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m5-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g043u11-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g044c2-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g044l2-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g054l2-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a09g011-v2mevk2.dtb\n' ' INSTALL ' '_dtbs_/renesas/draak-ebisu-panel-aa104xd12.dtbo\n' ' INSTALL ' '_dtbs_/renesas/salvator-panel-aa104xd12.dtbo\n' ' INSTALL _dtbs_/rockchip/px30-evb.dtb\n' ' INSTALL ' '_dtbs_/rockchip/px30-engicam-px30-core-ctouch2.dtb\n' ' INSTALL ' '_dtbs_/rockchip/px30-engicam-px30-core-ctouch2-of10.dtb\n' ' INSTALL ' '_dtbs_/rockchip/px30-engicam-px30-core-edimm2.2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3308-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3308-roc-cc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3308-rock-pi-s.dtb\n' ' INSTALL _dtbs_/rockchip/rk3318-a95x-z2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3326-odroid-go2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-a1.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-nanopi-r2s.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-rock64.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-rock-pi-e.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-roc-cc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-roc-pc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-evb-act8846.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-geekbox.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-lion-haikou.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-orion-r68-meta.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-px5-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-r88.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-eaidk-610.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-ficus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-firefly.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-bob.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-kevin.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-gru-scarlet-dumo.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-scarlet-inx.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-scarlet-kd.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-hugsun-x99.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-khadas-edge.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-khadas-edge-captain.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-khadas-edge-v.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-kobol-helios64.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-leez-p710.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopc-t4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-m4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-m4b.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-neo4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-r4s.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-nanopi-r4s-enterprise.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-orangepi.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-pinebook-pro.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-pinephone-pro.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-puma-haikou.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-roc-pc.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-roc-pc-mezzanine.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-roc-pc-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-4c-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4a.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4a-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4b.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4b-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4c.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock960.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rockpro64-v2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rockpro64.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-sapphire.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-sapphire-excavator.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399pro-rock-pi-n10.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-anbernic-rg353p.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-anbernic-rg503.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-pinenote-v1.1.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-pinenote-v1.2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-quartz64-a.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-quartz64-b.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-roc-pc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-soquartz-cm4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3568-bpi-r2-pro.dtb\n' ' INSTALL _dtbs_/rockchip/rk3568-evb1-v10.dtb\n' ' INSTALL _dtbs_/rockchip/rk3568-rock-3a.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld11-global.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld11-ref.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld20-akebi96.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld20-global.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld20-ref.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-pxs3-ref.dtb\n' ' INSTALL ' '_dtbs_/socionext/uniphier-pxs3-ref-gadget0.dtb\n' ' INSTALL ' '_dtbs_/socionext/uniphier-pxs3-ref-gadget1.dtb\n' ' INSTALL _dtbs_/sprd/sc9836-openphone.dtb\n' ' INSTALL _dtbs_/sprd/sp9860g-1h10.dtb\n' ' INSTALL _dtbs_/sprd/sp9863a-1h10.dtb\n' ' INSTALL _dtbs_/synaptics/berlin4ct-dmp.dtb\n' ' INSTALL _dtbs_/synaptics/berlin4ct-stb.dtb\n' ' INSTALL _dtbs_/tesla/fsd-evb.dtb\n' ' INSTALL _dtbs_/ti/k3-am654-base-board.dtb\n' ' INSTALL _dtbs_/ti/k3-am6528-iot2050-basic.dtb\n' ' INSTALL _dtbs_/ti/k3-am6528-iot2050-basic-pg2.dtb\n' ' INSTALL _dtbs_/ti/k3-am6548-iot2050-advanced.dtb\n' ' INSTALL ' '_dtbs_/ti/k3-am6548-iot2050-advanced-pg2.dtb\n' ' INSTALL _dtbs_/ti/k3-j721e-common-proc-board.dtb\n' ' INSTALL _dtbs_/ti/k3-j721e-sk.dtb\n' ' INSTALL _dtbs_/ti/k3-j7200-common-proc-board.dtb\n' ' INSTALL _dtbs_/ti/k3-j721s2-common-proc-board.dtb\n' ' INSTALL _dtbs_/ti/k3-am642-evm.dtb\n' ' INSTALL _dtbs_/ti/k3-am642-sk.dtb\n' ' INSTALL _dtbs_/ti/k3-am625-sk.dtb\n' ' INSTALL _dtbs_/ti/k3-am62a7-sk.dtb\n' ' INSTALL _dtbs_/toshiba/tmpv7708-rm-mbrc.dtb\n' ' INSTALL _dtbs_/toshiba/tmpv7708-visrobo-vrb.dtb\n' ' INSTALL _dtbs_/xilinx/avnet-ultra96-rev1.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1232-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1254-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1275-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm015-dc1.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm016-dc2.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm017-dc3.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm018-dc4.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm019-dc5.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu100-revC.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-revB.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-rev1.0.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-rev1.1.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu104-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu104-revC.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu106-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu111-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-sm-k26-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-smk-k26-revA.dtb\n' ' INSTALL ' '_dtbs_/xilinx/sm-k26-revA-sck-kv-g-revA.dtb\n' ' INSTALL ' '_dtbs_/xilinx/sm-k26-revA-sck-kv-g-revB.dtb\n' ' INSTALL ' '_dtbs_/xilinx/smk-k26-revA-sm-k26-revA-sck-kv-g-revA.dtb\n' ' INSTALL ' '_dtbs_/xilinx/smk-k26-revA-sm-k26-revA-sck-kv-g-revB.dtb\n' '+ mkdir -p /tmp/kci/artifacts/dtbs\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp -r _dtbs_/actions _dtbs_/allwinner _dtbs_/altera ' '_dtbs_/amazon _dtbs_/amd _dtbs_/amlogic _dtbs_/apm ' '_dtbs_/apple _dtbs_/arm _dtbs_/broadcom _dtbs_/cavium ' '_dtbs_/exynos _dtbs_/freescale _dtbs_/hisilicon ' '_dtbs_/intel _dtbs_/lg _dtbs_/marvell _dtbs_/mediatek ' '_dtbs_/nuvoton _dtbs_/nvidia _dtbs_/qcom ' '_dtbs_/renesas _dtbs_/rockchip _dtbs_/socionext ' '_dtbs_/sprd _dtbs_/synaptics _dtbs_/tesla _dtbs_/ti ' '_dtbs_/toshiba _dtbs_/xilinx /tmp/kci/artifacts/dtbs\n' '+ cd ..\n' '+ echo job:package_dtbs=done\n' '++ date +%s\n' '+ echo jobets:package_dtbs=1745348416\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:10:22 PM UTC [INFO] Marking 20 nodes flag as processed 04/22/2025 07:10:22 PM UTC [INFO] Processing 16 unprocessed nodes 04/22/2025 07:10:22 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e99de51c583972a58e18 04/22/2025 07:10:22 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807aa7c8f3c1f8bc51a740a', 'id': 'maestro:6807e99de51c583972a58e18', 'origin': 'maestro', 'comment': 'kbuild-gcc-12-arm64-chromebook-kcidebug-kselftest on ' 'kubernetes in k8s-all', 'start_time': '2025-04-22T14:41:00.426000+00:00', 'environment': {'comment': 'Runtime: k8s-all', 'misc': {'platform': 'kubernetes', 'job_id': 'kci-6807aa7c8f3c1f8bc51a740a-kbuild-gcc-12-arm64-chro-ctsoyugj', 'job_context': 'gke_android-kernelci-external_us-east4-c_kci-big-us-east4'}}, 'waived': False, 'path': 'kbuild-gcc-12-arm64-chromebook-kcidebug-kselftest', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'k8s-all', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e99de51c583972a58e18'}, 'status': 'PASS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/fragments/2.config'}, {'name': 'fragments_3_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/fragments/3.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/kselftest.tar.gz'}]} 04/22/2025 07:10:22 PM UTC [INFO] Marking 16 nodes flag as processed 04/22/2025 07:10:22 PM UTC [INFO] Processing event node: 6807e1d41b4012cda6bf838b 04/22/2025 07:10:22 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e1d41b4012cda6bf838b 04/22/2025 07:10:22 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0889aef7c8063cad94d', 'id': 'maestro:6807e1d41b4012cda6bf838b', 'origin': 'maestro', 'comment': 'baseline-arm-broonie on stm32mp157a-dhcor-avenger96 in ' 'lava-broonie', 'start_time': '2025-04-22T18:37:08.066000+00:00', 'environment': {'comment': 'Runtime: lava-broonie', 'compatible': ['arrow,stm32mp157a-avenger96', 'dh,stm32mp157a-dhcor-som', 'st,stm32mp157'], 'misc': {'platform': 'stm32mp157a-dhcor-avenger96', 'job_url': 'https://lava.sirena.org.uk/scheduler/job/1315936', 'job_id': '1315936'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-broonie', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e1d41b4012cda6bf838b'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm-broonie-6807e1d41b4012cda6bf838b/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm-broonie-6807e1d41b4012cda6bf838b/log.txt.gz', 'log_excerpt': '.32 [Flags: R/O].\n' '[ 0.270506] Key type asymmetric registered\n' "[ 0.270520] Asymmetric key parser 'x509' " 'registered\n' '[ 0.270764] bounce: pool size: 64 pages\n' '[ 0.270938] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 247)\n' '[ 0.270952] io scheduler mq-deadline registered\n' '[ 0.270962] io scheduler kyber registered\n' '[ 0.507522] Serial: 8250/16550 driver, 5 ports, ' 'IRQ sharing enabled\n' '[ 0.513236] SuperH (H)SCI(F) driver initialized\n' '[ 0.514470] msm_serial: driver initialized\n' '[ 0.514482] STMicroelectronics ASC driver ' 'initialized\n' '[ 0.516607] STM32 USART driver initialized\n' '[ 0.517697] stm32-usart 4000e000.serial: interrupt ' 'mode for rx (no dma)\n' '[ 0.517718] stm32-usart 4000e000.serial: interrupt ' 'mode for tx (no dma)\n' '[ 0.517748] 4000e000.serial: ttySTM2 at MMIO ' '0x4000e000 (irq = 47, base_baud = 4000000) is a ' 'stm32-usart\n' '[ 0.518023] serial serial0: tty port ttySTM2 ' 'registered\n' '[ 0.518906] stm32-usart 40010000.serial: interrupt ' 'mode for rx (no dma)\n' '[ 0.518926] stm32-usart 40010000.serial: interrupt ' 'mode for tx (no dma)\n' '[ 0.518953] 40010000.serial: ttySTM0 at MMIO ' '0x40010000 (irq = 48, base_baud = 4000000) is a ' 'stm32-usart\n' '[ 2.247968] printk: console [ttySTM0] enabled\n' '[ 2.274420] stm32-usart 40018000.serial: interrupt ' 'mode for rx (no dma)\n' '[ 2.279712] stm32-usart 40018000.serial: interrupt ' 'mode for tx (no dma)\n' '[ 2.286342] 40018000.serial: ttySTM1 at MMIO ' '0x40018000 (irq = 49, base_baud = 4000000) is a ' 'stm32-usart\n' '[ 2.334602] random: crng init done\n' '[ 2.363870] brd: module loaded\n' '[ 2.388407] loop: module loaded\n' '[ 2.439090] spi-nor spi0.0: w25q16dw (2048 ' 'Kbytes)\n' '[ 2.452282] CAN device driver interface\n' '[ 2.456528] bgmac_bcma: Broadcom 47xx GBit MAC ' 'driver loaded\n' '[ 2.462726] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 2.466307] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 2.472482] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 2.477668] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 2.488897] stm32-dwmac 5800a000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 2.494010] stm32-dwmac 5800a000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 2.608960] stm32-dwmac 5800a000.ethernet: User ' 'ID: 0x40, Synopsys ID: 0x42\n' '[ 2.614584] stm32-dwmac 5800a000.ethernet: ' '?DWMAC4/5\n' '[ 2.619681] stm32-dwmac 5800a000.ethernet: DMA HW ' 'capability register supported\n' '[ 2.626881] stm32-dwmac 5800a000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 2.634255] stm32-dwmac 5800a000.ethernet: TX ' 'Checksum insertion supported\n' '[ 2.641118] stm32-dwmac 5800a000.ethernet: Wake-Up ' 'On Lan supported\n' '[ 2.647567] stm32-dwmac 5800a000.ethernet: TSO ' 'supported\n' '[ 2.652831] stm32-dwmac 5800a000.ethernet: Enable ' 'RX Mitigation via HW Watchdog Timer\n' '[ 2.660602] stm32-dwmac 5800a000.ethernet: Enabled ' 'L3L4 Flow TC (entries=2)\n' '[ 2.667523] stm32-dwmac 5800a000.ethernet: Enabled ' 'RFS Flow TC (entries=10)\n' '[ 2.674571] stm32-dwmac 5800a000.ethernet: TSO ' 'feature enabled\n' '[ 2.680396] stm32-dwmac 5800a000.ethernet: Using ' '32/32 bits DMA host/device width\n' '[ 2.694376] Freeing initrd memory: 16752K\n' '[ 2.750291] pegasus: Pegasus/Pegasus II USB ' 'Ethernet driver\n' '[ 2.754558] usbcore: registered new interface ' 'driver pegasus\n' '[ 2.760256] usbcore: registered new interface ' 'driver asix\n' '[ 2.765573] usbcore: registered new interface ' 'driver ax88179_178a\n' '[ 2.771735] usbcore: registered new interface ' 'driver cdc_ether\n' '[ 2.777567] usbcore: registered new interface ' 'driver smsc75xx\n' '[ 2.783341] usbcore: registered new interface ' 'driver smsc95xx\n' '[ 2.789121] usbcore: registered new interface ' 'driver net1080\n' '[ 2.794735] usbcore: registered new interface ' 'driver cdc_subset\n' '[ 2.800679] usbcore: registered new interface ' 'driver zaurus\n' '[ 2.806309] usbcore: registered new interface ' 'driver cdc_ncm\n' '[ 2.817962] usbcore: registered new interface ' 'driver usb-storage\n' '[ 2.829034] stm32_rtc 5c004000.rtc: error -ENXIO: ' 'IRQ index 1 not found\n' "[ 2.834241] stm32_rtc 5c004000.rtc: alarm can't " 'wake up the system: -6\n' '[ 2.841812] stm32_rtc 5c004000.rtc: registered as ' 'rtc0\n' '[ 2.846051] stm32_rtc 5c004000.rtc: setting system ' 'clock to 2000-01-01T00:00:20 UTC (946684820)\n' '[ 2.855153] stm32_rtc 5c004000.rtc: Date/Time must ' 'be initialized\n' '[ 2.860879] stm32_rtc 5c004000.rtc: registered ' 'rev:1.2\n' '[ 2.867718] i2c_dev: i2c /dev entries driver\n' '[ 2.895420] stm32f7-i2c 40012000.i2c: STM32F7 ' 'I2C-0 bus adapter\n' '[ 2.922269] stm32f7-i2c 40013000.i2c: STM32F7 ' 'I2C-1 bus adapter\n' '[ 2.950483] stpmic1 2-0033: PMIC Chip Version: ' '0x10\n' '[ 2.959329] ' '/soc/i2c@5c002000/stpmic@33/regulators: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/stpmic@33/regulators/boost\n' '[ 2.969570] ' '/soc/i2c@5c002000/stpmic@33/regulators: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/stpmic@33/regulators/buck2\n' '[ 2.981068] ' '/soc/i2c@5c002000/stpmic@33/regulators: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/stpmic@33/regulators/buck4\n' '[ 3.009908] vdda: Bringing 1800000uV into ' '2900000-2900000uV\n' '[ 3.016620] v2v8: Bringing 1800000uV into ' '2800000-2800000uV\n' '[ 3.032038] v1v8: Bringing 1000000uV into ' '1800000-1800000uV\n' '[ 3.049616] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.058569] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.068864] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.079222] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.089471] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.099718] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.110081] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.120331] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.131007] /hdmi-out: Fixed dependency cycle(s) ' 'with /soc/i2c@5c002000/hdmi-transmitter@3d\n' '[ 3.139207] /soc/display-controller@5a001000: ' 'Fixed dependency cycle(s) with ' '/soc/i2c@5c002000/hdmi-transmitter@3d\n' '[ 3.149612] ' '/soc/sai@4400b000/audio-controller@4400b004: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/hdmi-transmitter@3d\n' '[ 3.160979] /soc/i2c@5c002000/hdmi-transmitter@3d: ' 'Fixed dependency cycle(s) with ' '/soc/sai@4400b000/audio-controller@4400b004\n' '[ 3.172184] /soc/i2c@5c002000/hdmi-transmitter@3d: ' 'Fixed dependency cycle(s) with /hdmi-out\n' '[ 3.180622] /soc/i2c@5c002000/hdmi-transmitter@3d: ' 'Fixed dependency cycle(s) with ' '/soc/display-controller@5a001000\n' '[ 3.191739] at24 2-0053: supply vcc not found, ' 'using dummy regulator\n' '[ 3.198094] at24 2-0053: 256 byte 24c02 EEPROM, ' 'writable, 16 bytes/write\n' '[ 3.204186] stm32f7-i2c 5c002000.i2c: STM32F7 ' 'I2C-2 bus adapter\n' '[ 3.221609] stm_thermal 50028000.thermal: ' 'stm_thermal_probe: Driver initialized successfully\n' '[ 3.241241] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 3.244114] mmci-pl18x 58005000.mmc: Got CD GPIO\n' '[ 3.246033] sdhci: Copyright(c) Pierre Ossman\n' '[ 3.249045] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 3.252196] mmci-pl18x 48004000.mmc: mmc1: PL180 ' 'manf 53 rev2 at 0x48004000 irq 69,0 (pio)\n' '[ 3.257762] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 3.261495] mmci-pl18x 58005000.mmc: mmc0: PL180 ' 'manf 53 rev2 at 0x58005000 irq 70,0 (pio)\n' '[ 3.283871] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 3.292260] usbcore: registered new interface ' 'driver usbhid\n' '[ 3.296447] usbhid: USB HID core driver\n' '[ 3.311117] NET: Registered PF_INET6 protocol ' 'family\n' '[ 3.316865] Segment Routing with IPv6\n' '[ 3.319285] In-situ OAM (IOAM) with IPv6\n' '[ 3.323171] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 3.330067] NET: Registered PF_PACKET protocol ' 'family\n' '[ 3.334061] can: controller area network core\n' '[ 3.338530] NET: Registered PF_CAN protocol ' 'family\n' '[ 3.343308] can: raw protocol\n' '[ 3.346189] can: broadcast manager protocol\n' '[ 3.350424] can: netlink gateway - max_hops=1\n' '[ 3.355508] Key type dns_resolver registered\n' '[ 3.359337] ThumbEE CPU extension supported.\n' '[ 3.363344] Registering SWP/SWPB emulation ' 'handler\n' '[ 3.369866] Loading compiled-in X.509 ' 'certificates\n' '[ 3.417626] mmc0: new high speed SDXC card at ' 'address e624\n' '[ 3.420845] input: pmic_onkey as ' '/devices/platform/soc/5c002000.i2c/i2c-2/2-0033/5c002000.i2c:stpmic@33:onkey/input/input0\n' '[ 3.434150] mmcblk0: mmc0:e624 SD64G 59.5 GiB\n' '[ 3.445415] GPT:Primary header thinks Alt. header ' 'is not at the end of the disk.\n' '[ 3.451501] GPT:3204245 != 124735487\n' '[ 3.455059] GPT:Alternate GPT header not at the ' 'end of the disk.\n' '[ 3.456397] regulator regulator.19: regulator ' 'disable timed out!\n' '[ 3.461052] GPT:3204245 != 124735487\n' '[ 3.461062] GPT: Use GNU Parted to correct GPT ' 'errors.\n' '[ 3.461129] mmcblk0: p1 p2 p3 p4\n' '[ 3.467037] reg18: failed to disable: -ETIMEDOUT\n' '[ 3.484058] stm32-usbphyc 5a006000.usbphyc: ' 'registered rev:1.0\n' '[ 3.485403] mmci-pl18x 58007000.mmc: mmc2: PL180 ' 'manf 53 rev2 at 0x58007000 irq 74,0 (pio)\n' '[ 3.493253] dwc2 49000000.usb-otg: supply vusb_d ' 'not found, using dummy regulator\n' '[ 3.505760] dwc2 49000000.usb-otg: supply vusb_a ' 'not found, using dummy regulator\n' '[ 3.550063] mmc1: new high speed SDIO card at ' 'address 0001\n' '[ 3.642601] mmc2: new DDR MMC card at address ' '0001\n' '[ 3.646285] dwc2 49000000.usb-otg: EPs: 9, ' 'dedicated fifos, 952 entries in SPRAM\n' '[ 3.647232] mmcblk2: mmc2:0001 DG4008 7.28 GiB\n' '[ 3.661604] dwc2 49000000.usb-otg: DWC OTG ' 'Controller\n' '[ 3.665326] dwc2 49000000.usb-otg: new USB bus ' 'registered, assigned bus number 1\n' '[ 3.672863] dwc2 49000000.usb-otg: irq 75, io mem ' '0x49000000\n' '[ 3.679936] hub 1-0:1.0: USB hub found\n' '[ 3.682465] hub 1-0:1.0: 1 port detected\n' '[ 3.693566] ehci-platform 5800d000.usb: EHCI Host ' 'Controller\n' '[ 3.697883] ehci-platform 5800d000.usb: new USB ' 'bus registered, assigned bus number 2\n' '[ 3.706837] ehci-platform 5800d000.usb: irq 76, io ' 'mem 0x5800d000\n' '[ 3.712116] GPT:Primary header thinks Alt. header ' 'is not at the end of the disk.\n' '[ 3.719266] GPT:3145727 != 15273599\n' '[ 3.722717] GPT:Alternate GPT header not at the ' 'end of the disk.\n' '[ 3.728813] GPT:3145727 != 15273599\n' '[ 3.732261] GPT: Use GNU Parted to correct GPT ' 'errors.\n' '[ 3.737484] mmcblk2: p1 p2 p3 p4\n' '[ 3.740995] ehci-platform 5800d000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 3.749100] hub 2-0:1.0: USB hub found\n' '[ 3.749465] mmcblk2boot0: mmc2:0001 DG4008 4.00 ' 'MiB\n' '[ 3.751603] hub 2-0:1.0: 2 ports detected\n' '[ 3.762291] mmcblk2boot1: mmc2:0001 DG4008 4.00 ' 'MiB\n' '[ 3.768184] mmcblk2rpmb: mmc2:0001 DG4008 4.00 ' 'MiB, chardev (236:0)\n' '[ 3.774359] stm32-dwmac 5800a000.ethernet eth0: ' 'Register MEM_TYPE_PAGE_POOL RxQ-0\n' '[ 3.867383] stm32-dwmac 5800a000.ethernet eth0: ' 'PHY [stmmac-0:07] driver [Micrel KSZ9031 Gigabit PHY] ' '(irq=POLL)\n' '[ 3.886310] dwmac4: Master AXI performs any burst ' 'length\n' '[ 3.890217] stm32-dwmac 5800a000.ethernet eth0: No ' 'Safety Features support found\n' '[ 4.048722] usb 2-1: new high-speed USB device ' 'number 2 using ehci-platform\n' '[ 4.097650] stm32-dwmac 5800a000.ethernet eth0: ' 'IEEE 1588-2008 Advanced Timestamp supported\n' '[ 4.105038] stm32-dwmac 5800a000.ethernet eth0: ' 'registered PTP clock\n' '[ 4.111799] stm32-dwmac 5800a000.ethernet eth0: ' 'configuring for phy/rgmii link mode\n' '[ 4.250143] hub 2-1:1.0: USB hub found\n' '[ 4.252745] hub 2-1:1.0: 3 ports detected\n' '[ 13.520448] stm32-dwmac 5800a000.ethernet eth0: ' 'Link is Up - 1Gbps/Full - flow control off\n' '[ 13.520484] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: ' 'link becomes ready\n' '[ 13.568756] Sending DHCP requests .., OK\n' '[ 15.931328] IP-Config: Got DHCP answer from ' '172.16.0.1, my address is 172.22.14.134\n' '[ 15.938988] IP-Config: Complete:\n' '[ 15.942133] device=eth0, ' 'hwaddr=80:1f:12:cc:2a:a4, ipaddr=172.22.14.134, ' 'mask=255.240.0.0, gw=172.16.0.1\n' '[ 15.952076] host=172.22.14.134, domain=, ' 'nis-domain=(none)\n' '[ 15.958049] bootserver=172.16.0.1, ' 'rootserver=172.16.0.1, rootpath=\n' '[ 15.958062] nameserver0=172.16.0.1\n' '[ 15.969116] clk: Disabling unused clocks\n' '[ 15.978195] Freeing unused kernel image (initmem) ' 'memory: 2048K\n' '[ 15.983408] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 16.171592] ' 'udevd[110]: starting version 3.2.9\n' "[ 16.190102] udevd[110]: specified user 'tss' " 'unknown\n' "[ 16.193924] udevd[110]: specified group 'tss' " 'unknown\n' '[ 16.202656] udevd[111]: starting eudev-3.2.9\n' '[ 17.276908] /soc/i2c@5c002000/hdmi-transmitter@3d: ' 'Fixed dependency cycle(s) with ' '/soc/sai@4400b000/audio-controller@4400b004\n' '[ 17.287254] ' '/soc/sai@4400b000/audio-controller@4400b004: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/hdmi-transmitter@3d\n' '[ 17.379331] Bluetooth: Core ver 2.22\n' '[ 17.381621] NET: Registered PF_BLUETOOTH protocol ' 'family\n' '[ 17.386943] Bluetooth: HCI device and connection ' 'manager initialized\n' '[ 17.393382] Bluetooth: HCI socket layer ' 'initialized\n' '[ 17.398224] Bluetooth: L2CAP socket layer ' 'initialized\n' '[ 17.403363] Bluetooth: SCO socket layer ' 'initialized\n' '[ 17.479029] Bluetooth: HCI UART driver ver 2.3\n' '[ 17.482142] Bluetooth: HCI UART protocol H4 ' 'registered\n' '[ 17.487900] Bluetooth: HCI UART protocol Broadcom ' 'registered\n' '[ 17.493437] hci_uart_bcm serial0-0: supply vbat ' 'not found, using dummy regulator\n' '[ 17.500752] hci_uart_bcm serial0-0: supply vddio ' 'not found, using dummy regulator\n' '[ 17.541152] cfg80211: Loading compiled-in X.509 ' 'certificates for regulatory database\n' '[ 17.693478] stm32-crc32 58009000.crc: Initialized\n' '[ 17.778938] etnaviv etnaviv: bound 59000000.gpu ' '(ops gpu_ops [etnaviv])\n' '[ 17.784301] etnaviv-gpu 59000000.gpu: model: ' 'GC400, revision: 4652\n' '[ 17.848508] [drm] Initialized etnaviv 1.4.0 ' '20151214 for etnaviv on minor 0\n' '[ 17.939889] Bluetooth: hci0: BCM: chip id 107\n' '[ 17.943454] Bluetooth: hci0: BCM: features 0x2f\n' '[ 17.948809] Bluetooth: hci0: BCM4345C0\n' '[ 17.951226] Bluetooth: hci0: BCM4345C0 ' '(003.001.025) build 0000\n' '[ 17.957603] Bluetooth: hci0: BCM: firmware Patch ' 'file not found, tried:\n' '[ 17.963847] Bluetooth: hci0: BCM: ' "'brcm/BCM4345C0.arrow,stm32mp157a-avenger96.hcd'\n" '[ 17.971400] Bluetooth: hci0: BCM: ' "'brcm/BCM4345C0.hcd'\n" '[ 17.976485] Bluetooth: hci0: BCM: ' "'brcm/BCM.arrow,stm32mp157a-avenger96.hcd'\n" "[ 17.983618] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'\n" '[ 18.128347] [drm] Initialized stm 1.0.0 20170330 ' 'for 5a001000.display-controller on minor 1\n' '[ 18.144933] stm32-display ' '5a001000.display-controller: [drm] Cannot find any ' 'crtc or sizes\n' '[ 18.154049] stm32-display ' '5a001000.display-controller: [drm] Cannot find any ' 'crtc or sizes\n' "[ 18.268547] cfg80211: Loaded X.509 cert 'sforshee: " "00b28ddf47aef9cea7'\n" "[ 18.282879] cfg80211: Loaded X.509 cert 'wens: " "61c038651aabdcf94bd0ac7ff06c7248db18c600'\n" '[ 18.290701] platform regulatory.0: Direct firmware ' 'load for regulatory.db failed with error -2\n' '[ 18.298274] cfg80211: failed to load ' 'regulatory.db\n' '[ 18.342384] brcmfmac: brcmf_fw_alloc_request: ' 'using brcm/brcmfmac43455-sdio for chip BCM4345/6\n' '[ 18.350426] brcmfmac mmc1:0001:1: Direct firmware ' 'load for ' 'brcm/brcmfmac43455-sdio.arrow,stm32mp157a-avenger96.bin ' 'failed with error -2\n' '[ 18.362931] brcmfmac mmc1:0001:1: Direct firmware ' 'load for brcm/brcmfmac43455-sdio.bin failed with ' 'error -2\n' "[ 18.994348] debugfs: File 'Capture' in directory " "'dapm' already present!\n" '[ 19.389209] brcmfmac: brcmf_sdio_htclk: HT Avail ' 'timeout (1000000): clkctl 0x50\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: ip: RTNETLINK answers: File exists\n' 'FAIL\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '#\n' '/ # export SHELL=/bin/sh\n' 'export SHELL=/bin/sh\n' '/ # . /lava-1315936/environment\n' '. /lava-1315936/environment\n' '/ # /lava-1315936/bin/lava-test-runner ' '/lava-1315936/0\n' '/lava-1315936/bin/lava-test-runner /lava-1315936/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-1315936/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=1315936_1.5.2[ 20.239569] ' '\n' '.4.1\n' '[ 20.245580] \n' '+ set +x\n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ #\n'} 04/22/2025 07:10:22 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:10:22 PM UTC [INFO] Processing event node: 6807aa7c8f3c1f8bc51a740a 04/22/2025 07:10:23 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807aa7c8f3c1f8bc51a740a 04/22/2025 07:10:23 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807aa2c8f3c1f8bc51a73da', 'id': 'maestro:6807aa7c8f3c1f8bc51a740a', 'origin': 'maestro', 'comment': 'staging-stable-20250422.2', 'start_time': '2025-04-22T14:41:00.426000+00:00', 'architecture': 'arm64', 'compiler': 'gcc-12', 'config_name': 'defconfig+arm64-chromebook+kcidebug+lab-setup', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807aa7c8f3c1f8bc51a740a-kbuild-gcc-12-arm64-chro-ctsoyugj', 'job_context': 'gke_android-kernelci-external_us-east4-c_kci-big-us-east4', 'kernel_type': 'image', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807aa7c8f3c1f8bc51a740a'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/fragments/2.config'}, {'name': 'fragments_3_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/fragments/3.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807aa7c8f3c1f8bc51a740a/build.log.gz', 'log_excerpt': 'pro1.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-hp-envy-x2.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-lenovo-miix-630.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-oneplus-cheeseburger.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-oneplus-dumpling.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-lilac.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-maple.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-poplar.dtb\n' ' INSTALL _dtbs_/qcom/qcs404-evb-1000.dtb\n' ' INSTALL _dtbs_/qcom/qcs404-evb-4000.dtb\n' ' INSTALL _dtbs_/qcom/qrb5165-rb5.dtb\n' ' INSTALL _dtbs_/qcom/sa8155p-adp.dtb\n' ' INSTALL _dtbs_/qcom/sa8295p-adp.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-idp.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-coachz-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-coachz-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-coachz-r3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-coachz-r3-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r2.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-kingoftown-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-kingoftown-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r0.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r1-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r3-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r3-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r9.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r9-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r9-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-r9.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r5.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r9.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev0-auo.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev0-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev1-auo.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev1-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-lte-parade.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-lte-ti.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-parade.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pazquel-ti.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r2.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r2-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r3-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-quackingstick-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-quackingstick-r0-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev0-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev0-inx.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-inx.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-inx-rt5682s.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-boe-rt5682s.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-herobrine-crd.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-herobrine-evoker-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-herobrine-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-idp.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-idp2.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-crd-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc8280xp-crd.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc8280xp-lenovo-thinkpad-x13s.dtb\n' ' INSTALL _dtbs_/qcom/sda660-inforce-ifc6560.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-ganges-kirin.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-discovery.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-pioneer.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-voyager.dtb\n' ' INSTALL _dtbs_/qcom/sdm632-fairphone-fp3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm636-sony-xperia-ganges-mermaid.dtb\n' ' INSTALL _dtbs_/qcom/sdm660-xiaomi-lavender.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r1.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r2.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r3.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-db845c.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-lg-judyln.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-lg-judyp.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-mtp.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-oneplus-enchilada.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-oneplus-fajita.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-akari.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-akatsuki.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-apollo.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-xiaomi-beryllium.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-xiaomi-polaris.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-shift-axolotl.dtb\n' ' INSTALL _dtbs_/qcom/sdm850-lenovo-yoga-c630.dtb\n' ' INSTALL _dtbs_/qcom/sdm850-samsung-w737.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm6125-sony-xperia-seine-pdx201.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm6350-sony-xperia-lena-pdx213.dtb\n' ' INSTALL _dtbs_/qcom/sm7225-fairphone-fp4.dtb\n' ' INSTALL _dtbs_/qcom/sm8150-hdk.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-microsoft-surface-duo.dtb\n' ' INSTALL _dtbs_/qcom/sm8150-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-sony-xperia-kumano-bahamut.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-sony-xperia-kumano-griffin.dtb\n' ' INSTALL _dtbs_/qcom/sm8250-hdk.dtb\n' ' INSTALL _dtbs_/qcom/sm8250-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8250-sony-xperia-edo-pdx203.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8250-sony-xperia-edo-pdx206.dtb\n' ' INSTALL _dtbs_/qcom/sm8350-hdk.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-microsoft-surface-duo2.dtb\n' ' INSTALL _dtbs_/qcom/sm8350-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-sony-xperia-sagami-pdx214.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-sony-xperia-sagami-pdx215.dtb\n' ' INSTALL _dtbs_/qcom/sm8450-hdk.dtb\n' ' INSTALL _dtbs_/qcom/sm8450-qrd.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8450-sony-xperia-nagara-pdx223.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-beacon-rzg2m-kit.dtb\n' ' INSTALL _dtbs_/renesas/r8a774a1-hihope-rzg2m.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-ex-mipi-2.1.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-rev2.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-rev2-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-rev2-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-beacon-rzg2n-kit.dtb\n' ' INSTALL _dtbs_/renesas/r8a774b1-hihope-rzg2n.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-ex-mipi-2.1.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-rev2.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-rev2-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-rev2-ex-idk-1110wr.dtb\n' ' INSTALL _dtbs_/renesas/r8a774c0-cat874.dtb\n' ' INSTALL _dtbs_/renesas/r8a774c0-ek874.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774c0-ek874-idk-2121wr.dtb\n' ' INSTALL _dtbs_/renesas/r8a774c0-ek874-mipi-2.1.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-beacon-rzg2h-kit.dtb\n' ' INSTALL _dtbs_/renesas/r8a774e1-hihope-rzg2h.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-hihope-rzg2h-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-hihope-rzg2h-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-hihope-rzg2h-ex-mipi-2.1.dtb\n' ' INSTALL _dtbs_/renesas/r8a77950-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77950-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77950-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77961-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77961-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77961-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77970-eagle.dtb\n' ' INSTALL _dtbs_/renesas/r8a77970-v3msk.dtb\n' ' INSTALL _dtbs_/renesas/r8a77980-condor.dtb\n' ' INSTALL _dtbs_/renesas/r8a77980-v3hsk.dtb\n' ' INSTALL _dtbs_/renesas/r8a77980a-condor-i.dtb\n' ' INSTALL _dtbs_/renesas/r8a77990-ebisu.dtb\n' ' INSTALL _dtbs_/renesas/r8a77995-draak.dtb\n' ' INSTALL _dtbs_/renesas/r8a779a0-falcon.dtb\n' ' INSTALL _dtbs_/renesas/r8a779f0-spider.dtb\n' ' INSTALL _dtbs_/renesas/r8a779g0-white-hawk.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m1-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m1-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m1-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m3-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m3-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m3-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m5-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g043u11-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g044c2-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g044l2-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g054l2-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a09g011-v2mevk2.dtb\n' ' INSTALL ' '_dtbs_/renesas/draak-ebisu-panel-aa104xd12.dtbo\n' ' INSTALL ' '_dtbs_/renesas/salvator-panel-aa104xd12.dtbo\n' ' INSTALL _dtbs_/rockchip/px30-evb.dtb\n' ' INSTALL ' '_dtbs_/rockchip/px30-engicam-px30-core-ctouch2.dtb\n' ' INSTALL ' '_dtbs_/rockchip/px30-engicam-px30-core-ctouch2-of10.dtb\n' ' INSTALL ' '_dtbs_/rockchip/px30-engicam-px30-core-edimm2.2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3308-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3308-roc-cc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3308-rock-pi-s.dtb\n' ' INSTALL _dtbs_/rockchip/rk3318-a95x-z2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3326-odroid-go2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-a1.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-nanopi-r2s.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-rock64.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-rock-pi-e.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-roc-cc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-roc-pc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-evb-act8846.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-geekbox.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-lion-haikou.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-orion-r68-meta.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-px5-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-r88.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-eaidk-610.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-ficus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-firefly.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-bob.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-kevin.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-gru-scarlet-dumo.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-scarlet-inx.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-scarlet-kd.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-hugsun-x99.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-khadas-edge.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-khadas-edge-captain.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-khadas-edge-v.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-kobol-helios64.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-leez-p710.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopc-t4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-m4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-m4b.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-neo4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-r4s.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-nanopi-r4s-enterprise.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-orangepi.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-pinebook-pro.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-pinephone-pro.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-puma-haikou.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-roc-pc.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-roc-pc-mezzanine.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-roc-pc-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-4c-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4a.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4a-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4b.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4b-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4c.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock960.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rockpro64-v2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rockpro64.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-sapphire.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-sapphire-excavator.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399pro-rock-pi-n10.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-anbernic-rg353p.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-anbernic-rg503.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-pinenote-v1.1.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-pinenote-v1.2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-quartz64-a.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-quartz64-b.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-roc-pc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-soquartz-cm4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3568-bpi-r2-pro.dtb\n' ' INSTALL _dtbs_/rockchip/rk3568-evb1-v10.dtb\n' ' INSTALL _dtbs_/rockchip/rk3568-rock-3a.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld11-global.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld11-ref.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld20-akebi96.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld20-global.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld20-ref.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-pxs3-ref.dtb\n' ' INSTALL ' '_dtbs_/socionext/uniphier-pxs3-ref-gadget0.dtb\n' ' INSTALL ' '_dtbs_/socionext/uniphier-pxs3-ref-gadget1.dtb\n' ' INSTALL _dtbs_/sprd/sc9836-openphone.dtb\n' ' INSTALL _dtbs_/sprd/sp9860g-1h10.dtb\n' ' INSTALL _dtbs_/sprd/sp9863a-1h10.dtb\n' ' INSTALL _dtbs_/synaptics/berlin4ct-dmp.dtb\n' ' INSTALL _dtbs_/synaptics/berlin4ct-stb.dtb\n' ' INSTALL _dtbs_/tesla/fsd-evb.dtb\n' ' INSTALL _dtbs_/ti/k3-am654-base-board.dtb\n' ' INSTALL _dtbs_/ti/k3-am6528-iot2050-basic.dtb\n' ' INSTALL _dtbs_/ti/k3-am6528-iot2050-basic-pg2.dtb\n' ' INSTALL _dtbs_/ti/k3-am6548-iot2050-advanced.dtb\n' ' INSTALL ' '_dtbs_/ti/k3-am6548-iot2050-advanced-pg2.dtb\n' ' INSTALL _dtbs_/ti/k3-j721e-common-proc-board.dtb\n' ' INSTALL _dtbs_/ti/k3-j721e-sk.dtb\n' ' INSTALL _dtbs_/ti/k3-j7200-common-proc-board.dtb\n' ' INSTALL _dtbs_/ti/k3-j721s2-common-proc-board.dtb\n' ' INSTALL _dtbs_/ti/k3-am642-evm.dtb\n' ' INSTALL _dtbs_/ti/k3-am642-sk.dtb\n' ' INSTALL _dtbs_/ti/k3-am625-sk.dtb\n' ' INSTALL _dtbs_/ti/k3-am62a7-sk.dtb\n' ' INSTALL _dtbs_/toshiba/tmpv7708-rm-mbrc.dtb\n' ' INSTALL _dtbs_/toshiba/tmpv7708-visrobo-vrb.dtb\n' ' INSTALL _dtbs_/xilinx/avnet-ultra96-rev1.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1232-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1254-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1275-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm015-dc1.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm016-dc2.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm017-dc3.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm018-dc4.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm019-dc5.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu100-revC.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-revB.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-rev1.0.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-rev1.1.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu104-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu104-revC.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu106-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu111-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-sm-k26-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-smk-k26-revA.dtb\n' ' INSTALL ' '_dtbs_/xilinx/sm-k26-revA-sck-kv-g-revA.dtb\n' ' INSTALL ' '_dtbs_/xilinx/sm-k26-revA-sck-kv-g-revB.dtb\n' ' INSTALL ' '_dtbs_/xilinx/smk-k26-revA-sm-k26-revA-sck-kv-g-revA.dtb\n' ' INSTALL ' '_dtbs_/xilinx/smk-k26-revA-sm-k26-revA-sck-kv-g-revB.dtb\n' '+ mkdir -p /tmp/kci/artifacts/dtbs\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp -r _dtbs_/actions _dtbs_/allwinner _dtbs_/altera ' '_dtbs_/amazon _dtbs_/amd _dtbs_/amlogic _dtbs_/apm ' '_dtbs_/apple _dtbs_/arm _dtbs_/broadcom _dtbs_/cavium ' '_dtbs_/exynos _dtbs_/freescale _dtbs_/hisilicon ' '_dtbs_/intel _dtbs_/lg _dtbs_/marvell _dtbs_/mediatek ' '_dtbs_/nuvoton _dtbs_/nvidia _dtbs_/qcom ' '_dtbs_/renesas _dtbs_/rockchip _dtbs_/socionext ' '_dtbs_/sprd _dtbs_/synaptics _dtbs_/tesla _dtbs_/ti ' '_dtbs_/toshiba _dtbs_/xilinx /tmp/kci/artifacts/dtbs\n' '+ cd ..\n' '+ echo job:package_dtbs=done\n' '++ date +%s\n' '+ echo jobets:package_dtbs=1745348416\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:10:23 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:11:50 PM UTC [INFO] Processing event node: 6807e54e1b4012cda6bf8503 04/22/2025 07:11:50 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e54e1b4012cda6bf8503 04/22/2025 07:11:50 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807b36ceeef98828f27e70f', 'id': 'maestro:6807e54e1b4012cda6bf8503', 'origin': 'maestro', 'comment': 'baseline-arm-broonie on stm32mp157a-dhcor-avenger96 in ' 'lava-broonie', 'start_time': '2025-04-22T18:51:58.160000+00:00', 'environment': {'comment': 'Runtime: lava-broonie', 'compatible': ['arrow,stm32mp157a-avenger96', 'dh,stm32mp157a-dhcor-som', 'st,stm32mp157'], 'misc': {'platform': 'stm32mp157a-dhcor-avenger96', 'job_url': 'https://lava.sirena.org.uk/scheduler/job/1316003', 'job_id': '1316003'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-broonie', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e54e1b4012cda6bf8503'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm-broonie-6807e54e1b4012cda6bf8503/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm-broonie-6807e54e1b4012cda6bf8503/log.txt.gz', 'log_excerpt': '.32 [Flags: R/O].\n' '[ 0.300425] Key type asymmetric registered\n' "[ 0.300447] Asymmetric key parser 'x509' " 'registered\n' '[ 0.300726] bounce: pool size: 64 pages\n' '[ 0.300904] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 247)\n' '[ 0.300917] io scheduler mq-deadline registered\n' '[ 0.300926] io scheduler kyber registered\n' '[ 0.547479] Serial: 8250/16550 driver, 5 ports, ' 'IRQ sharing enabled\n' '[ 0.553298] SuperH (H)SCI(F) driver initialized\n' '[ 0.554525] msm_serial: driver initialized\n' '[ 0.554538] STMicroelectronics ASC driver ' 'initialized\n' '[ 0.556700] STM32 USART driver initialized\n' '[ 0.557780] stm32-usart 4000e000.serial: interrupt ' 'mode for rx (no dma)\n' '[ 0.557801] stm32-usart 4000e000.serial: interrupt ' 'mode for tx (no dma)\n' '[ 0.557830] 4000e000.serial: ttySTM2 at MMIO ' '0x4000e000 (irq = 47, base_baud = 4000000) is a ' 'stm32-usart\n' '[ 0.558128] serial serial0: tty port ttySTM2 ' 'registered\n' '[ 0.558934] stm32-usart 40010000.serial: interrupt ' 'mode for rx (no dma)\n' '[ 0.558951] stm32-usart 40010000.serial: interrupt ' 'mode for tx (no dma)\n' '[ 0.558976] 40010000.serial: ttySTM0 at MMIO ' '0x40010000 (irq = 48, base_baud = 4000000) is a ' 'stm32-usart\n' '[ 2.359473] printk: console [ttySTM0] enabled\n' '[ 2.364098] stm32-usart 40018000.serial: interrupt ' 'mode for rx (no dma)\n' '[ 2.369406] stm32-usart 40018000.serial: interrupt ' 'mode for tx (no dma)\n' '[ 2.376060] 40018000.serial: ttySTM1 at MMIO ' '0x40018000 (irq = 49, base_baud = 4000000) is a ' 'stm32-usart\n' '[ 2.405265] random: crng init done\n' '[ 2.423150] brd: module loaded\n' '[ 2.433380] loop: module loaded\n' '[ 2.448149] spi-nor spi0.0: w25q16dw (2048 ' 'Kbytes)\n' '[ 2.461318] CAN device driver interface\n' '[ 2.465200] bgmac_bcma: Broadcom 47xx GBit MAC ' 'driver loaded\n' '[ 2.471367] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 2.474949] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 2.481113] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 2.486296] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 2.497240] stm32-dwmac 5800a000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 2.502414] stm32-dwmac 5800a000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 2.561827] stm32-dwmac 5800a000.ethernet: User ' 'ID: 0x40, Synopsys ID: 0x42\n' '[ 2.567461] stm32-dwmac 5800a000.ethernet: ' '?DWMAC4/5\n' '[ 2.572581] stm32-dwmac 5800a000.ethernet: DMA HW ' 'capability register supported\n' '[ 2.579732] stm32-dwmac 5800a000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 2.587036] stm32-dwmac 5800a000.ethernet: TX ' 'Checksum insertion supported\n' '[ 2.593982] stm32-dwmac 5800a000.ethernet: Wake-Up ' 'On Lan supported\n' '[ 2.600466] stm32-dwmac 5800a000.ethernet: TSO ' 'supported\n' '[ 2.605558] stm32-dwmac 5800a000.ethernet: Enable ' 'RX Mitigation via HW Watchdog Timer\n' '[ 2.613522] stm32-dwmac 5800a000.ethernet: Enabled ' 'L3L4 Flow TC (entries=2)\n' '[ 2.620478] stm32-dwmac 5800a000.ethernet: Enabled ' 'RFS Flow TC (entries=10)\n' '[ 2.627387] stm32-dwmac 5800a000.ethernet: TSO ' 'feature enabled\n' '[ 2.633358] stm32-dwmac 5800a000.ethernet: Using ' '32/32 bits DMA host/device width\n' '[ 2.715221] Freeing initrd memory: 16752K\n' '[ 2.771149] pegasus: Pegasus/Pegasus II USB ' 'Ethernet driver\n' '[ 2.775413] usbcore: registered new interface ' 'driver pegasus\n' '[ 2.781150] usbcore: registered new interface ' 'driver asix\n' '[ 2.786478] usbcore: registered new interface ' 'driver ax88179_178a\n' '[ 2.792644] usbcore: registered new interface ' 'driver cdc_ether\n' '[ 2.798488] usbcore: registered new interface ' 'driver smsc75xx\n' '[ 2.804255] usbcore: registered new interface ' 'driver smsc95xx\n' '[ 2.810036] usbcore: registered new interface ' 'driver net1080\n' '[ 2.815654] usbcore: registered new interface ' 'driver cdc_subset\n' '[ 2.821609] usbcore: registered new interface ' 'driver zaurus\n' '[ 2.827148] usbcore: registered new interface ' 'driver cdc_ncm\n' '[ 2.838852] usbcore: registered new interface ' 'driver usb-storage\n' '[ 2.849972] stm32_rtc 5c004000.rtc: error -ENXIO: ' 'IRQ index 1 not found\n' "[ 2.855178] stm32_rtc 5c004000.rtc: alarm can't " 'wake up the system: -6\n' '[ 2.862980] stm32_rtc 5c004000.rtc: registered as ' 'rtc0\n' '[ 2.867021] stm32_rtc 5c004000.rtc: setting system ' 'clock to 2000-01-01T00:00:18 UTC (946684818)\n' '[ 2.876178] stm32_rtc 5c004000.rtc: Date/Time must ' 'be initialized\n' '[ 2.881822] stm32_rtc 5c004000.rtc: registered ' 'rev:1.2\n' '[ 2.888625] i2c_dev: i2c /dev entries driver\n' '[ 2.916508] stm32f7-i2c 40012000.i2c: STM32F7 ' 'I2C-0 bus adapter\n' '[ 2.943437] stm32f7-i2c 40013000.i2c: STM32F7 ' 'I2C-1 bus adapter\n' '[ 2.971642] stpmic1 2-0033: PMIC Chip Version: ' '0x10\n' '[ 2.980413] ' '/soc/i2c@5c002000/stpmic@33/regulators: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/stpmic@33/regulators/boost\n' '[ 2.990661] ' '/soc/i2c@5c002000/stpmic@33/regulators: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/stpmic@33/regulators/buck2\n' '[ 3.002160] ' '/soc/i2c@5c002000/stpmic@33/regulators: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/stpmic@33/regulators/buck4\n' '[ 3.031011] vdda: Bringing 1800000uV into ' '2900000-2900000uV\n' '[ 3.037714] v2v8: Bringing 1800000uV into ' '2800000-2800000uV\n' '[ 3.053246] v1v8: Bringing 1000000uV into ' '1800000-1800000uV\n' '[ 3.070777] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.079821] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.089985] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.100353] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.110605] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.120951] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.131196] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.141541] stpmic1-regulator ' '5c002000.i2c:stpmic@33:regulators: Failed to create ' 'device link (0x180) with 2-0033\n' '[ 3.152097] /hdmi-out: Fixed dependency cycle(s) ' 'with /soc/i2c@5c002000/hdmi-transmitter@3d\n' '[ 3.160313] /soc/display-controller@5a001000: ' 'Fixed dependency cycle(s) with ' '/soc/i2c@5c002000/hdmi-transmitter@3d\n' '[ 3.170711] ' '/soc/sai@4400b000/audio-controller@4400b004: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/hdmi-transmitter@3d\n' '[ 3.182072] /soc/i2c@5c002000/hdmi-transmitter@3d: ' 'Fixed dependency cycle(s) with ' '/soc/sai@4400b000/audio-controller@4400b004\n' '[ 3.193271] /soc/i2c@5c002000/hdmi-transmitter@3d: ' 'Fixed dependency cycle(s) with /hdmi-out\n' '[ 3.201696] /soc/i2c@5c002000/hdmi-transmitter@3d: ' 'Fixed dependency cycle(s) with ' '/soc/display-controller@5a001000\n' '[ 3.212812] at24 2-0053: supply vcc not found, ' 'using dummy regulator\n' '[ 3.219205] at24 2-0053: 256 byte 24c02 EEPROM, ' 'writable, 16 bytes/write\n' '[ 3.225311] stm32f7-i2c 5c002000.i2c: STM32F7 ' 'I2C-2 bus adapter\n' '[ 3.242789] stm_thermal 50028000.thermal: ' 'stm_thermal_probe: Driver initialized successfully\n' '[ 3.262372] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 3.265347] mmci-pl18x 58005000.mmc: Got CD GPIO\n' '[ 3.267164] sdhci: Copyright(c) Pierre Ossman\n' '[ 3.270249] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 3.273175] mmci-pl18x 58005000.mmc: mmc0: PL180 ' 'manf 53 rev2 at 0x58005000 irq 70,0 (pio)\n' '[ 3.278827] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 3.282581] mmci-pl18x 48004000.mmc: mmc1: PL180 ' 'manf 53 rev2 at 0x48004000 irq 69,0 (pio)\n' '[ 3.305033] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 3.313289] usbcore: registered new interface ' 'driver usbhid\n' '[ 3.317476] usbhid: USB HID core driver\n' '[ 3.332307] NET: Registered PF_INET6 protocol ' 'family\n' '[ 3.337678] Segment Routing with IPv6\n' '[ 3.340041] In-situ OAM (IOAM) with IPv6\n' '[ 3.344010] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 3.350766] NET: Registered PF_PACKET protocol ' 'family\n' '[ 3.354843] can: controller area network core\n' '[ 3.359294] NET: Registered PF_CAN protocol ' 'family\n' '[ 3.364044] can: raw protocol\n' '[ 3.367000] can: broadcast manager protocol\n' '[ 3.371200] can: netlink gateway - max_hops=1\n' '[ 3.375876] mmc0: new high speed SDXC card at ' 'address e624\n' '[ 3.376127] Key type dns_resolver registered\n' '[ 3.382600] mmcblk0: mmc0:e624 SD64G 59.5 GiB\n' '[ 3.385457] ThumbEE CPU extension supported.\n' '[ 3.394074] Registering SWP/SWPB emulation ' 'handler\n' '[ 3.398584] GPT:Primary header thinks Alt. header ' 'is not at the end of the disk.\n' '[ 3.406321] GPT:3204245 != 124735487\n' '[ 3.409588] Loading compiled-in X.509 ' 'certificates\n' '[ 3.409903] GPT:Alternate GPT header not at the ' 'end of the disk.\n' '[ 3.420731] GPT:3204245 != 124735487\n' '[ 3.424289] GPT: Use GNU Parted to correct GPT ' 'errors.\n' '[ 3.429446] mmcblk0: p1 p2 p3 p4\n' '[ 3.471765] input: pmic_onkey as ' '/devices/platform/soc/5c002000.i2c/i2c-2/2-0033/5c002000.i2c:stpmic@33:onkey/input/input0\n' '[ 3.485224] mmci-pl18x 58007000.mmc: mmc2: PL180 ' 'manf 53 rev2 at 0x58007000 irq 74,0 (pio)\n' '[ 3.505126] regulator regulator.19: regulator ' 'disable timed out!\n' '[ 3.509766] reg18: failed to disable: -ETIMEDOUT\n' '[ 3.514612] stm32-usbphyc 5a006000.usbphyc: ' 'registered rev:1.0\n' '[ 3.523926] dwc2 49000000.usb-otg: supply vusb_d ' 'not found, using dummy regulator\n' '[ 3.530329] dwc2 49000000.usb-otg: supply vusb_a ' 'not found, using dummy regulator\n' '[ 3.554169] mmc1: new high speed SDIO card at ' 'address 0001\n' '[ 3.641491] mmc2: new DDR MMC card at address ' '0001\n' '[ 3.646190] mmcblk2: mmc2:0001 DG4008 7.28 GiB\n' '[ 3.656328] GPT:Primary header thinks Alt. header ' 'is not at the end of the disk.\n' '[ 3.662413] GPT:3145727 != 15273599\n' '[ 3.665868] GPT:Alternate GPT header not at the ' 'end of the disk.\n' '[ 3.671861] GPT:3145727 != 15273599\n' '[ 3.675314] GPT: Use GNU Parted to correct GPT ' 'errors.\n' '[ 3.676974] dwc2 49000000.usb-otg: EPs: 9, ' 'dedicated fifos, 952 entries in SPRAM\n' '[ 3.680560] mmcblk2: p1 p2 p3 p4\n' '[ 3.693399] mmcblk2boot0: mmc2:0001 DG4008 4.00 ' 'MiB\n' '[ 3.693597] dwc2 49000000.usb-otg: DWC OTG ' 'Controller\n' '[ 3.699983] mmcblk2boot1: mmc2:0001 DG4008 4.00 ' 'MiB\n' '[ 3.702209] dwc2 49000000.usb-otg: new USB bus ' 'registered, assigned bus number 1\n' '[ 3.709438] mmcblk2rpmb: mmc2:0001 DG4008 4.00 ' 'MiB, chardev (236:0)\n' '[ 3.714488] dwc2 49000000.usb-otg: irq 75, io mem ' '0x49000000\n' '[ 3.727565] hub 1-0:1.0: USB hub found\n' '[ 3.730243] hub 1-0:1.0: 1 port detected\n' '[ 3.741279] ehci-platform 5800d000.usb: EHCI Host ' 'Controller\n' '[ 3.745606] ehci-platform 5800d000.usb: new USB ' 'bus registered, assigned bus number 2\n' '[ 3.754189] ehci-platform 5800d000.usb: irq 76, io ' 'mem 0x5800d000\n' '[ 3.789388] ehci-platform 5800d000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 3.795405] hub 2-0:1.0: USB hub found\n' '[ 3.798038] hub 2-0:1.0: 2 ports detected\n' '[ 3.803853] stm32-dwmac 5800a000.ethernet eth0: ' 'Register MEM_TYPE_PAGE_POOL RxQ-0\n' '[ 3.898014] stm32-dwmac 5800a000.ethernet eth0: ' 'PHY [stmmac-0:07] driver [Micrel KSZ9031 Gigabit PHY] ' '(irq=POLL)\n' '[ 3.906898] dwmac4: Master AXI performs any burst ' 'length\n' '[ 3.912208] stm32-dwmac 5800a000.ethernet eth0: No ' 'Safety Features support found\n' '[ 4.089396] usb 2-1: new high-speed USB device ' 'number 2 using ehci-platform\n' '[ 4.119651] stm32-dwmac 5800a000.ethernet eth0: ' 'IEEE 1588-2008 Advanced Timestamp supported\n' '[ 4.127014] stm32-dwmac 5800a000.ethernet eth0: ' 'registered PTP clock\n' '[ 4.133781] stm32-dwmac 5800a000.ethernet eth0: ' 'configuring for phy/rgmii link mode\n' '[ 4.290733] hub 2-1:1.0: USB hub found\n' '[ 4.293214] hub 2-1:1.0: 3 ports detected\n' '[ 13.521022] stm32-dwmac 5800a000.ethernet eth0: ' 'Link is Up - 1Gbps/Full - flow control off\n' '[ 13.521061] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: ' 'link becomes ready\n' '[ 13.559372] Sending DHCP requests .., OK\n' '[ 15.931974] IP-Config: Got DHCP answer from ' '172.16.0.1, my address is 172.22.14.134\n' '[ 15.939618] IP-Config: Complete:\n' '[ 15.942761] device=eth0, ' 'hwaddr=80:1f:12:cc:2a:a4, ipaddr=172.22.14.134, ' 'mask=255.240.0.0, gw=172.16.0.1\n' '[ 15.952795] host=172.22.14.134, domain=, ' 'nis-domain=(none)\n' '[ 15.958667] bootserver=172.16.0.1, ' 'rootserver=172.16.0.1, rootpath=\n' '[ 15.958679] nameserver0=172.16.0.1\n' '[ 15.969698] clk: Disabling unused clocks\n' '[ 15.978797] Freeing unused kernel image (initmem) ' 'memory: 2048K\n' '[ 15.983989] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 16.173159] ' 'udevd[109]: starting version 3.2.9\n' "[ 16.191641] udevd[109]: specified user 'tss' " 'unknown\n' "[ 16.195466] udevd[109]: specified group 'tss' " 'unknown\n' '[ 16.203987] udevd[110]: starting eudev-3.2.9\n' '[ 17.268200] /soc/i2c@5c002000/hdmi-transmitter@3d: ' 'Fixed dependency cycle(s) with ' '/soc/sai@4400b000/audio-controller@4400b004\n' '[ 17.278502] ' '/soc/sai@4400b000/audio-controller@4400b004: Fixed ' 'dependency cycle(s) with ' '/soc/i2c@5c002000/hdmi-transmitter@3d\n' '[ 17.352712] cfg80211: Loading compiled-in X.509 ' 'certificates for regulatory database\n' '[ 17.533039] Bluetooth: Core ver 2.22\n' '[ 17.535347] NET: Registered PF_BLUETOOTH protocol ' 'family\n' '[ 17.540643] Bluetooth: HCI device and connection ' 'manager initialized\n' '[ 17.546960] Bluetooth: HCI socket layer ' 'initialized\n' '[ 17.551939] Bluetooth: L2CAP socket layer ' 'initialized\n' '[ 17.557037] Bluetooth: SCO socket layer ' 'initialized\n' '[ 17.599712] stm32-crc32 58009000.crc: Initialized\n' '[ 17.689781] etnaviv etnaviv: bound 59000000.gpu ' '(ops gpu_ops [etnaviv])\n' '[ 17.695172] etnaviv-gpu 59000000.gpu: model: ' 'GC400, revision: 4652\n' '[ 17.725126] [drm] Initialized etnaviv 1.4.0 ' '20151214 for etnaviv on minor 0\n' '[ 17.746561] Bluetooth: HCI UART driver ver 2.3\n' '[ 17.749792] Bluetooth: HCI UART protocol H4 ' 'registered\n' '[ 17.755446] Bluetooth: HCI UART protocol Broadcom ' 'registered\n' '[ 17.761323] hci_uart_bcm serial0-0: supply vbat ' 'not found, using dummy regulator\n' '[ 17.768152] hci_uart_bcm serial0-0: supply vddio ' 'not found, using dummy regulator\n' "[ 18.003493] cfg80211: Loaded X.509 cert 'sforshee: " "00b28ddf47aef9cea7'\n" "[ 18.014579] cfg80211: Loaded X.509 cert 'wens: " "61c038651aabdcf94bd0ac7ff06c7248db18c600'\n" '[ 18.023114] platform regulatory.0: Direct firmware ' 'load for regulatory.db failed with error -2\n' '[ 18.030454] cfg80211: failed to load ' 'regulatory.db\n' '[ 18.100569] [drm] Initialized stm 1.0.0 20170330 ' 'for 5a001000.display-controller on minor 1\n' '[ 18.113775] stm32-display ' '5a001000.display-controller: [drm] Cannot find any ' 'crtc or sizes\n' '[ 18.126360] stm32-display ' '5a001000.display-controller: [drm] Cannot find any ' 'crtc or sizes\n' '[ 18.127212] brcmfmac: brcmf_fw_alloc_request: ' 'using brcm/brcmfmac43455-sdio for chip BCM4345/6\n' '[ 18.159179] brcmfmac mmc1:0001:1: Direct firmware ' 'load for ' 'brcm/brcmfmac43455-sdio.arrow,stm32mp157a-avenger96.bin ' 'failed with error -2\n' '[ 18.170448] brcmfmac mmc1:0001:1: Direct firmware ' 'load for brcm/brcmfmac43455-sdio.bin failed with ' 'error -2\n' '[ 18.230431] Bluetooth: hci0: BCM: chip id 107\n' '[ 18.234435] Bluetooth: hci0: BCM: features 0x2f\n' '[ 18.239178] Bluetooth: hci0: BCM4345C0\n' '[ 18.241783] Bluetooth: hci0: BCM4345C0 ' '(003.001.025) build 0000\n' '[ 18.247990] Bluetooth: hci0: BCM: firmware Patch ' 'file not found, tried:\n' '[ 18.254375] Bluetooth: hci0: BCM: ' "'brcm/BCM4345C0.arrow,stm32mp157a-avenger96.hcd'\n" '[ 18.261938] Bluetooth: hci0: BCM: ' "'brcm/BCM4345C0.hcd'\n" '[ 18.267021] Bluetooth: hci0: BCM: ' "'brcm/BCM.arrow,stm32mp157a-avenger96.hcd'\n" "[ 18.274216] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'\n" "[ 18.914012] debugfs: File 'Capture' in directory " "'dapm' already present!\n" '[ 19.198955] brcmfmac: brcmf_sdio_htclk: HT Avail ' 'timeout (1000000): clkctl 0x50\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: ip: RTNETLINK answers: File exists\n' 'FAIL\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '#\n' '/ # export SHELL=/bin/sh\n' 'export SHELL=/bin/sh\n' '/ # . /lava-1316003/environment\n' '. /lava-1316003/environment\n' '/ # /lava-1316003/bin/lava-test-runner ' '/lava-1316003/0\n' '/lava-1316003/bin/lava-test-runner /lava-1316003/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-1316003/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=1316003_1.5.2[ 20.067254] ' '\n' '.4.1\n' '+ s[ 20.073618] \n' 'et +x\n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ #\n'} 04/22/2025 07:11:50 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:11:55 PM UTC [INFO] Processing event node: 6807e7d9e51c583972a58d5d 04/22/2025 07:11:55 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e7d9e51c583972a58d5d 04/22/2025 07:11:55 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807d0a19aef7c8063cad95c', 'id': 'maestro:6807e7d9e51c583972a58d5d', 'origin': 'maestro', 'comment': 'baseline-arm64 on rk3399-gru-kevin in lava-collabora', 'start_time': '2025-04-22T19:02:49.415000+00:00', 'environment': {'comment': 'Runtime: lava-collabora', 'compatible': ['google,kevin-rev15', 'google,kevin-rev14'], 'misc': {'platform': 'rk3399-gru-kevin', 'job_url': 'https://lava.collabora.dev/scheduler/job/18447604', 'job_id': '18447604'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-collabora', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e7d9e51c583972a58d5d'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-6807e7d9e51c583972a58d5d/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-6807e7d9e51c583972a58d5d/log.txt.gz', 'log_excerpt': ' on fe330000.mmc [fe330000.mmc] using ADMA\n' '[ 2.229429] cros-ec-rtc cros-ec-rtc.2.auto: ' 'registered as rtc0\n' '[ 2.236764] cros-ec-rtc cros-ec-rtc.2.auto: ' 'setting system clock to 2025-04-22T19:11:05 UTC ' '(1745349065)\n' '[ 2.257103] input: cros_ec as ' '/devices/platform/ff200000.spi/spi_master/spi2/spi2.0/ff200000.spi:ec@0:keyboard-controller/input/input0\n' '[ 2.266547] usb 2-1: new high-speed USB device ' 'number 2 using ehci-platform\n' '[ 2.273028] input: cros_ec_buttons as ' '/devices/platform/ff200000.spi/spi_master/spi2/spi2.0/ff200000.spi:ec@0:keyboard-controller/input/input1\n' '[ 2.297431] cros-ec-spi spi2.0: Chrome EC device ' 'registered\n' '[ 2.353434] mmc1: new HS400 Enhanced strobe MMC ' 'card at address 0001\n' '[ 2.361639] mmcblk1: mmc1:0001 500073 29.1 GiB\n' '[ 2.371156] mmcblk1: p1 p2 p3 p4 p5 p6 p7 p8 p9 ' 'p10 p11 p12\n' '[ 2.382965] mmcblk1boot0: mmc1:0001 500073 4.00 ' 'MiB\n' '[ 2.390012] mmcblk1boot1: mmc1:0001 500073 4.00 ' 'MiB\n' '[ 2.392251] netem: version 1.3\n' '[ 2.396817] mmcblk1rpmb: mmc1:0001 500073 4.00 ' 'MiB, chardev (511:0)\n' '[ 2.399114] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 2.412668] IPv4 over IPsec tunneling driver\n' '[ 2.418044] NET: Registered PF_INET6 protocol ' 'family\n' '[ 2.425320] Segment Routing with IPv6\n' '[ 2.429477] In-situ OAM (IOAM) with IPv6\n' '[ 2.434288] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 2.441499] NET: Registered PF_PACKET protocol ' 'family\n' '[ 2.447199] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 2.462576] 8021q: 802.1Q VLAN Support v1.8\n' '[ 2.467441] 9pnet: Installing 9P2000 support\n' '[ 2.472281] Key type dns_resolver registered\n' '[ 2.477589] registered taskstats version 1\n' '[ 2.482214] Loading compiled-in X.509 ' 'certificates\n' '[ 2.527096] xhci-hcd xhci-hcd.13.auto: xHCI Host ' 'Controller\n' '[ 2.533392] xhci-hcd xhci-hcd.13.auto: new USB bus ' 'registered, assigned bus number 5\n' '[ 2.542203] xhci-hcd xhci-hcd.13.auto: hcc params ' '0x0220fe64 hci version 0x110 quirks ' '0x0000008002010010\n' '[ 2.552869] xhci-hcd xhci-hcd.13.auto: irq 62, io ' 'mem 0xfe800000\n' '[ 2.559773] xhci-hcd xhci-hcd.13.auto: xHCI Host ' 'Controller\n' '[ 2.566033] xhci-hcd xhci-hcd.13.auto: new USB bus ' 'registered, assigned bus number 6\n' '[ 2.574723] xhci-hcd xhci-hcd.13.auto: Host ' 'supports USB 3.0 SuperSpeed\n' '[ 2.582905] hub 5-0:1.0: USB hub found\n' '[ 2.587158] hub 5-0:1.0: 1 port detected\n' "[ 2.591904] usb usb6: We don't know the algorithms " 'for LPM for this host, disabling LPM.\n' '[ 2.601599] hub 6-0:1.0: USB hub found\n' '[ 2.605849] hub 6-0:1.0: 1 port detected\n' '[ 2.619557] xhci-hcd xhci-hcd.14.auto: xHCI Host ' 'Controller\n' '[ 2.625858] xhci-hcd xhci-hcd.14.auto: new USB bus ' 'registered, assigned bus number 7\n' '[ 2.634635] xhci-hcd xhci-hcd.14.auto: hcc params ' '0x0220fe64 hci version 0x110 quirks ' '0x0000008002010010\n' '[ 2.645285] xhci-hcd xhci-hcd.14.auto: irq 63, io ' 'mem 0xfe900000\n' '[ 2.652142] xhci-hcd xhci-hcd.14.auto: xHCI Host ' 'Controller\n' '[ 2.658385] xhci-hcd xhci-hcd.14.auto: new USB bus ' 'registered, assigned bus number 8\n' '[ 2.667056] xhci-hcd xhci-hcd.14.auto: Host ' 'supports USB 3.0 SuperSpeed\n' '[ 2.675135] hub 7-0:1.0: USB hub found\n' '[ 2.679400] hub 7-0:1.0: 1 port detected\n' "[ 2.684023] usb usb8: We don't know the algorithms " 'for LPM for this host, disabling LPM.\n' '[ 2.693605] hub 8-0:1.0: USB hub found\n' '[ 2.697866] hub 8-0:1.0: 1 port detected\n' '[ 2.708354] input: gpio-keys as ' '/devices/platform/gpio-keys/input/input2\n' '[ 2.708441] dwmmc_rockchip fe320000.mmc: IDMAC ' 'supports 32-bit address mode.\n' '[ 2.717092] clk: Disabling unused clocks\n' '[ 2.723892] dwmmc_rockchip fe320000.mmc: Using ' 'internal DMA controller.\n' '[ 2.728681] ALSA device list:\n' '[ 2.735572] dwmmc_rockchip fe320000.mmc: Version ' 'ID is 270a\n' '[ 2.738874] No soundcards found.\n' '[ 2.749059] dwmmc_rockchip fe320000.mmc: DW MMC ' 'controller at irq 64,32 bit host data width,256 deep ' 'fifo\n' '[ 2.759813] dw-apb-uart ff1a0000.serial: forbid ' 'DMA for kernel console\n' '[ 2.760126] dwmmc_rockchip fe320000.mmc: Got CD ' 'GPIO\n' '[ 2.785730] mmc_host mmc0: Bus speed (slot 0) = ' '400000Hz (slot req 400000Hz, actual 400000HZ div = ' '0)\n' '[ 2.813154] Freeing unused kernel memory: 7616K\n' '[ 2.818425] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 2.891878] ' 'udevd[183]: starting version 3.2.9\n' '[ 2.938691] usb 7-1: new high-speed USB device ' 'number 2 using xhci-hcd\n' '[ 3.834669] usb 8-1: new SuperSpeed USB device ' 'number 2 using xhci-hcd\n' '[ 12.767635] platform cpufreq-dt: deferred probe ' 'pending\n' '[ 15.138465] random: crng init done\n' "[ 15.146135] udevd[183]: specified user 'tss' " 'unknown\n' "[ 15.151845] udevd[183]: specified group 'tss' " 'unknown\n' '[ 15.159417] udevd[184]: starting eudev-3.2.9\n' "[ 15.170925] udevd[184]: specified user 'tss' " 'unknown\n' "[ 15.176609] udevd[184]: specified group 'tss' " 'unknown\n' '[ 15.189487] usbcore: registered new device driver ' 'r8152-cfgselector\n' '[ 15.332945] rockchip-pcie f8000000.pcie: host ' 'bridge /pcie@f8000000 ranges:\n' '[ 15.340978] rockchip-pcie f8000000.pcie: MEM ' '0x00fa000000..0x00fbdfffff -> 0x00fa000000\n' '[ 15.352370] cs_system_cfg: CoreSight ' 'Configuration manager initialised\n' '[ 15.362599] rockchip-pcie f8000000.pcie: IO ' '0x00fbe00000..0x00fbefffff -> 0x00fbe00000\n' '[ 15.369493] coresight-cpu-debug fe430000.debug: ' 'Coresight debug-CPU0 initialized\n' '[ 15.381113] mc: Linux media interface: v0.10\n' '[ 15.383755] coresight-cpu-debug fe432000.debug: ' 'Coresight debug-CPU1 initialized\n' '[ 15.386703] rockchip-pcie f8000000.pcie: host ' 'bridge /pcie@f8000000 ranges:\n' '[ 15.394789] coresight-cpu-debug fe434000.debug: ' 'Coresight debug-CPU2 initialized\n' '[ 15.403552] videodev: Linux video capture ' 'interface: v2.00\n' '[ 15.406511] rockchip-pcie f8000000.pcie: MEM ' '0x00fa000000..0x00fbdfffff -> 0x00fa000000\n' '[ 15.406534] rockchip-pcie f8000000.pcie: IO ' '0x00fbe00000..0x00fbefffff -> 0x00fbe00000\n' '[ 15.412042] rockchip-pcie f8000000.pcie: host ' 'bridge /pcie@f8000000 ranges:\n' '[ 15.426285] coresight-cpu-debug fe436000.debug: ' 'Coresight debug-CPU3 initialized\n' '[ 15.426798] r8152-cfgselector 8-1: reset ' 'SuperSpeed USB device number 2 using xhci-hcd\n' '[ 15.436069] rockchip-pcie f8000000.pcie: MEM ' '0x00fa000000..0x00fbdfffff -> 0x00fa000000\n' '[ 15.437870] atmel_mxt_ts 3-004b: supply vdda not ' 'found, using dummy regulator\n' '[ 15.438037] atmel_mxt_ts 3-004b: supply vdd not ' 'found, using dummy regulator\n' '[ 15.443583] coresight-cpu-debug fe610000.debug: ' 'Coresight debug-CPU4 initialized\n' '[ 15.451884] rockchip-pcie f8000000.pcie: IO ' '0x00fbe00000..0x00fbefffff -> 0x00fbe00000\n' '[ 15.460753] coresight-cpu-debug fe710000.debug: ' 'Coresight debug-CPU5 initialized\n' '[ 15.461696] rockchip-vop ff8f0000.vop: Adding to ' 'iommu group 2\n' '[ 15.462587] rockchip-vop ff900000.vop: Adding to ' 'iommu group 3\n' '[ 15.464372] r8152 8-1:1.0: Direct firmware load ' 'for rtl_nic/rtl8153b-2.fw failed with error -2\n' '[ 15.464390] r8152 8-1:1.0: unable to load firmware ' 'patch rtl_nic/rtl8153b-2.fw (-2)\n' '[ 15.480440] rockchip-pcie f8000000.pcie: host ' 'bridge /pcie@f8000000 ranges:\n' '[ 15.504610] i2c_hid_of 2-0009: supply vddl not ' 'found, using dummy regulator\n' '[ 15.504799] usb 2-1: Found UVC 1.00 device 720p HD ' 'Camera (2232:1082)\n' '[ 15.509507] input: 720p HD Camera: 720p HD Camera ' 'as ' '/devices/platform/fe380000.usb/usb2/2-1/2-1:1.0/input/input3\n' '[ 15.509708] usbcore: registered new interface ' 'driver uvcvideo\n' '[ 15.512088] rockchip-pcie f8000000.pcie: MEM ' '0x00fa000000..0x00fbdfffff -> 0x00fa000000\n' '[ 15.521291] atmel_mxt_ts 3-004b: Family: 164 ' 'Variant: 14 Firmware V2.3.AA Objects: 40\n' '[ 15.522809] r8152 8-1:1.0 eth0: v1.12.13\n' '[ 15.522899] usbcore: registered new interface ' 'driver r8152\n' '[ 15.525175] rockchip-pcie f8000000.pcie: IO ' '0x00fbe00000..0x00fbefffff -> 0x00fbe00000\n' '[ 15.534868] rockchip-pcie f8000000.pcie: host ' 'bridge /pcie@f8000000 ranges:\n' '[ 15.543533] atmel_mxt_ts 3-004b: Direct firmware ' 'load for maxtouch.cfg failed with error -2\n' '[ 15.546942] atmel_mxt_ts 5-004a: supply vdda not ' 'found, using dummy regulator\n' '[ 15.547049] atmel_mxt_ts 5-004a: supply vdd not ' 'found, using dummy regulator\n' '[ 15.551209] rockchip-pcie f8000000.pcie: MEM ' '0x00fa000000..0x00fbdfffff -> 0x00fa000000\n' '[ 15.551228] rockchip-pcie f8000000.pcie: IO ' '0x00fbe00000..0x00fbefffff -> 0x00fbe00000\n' '[ 15.563602] atmel_mxt_ts 3-004b: Touchscreen size ' 'X4095Y2729\n' '[ 15.577998] rockchip-pcie f8000000.pcie: host ' 'bridge /pcie@f8000000 ranges:\n' '[ 15.586075] input: Atmel maXTouch Touchscreen as ' '/devices/platform/ff130000.i2c/i2c-3/3-004b/input/input4\n' '[ 15.593964] rockchip-pcie f8000000.pcie: MEM ' '0x00fa000000..0x00fbdfffff -> 0x00fa000000\n' '[ 15.603474] da7219 8-001a: Using default DAI clk ' 'names: da7219-dai-wclk, da7219-dai-bclk\n' '[ 15.606951] rockchip-pcie f8000000.pcie: IO ' '0x00fbe00000..0x00fbefffff -> 0x00fbe00000\n' '[ 15.620289] atmel_mxt_ts 5-004a: Family: 164 ' 'Variant: 17 Firmware V2.0.AA Objects: 31\n' '[ 15.639082] rockchip-pcie f8000000.pcie: host ' 'bridge /pcie@f8000000 ranges:\n' '[ 15.640012] atmel_mxt_ts 5-004a: Direct firmware ' 'load for maxtouch.cfg failed with error -2\n' '[ 15.647911] rockchip-pcie f8000000.pcie: MEM ' '0x00fa000000..0x00fbdfffff -> 0x00fa000000\n' '[ 15.658017] atmel_mxt_ts 5-004a: Touchscreen size ' 'X1920Y1080\n' '[ 15.665299] rockchip-pcie f8000000.pcie: IO ' '0x00fbe00000..0x00fbefffff -> 0x00fbe00000\n' '[ 15.674834] input: Atmel maXTouch Touchpad as ' '/devices/platform/ff140000.i2c/i2c-5/5-004a/input/input5\n' '[ 15.681568] rockchip-pcie f8000000.pcie: no ' 'vpcie12v regulator found\n' '[ 15.797957] sbs-battery 9-000b: sbs-battery: ' 'battery gas gauge device registered\n' '[ 15.820564] sbs-battery 9-000b: Disabling PEC ' 'because of broken Cros-EC implementation\n' '[ 15.824400] input: hid-over-i2c 2D1F:0163 Stylus ' 'as ' '/devices/platform/ff120000.i2c/i2c-2/2-0009/0018:2D1F:0163.0001/input/input6\n' '[ 15.841458] sbs-battery 9-000b: I2C adapter does ' 'not support I2C_FUNC_SMBUS_READ_BLOCK_DATA.\n' '[ 15.841458] Fallback method does not support PEC.\n' '[ 15.842725] input: hid-over-i2c 2D1F:0163 as ' '/devices/platform/ff120000.i2c/i2c-2/2-0009/0018:2D1F:0163.0001/input/input7\n' '[ 15.869619] hid-generic 0018:2D1F:0163.0001: ' 'input: I2C HID v1.00 Device [hid-over-i2c 2D1F:0163] ' 'on 2-0009\n' '[ 15.872516] rockchip-pcie f8000000.pcie: PCI host ' 'bridge to bus 0000:00\n' '[ 15.888064] pci_bus 0000:00: root bus resource ' '[bus 00-1f]\n' '[ 15.894303] pci_bus 0000:00: root bus resource ' '[mem 0xfa000000-0xfbdfffff]\n' '[ 15.896362] panfrost ff9a0000.gpu: clock rate = ' '500000000\n' '[ 15.902066] pci_bus 0000:00: root bus resource ' '[io 0x0000-0xfffff] (bus address ' '[0xfbe00000-0xfbefffff])\n' '[ 15.902772] usbcore: registered new interface ' 'driver cdc_ether\n' '[ 15.919484] usbcore: registered new interface ' 'driver r8153_ecm\n' '[ 15.925431] pci 0000:00:00.0: [1d87:0100] type 01 ' 'class 0x060400\n' '[ 15.933069] hantro-vpu ff650000.video-codec: ' 'Adding to iommu group 0\n' '[ 15.938784] pci 0000:00:00.0: supports D1\n' '[ 15.946519] hantro-vpu ff650000.video-codec: ' 'registered rockchip,rk3399-vpu-enc as /dev/video2\n' '[ 15.950327] pci 0000:00:00.0: PME# supported from ' 'D0 D1 D3hot\n' '[ 15.960157] hantro-vpu ff650000.video-codec: ' 'registered rockchip,rk3399-vpu-dec as /dev/video3\n' '[ 15.970004] pci 0000:00:00.0: bridge configuration ' 'invalid ([bus 00-00]), reconfiguring\n' '[ 15.985438] pci 0000:01:00.0: [1b4b:2b42] type 00 ' 'class 0x020000\n' '[ 15.992299] pci 0000:01:00.0: reg 0x10: [mem ' '0x00000000-0x000fffff 64bit pref]\n' '[ 16.000478] pci 0000:01:00.0: reg 0x18: [mem ' '0x00000000-0x000fffff 64bit pref]\n' "[ 16.008724] pci 0000:01:00.0: Upstream bridge's " 'Max Payload Size set to 128 (was 256, max 256)\n' '[ 16.018426] pci 0000:01:00.0: Max Payload Size set ' 'to 128 (was 128, max 128)\n' '[ 16.026722] pci 0000:01:00.0: supports D1 D2\n' '[ 16.031551] pci 0000:01:00.0: PME# supported from ' 'D0 D1 D3hot D3cold\n' '[ 16.038954] pci 0000:01:00.0: 2.000 Gb/s available ' 'PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at ' '0000:00:00.0 (capable of 4.000 Gb/s with 5.0 GT/s ' 'PCIe x1 link)\n' '[ 16.066777] pci_bus 0000:01: busn_res: [bus 01-1f] ' 'end is updated to 01\n' '[ 16.074279] pci 0000:00:00.0: BAR 14: assigned ' '[mem 0xfa000000-0xfa1fffff]\n' '[ 16.082099] pci 0000:01:00.0: BAR 0: assigned [mem ' '0xfa000000-0xfa0fffff 64bit pref]\n' '[ 16.090857] pci 0000:01:00.0: BAR 2: assigned [mem ' '0xfa100000-0xfa1fffff 64bit pref]\n' '[ 16.099641] pci 0000:00:00.0: PCI bridge to [bus ' '01]\n' '[ 16.105271] pci 0000:00:00.0: bridge window [mem ' '0xfa000000-0xfa1fffff]\n' '[ 16.113188] pcieport 0000:00:00.0: enabling device ' '(0000 -> 0002)\n' '[ 16.120665] pcieport 0000:00:00.0: PME: Signaling ' 'with IRQ 81\n' '[ 16.127627] pcieport 0000:00:00.0: AER: enabled ' 'with IRQ 81\n' '[ 16.138524] cpu cpu0: EM: created perf domain\n' '[ 16.145015] cpu cpu4: EM: created perf domain\n' '[ 16.152827] cfg80211: Loading compiled-in X.509 ' 'certificates for regulatory database\n' '[ 16.160474] rockchip-dp ff970000.edp: no DP phy ' 'configured\n' '[ 16.169047] rockchip-drm display-subsystem: bound ' 'ff8f0000.vop (ops vop_component_ops [rockchipdrm])\n' '[ 16.179376] [drm] unsupported AFBC ' 'format[3231564e]\n' '[ 16.185758] rockchip-drm display-subsystem: bound ' 'ff900000.vop (ops vop_component_ops [rockchipdrm])\n' "[ 16.190596] cfg80211: Loaded X.509 cert 'sforshee: " "00b28ddf47aef9cea7'\n" '[ 16.196196] rockchip-drm display-subsystem: bound ' 'ff970000.edp (ops rockchip_dp_component_ops ' '[rockchipdrm])\n' "[ 16.203583] cfg80211: Loaded X.509 cert 'wens: " "61c038651aabdcf94bd0ac7ff06c7248db18c600'\n" '[ 16.214417] cdn-dp fec00000.dp: Direct firmware ' 'load for rockchip/dptx.bin failed with error -2\n' '[ 16.222492] rockchip-drm display-subsystem: bound ' 'fec00000.dp (ops cdn_dp_component_ops [rockchipdrm])\n' '[ 16.223465] platform regulatory.0: Direct firmware ' 'load for regulatory.db failed with error -2\n' '[ 16.223635] [drm] Initialized rockchip 1.0.0 ' '20140818 for display-subsystem on minor 0\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' '[ 16.262087] cfg80211: failed to load ' 'regulatory.db\n' '[ 16.262387] mwifiex_pcie 0000:01:00.0: no quirks ' 'enabled\n' '[ 16.262411] mwifiex_pcie 0000:01:00.0: enabling ' 'device (0000 -> 0002)\n' '[ 16.262504] mwifiex_pcie: PCI memory map Virt0: ' '00000000946d52f5 PCI memory map Virt2: ' '00000000dd847cff\n' '[ 16.263462] mwifiex_pcie 0000:01:00.0: Direct ' 'firmware load for mrvl/pcieusb8997_combo_v4.bin ' 'failed with error -2\n' '[ 16.263470] mwifiex_pcie 0000:01:00.0: Failed to ' 'get firmware mrvl/pcieusb8997_combo_v4.bin\n' '[ 16.263474] mwifiex_pcie 0000:01:00.0: info: ' '_mwifiex_fw_dpc: unregister device\n' '[ 16.263823] mwifiex_pcie 0000:01:00.0: performing ' 'cancel_work_sync()...\n' '[ 16.263829] mwifiex_pcie 0000:01:00.0: ' 'cancel_work_sync() done\n' '[ 16.544655] Console: switching to colour frame ' 'buffer device 300x100\n' '[ 16.655632] rockchip-drm display-subsystem: [drm] ' 'fb0: rockchipdrmfb frame buffer device\n' "/bin/sh: can't access tty; job control turned off\n" '[ 16.671961] panfrost ff9a0000.gpu: clock rate = ' '500000000\n' '/ # [ 16.679372] panfrost ff9a0000.gpu: mali-t860 ' 'id 0x860 major 0x2 minor 0x0 status 0x0\n' '[ 16.688141] panfrost ff9a0000.gpu: features: ' '00000000,00000407, issues: 00000000,24040400\n' '[ 16.697910] panfrost ff9a0000.gpu: Features: ' 'L2:0x07120206 Shader:0x00000000 Tiler:0x00000809 ' 'Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7\n' '[ 16.711530] panfrost ff9a0000.gpu: ' 'shader_present=0xf l2_present=0x1\n' '[ 16.721960] [drm] Initialized panfrost 1.2.0 ' '20180908 for ff9a0000.gpu on minor 1\n' '/ # [ 16.739613] hdmi-audio-codec ' 'hdmi-audio-codec.15.auto: ASoC: sink widget Capture ' 'overwritten\n' '[ 16.751819] rk3399-gru-sound sound: ASoC: driver ' "name too long 'rk3399-gru-sound' -> " "'rk3399-gru-soun'\n" "[ 16.763405] debugfs: File 'Capture' in directory " "'dapm' already present!\n" '[ 16.772881] input: rk3399-gru-sound Headset Jack ' 'as /devices/platform/sound/sound/card0/input9\n' '[ 16.783168] input: rk3399-gru-sound DP Jack as ' '/devices/platform/sound/sound/card0/input10\n' '#\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-18447604/environment\n' '/ # /lava-18447604/bin/lava-test-runner ' '/lava-18447604/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-18447604/0/tests/0_dmesg\n' '+ cat uuid\n' '[ 17.205420] \n' '+ UUID=18447604_1.1.3.1\n' '+ set +x\n' '[ 17.215776] \n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n'} 04/22/2025 07:11:55 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:12:10 PM UTC [INFO] Processing event node: 6807d0739aef7c8063cad941 04/22/2025 07:12:10 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807d0739aef7c8063cad941 04/22/2025 07:12:10 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807d03a9aef7c8063cad938', 'id': 'maestro:6807d0739aef7c8063cad941', 'origin': 'maestro', 'comment': 'staging-stable-20250422.4', 'start_time': '2025-04-22T17:22:59.850000+00:00', 'architecture': 'arm64', 'compiler': 'gcc-12', 'config_name': 'cros://chromeos-6.1/arm64/chromiumos-qualcomm.flavour.config+lab-setup+arm64-chromebook+CONFIG_MODULE_COMPRESS=n+CONFIG_MODULE_COMPRESS_NONE=y', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807d0739aef7c8063cad941-kbuild-gcc-12-arm64-chro-dtqs190x', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'image', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807d0739aef7c8063cad941'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/fragments/2.config'}, {'name': 'fragments_3_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/fragments/3.config'}, {'name': 'fragments_4_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/fragments/4.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807d0739aef7c8063cad941/build.log.gz', 'log_excerpt': '132/kernel/net/llc/llc.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/llc/llc.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/mac80211/mac80211.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/mac80211/mac80211.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conncount.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conncount.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_ftp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_ftp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_netlink.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_netlink.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_pptp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_pptp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_tftp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_tftp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat_ftp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat_ftp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat_tftp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat_tftp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nfnetlink_cthelper.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nfnetlink_cthelper.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nfnetlink_cttimeout.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nfnetlink_cttimeout.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_CONNSECMARK.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_CONNSECMARK.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_CT.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_CT.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_MASQUERADE.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_MASQUERADE.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_REDIRECT.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_REDIRECT.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_cgroup.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_cgroup.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_connlimit.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_connlimit.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_connmark.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_connmark.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_conntrack.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_conntrack.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_helper.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_helper.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_nat.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_nat.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_state.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_state.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/cls_u32.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/cls_u32.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_codel.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_codel.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_fq_codel.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_fq_codel.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_htb.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_htb.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_ingress.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_ingress.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_netem.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_netem.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_tbf.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_tbf.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/wireless/cfg80211.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/wireless/cfg80211.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/xfrm/xfrm_interface.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/xfrm/xfrm_interface.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-dummy.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-dummy.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-midi-event.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-midi-event.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-midi.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-midi.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-hrtimer.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-hrtimer.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-hwdep.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-hwdep.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-rawmidi.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-rawmidi.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-seq-device.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-seq-device.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/drivers/snd-aloop.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/drivers/snd-aloop.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/drivers/snd-dummy.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/drivers/snd-dummy.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/codecs/snd-soc-ts3a227e.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/codecs/snd-soc-ts3a227e.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/usb/snd-usb-audio.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/usb/snd-usb-audio.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/usb/snd-usbmidi-lib.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/usb/snd-usbmidi-lib.ko\n' ' DEPMOD _modules_/lib/modules/6.1.132\n' '+ tar -C _modules_ -cJf ' '/tmp/kci/artifacts/modules.tar.xz .\n' '+ cd ..\n' '+ rm -rf _modules_\n' '+ set -e\n' '+ echo job:package_modules=done\n' '++ date +%s\n' '+ echo jobets:package_modules=1745348634\n' '+ echo -----log:package_kselftest-----\n' '-----log:package_kselftest-----\n' '+ echo job:package_kselftest=running\n' '++ date +%s\n' '+ echo jobsts:package_kselftest=1745348634\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-packages/kselftest.tar.gz ' '/tmp/kci/artifacts/\n' '+ echo job:package_kselftest=done\n' '++ date +%s\n' '+ echo jobets:package_kselftest=1745348634\n' '+ echo -----log:package_dtbs-----\n' '-----log:package_dtbs-----\n' '+ echo job:package_dtbs=running\n' '++ date +%s\n' '+ echo jobsts:package_dtbs=1745348634\n' '+ cd /tmp/kci/linux\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ make dtbs_install\n' ' INSTALL _dtbs_/qcom/apq8016-sbc.dtb\n' ' INSTALL ' '_dtbs_/qcom/apq8094-sony-xperia-kitakami-karin_windy.dtb\n' ' INSTALL _dtbs_/qcom/apq8096-db820c.dtb\n' ' INSTALL _dtbs_/qcom/apq8096-ifc6640.dtb\n' ' INSTALL _dtbs_/qcom/ipq6018-cp01-c1.dtb\n' ' INSTALL _dtbs_/qcom/ipq8074-hk01.dtb\n' ' INSTALL _dtbs_/qcom/ipq8074-hk10-c1.dtb\n' ' INSTALL _dtbs_/qcom/ipq8074-hk10-c2.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-alcatel-idol347.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-asus-z00l.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-huawei-g7.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-longcheer-l8150.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-longcheer-l8910.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-mtp.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-samsung-a3u-eur.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-samsung-a5u-eur.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-samsung-e5.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-samsung-e7.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-samsung-grandmax.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-samsung-j5.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-samsung-serranove.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-wingtech-wt88047.dtb\n' ' INSTALL _dtbs_/qcom/msm8992-lg-bullhead-rev-10.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8992-lg-bullhead-rev-101.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8992-msft-lumia-octagon-talkman.dtb\n' ' INSTALL _dtbs_/qcom/msm8992-xiaomi-libra.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8994-huawei-angler-rev-101.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8994-msft-lumia-octagon-cityman.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8994-sony-xperia-kitakami-ivy.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8994-sony-xperia-kitakami-karin.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8994-sony-xperia-kitakami-satsuki.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8994-sony-xperia-kitakami-sumire.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8994-sony-xperia-kitakami-suzuran.dtb\n' ' INSTALL _dtbs_/qcom/msm8996-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8996-sony-xperia-tone-dora.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8996-sony-xperia-tone-kagura.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8996-sony-xperia-tone-keyaki.dtb\n' ' INSTALL _dtbs_/qcom/msm8996-xiaomi-gemini.dtb\n' ' INSTALL _dtbs_/qcom/msm8996-xiaomi-natrium.dtb\n' ' INSTALL _dtbs_/qcom/msm8996-xiaomi-scorpio.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-asus-novago-tp370ql.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-fxtec-pro1.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-hp-envy-x2.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-lenovo-miix-630.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-oneplus-cheeseburger.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-oneplus-dumpling.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-lilac.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-maple.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-poplar.dtb\n' ' INSTALL _dtbs_/qcom/qcs404-evb-1000.dtb\n' ' INSTALL _dtbs_/qcom/qcs404-evb-4000.dtb\n' ' INSTALL _dtbs_/qcom/qrb5165-rb5.dtb\n' ' INSTALL _dtbs_/qcom/sa8155p-adp.dtb\n' ' INSTALL _dtbs_/qcom/sa8295p-adp.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-idp.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-coachz-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-coachz-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-coachz-r3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-coachz-r3-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r2.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-kingoftown-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-kingoftown-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r0.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r1-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r3-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r3-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r9.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r9-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r9-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-r9.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r5.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r9.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev0-auo.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev0-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev1-auo.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev1-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-lte-parade.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-lte-ti.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-parade.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pazquel-ti.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r2.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r2-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r3-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-quackingstick-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-quackingstick-r0-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev0-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev0-inx.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-inx.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-inx-rt5682s.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-boe-rt5682s.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-herobrine-crd.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-herobrine-evoker-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-herobrine-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-idp.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-idp2.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-crd-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc8280xp-crd.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc8280xp-lenovo-thinkpad-x13s.dtb\n' ' INSTALL _dtbs_/qcom/sda660-inforce-ifc6560.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-ganges-kirin.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-discovery.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-pioneer.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-voyager.dtb\n' ' INSTALL _dtbs_/qcom/sdm632-fairphone-fp3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm636-sony-xperia-ganges-mermaid.dtb\n' ' INSTALL _dtbs_/qcom/sdm660-xiaomi-lavender.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r1.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r2.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r3.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-db845c.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-lg-judyln.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-lg-judyp.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-mtp.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-oneplus-enchilada.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-oneplus-fajita.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-akari.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-akatsuki.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-apollo.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-xiaomi-beryllium.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-xiaomi-polaris.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-shift-axolotl.dtb\n' ' INSTALL _dtbs_/qcom/sdm850-lenovo-yoga-c630.dtb\n' ' INSTALL _dtbs_/qcom/sdm850-samsung-w737.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm6125-sony-xperia-seine-pdx201.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm6350-sony-xperia-lena-pdx213.dtb\n' ' INSTALL _dtbs_/qcom/sm7225-fairphone-fp4.dtb\n' ' INSTALL _dtbs_/qcom/sm8150-hdk.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-microsoft-surface-duo.dtb\n' ' INSTALL _dtbs_/qcom/sm8150-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-sony-xperia-kumano-bahamut.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-sony-xperia-kumano-griffin.dtb\n' ' INSTALL _dtbs_/qcom/sm8250-hdk.dtb\n' ' INSTALL _dtbs_/qcom/sm8250-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8250-sony-xperia-edo-pdx203.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8250-sony-xperia-edo-pdx206.dtb\n' ' INSTALL _dtbs_/qcom/sm8350-hdk.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-microsoft-surface-duo2.dtb\n' ' INSTALL _dtbs_/qcom/sm8350-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-sony-xperia-sagami-pdx214.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-sony-xperia-sagami-pdx215.dtb\n' ' INSTALL _dtbs_/qcom/sm8450-hdk.dtb\n' ' INSTALL _dtbs_/qcom/sm8450-qrd.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8450-sony-xperia-nagara-pdx223.dtb\n' '+ mkdir -p /tmp/kci/artifacts/dtbs\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp -r _dtbs_/qcom /tmp/kci/artifacts/dtbs\n' '+ cd ..\n' '+ echo job:package_dtbs=done\n' '++ date +%s\n' '+ echo jobets:package_dtbs=1745348635\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:12:10 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:12:18 PM UTC [INFO] Processing event node: 6807e743e51c583972a58d43 04/22/2025 07:12:18 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807e743e51c583972a58d43 04/22/2025 07:12:18 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807e6cae51c583972a58d0b', 'id': 'maestro:6807e743e51c583972a58d43', 'origin': 'maestro', 'comment': 'staging-next-20250422.6', 'start_time': '2025-04-22T19:00:19.874000+00:00', 'architecture': 'x86_64', 'compiler': 'gcc-12', 'config_name': 'tinyconfig+kselftest', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807e743e51c583972a58d43-kbuild-gcc-12-x86-tinyco-8n9xevhu', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'bzimage', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e743e51c583972a58d43'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807e743e51c583972a58d43/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807e743e51c583972a58d43/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807e743e51c583972a58d43/build_kimage_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807e743e51c583972a58d43/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807e743e51c583972a58d43/build_kselftest_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807e743e51c583972a58d43/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807e743e51c583972a58d43/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807e743e51c583972a58d43/fragments/1.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807e743e51c583972a58d43/bzImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807e743e51c583972a58d43/vmlinux.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807e743e51c583972a58d43/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807e743e51c583972a58d43/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807e743e51c583972a58d43/build.log.gz', 'log_excerpt': "y '/tmp/kci/linux/tools/testing/selftests/sparc64'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/splice'\n" 'rsync -a --copy-unsafe-links ' 'default_file_splice_read.sh short_splice_read.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/splice/default_file_splice_read ' '/tmp/kci/linux/tools/testing/selftests/splice/splice_read ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'rsync -a --copy-unsafe-links config settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/splice'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/static_keys'\n" 'rsync -a --copy-unsafe-links test_static_keys.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/static_keys/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/static_keys/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/static_keys'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sync'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/sync/sync_test ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sync/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sync/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sync'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch/sud_test ' '/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch/sud_benchmark ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/syscall_user_dispatch/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/syscall_user_dispatch/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sysctl'\n" 'rsync -a --copy-unsafe-links sysctl.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sysctl/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sysctl/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sysctl'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tc-testing'\n" '/bin/sh: 1: llc: not found\n' 'clang -I. -I/include/uapi -idirafter ' '/usr/lib/llvm-14/lib/clang/14.0.6/include -idirafter ' '/usr/local/include -idirafter ' '/usr/include/x86_64-linux-gnu -idirafter /usr/include ' '-Wno-compare-distinct-pointer-types \\\n' '\t -O2 -target bpf -emit-llvm -c action.c -o - | ' '\\\n' 'llc -march=bpf -mcpu=probe -filetype=obj -o ' '/tmp/kci/linux/tools/testing/selftests/tc-testing/action.o\n' '/bin/sh: 3: llc: not found\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tc-testing'\n" 'make[2]: *** [Makefile:26: ' '/tmp/kci/linux/tools/testing/selftests/tc-testing/action.o] ' 'Error 127\n' 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/timens'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timens/timens ' '/tmp/kci/linux/tools/testing/selftests/timens/timerfd ' '/tmp/kci/linux/tools/testing/selftests/timens/timer ' '/tmp/kci/linux/tools/testing/selftests/timens/clock_nanosleep ' '/tmp/kci/linux/tools/testing/selftests/timens/procfs ' '/tmp/kci/linux/tools/testing/selftests/timens/exec ' '/tmp/kci/linux/tools/testing/selftests/timens/futex ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timens/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timens/gettime_perf ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timens/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timens/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/timens'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/timers'\n" 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timers/posix_timers ' '/tmp/kci/linux/tools/testing/selftests/timers/nanosleep ' '/tmp/kci/linux/tools/testing/selftests/timers/nsleep-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/set-timer-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/mqueue-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/inconsistency-check ' '/tmp/kci/linux/tools/testing/selftests/timers/raw_skew ' '/tmp/kci/linux/tools/testing/selftests/timers/threadtest ' '/tmp/kci/linux/tools/testing/selftests/timers/rtcpie ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timers/alarmtimer-suspend ' '/tmp/kci/linux/tools/testing/selftests/timers/valid-adjtimex ' '/tmp/kci/linux/tools/testing/selftests/timers/adjtick ' '/tmp/kci/linux/tools/testing/selftests/timers/change_skew ' '/tmp/kci/linux/tools/testing/selftests/timers/skew_consistency ' '/tmp/kci/linux/tools/testing/selftests/timers/clocksource-switch ' '/tmp/kci/linux/tools/testing/selftests/timers/freq-step ' '/tmp/kci/linux/tools/testing/selftests/timers/leap-a-day ' '/tmp/kci/linux/tools/testing/selftests/timers/leapcrash ' '/tmp/kci/linux/tools/testing/selftests/timers/set-tai ' '/tmp/kci/linux/tools/testing/selftests/timers/set-2038 ' '/tmp/kci/linux/tools/testing/selftests/timers/set-tz ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/timers'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tmpfs'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/tmpfs/bug-link-o-tmpfile ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tmpfs/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tmpfs'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tpm2'\n" 'rsync -a --copy-unsafe-links test_smoke.sh ' 'test_space.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'rsync -a --copy-unsafe-links tpm2.py tpm2_tests.py ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tpm2'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/user'\n" 'rsync -a --copy-unsafe-links test_user_copy.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/user/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/user/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/user'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/vDSO'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_gettimeofday ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_getcpu ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_abi ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_clock_getres ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_standalone_test_x86 ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_correctness ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/vDSO/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/vDSO'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/vm'\n" 'gcc -Wall -I ' '/tmp/kci/linux/tools/testing/selftests/../../.. ' '-isystem /tmp/kci/linux/usr/include -no-pie ' 'map_hugetlb.c -lrt -lpthread -o ' '/tmp/kci/linux/tools/testing/selftests/vm/map_hugetlb\n' 'map_hugetlb.c: In function ‘main’:\n' 'map_hugetlb.c:79:25: warning: implicit declaration of ' 'function ‘default_huge_page_size’ ' '[-Wimplicit-function-declaration]\n' ' 79 | hugepage_size = ' 'default_huge_page_size();\n' ' | ' '^~~~~~~~~~~~~~~~~~~~~~\n' "/usr/bin/ld: /tmp/cc46Zq6I.o: in function `main':\n" 'map_hugetlb.c:(.text+0x104): undefined reference to ' "`default_huge_page_size'\n" 'collect2: error: ld returned 1 exit status\n' 'make[2]: *** [../lib.mk:155: ' '/tmp/kci/linux/tools/testing/selftests/vm/map_hugetlb] ' 'Error 1\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/vm'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/x86'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/x86/single_step_syscall_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/sysret_ss_attrs_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/syscall_nt_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/test_mremap_vdso_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/check_initial_reg_state_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/sigreturn_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/iopl_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/ioperm_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/test_vsyscall_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/mov_ss_trap_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/syscall_arg_fault_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/fsgsbase_restore_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/sigaltstack_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/entry_from_vm86_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/test_syscall_vdso_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/unwind_vdso_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/test_FCMOV_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/test_FCOMI_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/test_FISTTP_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/vdso_restorer_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/ldt_gdt_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/ptrace_syscall_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/single_step_syscall_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/sysret_ss_attrs_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/syscall_nt_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/test_mremap_vdso_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/check_initial_reg_state_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/sigreturn_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/iopl_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/ioperm_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/test_vsyscall_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/mov_ss_trap_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/syscall_arg_fault_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/fsgsbase_restore_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/sigaltstack_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/fsgsbase_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/sysret_rip_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/syscall_numbering_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/corrupt_xstate_header_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/amx_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/ldt_gdt_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/ptrace_syscall_64 ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/x86/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/x86'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/zram'\n" 'rsync -a --copy-unsafe-links zram.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'rsync -a --copy-unsafe-links zram01.sh zram02.sh ' 'zram_lib.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/zram'\n" 'for TARGET in alsa amd-pstate arm64 breakpoints ' 'capabilities cgroup clone3 core cpufreq cpu-hotplug ' 'damon drivers/dma-buf drivers/s390x/uvdevice ' 'drivers/net/bonding drivers/net/team efivarfs exec ' 'filesystems filesystems/binderfs filesystems/epoll ' 'filesystems/fat firmware fpu ftrace futex gpio ' 'intel_pstate ipc ir kcmp kexec kvm landlock lib ' 'livepatch lkdtm membarrier memfd memory-hotplug ' 'mincore mount mount_setattr move_mount_set_group ' 'mqueue nci net net/af_unix net/forwarding net/mptcp ' 'net/openvswitch netfilter nsfs pidfd pid_namespace ' 'powerpc proc pstore ptrace openat2 resctrl rlimits ' 'rseq rtc seccomp sgx sigaltstack size sparc64 splice ' 'static_keys sync syscall_user_dispatch sysctl ' 'tc-testing timens timers tmpfs tpm2 user vDSO vm x86 ' 'zram; do \\\n' '\tBUILD_TARGET=$BUILD/$TARGET;\t\\\n' '\t[ ! -d ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/$TARGET ' '] && printf "Skipping non-existent dir: $TARGET\\n" ' '&& continue; \\\n' '\tprintf "Emit Tests for $TARGET\\n"; \\\n' '\tmake -s --no-print-directory OUTPUT=$BUILD_TARGET ' 'COLLECTION=$TARGET \\\n' '\t\t-C $TARGET emit_tests >> ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-list.txt; ' '\\\n' 'done;\n' 'Emit Tests for alsa\n' 'Emit Tests for amd-pstate\n' 'Skipping non-existent dir: arm64\n' 'Emit Tests for breakpoints\n' 'Emit Tests for capabilities\n' 'Emit Tests for cgroup\n' 'Emit Tests for clone3\n' 'Emit Tests for core\n' 'Emit Tests for cpufreq\n' 'Emit Tests for cpu-hotplug\n' 'Emit Tests for damon\n' 'Emit Tests for drivers/dma-buf\n' 'Skipping non-existent dir: drivers/s390x/uvdevice\n' 'Emit Tests for drivers/net/bonding\n' 'Emit Tests for drivers/net/team\n' 'Emit Tests for efivarfs\n' 'Emit Tests for exec\n' 'Emit Tests for filesystems\n' 'Emit Tests for filesystems/binderfs\n' 'Emit Tests for filesystems/epoll\n' 'Emit Tests for filesystems/fat\n' 'Emit Tests for firmware\n' 'Emit Tests for fpu\n' 'Emit Tests for ftrace\n' 'Emit Tests for futex\n' 'Emit Tests for gpio\n' 'Emit Tests for intel_pstate\n' 'Emit Tests for ipc\n' 'Emit Tests for ir\n' 'Emit Tests for kcmp\n' 'Emit Tests for kexec\n' 'Skipping non-existent dir: kvm\n' 'Emit Tests for landlock\n' 'Emit Tests for lib\n' 'Emit Tests for livepatch\n' 'Emit Tests for lkdtm\n' 'Emit Tests for membarrier\n' 'Emit Tests for memfd\n' 'Emit Tests for memory-hotplug\n' 'Emit Tests for mincore\n' 'Emit Tests for mount\n' 'Emit Tests for mount_setattr\n' 'Emit Tests for move_mount_set_group\n' 'Emit Tests for mqueue\n' 'Emit Tests for nci\n' 'Emit Tests for net\n' 'Emit Tests for net/af_unix\n' 'Emit Tests for net/forwarding\n' 'Emit Tests for net/mptcp\n' 'Emit Tests for net/openvswitch\n' 'Emit Tests for netfilter\n' 'Emit Tests for nsfs\n' 'Emit Tests for pidfd\n' 'Emit Tests for pid_namespace\n' 'Skipping non-existent dir: powerpc\n' 'Emit Tests for proc\n' 'Emit Tests for pstore\n' 'Emit Tests for ptrace\n' 'Emit Tests for openat2\n' 'Emit Tests for resctrl\n' 'Emit Tests for rlimits\n' 'Emit Tests for rseq\n' 'Emit Tests for rtc\n' 'Emit Tests for seccomp\n' 'Emit Tests for sgx\n' 'Emit Tests for sigaltstack\n' 'Emit Tests for size\n' 'Skipping non-existent dir: sparc64\n' 'Emit Tests for splice\n' 'Emit Tests for static_keys\n' 'Emit Tests for sync\n' 'Emit Tests for syscall_user_dispatch\n' 'Emit Tests for sysctl\n' 'Skipping non-existent dir: tc-testing\n' 'Emit Tests for timens\n' 'Emit Tests for timers\n' 'Emit Tests for tmpfs\n' 'Emit Tests for tpm2\n' 'Emit Tests for user\n' 'Emit Tests for vDSO\n' 'Skipping non-existent dir: vm\n' 'Emit Tests for x86\n' 'Emit Tests for zram\n' 'Created ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-packages/kselftest.tar.gz\n' '+ echo job:build_kselftest=done\n' '++ date +%s\n' '+ echo jobets:build_kselftest=1745349134\n' '+ echo -----log:package_kimage-----\n' '-----log:package_kimage-----\n' '+ echo job:package_kimage=running\n' '++ date +%s\n' '+ echo jobsts:package_kimage=1745349134\n' '+ cd /tmp/kci/linux\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp arch/x86_64/boot/bzImage ../artifacts\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp vmlinux ../artifacts\n' '+ cd ..\n' '+ echo job:package_kimage=done\n' '++ date +%s\n' '+ echo jobets:package_kimage=1745349134\n' '+ echo -----log:package_modules-----\n' '-----log:package_modules-----\n' '+ echo job:package_modules=running\n' '++ date +%s\n' '+ echo jobsts:package_modules=1745349134\n' '+ cd /tmp/kci/linux\n' '+ set +e\n' '+ grep CONFIG_MODULES=y .config\n' "+ '[' 1 -eq 0 ']'\n" "+ echo 'No modules to install'\n" 'No modules to install\n' '+ cd ..\n' '+ set -e\n' '+ echo job:package_modules=done\n' '++ date +%s\n' '+ echo jobets:package_modules=1745349134\n' '+ echo -----log:package_kselftest-----\n' '-----log:package_kselftest-----\n' '+ echo job:package_kselftest=running\n' '++ date +%s\n' '+ echo jobsts:package_kselftest=1745349134\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-packages/kselftest.tar.gz ' '/tmp/kci/artifacts/\n' '+ echo job:package_kselftest=done\n' '++ date +%s\n' '+ echo jobets:package_kselftest=1745349134\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:12:18 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:13:28 PM UTC [INFO] Processing event node: 6807b572eeef98828f27e781 04/22/2025 07:13:29 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807b572eeef98828f27e781 04/22/2025 07:13:29 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807aa788f3c1f8bc51a7407', 'id': 'maestro:6807b572eeef98828f27e781', 'origin': 'maestro', 'comment': 'baseline-arm64-broonie on sun50i-a64-pine64-plus in ' 'lava-broonie', 'start_time': '2025-04-22T15:27:46.995000+00:00', 'environment': {'comment': 'Runtime: lava-broonie', 'compatible': ['pine64,pine64-plus', 'allwinner,sun50i-a64'], 'misc': {'platform': 'sun50i-a64-pine64-plus', 'job_url': 'https://lava.sirena.org.uk/scheduler/job/1314653', 'job_id': '1314653'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'image', 'arch': 'arm64', 'runtime': 'lava-broonie', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807b572eeef98828f27e781'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm64-broonie-6807b572eeef98828f27e781/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm64-broonie-6807b572eeef98828f27e781/log.txt.gz', 'log_excerpt': 'cle(s) with /soc/lcd-controller@1c0d000\n' '[ 0.043836] /soc/bus@1000000/mixer@100000: Fixed ' 'dependency cycle(s) with /soc/lcd-controller@1c0d000\n' '[ 0.043870] /soc/lcd-controller@1c0d000: Fixed ' 'dependency cycle(s) with /soc/hdmi@1ee0000\n' '[ 0.043902] /soc/lcd-controller@1c0d000: Fixed ' 'dependency cycle(s) with ' '/soc/bus@1000000/mixer@200000\n' '[ 0.043936] /soc/lcd-controller@1c0d000: Fixed ' 'dependency cycle(s) with ' '/soc/bus@1000000/mixer@100000\n' '[ 0.054860] /soc/lcd-controller@1c0d000: Fixed ' 'dependency cycle(s) with /soc/hdmi@1ee0000\n' '[ 0.054967] /soc/hdmi@1ee0000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0d000\n' '[ 0.057874] /soc/hdmi@1ee0000: Fixed dependency ' 'cycle(s) with /hdmi-connector\n' '[ 0.057987] /hdmi-connector: Fixed dependency ' 'cycle(s) with /soc/hdmi@1ee0000\n' '[ 0.058764] KASLR disabled due to lack of seed\n' '[ 0.071434] HugeTLB: registered 1.00 GiB page ' 'size, pre-allocated 0 pages\n' '[ 0.071447] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 1.00 GiB page\n' '[ 0.071454] HugeTLB: registered 32.0 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.071459] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 32.0 MiB page\n' '[ 0.071465] HugeTLB: registered 2.00 MiB page ' 'size, pre-allocated 0 pages\n' '[ 0.071469] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 2.00 MiB page\n' '[ 0.071475] HugeTLB: registered 64.0 KiB page ' 'size, pre-allocated 0 pages\n' '[ 0.071480] HugeTLB: 0 KiB vmemmap can be freed ' 'for a 64.0 KiB page\n' '[ 0.073636] ACPI: Interpreter disabled.\n' '[ 0.076169] iommu: Default domain type: ' 'Translated\n' '[ 0.076177] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.076552] SCSI subsystem initialized\n' '[ 0.076980] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.077028] usbcore: registered new interface ' 'driver hub\n' '[ 0.077063] usbcore: registered new device driver ' 'usb\n' '[ 0.078098] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.078104] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.078127] PTP clock support registered\n' '[ 0.078267] EDAC MC: Ver: 3.0.0\n' '[ 0.079910] FPGA manager framework\n' '[ 0.080025] Advanced Linux Sound Architecture ' 'Driver Initialized.\n' '[ 0.081132] vgaarb: loaded\n' '[ 0.081502] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.081766] VFS: Disk quotas dquot_6.6.0\n' '[ 0.081815] VFS: Dquot-cache hash table entries: ' '512 (order 0, 4096 bytes)\n' '[ 0.082048] pnp: PnP ACPI: disabled\n' '[ 0.090748] NET: Registered PF_INET protocol ' 'family\n' '[ 0.091042] IP idents hash table entries: 32768 ' '(order: 6, 262144 bytes, linear)\n' '[ 0.093355] tcp_listen_portaddr_hash hash table ' 'entries: 1024 (order: 2, 16384 bytes, linear)\n' '[ 0.093431] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.093451] TCP established hash table entries: ' '16384 (order: 5, 131072 bytes, linear)\n' '[ 0.093644] TCP bind hash table entries: 16384 ' '(order: 7, 524288 bytes, linear)\n' '[ 0.094248] TCP: Hash tables configured ' '(established 16384 bind 16384)\n' '[ 0.094534] MPTCP token hash table entries: 2048 ' '(order: 3, 49152 bytes, linear)\n' '[ 0.094646] UDP hash table entries: 1024 (order: ' '3, 32768 bytes, linear)\n' '[ 0.094709] UDP-Lite hash table entries: 1024 ' '(order: 3, 32768 bytes, linear)\n' '[ 0.094915] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.095418] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.095424] RPC: Registered udp transport module.\n' '[ 0.095428] RPC: Registered tcp transport module.\n' '[ 0.095432] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.095444] PCI: CLS 0 bytes, default 64\n' '[ 0.095809] Unpacking initramfs...\n' '[ 0.096533] hw perfevents: enabled with ' 'armv8_cortex_a53 PMU driver, 7 counters available\n' '[ 0.097119] kvm [1]: IPA Size Limit: 40 bits\n' '[ 0.099638] kvm [1]: vgic interrupt IRQ9\n' '[ 0.099773] kvm [1]: Hyp mode initialized ' 'successfully\n' '[ 0.101620] Initialise system trusted keyrings\n' '[ 0.101911] workingset: timestamp_bits=42 ' 'max_order=19 bucket_order=0\n' '[ 0.111575] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.112509] NFS: Registering the id_resolver key ' 'type\n' '[ 0.112557] Key type id_resolver registered\n' '[ 0.112561] Key type id_legacy registered\n' '[ 0.112669] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.112676] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.112924] 9p: Installing v9fs 9p2000 file system ' 'support\n' '[ 0.165435] Key type asymmetric registered\n' "[ 0.165454] Asymmetric key parser 'x509' " 'registered\n' '[ 0.165612] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 245)\n' '[ 0.165622] io scheduler mq-deadline registered\n' '[ 0.165628] io scheduler kyber registered\n' '[ 0.182426] EINJ: ACPI disabled.\n' '[ 0.214095] Serial: 8250/16550 driver, 4 ports, ' 'IRQ sharing enabled\n' '[ 0.218268] SuperH (H)SCI(F) driver initialized\n' '[ 0.218993] msm_serial: driver initialized\n' '[ 0.228801] loop: module loaded\n' '[ 0.230308] megasas: 07.719.03.00-rc1\n' '[ 0.239293] tun: Universal TUN/TAP device driver, ' '1.6\n' '[ 0.240625] thunder_xcv, ver 1.0\n' '[ 0.240687] thunder_bgx, ver 1.0\n' '[ 0.240737] nicpf, ver 1.0\n' '[ 0.242597] hns3: Hisilicon Ethernet Network ' 'Driver for Hip08 Family - version\n' '[ 0.242609] hns3: Copyright (c) 2017 Huawei ' 'Corporation.\n' '[ 0.242688] hclge is initializing\n' '[ 0.242716] e1000: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.242720] e1000: Copyright (c) 1999-2006 Intel ' 'Corporation.\n' '[ 0.242771] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.242775] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 0.242830] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 0.242835] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 0.242882] igbvf: Intel(R) Gigabit Virtual ' 'Function Network Driver\n' '[ 0.242888] igbvf: Copyright (c) 2009 - 2012 Intel ' 'Corporation.\n' '[ 0.243343] sky2: driver version 1.30\n' '[ 0.244936] VFIO - User Level meta-driver version: ' '0.3\n' '[ 0.249910] usbcore: registered new interface ' 'driver usb-storage\n' '[ 0.253181] sun6i-rtc 1f00000.rtc: registered as ' 'rtc0\n' '[ 0.253225] sun6i-rtc 1f00000.rtc: setting system ' 'clock to 1970-01-01T00:00:14 UTC (14)\n' '[ 0.253358] sun6i-rtc 1f00000.rtc: RTC enabled\n' '[ 0.254040] i2c_dev: i2c /dev entries driver\n' '[ 0.264120] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 0.264134] sdhci: Copyright(c) Pierre Ossman\n' '[ 0.265191] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 0.266825] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 0.269670] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 0.271901] SMCCC: SOC_ID: ARCH_SOC_ID not ' 'implemented, skipping ....\n' '[ 0.273199] usbcore: registered new interface ' 'driver usbhid\n' '[ 0.273209] usbhid: USB HID core driver\n' '[ 0.285925] netem: version 1.3\n' '[ 0.286072] ipip: IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 0.286653] IPv4 over IPsec tunneling driver\n' '[ 0.287669] NET: Registered PF_INET6 protocol ' 'family\n' '[ 0.289399] Segment Routing with IPv6\n' '[ 0.289457] In-situ OAM (IOAM) with IPv6\n' '[ 0.290216] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 0.291356] NET: Registered PF_PACKET protocol ' 'family\n' '[ 0.291413] bridge: filtering via arp/ip/ip6tables ' 'is no longer available by default. Update your ' 'scripts to load br_netfilter if you need this.\n' '[ 0.291681] 8021q: 802.1Q VLAN Support v1.8\n' '[ 0.291829] 9pnet: Installing 9P2000 support\n' '[ 0.291928] Key type dns_resolver registered\n' '[ 0.292444] registered taskstats version 1\n' '[ 0.292481] Loading compiled-in X.509 ' 'certificates\n' '[ 0.314903] /soc/lcd-controller@1c0d000: Fixed ' 'dependency cycle(s) with ' '/soc/bus@1000000/mixer@100000\n' '[ 0.315026] /soc/lcd-controller@1c0c000: Fixed ' 'dependency cycle(s) with ' '/soc/bus@1000000/mixer@100000\n' '[ 0.315118] /soc/bus@1000000/mixer@100000: Fixed ' 'dependency cycle(s) with /soc/lcd-controller@1c0d000\n' '[ 0.315202] /soc/bus@1000000/mixer@100000: Fixed ' 'dependency cycle(s) with /soc/lcd-controller@1c0c000\n' '[ 0.318238] /soc/lcd-controller@1c0d000: Fixed ' 'dependency cycle(s) with ' '/soc/bus@1000000/mixer@200000\n' '[ 0.318375] /soc/lcd-controller@1c0c000: Fixed ' 'dependency cycle(s) with ' '/soc/bus@1000000/mixer@200000\n' '[ 0.318468] /soc/bus@1000000/mixer@200000: Fixed ' 'dependency cycle(s) with /soc/lcd-controller@1c0d000\n' '[ 0.318552] /soc/bus@1000000/mixer@200000: Fixed ' 'dependency cycle(s) with /soc/lcd-controller@1c0c000\n' '[ 0.328734] sun50i-a64-pinctrl 1c20800.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 0.331771] sun50i-a64-r-pinctrl 1f02c00.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 0.333770] sun50i-a64-pinctrl 1c20800.pinctrl: ' 'supply vcc-pb not found, using dummy regulator\n' '[ 0.334476] printk: console [ttyS0] disabled\n' '[ 0.354683] 1c28000.serial: ttyS0 at MMIO ' '0x1c28000 (irq = 153, base_baud = 1500000) is a ' 'U6_16550A\n' '[ 1.623574] Freeing initrd memory: 22296K\n' '[ 1.627063] printk: console [ttyS0] enabled\n' '[ 1.920724] ehci-platform 1c1a000.usb: EHCI Host ' 'Controller\n' '[ 1.923688] ehci-platform 1c1b000.usb: EHCI Host ' 'Controller\n' '[ 1.926472] ehci-platform 1c1a000.usb: new USB bus ' 'registered, assigned bus number 1\n' '[ 1.929631] sun50i-a64-pinctrl 1c20800.pinctrl: ' 'supply vcc-ph not found, using dummy regulator\n' '[ 1.929771] ohci-platform 1c1b400.usb: Generic ' 'Platform OHCI controller\n' '[ 1.929794] ohci-platform 1c1b400.usb: new USB bus ' 'registered, assigned bus number 2\n' '[ 1.929923] ohci-platform 1c1b400.usb: irq 157, io ' 'mem 0x01c1b400\n' '[ 1.931965] ehci-platform 1c1b000.usb: new USB bus ' 'registered, assigned bus number 3\n' '[ 1.933519] thermal_sys: No trip points found for ' 'thermal-sensor id=1\n' '[ 1.933534] thermal_sys: Incorrect number of ' 'thermal trips\n' '[ 1.933537] thermal_sys: Failed to register ' 'thermal zone gpu0-thermal: -22\n' '[ 1.933546] sun8i-thermal: probe of ' '1c25000.thermal-sensor failed with error -22\n' '[ 1.938481] sun50i-a64-r-pinctrl 1f02c00.pinctrl: ' 'supply vcc-pl not found, using dummy regulator\n' '[ 1.938973] sunxi-rsb 1f03400.rsb: RSB running at ' '3000000 Hz\n' '[ 1.939375] axp20x-rsb sunxi-rsb-3a3: AXP20x ' 'variant AXP803 found\n' '[ 1.939831] ehci-platform 1c1a000.usb: irq 154, io ' 'mem 0x01c1a000\n' '[ 1.940440] axp20x-rsb sunxi-rsb-3a3: ' 'mask_invert=true is deprecated; please switch to ' 'unmask_base\n' '[ 1.948469] ehci-platform 1c1b000.usb: irq 155, io ' 'mem 0x01c1b000\n' '[ 1.961379] axp20x-rsb sunxi-rsb-3a3: AXP20X ' 'driver loaded\n' '[ 1.969524] ehci-platform 1c1a000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 1.989574] ehci-platform 1c1b000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 1.990728] sun50i-a64-pinctrl 1c20800.pinctrl: ' 'supply vcc-pf not found, using dummy regulator\n' '[ 1.991372] hub 2-0:1.0: USB hub found\n' '[ 1.991399] hub 2-0:1.0: 1 port detected\n' '[ 1.991697] clk: Disabling unused clocks\n' '[ 1.991826] ALSA device list:\n' '[ 1.991831] No soundcards found.\n' '[ 1.995970] hub 1-0:1.0: USB hub found\n' '[ 1.995987] sunxi-mmc 1c0f000.mmc: Got CD GPIO\n' '[ 2.026079] sunxi-mmc 1c0f000.mmc: initialized, ' 'max. request size: 16384 KB, uses new timings mode\n' '[ 2.029444] hub 1-0:1.0: 1 port detected\n' '[ 2.093411] mmc0: new high speed SDXC card at ' 'address aaaa\n' '[ 2.097784] hub 3-0:1.0: USB hub found\n' '[ 2.106469] mmcblk0: mmc0:aaaa SE64G 59.5 GiB\n' '[ 2.109769] hub 3-0:1.0: 1 port detected\n' '[ 2.127455] mmcblk0: p1\n' '[ 2.133544] ohci-platform 1c1a400.usb: Generic ' 'Platform OHCI controller\n' '[ 2.140186] ohci-platform 1c1a400.usb: new USB bus ' 'registered, assigned bus number 4\n' '[ 2.148006] ohci-platform 1c1a400.usb: irq 156, io ' 'mem 0x01c1a400\n' '[ 2.218387] hub 4-0:1.0: USB hub found\n' '[ 2.222199] hub 4-0:1.0: 1 port detected\n' '[ 2.233675] Freeing unused kernel memory: 7616K\n' '[ 2.238421] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 2.362570] ' 'udevd[159]: starting version 3.2.9\n' '[ 3.377509] random: crng init done\n' "[ 3.385852] udevd[159]: specified user 'tss' " 'unknown\n' "[ 3.390916] udevd[159]: specified group 'tss' " 'unknown\n' '[ 3.400727] udevd[160]: starting eudev-3.2.9\n' '[ 3.730454] sun8i-ce 1c15000.crypto: Set mod clock ' 'to 300000000 (300 Mhz) from 24000000 (24 Mhz)\n' '[ 3.751582] usb_phy_generic ' 'usb_phy_generic.1.auto: supply vcc not found, using ' 'dummy regulator\n' '[ 3.760645] usb_phy_generic ' 'usb_phy_generic.1.auto: dummy supplies not allowed ' 'for exclusive requests\n' '[ 3.761282] sun8i-ce 1c15000.crypto: will run ' 'requests pump with realtime priority\n' '[ 3.777847] sun8i-ce 1c15000.crypto: will run ' 'requests pump with realtime priority\n' '[ 3.785975] sunxi-wdt 1c20ca0.watchdog: Watchdog ' 'enabled (timeout=16 sec, nowayout=0)\n' '[ 3.788894] musb-hdrc musb-hdrc.2.auto: MUSB HDRC ' 'host driver\n' '[ 3.794028] sun8i-ce 1c15000.crypto: will run ' 'requests pump with realtime priority\n' '[ 3.809786] musb-hdrc musb-hdrc.2.auto: new USB ' 'bus registered, assigned bus number 5\n' '[ 3.823350] sun50i-a64-pinctrl 1c20800.pinctrl: ' 'supply vcc-pd not found, using dummy regulator\n' '[ 3.836983] lima 1c40000.gpu: gp - mali400 version ' 'major 1 minor 1\n' '[ 3.837456] hub 5-0:1.0: USB hub found\n' '[ 3.850605] lima 1c40000.gpu: pp0 - mali400 ' 'version major 1 minor 1\n' '[ 3.850975] hub 5-0:1.0: 1 port detected\n' '[ 3.852635] dwmac-sun8i 1c30000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 3.852649] dwmac-sun8i 1c30000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 3.852949] dwmac-sun8i 1c30000.ethernet: PTP uses ' 'main clock\n' '[ 3.852972] dwmac-sun8i 1c30000.ethernet: Current ' 'syscon value is not the default 6 (expect 0)\n' '[ 3.853347] sun8i-ce 1c15000.crypto: will run ' 'requests pump with realtime priority\n' '[ 3.853482] sun8i-ce 1c15000.crypto: Register ' 'cbc(aes)\n' '[ 3.853745] sun8i-ce 1c15000.crypto: Register ' 'ecb(aes)\n' '[ 3.853946] sun8i-ce 1c15000.crypto: Register ' 'cbc(des3_ede)\n' '[ 3.854084] sun8i-ce 1c15000.crypto: Register ' 'ecb(des3_ede)\n' '[ 3.854229] sun8i-ce 1c15000.crypto: CryptoEngine ' 'Die ID 0\n' '[ 3.857346] lima 1c40000.gpu: pp1 - mali400 ' 'version major 1 minor 1\n' '[ 3.861225] dwmac-sun8i 1c30000.ethernet: No HW ' 'DMA feature register supported\n' '[ 3.868376] lima 1c40000.gpu: l2 cache 64K, 4-way, ' '64byte cache line, 64bit external bus\n' '[ 3.874690] dwmac-sun8i 1c30000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 3.882305] lima 1c40000.gpu: bus rate = ' '200000000\n' '[ 3.889944] dwmac-sun8i 1c30000.ethernet: COE Type ' '2\n' '[ 3.915414] lima 1c40000.gpu: mod rate = ' '297000000\n' '[ 3.916751] sun4i-drm display-engine: bound ' '1100000.mixer (ops sun8i_mixer_ops [sun8i_mixer])\n' '[ 3.917148] dwmac-sun8i 1c30000.ethernet: TX ' 'Checksum insertion supported\n' '[ 3.921348] sun4i-drm display-engine: bound ' '1200000.mixer (ops sun8i_mixer_ops [sun8i_mixer])\n' '[ 3.922372] sun4i-drm display-engine: No panel or ' 'bridge found... RGB output disabled\n' '[ 3.922393] sun4i-drm display-engine: bound ' '1c0c000.lcd-controller (ops sun4i_tcon_ops ' '[sun4i_tcon])\n' '[ 3.922632] lima 1c40000.gpu: error -ENODEV: ' '_opp_set_regulators: no regulator (mali) found\n' '[ 3.924003] sun4i-drm display-engine: bound ' '1c0d000.lcd-controller (ops sun4i_tcon_ops ' '[sun4i_tcon])\n' '[ 3.925176] sun8i-dw-hdmi 1ee0000.hdmi: Detected ' 'HDMI TX controller v1.32a with HDCP ' '(sun8i_dw_hdmi_phy)\n' '[ 3.929007] dwmac-sun8i 1c30000.ethernet: Normal ' 'descriptors\n' '[ 3.930040] sun8i-dw-hdmi 1ee0000.hdmi: registered ' 'DesignWare HDMI I2C bus driver\n' '[ 3.932586] sun4i-drm display-engine: bound ' '1ee0000.hdmi (ops sun8i_dw_hdmi_ops ' '[sun8i_drm_hdmi])\n' '[ 3.937361] [drm] Initialized lima 1.1.0 20191231 ' 'for 1c40000.gpu on minor 0\n' '[ 3.938593] [drm] Initialized sun4i-drm 1.0.0 ' '20150629 for display-engine on minor 1\n' '[ 3.939151] sun4i-drm display-engine: [drm] Cannot ' 'find any crtc or sizes\n' '[ 3.939267] sun4i-drm display-engine: [drm] Cannot ' 'find any crtc or sizes\n' '[ 3.944485] dwmac-sun8i 1c30000.ethernet: Chain ' 'mode enabled\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '#\n' '/ # export SHELL=/bin/sh\n' 'export SHELL=/bin/sh\n' '/ # . /lava-1314653/environment\n' '. /lava-1314653/environment\n' '/ # /lava-1314653/bin/lava-test-runner ' '/lava-1314653/0\n' '/lava-1314653/bin/lava-test-runner /lava-1314653/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-1314653/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=1314653_1.5.2.4.1\n' '+ set[ 4.905075] \n' '+x\n' '[ 4.913427] \n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ #\n'} 04/22/2025 07:13:29 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:13:33 PM UTC [INFO] Processing event node: 6807e1551b4012cda6bf8307 04/22/2025 07:13:34 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807e1551b4012cda6bf8307 04/22/2025 07:13:34 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807e1201b4012cda6bf82fc', 'id': 'maestro:6807e1551b4012cda6bf8307', 'origin': 'maestro', 'comment': 'staging-stable-20250422.5', 'start_time': '2025-04-22T18:35:01.276000+00:00', 'architecture': 'arm64', 'compiler': 'gcc-12', 'config_name': 'cros://chromeos-6.1/arm64/chromiumos-qualcomm.flavour.config+lab-setup+arm64-chromebook+CONFIG_MODULE_COMPRESS=n+CONFIG_MODULE_COMPRESS_NONE=y', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807e1551b4012cda6bf8307-kbuild-gcc-12-arm64-chro-pti7yf0l', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'image', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e1551b4012cda6bf8307'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/fragments/2.config'}, {'name': 'fragments_3_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/fragments/3.config'}, {'name': 'fragments_4_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/fragments/4.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-qualcomm-6807e1551b4012cda6bf8307/build.log.gz', 'log_excerpt': '132/kernel/net/llc/llc.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/llc/llc.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/mac80211/mac80211.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/mac80211/mac80211.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conncount.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conncount.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_ftp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_ftp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_netlink.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_netlink.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_pptp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_pptp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_tftp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_tftp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat_ftp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat_ftp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat_tftp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat_tftp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nfnetlink_cthelper.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nfnetlink_cthelper.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nfnetlink_cttimeout.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nfnetlink_cttimeout.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_CONNSECMARK.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_CONNSECMARK.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_CT.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_CT.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_MASQUERADE.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_MASQUERADE.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_REDIRECT.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_REDIRECT.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_cgroup.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_cgroup.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_connlimit.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_connlimit.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_connmark.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_connmark.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_conntrack.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_conntrack.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_helper.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_helper.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_nat.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_nat.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_state.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_state.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/cls_u32.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/cls_u32.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_codel.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_codel.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_fq_codel.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_fq_codel.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_htb.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_htb.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_ingress.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_ingress.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_netem.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_netem.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_tbf.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_tbf.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/wireless/cfg80211.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/wireless/cfg80211.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/xfrm/xfrm_interface.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/xfrm/xfrm_interface.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-dummy.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-dummy.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-midi-event.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-midi-event.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-midi.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-midi.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-hrtimer.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-hrtimer.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-hwdep.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-hwdep.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-rawmidi.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-rawmidi.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-seq-device.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-seq-device.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/drivers/snd-aloop.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/drivers/snd-aloop.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/drivers/snd-dummy.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/drivers/snd-dummy.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/codecs/snd-soc-ts3a227e.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/codecs/snd-soc-ts3a227e.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/usb/snd-usb-audio.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/usb/snd-usb-audio.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/usb/snd-usbmidi-lib.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/usb/snd-usbmidi-lib.ko\n' ' DEPMOD _modules_/lib/modules/6.1.132\n' '+ tar -C _modules_ -cJf ' '/tmp/kci/artifacts/modules.tar.xz .\n' '+ cd ..\n' '+ rm -rf _modules_\n' '+ set -e\n' '+ echo job:package_modules=done\n' '++ date +%s\n' '+ echo jobets:package_modules=1745348766\n' '+ echo -----log:package_kselftest-----\n' '-----log:package_kselftest-----\n' '+ echo job:package_kselftest=running\n' '++ date +%s\n' '+ echo jobsts:package_kselftest=1745348766\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-packages/kselftest.tar.gz ' '/tmp/kci/artifacts/\n' '+ echo job:package_kselftest=done\n' '++ date +%s\n' '+ echo jobets:package_kselftest=1745348766\n' '+ echo -----log:package_dtbs-----\n' '-----log:package_dtbs-----\n' '+ echo job:package_dtbs=running\n' '++ date +%s\n' '+ echo jobsts:package_dtbs=1745348766\n' '+ cd /tmp/kci/linux\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ make dtbs_install\n' ' INSTALL _dtbs_/qcom/apq8016-sbc.dtb\n' ' INSTALL ' '_dtbs_/qcom/apq8094-sony-xperia-kitakami-karin_windy.dtb\n' ' INSTALL _dtbs_/qcom/apq8096-db820c.dtb\n' ' INSTALL _dtbs_/qcom/apq8096-ifc6640.dtb\n' ' INSTALL _dtbs_/qcom/ipq6018-cp01-c1.dtb\n' ' INSTALL _dtbs_/qcom/ipq8074-hk01.dtb\n' ' INSTALL _dtbs_/qcom/ipq8074-hk10-c1.dtb\n' ' INSTALL _dtbs_/qcom/ipq8074-hk10-c2.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-alcatel-idol347.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-asus-z00l.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-huawei-g7.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-longcheer-l8150.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-longcheer-l8910.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-mtp.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-samsung-a3u-eur.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-samsung-a5u-eur.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-samsung-e5.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-samsung-e7.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-samsung-grandmax.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-samsung-j5.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-samsung-serranove.dtb\n' ' INSTALL _dtbs_/qcom/msm8916-wingtech-wt88047.dtb\n' ' INSTALL _dtbs_/qcom/msm8992-lg-bullhead-rev-10.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8992-lg-bullhead-rev-101.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8992-msft-lumia-octagon-talkman.dtb\n' ' INSTALL _dtbs_/qcom/msm8992-xiaomi-libra.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8994-huawei-angler-rev-101.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8994-msft-lumia-octagon-cityman.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8994-sony-xperia-kitakami-ivy.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8994-sony-xperia-kitakami-karin.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8994-sony-xperia-kitakami-satsuki.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8994-sony-xperia-kitakami-sumire.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8994-sony-xperia-kitakami-suzuran.dtb\n' ' INSTALL _dtbs_/qcom/msm8996-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8996-sony-xperia-tone-dora.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8996-sony-xperia-tone-kagura.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8996-sony-xperia-tone-keyaki.dtb\n' ' INSTALL _dtbs_/qcom/msm8996-xiaomi-gemini.dtb\n' ' INSTALL _dtbs_/qcom/msm8996-xiaomi-natrium.dtb\n' ' INSTALL _dtbs_/qcom/msm8996-xiaomi-scorpio.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-asus-novago-tp370ql.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-fxtec-pro1.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-hp-envy-x2.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-lenovo-miix-630.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-oneplus-cheeseburger.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-oneplus-dumpling.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-lilac.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-maple.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-poplar.dtb\n' ' INSTALL _dtbs_/qcom/qcs404-evb-1000.dtb\n' ' INSTALL _dtbs_/qcom/qcs404-evb-4000.dtb\n' ' INSTALL _dtbs_/qcom/qrb5165-rb5.dtb\n' ' INSTALL _dtbs_/qcom/sa8155p-adp.dtb\n' ' INSTALL _dtbs_/qcom/sa8295p-adp.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-idp.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-coachz-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-coachz-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-coachz-r3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-coachz-r3-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r2.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-kingoftown-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-kingoftown-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r0.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r1-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r3-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r3-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r9.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r9-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r9-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-r9.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r5.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r9.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev0-auo.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev0-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev1-auo.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev1-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-lte-parade.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-lte-ti.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-parade.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pazquel-ti.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r2.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r2-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r3-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-quackingstick-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-quackingstick-r0-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev0-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev0-inx.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-inx.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-inx-rt5682s.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-boe-rt5682s.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-herobrine-crd.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-herobrine-evoker-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-herobrine-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-idp.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-idp2.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-crd-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc8280xp-crd.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc8280xp-lenovo-thinkpad-x13s.dtb\n' ' INSTALL _dtbs_/qcom/sda660-inforce-ifc6560.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-ganges-kirin.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-discovery.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-pioneer.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-voyager.dtb\n' ' INSTALL _dtbs_/qcom/sdm632-fairphone-fp3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm636-sony-xperia-ganges-mermaid.dtb\n' ' INSTALL _dtbs_/qcom/sdm660-xiaomi-lavender.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r1.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r2.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r3.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-db845c.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-lg-judyln.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-lg-judyp.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-mtp.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-oneplus-enchilada.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-oneplus-fajita.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-akari.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-akatsuki.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-apollo.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-xiaomi-beryllium.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-xiaomi-polaris.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-shift-axolotl.dtb\n' ' INSTALL _dtbs_/qcom/sdm850-lenovo-yoga-c630.dtb\n' ' INSTALL _dtbs_/qcom/sdm850-samsung-w737.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm6125-sony-xperia-seine-pdx201.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm6350-sony-xperia-lena-pdx213.dtb\n' ' INSTALL _dtbs_/qcom/sm7225-fairphone-fp4.dtb\n' ' INSTALL _dtbs_/qcom/sm8150-hdk.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-microsoft-surface-duo.dtb\n' ' INSTALL _dtbs_/qcom/sm8150-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-sony-xperia-kumano-bahamut.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-sony-xperia-kumano-griffin.dtb\n' ' INSTALL _dtbs_/qcom/sm8250-hdk.dtb\n' ' INSTALL _dtbs_/qcom/sm8250-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8250-sony-xperia-edo-pdx203.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8250-sony-xperia-edo-pdx206.dtb\n' ' INSTALL _dtbs_/qcom/sm8350-hdk.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-microsoft-surface-duo2.dtb\n' ' INSTALL _dtbs_/qcom/sm8350-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-sony-xperia-sagami-pdx214.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-sony-xperia-sagami-pdx215.dtb\n' ' INSTALL _dtbs_/qcom/sm8450-hdk.dtb\n' ' INSTALL _dtbs_/qcom/sm8450-qrd.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8450-sony-xperia-nagara-pdx223.dtb\n' '+ mkdir -p /tmp/kci/artifacts/dtbs\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp -r _dtbs_/qcom /tmp/kci/artifacts/dtbs\n' '+ cd ..\n' '+ echo job:package_dtbs=done\n' '++ date +%s\n' '+ echo jobets:package_dtbs=1745348766\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:13:34 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:13:56 PM UTC [INFO] Processing event node: 6807e1501b4012cda6bf8302 04/22/2025 07:13:56 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807e1501b4012cda6bf8302 04/22/2025 07:13:56 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807e1201b4012cda6bf82fc', 'id': 'maestro:6807e1501b4012cda6bf8302', 'origin': 'maestro', 'comment': 'staging-stable-20250422.5', 'start_time': '2025-04-22T18:34:56.648000+00:00', 'architecture': 'arm64', 'compiler': 'gcc-12', 'config_name': 'cros://chromeos-6.1/arm64/chromiumos-mediatek.flavour.config+lab-setup+arm64-chromebook+CONFIG_MODULE_COMPRESS=n+CONFIG_MODULE_COMPRESS_NONE=y', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807e1501b4012cda6bf8302-kbuild-gcc-12-arm64-chro-n8345zjc', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'image', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e1501b4012cda6bf8302'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/fragments/2.config'}, {'name': 'fragments_3_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/fragments/3.config'}, {'name': 'fragments_4_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/fragments/4.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromeos-mediatek-6807e1501b4012cda6bf8302/build.log.gz', 'log_excerpt': 'odules_/lib/modules/6.1.132/kernel/lib/crypto/libcurve25519-generic.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/lib/crypto/libcurve25519-generic.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/lib/crypto/libcurve25519.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/lib/crypto/libcurve25519.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/lib/lz4/lz4_compress.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/lib/lz4/lz4_compress.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/lib/lzo/lzo_compress.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/lib/lzo/lzo_compress.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/lib/test_firmware.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/lib/test_firmware.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/lib/test_module.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/lib/test_module.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/lib/zstd/zstd_compress.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/lib/zstd/zstd_compress.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/mm/zsmalloc.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/mm/zsmalloc.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/802/p8022.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/802/p8022.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/802/psnap.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/802/psnap.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/802/stp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/802/stp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/bluetooth/bluetooth.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/bluetooth/bluetooth.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/bluetooth/hidp/hidp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/bluetooth/hidp/hidp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/bluetooth/rfcomm/rfcomm.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/bluetooth/rfcomm/rfcomm.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/bridge/bridge.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/bridge/bridge.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/ipv4/ip_tunnel.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/ipv4/ip_tunnel.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/ipv4/netfilter/iptable_nat.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/ipv4/netfilter/iptable_nat.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/ipv4/netfilter/nf_nat_pptp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/ipv4/netfilter/nf_nat_pptp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/ipv4/tcp_lp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/ipv4/tcp_lp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/ipv4/udp_tunnel.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/ipv4/udp_tunnel.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/ipv6/ah6.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/ipv6/ah6.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/ipv6/esp6.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/ipv6/esp6.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/ipv6/ip6_udp_tunnel.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/ipv6/ip6_udp_tunnel.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/ipv6/netfilter/ip6t_REJECT.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/ipv6/netfilter/ip6t_REJECT.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/ipv6/netfilter/ip6t_ipv6header.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/ipv6/netfilter/ip6t_ipv6header.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/ipv6/netfilter/ip6table_nat.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/ipv6/netfilter/ip6table_nat.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/ipv6/sit.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/ipv6/sit.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/llc/llc.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/llc/llc.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/mac80211/mac80211.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/mac80211/mac80211.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conncount.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conncount.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_ftp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_ftp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_netlink.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_netlink.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_pptp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_pptp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_tftp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_conntrack_tftp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat_ftp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat_ftp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat_tftp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nf_nat_tftp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nfnetlink_cthelper.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nfnetlink_cthelper.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nfnetlink_cttimeout.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/nfnetlink_cttimeout.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_CONNSECMARK.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_CONNSECMARK.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_CT.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_CT.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_MASQUERADE.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_MASQUERADE.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_REDIRECT.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_REDIRECT.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_cgroup.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_cgroup.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_connlimit.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_connlimit.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_connmark.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_connmark.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_conntrack.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_conntrack.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_helper.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_helper.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_nat.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_nat.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_state.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/netfilter/xt_state.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/qrtr/qrtr-smd.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/qrtr/qrtr-smd.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/cls_u32.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/cls_u32.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_codel.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_codel.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_fq_codel.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_fq_codel.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_htb.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_htb.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_ingress.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_ingress.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_netem.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_netem.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_tbf.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/sched/sch_tbf.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/wireless/cfg80211.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/wireless/cfg80211.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/net/xfrm/xfrm_interface.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/net/xfrm/xfrm_interface.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-dummy.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-dummy.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-midi-event.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-midi-event.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-midi.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq-midi.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/seq/snd-seq.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-hrtimer.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-hrtimer.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-hwdep.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-hwdep.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-rawmidi.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-rawmidi.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-seq-device.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/core/snd-seq-device.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/drivers/snd-aloop.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/drivers/snd-aloop.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/drivers/snd-dummy.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/drivers/snd-dummy.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/codecs/snd-soc-max98390.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/codecs/snd-soc-max98390.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/codecs/snd-soc-rt1011.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/codecs/snd-soc-rt1011.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/mediatek/mt8195/mt8195-mt6359.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/mediatek/mt8195/mt8195-mt6359.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/mediatek/mt8195/snd-soc-mt8195-afe.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/mediatek/mt8195/snd-soc-mt8195-afe.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/sof/mediatek/mt8186/snd-sof-mt8186.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/sof/mediatek/mt8186/snd-sof-mt8186.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/sof/mediatek/mt8195/snd-sof-mt8195.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/sof/mediatek/mt8195/snd-sof-mt8195.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/sof/mediatek/mtk-adsp-common.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/sof/mediatek/mtk-adsp-common.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/sof/snd-sof-of.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/sof/snd-sof-of.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/sof/snd-sof-utils.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/sof/snd-sof-utils.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/sof/snd-sof.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/sof/snd-sof.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/sof/xtensa/snd-sof-xtensa-dsp.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/soc/sof/xtensa/snd-sof-xtensa-dsp.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/usb/snd-usb-audio.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/usb/snd-usb-audio.ko\n' ' INSTALL ' '_modules_/lib/modules/6.1.132/kernel/sound/usb/snd-usbmidi-lib.ko\n' ' STRIP ' '_modules_/lib/modules/6.1.132/kernel/sound/usb/snd-usbmidi-lib.ko\n' ' DEPMOD _modules_/lib/modules/6.1.132\n' '+ tar -C _modules_ -cJf ' '/tmp/kci/artifacts/modules.tar.xz .\n' '+ cd ..\n' '+ rm -rf _modules_\n' '+ set -e\n' '+ echo job:package_modules=done\n' '++ date +%s\n' '+ echo jobets:package_modules=1745348771\n' '+ echo -----log:package_kselftest-----\n' '-----log:package_kselftest-----\n' '+ echo job:package_kselftest=running\n' '++ date +%s\n' '+ echo jobsts:package_kselftest=1745348771\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-packages/kselftest.tar.gz ' '/tmp/kci/artifacts/\n' '+ echo job:package_kselftest=done\n' '++ date +%s\n' '+ echo jobets:package_kselftest=1745348771\n' '+ echo -----log:package_dtbs-----\n' '-----log:package_dtbs-----\n' '+ echo job:package_dtbs=running\n' '++ date +%s\n' '+ echo jobsts:package_dtbs=1745348771\n' '+ cd /tmp/kci/linux\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ make dtbs_install\n' ' INSTALL _dtbs_/mediatek/mt2712-evb.dtb\n' ' INSTALL _dtbs_/mediatek/mt6755-evb.dtb\n' ' INSTALL _dtbs_/mediatek/mt6779-evb.dtb\n' ' INSTALL _dtbs_/mediatek/mt6795-evb.dtb\n' ' INSTALL _dtbs_/mediatek/mt6797-evb.dtb\n' ' INSTALL _dtbs_/mediatek/mt6797-x20-dev.dtb\n' ' INSTALL _dtbs_/mediatek/mt7622-rfb1.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt7622-bananapi-bpi-r64.dtb\n' ' INSTALL _dtbs_/mediatek/mt7986a-rfb.dtb\n' ' INSTALL _dtbs_/mediatek/mt7986b-rfb.dtb\n' ' INSTALL _dtbs_/mediatek/mt8167-pumpkin.dtb\n' ' INSTALL _dtbs_/mediatek/mt8173-elm.dtb\n' ' INSTALL _dtbs_/mediatek/mt8173-elm-hana.dtb\n' ' INSTALL _dtbs_/mediatek/mt8173-elm-hana-rev7.dtb\n' ' INSTALL _dtbs_/mediatek/mt8173-evb.dtb\n' ' INSTALL _dtbs_/mediatek/mt8183-evb.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-jacuzzi-burnet.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-jacuzzi-cozmo.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-jacuzzi-damu.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-jacuzzi-fennel-sku1.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-jacuzzi-fennel-sku6.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-jacuzzi-fennel-sku7.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-jacuzzi-fennel14.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-jacuzzi-fennel14-sku2.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-jacuzzi-juniper-sku16.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-jacuzzi-kappa.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-jacuzzi-kenzo.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-jacuzzi-willow-sku0.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-jacuzzi-willow-sku1.dtb\n' ' INSTALL _dtbs_/mediatek/mt8183-kukui-kakadu.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-kakadu-sku22.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-kodama-sku16.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-kodama-sku272.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-kodama-sku288.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-kodama-sku32.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-krane-sku0.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8183-kukui-krane-sku176.dtb\n' ' INSTALL _dtbs_/mediatek/mt8183-pumpkin.dtb\n' ' INSTALL _dtbs_/mediatek/mt8186-evb.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8192-asurada-hayato-r1.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8192-asurada-spherion-r0.dtb\n' ' INSTALL _dtbs_/mediatek/mt8192-evb.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8195-cherry-tomato-r1.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8195-cherry-tomato-r2.dtb\n' ' INSTALL ' '_dtbs_/mediatek/mt8195-cherry-tomato-r3.dtb\n' ' INSTALL _dtbs_/mediatek/mt8195-demo.dtb\n' ' INSTALL _dtbs_/mediatek/mt8195-evb.dtb\n' ' INSTALL _dtbs_/mediatek/mt8516-pumpkin.dtb\n' '+ mkdir -p /tmp/kci/artifacts/dtbs\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp -r _dtbs_/mediatek /tmp/kci/artifacts/dtbs\n' '+ cd ..\n' '+ echo job:package_dtbs=done\n' '++ date +%s\n' '+ echo jobets:package_dtbs=1745348772\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:13:56 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:14:07 PM UTC [INFO] Processing event node: 6807e1681b4012cda6bf8313 04/22/2025 07:14:07 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807e1681b4012cda6bf8313 04/22/2025 07:14:07 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807e1201b4012cda6bf82fc', 'id': 'maestro:6807e1681b4012cda6bf8313', 'origin': 'maestro', 'comment': 'staging-stable-20250422.5', 'start_time': '2025-04-22T18:35:20.456000+00:00', 'architecture': 'arm', 'compiler': 'gcc-12', 'config_name': 'multi_v7_defconfig', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'zimage', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e1681b4012cda6bf8313'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz', 'log_excerpt': ' _dtbs_/ls1021a-moxa-uc-8410a.dtb ' '_dtbs_/ls1021a-qds.dtb _dtbs_/ls1021a-tsn.dtb ' '_dtbs_/ls1021a-twr.dtb _dtbs_/meson6-atv1200.dtb ' '_dtbs_/meson8-minix-neo-x8.dtb ' '_dtbs_/meson8b-ec100.dtb _dtbs_/meson8b-mxq.dtb ' '_dtbs_/meson8b-odroidc1.dtb ' '_dtbs_/meson8m2-mxiii-plus.dtb ' '_dtbs_/milbeaut-m10v-evb.dtb ' '_dtbs_/mmp2-brownstone.dtb ' '_dtbs_/mmp2-olpc-xo-1-75.dtb ' '_dtbs_/mmp3-dell-ariel.dtb _dtbs_/mt2701-evb.dtb ' '_dtbs_/mt6580-evbp1.dtb ' '_dtbs_/mt6582-prestigio-pmt5008-3g.dtb ' '_dtbs_/mt6589-aquaris5.dtb ' '_dtbs_/mt6589-fairphone-fp1.dtb _dtbs_/mt6592-evb.dtb ' '_dtbs_/mt7623a-rfb-emmc.dtb ' '_dtbs_/mt7623a-rfb-nand.dtb ' '_dtbs_/mt7623n-bananapi-bpi-r2.dtb ' '_dtbs_/mt7623n-rfb-emmc.dtb _dtbs_/mt7629-rfb.dtb ' '_dtbs_/mt8127-moose.dtb _dtbs_/mt8135-evbp1.dtb ' '_dtbs_/omap3-beagle-ab4.dtb ' '_dtbs_/omap3-beagle-xm-ab.dtb ' '_dtbs_/omap3-beagle-xm.dtb _dtbs_/omap3-beagle.dtb ' '_dtbs_/omap3-cm-t3517.dtb _dtbs_/omap3-cm-t3530.dtb ' '_dtbs_/omap3-cm-t3730.dtb ' '_dtbs_/omap3-devkit8000-lcd43.dtb ' '_dtbs_/omap3-devkit8000-lcd70.dtb ' '_dtbs_/omap3-devkit8000.dtb _dtbs_/omap3-echo.dtb ' '_dtbs_/omap3-evm-37xx.dtb _dtbs_/omap3-evm.dtb ' '_dtbs_/omap3-gta04a3.dtb _dtbs_/omap3-gta04a4.dtb ' '_dtbs_/omap3-gta04a5.dtb _dtbs_/omap3-gta04a5one.dtb ' '_dtbs_/omap3-ha-lcd.dtb _dtbs_/omap3-ha.dtb ' '_dtbs_/omap3-igep0020-rev-f.dtb ' '_dtbs_/omap3-igep0020.dtb ' '_dtbs_/omap3-igep0030-rev-g.dtb ' '_dtbs_/omap3-igep0030.dtb _dtbs_/omap3-ldp.dtb ' '_dtbs_/omap3-lilly-dbb056.dtb _dtbs_/omap3-n9.dtb ' '_dtbs_/omap3-n900.dtb _dtbs_/omap3-n950.dtb ' '_dtbs_/omap3-overo-alto35.dtb ' '_dtbs_/omap3-overo-chestnut43.dtb ' '_dtbs_/omap3-overo-gallop43.dtb ' '_dtbs_/omap3-overo-palo35.dtb ' '_dtbs_/omap3-overo-palo43.dtb ' '_dtbs_/omap3-overo-storm-alto35.dtb ' '_dtbs_/omap3-overo-storm-chestnut43.dtb ' '_dtbs_/omap3-overo-storm-gallop43.dtb ' '_dtbs_/omap3-overo-storm-palo35.dtb ' '_dtbs_/omap3-overo-storm-palo43.dtb ' '_dtbs_/omap3-overo-storm-summit.dtb ' '_dtbs_/omap3-overo-storm-tobi.dtb ' '_dtbs_/omap3-overo-storm-tobiduo.dtb ' '_dtbs_/omap3-overo-summit.dtb ' '_dtbs_/omap3-overo-tobi.dtb ' '_dtbs_/omap3-overo-tobiduo.dtb ' '_dtbs_/omap3-pandora-1ghz.dtb ' '_dtbs_/omap3-pandora-600mhz.dtb ' '_dtbs_/omap3-sbc-t3517.dtb _dtbs_/omap3-sbc-t3530.dtb ' '_dtbs_/omap3-sbc-t3730.dtb _dtbs_/omap3-sniper.dtb ' '_dtbs_/omap3-thunder.dtb _dtbs_/omap3-zoom3.dtb ' '_dtbs_/omap3430-sdp.dtb ' '_dtbs_/omap4-droid-bionic-xt875.dtb ' '_dtbs_/omap4-droid4-xt894.dtb ' '_dtbs_/omap4-duovero-parlor.dtb _dtbs_/omap4-kc1.dtb ' '_dtbs_/omap4-panda-a4.dtb _dtbs_/omap4-panda-es.dtb ' '_dtbs_/omap4-panda.dtb _dtbs_/omap4-sdp-es23plus.dtb ' '_dtbs_/omap4-sdp.dtb _dtbs_/omap4-var-dvk-om44.dtb ' '_dtbs_/omap4-var-stk-om44.dtb _dtbs_/omap5-cm-t54.dtb ' '_dtbs_/omap5-igep0050.dtb _dtbs_/omap5-sbc-t54.dtb ' '_dtbs_/omap5-uevm.dtb _dtbs_/owl-s500-cubieboard6.dtb ' '_dtbs_/owl-s500-guitar-bb-rev-b.dtb ' '_dtbs_/owl-s500-labrador-base-m.dtb ' '_dtbs_/owl-s500-roseapplepi.dtb ' '_dtbs_/owl-s500-sparky.dtb _dtbs_/pxa168-aspenite.dtb ' '_dtbs_/pxa910-dkb.dtb _dtbs_/qcom-apq8016-sbc.dtb ' '_dtbs_/qcom-apq8026-asus-sparrow.dtb ' '_dtbs_/qcom-apq8026-lg-lenok.dtb ' '_dtbs_/qcom-apq8060-dragonboard.dtb ' '_dtbs_/qcom-apq8064-asus-nexus7-flo.dtb ' '_dtbs_/qcom-apq8064-cm-qs600.dtb ' '_dtbs_/qcom-apq8064-ifc6410.dtb ' '_dtbs_/qcom-apq8064-sony-xperia-lagan-yuga.dtb ' '_dtbs_/qcom-apq8074-dragonboard.dtb ' '_dtbs_/qcom-apq8084-ifc6540.dtb ' '_dtbs_/qcom-apq8084-mtp.dtb ' '_dtbs_/qcom-ipq4018-ap120c-ac-bit.dtb ' '_dtbs_/qcom-ipq4018-ap120c-ac.dtb ' '_dtbs_/qcom-ipq4018-jalapeno.dtb ' '_dtbs_/qcom-ipq4019-ap.dk01.1-c1.dtb ' '_dtbs_/qcom-ipq4019-ap.dk04.1-c1.dtb ' '_dtbs_/qcom-ipq4019-ap.dk04.1-c3.dtb ' '_dtbs_/qcom-ipq4019-ap.dk07.1-c1.dtb ' '_dtbs_/qcom-ipq4019-ap.dk07.1-c2.dtb ' '_dtbs_/qcom-ipq8064-ap148.dtb ' '_dtbs_/qcom-ipq8064-rb3011.dtb ' '_dtbs_/qcom-mdm9615-wp8548-mangoh-green.dtb ' '_dtbs_/qcom-msm8226-samsung-s3ve3g.dtb ' '_dtbs_/qcom-msm8660-surf.dtb ' '_dtbs_/qcom-msm8916-samsung-e5.dtb ' '_dtbs_/qcom-msm8916-samsung-e7.dtb ' '_dtbs_/qcom-msm8916-samsung-grandmax.dtb ' '_dtbs_/qcom-msm8916-samsung-serranove.dtb ' '_dtbs_/qcom-msm8960-cdp.dtb ' '_dtbs_/qcom-msm8974-lge-nexus5-hammerhead.dtb ' '_dtbs_/qcom-msm8974-sony-xperia-rhine-amami.dtb ' '_dtbs_/qcom-msm8974-sony-xperia-rhine-honami.dtb ' '_dtbs_/qcom-msm8974pro-fairphone-fp2.dtb ' '_dtbs_/qcom-msm8974pro-samsung-klte.dtb ' '_dtbs_/qcom-msm8974pro-sony-xperia-shinano-castor.dtb ' '_dtbs_/qcom-sdx55-mtp.dtb _dtbs_/qcom-sdx55-t55.dtb ' '_dtbs_/qcom-sdx55-telit-fn980-tlb.dtb ' '_dtbs_/qcom-sdx65-mtp.dtb _dtbs_/r7s72100-genmai.dtb ' '_dtbs_/r7s72100-gr-peach.dtb ' '_dtbs_/r7s72100-rskrza1.dtb ' '_dtbs_/r7s9210-rza2mevb.dtb ' '_dtbs_/r8a73a4-ape6evm.dtb ' '_dtbs_/r8a7740-armadillo800eva.dtb ' '_dtbs_/r8a7742-iwg21d-q7-dbcm-ca.dtb ' '_dtbs_/r8a7742-iwg21d-q7.dtb ' '_dtbs_/r8a7743-iwg20d-q7-dbcm-ca.dtb ' '_dtbs_/r8a7743-iwg20d-q7.dtb ' '_dtbs_/r8a7743-sk-rzg1m.dtb ' '_dtbs_/r8a7744-iwg20d-q7-dbcm-ca.dtb ' '_dtbs_/r8a7744-iwg20d-q7.dtb ' '_dtbs_/r8a7745-iwg22d-sodimm-dbhd-ca.dtb ' '_dtbs_/r8a7745-iwg22d-sodimm.dtb ' '_dtbs_/r8a7745-sk-rzg1e.dtb ' '_dtbs_/r8a77470-iwg23s-sbc.dtb ' '_dtbs_/r8a7778-bockw.dtb _dtbs_/r8a7779-marzen.dtb ' '_dtbs_/r8a7790-lager.dtb _dtbs_/r8a7790-stout.dtb ' '_dtbs_/r8a7791-koelsch.dtb _dtbs_/r8a7791-porter.dtb ' '_dtbs_/r8a7792-blanche.dtb _dtbs_/r8a7792-wheat.dtb ' '_dtbs_/r8a7793-gose.dtb _dtbs_/r8a7794-alt.dtb ' '_dtbs_/r8a7794-silk.dtb ' '_dtbs_/r9a06g032-rzn1d400-db.dtb ' '_dtbs_/rk3036-evb.dtb _dtbs_/rk3036-kylin.dtb ' '_dtbs_/rk3066a-bqcurie2.dtb ' '_dtbs_/rk3066a-marsboard.dtb _dtbs_/rk3066a-mk808.dtb ' '_dtbs_/rk3066a-rayeager.dtb ' '_dtbs_/rk3188-bqedison2qc.dtb ' '_dtbs_/rk3188-px3-evb.dtb _dtbs_/rk3188-radxarock.dtb ' '_dtbs_/rk3228-evb.dtb _dtbs_/rk3229-evb.dtb ' '_dtbs_/rk3229-xms6.dtb _dtbs_/rk3288-evb-act8846.dtb ' '_dtbs_/rk3288-evb-rk808.dtb ' '_dtbs_/rk3288-firefly-beta.dtb ' '_dtbs_/rk3288-firefly-reload.dtb ' '_dtbs_/rk3288-firefly.dtb _dtbs_/rk3288-miqi.dtb ' '_dtbs_/rk3288-phycore-rdk.dtb ' '_dtbs_/rk3288-popmetal.dtb _dtbs_/rk3288-r89.dtb ' '_dtbs_/rk3288-rock-pi-n8.dtb ' '_dtbs_/rk3288-rock2-square.dtb ' '_dtbs_/rk3288-tinker-s.dtb _dtbs_/rk3288-tinker.dtb ' '_dtbs_/rk3288-veyron-brain.dtb ' '_dtbs_/rk3288-veyron-fievel.dtb ' '_dtbs_/rk3288-veyron-jaq.dtb ' '_dtbs_/rk3288-veyron-jerry.dtb ' '_dtbs_/rk3288-veyron-mickey.dtb ' '_dtbs_/rk3288-veyron-mighty.dtb ' '_dtbs_/rk3288-veyron-minnie.dtb ' '_dtbs_/rk3288-veyron-pinky.dtb ' '_dtbs_/rk3288-veyron-speedy.dtb ' '_dtbs_/rk3288-veyron-tiger.dtb ' '_dtbs_/rk3288-vyasa.dtb _dtbs_/rv1108-elgin-r1.dtb ' '_dtbs_/rv1108-evb.dtb _dtbs_/sama5d31ek.dtb ' '_dtbs_/sama5d33ek.dtb _dtbs_/sama5d34ek.dtb ' '_dtbs_/sama5d35ek.dtb _dtbs_/sama5d36ek.dtb ' '_dtbs_/sama5d36ek_cmp.dtb _dtbs_/sh73a0-kzm9g.dtb ' '_dtbs_/socfpga_arria10_chameleonv3.dtb ' '_dtbs_/socfpga_arria10_socdk_nand.dtb ' '_dtbs_/socfpga_arria10_socdk_qspi.dtb ' '_dtbs_/socfpga_arria10_socdk_sdmmc.dtb ' '_dtbs_/socfpga_arria5_socdk.dtb ' '_dtbs_/socfpga_cyclone5_chameleon96.dtb ' '_dtbs_/socfpga_cyclone5_de0_nano_soc.dtb ' '_dtbs_/socfpga_cyclone5_mcvevk.dtb ' '_dtbs_/socfpga_cyclone5_socdk.dtb ' '_dtbs_/socfpga_cyclone5_sockit.dtb ' '_dtbs_/socfpga_cyclone5_socrates.dtb ' '_dtbs_/socfpga_cyclone5_sodia.dtb ' '_dtbs_/socfpga_cyclone5_vining_fpga.dtb ' '_dtbs_/socfpga_vt.dtb _dtbs_/spear1310-evb.dtb ' '_dtbs_/spear1340-evb.dtb _dtbs_/ste-href520-tvk.dtb ' '_dtbs_/ste-hrefprev60-stuib.dtb ' '_dtbs_/ste-hrefprev60-tvk.dtb ' '_dtbs_/ste-hrefv60plus-stuib.dtb ' '_dtbs_/ste-hrefv60plus-tvk.dtb ' '_dtbs_/ste-snowball.dtb ' '_dtbs_/ste-ux500-samsung-codina-tmo.dtb ' '_dtbs_/ste-ux500-samsung-codina.dtb ' '_dtbs_/ste-ux500-samsung-gavini.dtb ' '_dtbs_/ste-ux500-samsung-golden.dtb ' '_dtbs_/ste-ux500-samsung-janice.dtb ' '_dtbs_/ste-ux500-samsung-kyle.dtb ' '_dtbs_/ste-ux500-samsung-skomer.dtb ' '_dtbs_/stih407-b2120.dtb _dtbs_/stih410-b2120.dtb ' '_dtbs_/stih410-b2260.dtb _dtbs_/stih418-b2199.dtb ' '_dtbs_/stih418-b2264.dtb _dtbs_/stm32429i-eval.dtb ' '_dtbs_/stm32746g-eval.dtb _dtbs_/stm32f429-disco.dtb ' '_dtbs_/stm32f469-disco.dtb _dtbs_/stm32f746-disco.dtb ' '_dtbs_/stm32f769-disco.dtb ' '_dtbs_/stm32h743i-disco.dtb ' '_dtbs_/stm32h743i-eval.dtb ' '_dtbs_/stm32h750i-art-pi.dtb ' '_dtbs_/stm32mp135f-dk.dtb ' '_dtbs_/stm32mp151a-prtt1a.dtb ' '_dtbs_/stm32mp151a-prtt1c.dtb ' '_dtbs_/stm32mp151a-prtt1s.dtb ' '_dtbs_/stm32mp153c-dhcom-drc02.dtb ' '_dtbs_/stm32mp153c-dhcor-drc-compact.dtb ' '_dtbs_/stm32mp157a-avenger96.dtb ' '_dtbs_/stm32mp157a-dhcor-avenger96.dtb ' '_dtbs_/stm32mp157a-dk1-scmi.dtb ' '_dtbs_/stm32mp157a-dk1.dtb ' '_dtbs_/stm32mp157a-icore-stm32mp1-ctouch2-of10.dtb ' '_dtbs_/stm32mp157a-icore-stm32mp1-ctouch2.dtb ' '_dtbs_/stm32mp157a-icore-stm32mp1-edimm2.2.dtb ' '_dtbs_/stm32mp157a-iot-box.dtb ' '_dtbs_/stm32mp157a-microgea-stm32mp1-microdev2.0-of7.dtb ' '_dtbs_/stm32mp157a-microgea-stm32mp1-microdev2.0.dtb ' '_dtbs_/stm32mp157a-stinger96.dtb ' '_dtbs_/stm32mp157c-dhcom-pdk2.dtb ' '_dtbs_/stm32mp157c-dhcom-picoitx.dtb ' '_dtbs_/stm32mp157c-dk2-scmi.dtb ' '_dtbs_/stm32mp157c-dk2.dtb ' '_dtbs_/stm32mp157c-ed1-scmi.dtb ' '_dtbs_/stm32mp157c-ed1.dtb ' '_dtbs_/stm32mp157c-emsbc-argon.dtb ' '_dtbs_/stm32mp157c-ev1-scmi.dtb ' '_dtbs_/stm32mp157c-ev1.dtb ' '_dtbs_/stm32mp157c-lxa-mc1.dtb ' '_dtbs_/stm32mp157c-odyssey.dtb ' '_dtbs_/sun4i-a10-a1000.dtb ' '_dtbs_/sun4i-a10-ba10-tvbox.dtb ' '_dtbs_/sun4i-a10-chuwi-v7-cw0825.dtb ' '_dtbs_/sun4i-a10-cubieboard.dtb ' '_dtbs_/sun4i-a10-dserve-dsrv9703c.dtb ' '_dtbs_/sun4i-a10-gemei-g9.dtb ' '_dtbs_/sun4i-a10-hackberry.dtb ' '_dtbs_/sun4i-a10-hyundai-a7hd.dtb ' '_dtbs_/sun4i-a10-inet1.dtb ' '_dtbs_/sun4i-a10-inet97fv2.dtb ' '_dtbs_/sun4i-a10-inet9f-rev03.dtb ' '_dtbs_/sun4i-a10-itead-iteaduino-plus.dtb ' '_dtbs_/sun4i-a10-jesurun-q5.dtb ' '_dtbs_/sun4i-a10-marsboard.dtb ' '_dtbs_/sun4i-a10-mini-xplus.dtb ' '_dtbs_/sun4i-a10-mk802.dtb ' '_dtbs_/sun4i-a10-mk802ii.dtb ' '_dtbs_/sun4i-a10-olinuxino-lime.dtb ' '_dtbs_/sun4i-a10-pcduino.dtb ' '_dtbs_/sun4i-a10-pcduino2.dtb ' '_dtbs_/sun4i-a10-pov-protab2-ips9.dtb ' '_dtbs_/sun4i-a10-topwise-a721.dtb ' '_dtbs_/sun5i-a10s-auxtek-t003.dtb ' '_dtbs_/sun5i-a10s-auxtek-t004.dtb ' '_dtbs_/sun5i-a10s-mk802.dtb ' '_dtbs_/sun5i-a10s-olinuxino-micro.dtb ' '_dtbs_/sun5i-a10s-r7-tv-dongle.dtb ' '_dtbs_/sun5i-a10s-wobo-i5.dtb ' '_dtbs_/sun5i-a13-difrnce-dit4350.dtb ' '_dtbs_/sun5i-a13-empire-electronix-d709.dtb ' '_dtbs_/sun5i-a13-empire-electronix-m712.dtb ' '_dtbs_/sun5i-a13-hsg-h702.dtb ' '_dtbs_/sun5i-a13-inet-98v-rev2.dtb ' '_dtbs_/sun5i-a13-licheepi-one.dtb ' '_dtbs_/sun5i-a13-olinuxino-micro.dtb ' '_dtbs_/sun5i-a13-olinuxino.dtb ' '_dtbs_/sun5i-a13-pocketbook-touch-lux-3.dtb ' '_dtbs_/sun5i-a13-q8-tablet.dtb ' '_dtbs_/sun5i-a13-utoo-p66.dtb ' '_dtbs_/sun5i-gr8-chip-pro.dtb ' '_dtbs_/sun5i-gr8-evb.dtb _dtbs_/sun5i-r8-chip.dtb ' '_dtbs_/sun6i-a31-app4-evb1.dtb ' '_dtbs_/sun6i-a31-colombus.dtb ' '_dtbs_/sun6i-a31-hummingbird.dtb ' '_dtbs_/sun6i-a31-i7.dtb _dtbs_/sun6i-a31-m9.dtb ' '_dtbs_/sun6i-a31-mele-a1000g-quad.dtb ' '_dtbs_/sun6i-a31s-colorfly-e708-q1.dtb ' '_dtbs_/sun6i-a31s-cs908.dtb ' '_dtbs_/sun6i-a31s-inet-q972.dtb ' '_dtbs_/sun6i-a31s-primo81.dtb ' '_dtbs_/sun6i-a31s-sina31s.dtb ' '_dtbs_/sun6i-a31s-sinovoip-bpi-m2.dtb ' '_dtbs_/sun6i-a31s-yones-toptech-bs1078-v2.dtb ' '_dtbs_/sun7i-a20-bananapi-m1-plus.dtb ' '_dtbs_/sun7i-a20-bananapi.dtb ' '_dtbs_/sun7i-a20-bananapro.dtb ' '_dtbs_/sun7i-a20-cubieboard2.dtb ' '_dtbs_/sun7i-a20-cubietruck.dtb ' '_dtbs_/sun7i-a20-haoyu-marsboard.dtb ' '_dtbs_/sun7i-a20-hummingbird.dtb ' '_dtbs_/sun7i-a20-i12-tvbox.dtb ' '_dtbs_/sun7i-a20-icnova-swac.dtb ' '_dtbs_/sun7i-a20-itead-ibox.dtb ' '_dtbs_/sun7i-a20-lamobo-r1.dtb ' '_dtbs_/sun7i-a20-linutronix-testbox-v2.dtb ' '_dtbs_/sun7i-a20-m3.dtb _dtbs_/sun7i-a20-mk808c.dtb ' '_dtbs_/sun7i-a20-olimex-som-evb-emmc.dtb ' '_dtbs_/sun7i-a20-olimex-som-evb.dtb ' '_dtbs_/sun7i-a20-olimex-som204-evb-emmc.dtb ' '_dtbs_/sun7i-a20-olimex-som204-evb.dtb ' '_dtbs_/sun7i-a20-olinuxino-lime-emmc.dtb ' '_dtbs_/sun7i-a20-olinuxino-lime.dtb ' '_dtbs_/sun7i-a20-olinuxino-lime2-emmc.dtb ' '_dtbs_/sun7i-a20-olinuxino-lime2.dtb ' '_dtbs_/sun7i-a20-olinuxino-micro-emmc.dtb ' '_dtbs_/sun7i-a20-olinuxino-micro.dtb ' '_dtbs_/sun7i-a20-orangepi-mini.dtb ' '_dtbs_/sun7i-a20-orangepi.dtb ' '_dtbs_/sun7i-a20-pcduino3-nano.dtb ' '_dtbs_/sun7i-a20-pcduino3.dtb ' '_dtbs_/sun7i-a20-wexler-tab7200.dtb ' '_dtbs_/sun7i-a20-wits-pro-a20-dkt.dtb ' '_dtbs_/sun8i-a23-evb.dtb ' '_dtbs_/sun8i-a23-gt90h-v4.dtb ' '_dtbs_/sun8i-a23-inet86dz.dtb ' '_dtbs_/sun8i-a23-ippo-q8h-v1.2.dtb ' '_dtbs_/sun8i-a23-ippo-q8h-v5.dtb ' '_dtbs_/sun8i-a23-polaroid-mid2407pxe03.dtb ' '_dtbs_/sun8i-a23-polaroid-mid2809pxe04.dtb ' '_dtbs_/sun8i-a23-q8-tablet.dtb ' '_dtbs_/sun8i-a33-et-q8-v1.6.dtb ' '_dtbs_/sun8i-a33-ga10h-v1.1.dtb ' '_dtbs_/sun8i-a33-inet-d978-rev2.dtb ' '_dtbs_/sun8i-a33-ippo-q8h-v1.2.dtb ' '_dtbs_/sun8i-a33-olinuxino.dtb ' '_dtbs_/sun8i-a33-q8-tablet.dtb ' '_dtbs_/sun8i-a33-sinlinx-sina33.dtb ' '_dtbs_/sun8i-a83t-allwinner-h8homlet-v2.dtb ' '_dtbs_/sun8i-a83t-bananapi-m3.dtb ' '_dtbs_/sun8i-a83t-cubietruck-plus.dtb ' '_dtbs_/sun8i-a83t-tbs-a711.dtb ' '_dtbs_/sun8i-h2-plus-bananapi-m2-zero.dtb ' '_dtbs_/sun8i-h2-plus-libretech-all-h3-cc.dtb ' '_dtbs_/sun8i-h2-plus-orangepi-r1.dtb ' '_dtbs_/sun8i-h2-plus-orangepi-zero.dtb ' '_dtbs_/sun8i-h3-bananapi-m2-plus-v1.2.dtb ' '_dtbs_/sun8i-h3-bananapi-m2-plus.dtb ' '_dtbs_/sun8i-h3-beelink-x2.dtb ' '_dtbs_/sun8i-h3-emlid-neutis-n5h3-devboard.dtb ' '_dtbs_/sun8i-h3-libretech-all-h3-cc.dtb ' '_dtbs_/sun8i-h3-mapleboard-mp130.dtb ' '_dtbs_/sun8i-h3-nanopi-duo2.dtb ' '_dtbs_/sun8i-h3-nanopi-m1-plus.dtb ' '_dtbs_/sun8i-h3-nanopi-m1.dtb ' '_dtbs_/sun8i-h3-nanopi-neo-air.dtb ' '_dtbs_/sun8i-h3-nanopi-neo.dtb ' '_dtbs_/sun8i-h3-nanopi-r1.dtb ' '_dtbs_/sun8i-h3-orangepi-2.dtb ' '_dtbs_/sun8i-h3-orangepi-lite.dtb ' '_dtbs_/sun8i-h3-orangepi-one.dtb ' '_dtbs_/sun8i-h3-orangepi-pc-plus.dtb ' '_dtbs_/sun8i-h3-orangepi-pc.dtb ' '_dtbs_/sun8i-h3-orangepi-plus.dtb ' '_dtbs_/sun8i-h3-orangepi-plus2e.dtb ' '_dtbs_/sun8i-h3-orangepi-zero-plus2.dtb ' '_dtbs_/sun8i-h3-rervision-dvk.dtb ' '_dtbs_/sun8i-h3-zeropi.dtb ' '_dtbs_/sun8i-r16-bananapi-m2m.dtb ' '_dtbs_/sun8i-r16-nintendo-nes-classic.dtb ' '_dtbs_/sun8i-r16-nintendo-super-nes-classic.dtb ' '_dtbs_/sun8i-r16-parrot.dtb ' '_dtbs_/sun8i-r40-bananapi-m2-ultra.dtb ' '_dtbs_/sun8i-r40-oka40i-c.dtb ' '_dtbs_/sun8i-s3-elimo-initium.dtb ' '_dtbs_/sun8i-s3-lichee-zero-plus.dtb ' '_dtbs_/sun8i-s3-pinecube.dtb ' '_dtbs_/sun8i-t3-cqa3t-bv3.dtb ' '_dtbs_/sun8i-v3-sl631-imx179.dtb ' '_dtbs_/sun8i-v3s-licheepi-zero-dock.dtb ' '_dtbs_/sun8i-v3s-licheepi-zero.dtb ' '_dtbs_/sun8i-v40-bananapi-m2-berry.dtb ' '_dtbs_/sun9i-a80-cubieboard4.dtb ' '_dtbs_/sun9i-a80-optimus.dtb ' '_dtbs_/sunplus-sp7021-demo-v3.dtb ' '_dtbs_/tegra114-asus-tf701t.dtb ' '_dtbs_/tegra114-dalmore.dtb _dtbs_/tegra114-roth.dtb ' '_dtbs_/tegra114-tn7.dtb ' '_dtbs_/tegra124-apalis-eval.dtb ' '_dtbs_/tegra124-apalis-v1.2-eval.dtb ' '_dtbs_/tegra124-jetson-tk1.dtb ' '_dtbs_/tegra124-nyan-big-fhd.dtb ' '_dtbs_/tegra124-nyan-big.dtb ' '_dtbs_/tegra124-nyan-blaze.dtb ' '_dtbs_/tegra124-venice2.dtb ' '_dtbs_/tegra20-acer-a500-picasso.dtb ' '_dtbs_/tegra20-asus-tf101.dtb ' '_dtbs_/tegra20-colibri-eval-v3.dtb ' '_dtbs_/tegra20-colibri-iris.dtb ' '_dtbs_/tegra20-harmony.dtb ' '_dtbs_/tegra20-medcom-wide.dtb ' '_dtbs_/tegra20-paz00.dtb _dtbs_/tegra20-plutux.dtb ' '_dtbs_/tegra20-seaboard.dtb _dtbs_/tegra20-tec.dtb ' '_dtbs_/tegra20-trimslice.dtb ' '_dtbs_/tegra20-ventana.dtb ' '_dtbs_/tegra30-apalis-eval.dtb ' '_dtbs_/tegra30-apalis-v1.1-eval.dtb ' '_dtbs_/tegra30-asus-nexus7-grouper-E1565.dtb ' '_dtbs_/tegra30-asus-nexus7-grouper-PM269.dtb ' '_dtbs_/tegra30-asus-nexus7-tilapia-E1565.dtb ' '_dtbs_/tegra30-asus-tf201.dtb ' '_dtbs_/tegra30-asus-tf300t.dtb ' '_dtbs_/tegra30-asus-tf300tg.dtb ' '_dtbs_/tegra30-asus-tf700t.dtb ' '_dtbs_/tegra30-beaver.dtb ' '_dtbs_/tegra30-cardhu-a02.dtb ' '_dtbs_/tegra30-cardhu-a04.dtb ' '_dtbs_/tegra30-colibri-eval-v3.dtb ' '_dtbs_/tegra30-ouya.dtb ' '_dtbs_/tegra30-pegatron-chagall.dtb ' '_dtbs_/uniphier-ld4-ref.dtb ' '_dtbs_/uniphier-ld6b-ref.dtb ' '_dtbs_/uniphier-pro4-ace.dtb ' '_dtbs_/uniphier-pro4-ref.dtb ' '_dtbs_/uniphier-pro4-sanji.dtb ' '_dtbs_/uniphier-pxs2-gentil.dtb ' '_dtbs_/uniphier-pxs2-vodka.dtb ' '_dtbs_/uniphier-sld8-ref.dtb ' '_dtbs_/vexpress-v2p-ca15-tc1.dtb ' '_dtbs_/vexpress-v2p-ca15_a7.dtb ' '_dtbs_/vexpress-v2p-ca5s.dtb ' '_dtbs_/vexpress-v2p-ca9.dtb ' '_dtbs_/vf500-colibri-eval-v3.dtb _dtbs_/vf610-bk4.dtb ' '_dtbs_/vf610-colibri-eval-v3.dtb ' '_dtbs_/vf610-cosmic.dtb _dtbs_/vf610-twr.dtb ' '_dtbs_/vf610-zii-cfu1.dtb ' '_dtbs_/vf610-zii-dev-rev-b.dtb ' '_dtbs_/vf610-zii-dev-rev-c.dtb ' '_dtbs_/vf610-zii-scu4-aib.dtb ' '_dtbs_/vf610-zii-spb4.dtb ' '_dtbs_/vf610-zii-ssmb-dtu.dtb ' '_dtbs_/vf610-zii-ssmb-spu3.dtb ' '_dtbs_/vf610m4-colibri.dtb _dtbs_/vf610m4-cosmic.dtb ' '_dtbs_/vt8500-bv07.dtb _dtbs_/wm8505-ref.dtb ' '_dtbs_/wm8650-mid.dtb _dtbs_/wm8750-apc8750.dtb ' '_dtbs_/wm8850-w70v2.dtb _dtbs_/xenvm-4.2.dtb ' '_dtbs_/zynq-cc108.dtb _dtbs_/zynq-ebaz4205.dtb ' '_dtbs_/zynq-microzed.dtb _dtbs_/zynq-parallella.dtb ' '_dtbs_/zynq-zc702.dtb _dtbs_/zynq-zc706.dtb ' '_dtbs_/zynq-zc770-xm010.dtb ' '_dtbs_/zynq-zc770-xm011.dtb ' '_dtbs_/zynq-zc770-xm012.dtb ' '_dtbs_/zynq-zc770-xm013.dtb _dtbs_/zynq-zed.dtb ' '_dtbs_/zynq-zturn-v5.dtb _dtbs_/zynq-zturn.dtb ' '_dtbs_/zynq-zybo-z7.dtb _dtbs_/zynq-zybo.dtb ' '/tmp/kci/artifacts/dtbs\n' '+ cd ..\n' '+ echo job:package_dtbs=done\n' '++ date +%s\n' '+ echo jobets:package_dtbs=1745349115\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:14:07 PM UTC [INFO] Marking 3 nodes flag as processed 04/22/2025 07:14:11 PM UTC [INFO] Processing event node: 6807ea83e51c583972a58e48 04/22/2025 07:14:11 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea83e51c583972a58e48 04/22/2025 07:14:11 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea83e51c583972a58e48', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on da850-lcdk in lava-baylibre', 'start_time': '2025-04-22T19:14:11.340000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['ti,da850-lcdk', 'ti,da850'], 'misc': {'platform': 'da850-lcdk', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea83e51c583972a58e48', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:11 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:11 PM UTC [INFO] Processing event node: 6807ea83e51c583972a58e4b 04/22/2025 07:14:11 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea83e51c583972a58e4b 04/22/2025 07:14:11 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea83e51c583972a58e4b', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on k3-j721e-sk in lava-baylibre', 'start_time': '2025-04-22T19:14:11.500000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['ti,j721e-sk', 'ti,j721e'], 'misc': {'platform': 'k3-j721e-sk', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea83e51c583972a58e4b', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:11 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:11 PM UTC [INFO] Processing event node: 6807ea83e51c583972a58e4e 04/22/2025 07:14:12 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea83e51c583972a58e4e 04/22/2025 07:14:12 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea83e51c583972a58e4e', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on k3-j721e-beagleboneai64 in ' 'lava-baylibre', 'start_time': '2025-04-22T19:14:11.708000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['beagle,j721e-beagleboneai64', 'ti,j721e'], 'misc': {'platform': 'k3-j721e-beagleboneai64', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea83e51c583972a58e4e', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:12 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:12 PM UTC [INFO] Processing event node: 6807ea83e51c583972a58e51 04/22/2025 07:14:12 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea83e51c583972a58e51 04/22/2025 07:14:12 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea83e51c583972a58e51', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on jetson-tk1 in lava-baylibre', 'start_time': '2025-04-22T19:14:11.897000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['nvidia,jetson-tk1', 'nvidia,tegra124'], 'misc': {'platform': 'jetson-tk1', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea83e51c583972a58e51', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:12 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:12 PM UTC [INFO] Processing event node: 6807ea84e51c583972a58e54 04/22/2025 07:14:12 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea84e51c583972a58e54 04/22/2025 07:14:12 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea84e51c583972a58e54', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on meson-axg-s400 in lava-baylibre', 'start_time': '2025-04-22T19:14:12.075000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['amlogic,s400', 'amlogic,a113d', 'amlogic,meson-axg'], 'misc': {'platform': 'meson-axg-s400', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea84e51c583972a58e54', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:12 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:12 PM UTC [INFO] Processing event node: 6807ea84e51c583972a58e57 04/22/2025 07:14:13 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea84e51c583972a58e57 04/22/2025 07:14:13 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea84e51c583972a58e57', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on meson-g12a-u200 in lava-baylibre', 'start_time': '2025-04-22T19:14:12.255000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['amlogic,u200', 'amlogic,g12a'], 'misc': {'platform': 'meson-g12a-u200', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea84e51c583972a58e57', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:13 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:13 PM UTC [INFO] Processing event node: 6807ea84e51c583972a58e5a 04/22/2025 07:14:13 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea84e51c583972a58e5a 04/22/2025 07:14:13 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea84e51c583972a58e5a', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on meson-g12a-x96-max in ' 'lava-baylibre', 'start_time': '2025-04-22T19:14:12.482000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['amediatech,x96-max', 'amlogic,g12a'], 'misc': {'platform': 'meson-g12a-x96-max', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea84e51c583972a58e5a', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:13 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:13 PM UTC [INFO] Processing event node: 6807ea84e51c583972a58e5d 04/22/2025 07:14:13 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea84e51c583972a58e5d 04/22/2025 07:14:13 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea84e51c583972a58e5d', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on meson-g12b-odroid-n2 in ' 'lava-baylibre', 'start_time': '2025-04-22T19:14:12.706000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['hardkernel,odroid-n2', 'amlogic,s922x', 'amlogic,g12b'], 'misc': {'platform': 'meson-g12b-odroid-n2', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea84e51c583972a58e5d', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:13 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:13 PM UTC [INFO] Processing event node: 6807ea84e51c583972a58e60 04/22/2025 07:14:13 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea84e51c583972a58e60 04/22/2025 07:14:13 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea84e51c583972a58e60', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on meson-gxl-s905d-p230 in ' 'lava-baylibre', 'start_time': '2025-04-22T19:14:12.885000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['amlogic,p230', 'amlogic,s905d', 'amlogic,meson-gxl'], 'misc': {'platform': 'meson-gxl-s905d-p230', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea84e51c583972a58e60', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:13 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:14 PM UTC [INFO] Processing event node: 6807ea85e51c583972a58e63 04/22/2025 07:14:14 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea85e51c583972a58e63 04/22/2025 07:14:14 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea85e51c583972a58e63', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on meson-gxl-s905x-libretech-cc in ' 'lava-baylibre', 'start_time': '2025-04-22T19:14:13.116000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['libretech,aml-s905x-cc', 'amlogic,s905x', 'amlogic,meson-gxl'], 'misc': {'platform': 'meson-gxl-s905x-libretech-cc', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea85e51c583972a58e63', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:14 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:14 PM UTC [INFO] Processing event node: 6807ea85e51c583972a58e66 04/22/2025 07:14:14 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea85e51c583972a58e66 04/22/2025 07:14:14 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea85e51c583972a58e66', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on meson-sm1-khadas-vim3l in ' 'lava-baylibre', 'start_time': '2025-04-22T19:14:13.330000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['khadas,vim3l', 'amlogic,sm1'], 'misc': {'platform': 'meson-sm1-khadas-vim3l', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea85e51c583972a58e66', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:14 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:14 PM UTC [INFO] Processing event node: 6807ea85e51c583972a58e69 04/22/2025 07:14:14 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea85e51c583972a58e69 04/22/2025 07:14:14 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea85e51c583972a58e69', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on meson-sm1-sei610 in ' 'lava-baylibre', 'start_time': '2025-04-22T19:14:13.514000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['seirobotics,sei610', 'amlogic,sm1'], 'misc': {'platform': 'meson-sm1-sei610', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea85e51c583972a58e69', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:14 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:14 PM UTC [INFO] Processing event node: 6807ea86e51c583972a58e6f 04/22/2025 07:14:14 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea86e51c583972a58e6f 04/22/2025 07:14:14 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea86e51c583972a58e6f', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on sun50i-a64-pine64-plus in ' 'lava-baylibre', 'start_time': '2025-04-22T19:14:14.129000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['pine64,pine64-plus', 'allwinner,sun50i-a64'], 'misc': {'platform': 'sun50i-a64-pine64-plus', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea86e51c583972a58e6f', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:14 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:18 PM UTC [INFO] Processing event node: 6807ea8ae51c583972a58e84 04/22/2025 07:14:18 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea8ae51c583972a58e84 04/22/2025 07:14:19 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea8ae51c583972a58e84', 'origin': 'maestro', 'comment': 'baseline-arm-clabbe on jetson-tk1 in lava-clabbe', 'start_time': '2025-04-22T19:14:18.845000+00:00', 'environment': {'comment': 'Runtime: lava-clabbe', 'compatible': ['nvidia,jetson-tk1', 'nvidia,tegra124'], 'misc': {'platform': 'jetson-tk1', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-clabbe', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea8ae51c583972a58e84', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:19 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:22 PM UTC [INFO] Processing event node: 6807ea8ee51c583972a58e9f 04/22/2025 07:14:22 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea8ee51c583972a58e9f 04/22/2025 07:14:23 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea8ee51c583972a58e9f', 'origin': 'maestro', 'comment': 'baseline-arm-kontron on kontron-kswitch-d10-mmt-6g-2gs in ' 'lava-kontron', 'start_time': '2025-04-22T19:14:22.757000+00:00', 'environment': {'comment': 'Runtime: lava-kontron', 'compatible': ['kontron,kswitch-d10-mmt-6g-2gs', 'kontron,s1921', 'microchip,lan9668', 'microchip,lan966'], 'misc': {'platform': 'kontron-kswitch-d10-mmt-6g-2gs', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-kontron', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea8ee51c583972a58e9f', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:23 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:23 PM UTC [INFO] Processing event node: 6807ea8ee51c583972a58ea2 04/22/2025 07:14:23 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea8ee51c583972a58ea2 04/22/2025 07:14:23 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea8ee51c583972a58ea2', 'origin': 'maestro', 'comment': 'baseline-arm-kontron on kontron-kswitch-d10-mmt-8g in ' 'lava-kontron', 'start_time': '2025-04-22T19:14:22.926000+00:00', 'environment': {'comment': 'Runtime: lava-kontron', 'compatible': ['kontron,kswitch-d10-mmt-8g', 'kontron,s1921', 'microchip,lan9668', 'microchip,lan966'], 'misc': {'platform': 'kontron-kswitch-d10-mmt-8g', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-kontron', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea8ee51c583972a58ea2', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:23 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:24 PM UTC [INFO] Processing event node: 6807ea90e51c583972a58eab 04/22/2025 07:14:24 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea90e51c583972a58eab 04/22/2025 07:14:24 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea90e51c583972a58eab', 'origin': 'maestro', 'comment': 'baseline-arm-pengutronix on stm32mp157c-lxa-tac-gen1 in ' 'lava-pengutronix', 'start_time': '2025-04-22T19:14:24.419000+00:00', 'environment': {'comment': 'Runtime: lava-pengutronix', 'compatible': ['lxa,stm32mp157c-tac-gen1', 'oct,stm32mp15xx-osd32', 'st,stm32mp157'], 'misc': {'platform': 'stm32mp157c-lxa-tac-gen1', 'job_id': 'kci-6807e1681b4012cda6bf8313-kbuild-gcc-12-arm-8cezm193', 'job_context': 'aks-kbuild-medium-1'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-pengutronix', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea90e51c583972a58eab', 'error_code': 'invalid_job_params'}, 'status': 'MISS', 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-6807e1681b4012cda6bf8313/kselftest.tar.gz'}]} 04/22/2025 07:14:24 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:14:45 PM UTC [INFO] Processing event node: 6807d0a69aef7c8063cad95f 04/22/2025 07:14:45 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807d0a69aef7c8063cad95f 04/22/2025 07:14:45 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807d03a9aef7c8063cad938', 'id': 'maestro:6807d0a69aef7c8063cad95f', 'origin': 'maestro', 'comment': 'staging-stable-20250422.4', 'start_time': '2025-04-22T17:23:50.335000+00:00', 'architecture': 'arm64', 'compiler': 'gcc-12', 'config_name': 'defconfig+arm64-chromebook+kcidebug+lab-setup', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807d0a69aef7c8063cad95f-kbuild-gcc-12-arm64-chro-9zcn2yoi', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'image', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807d0a69aef7c8063cad95f'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/fragments/1.config'}, {'name': 'fragments_2_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/fragments/2.config'}, {'name': 'fragments_3_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/fragments/3.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/Image'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm64-chromebook-kcidebug-6807d0a69aef7c8063cad95f/build.log.gz', 'log_excerpt': 'pro1.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-hp-envy-x2.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-lenovo-miix-630.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-oneplus-cheeseburger.dtb\n' ' INSTALL _dtbs_/qcom/msm8998-oneplus-dumpling.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-lilac.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-maple.dtb\n' ' INSTALL ' '_dtbs_/qcom/msm8998-sony-xperia-yoshino-poplar.dtb\n' ' INSTALL _dtbs_/qcom/qcs404-evb-1000.dtb\n' ' INSTALL _dtbs_/qcom/qcs404-evb-4000.dtb\n' ' INSTALL _dtbs_/qcom/qrb5165-rb5.dtb\n' ' INSTALL _dtbs_/qcom/sa8155p-adp.dtb\n' ' INSTALL _dtbs_/qcom/sa8295p-adp.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-idp.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-coachz-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-coachz-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-coachz-r3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-coachz-r3-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r2.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-homestar-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-kingoftown-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-kingoftown-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r0.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r1-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r3-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r3-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r9.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-lazor-r9-kb.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-r9-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-r9.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r4.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r5.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-lazor-limozeen-nots-r9.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev0-auo.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev0-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev1-auo.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-mrbland-rev1-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-lte-parade.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-lte-ti.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pazquel-parade.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pazquel-ti.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r2.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r2-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-pompom-r3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-pompom-r3-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-quackingstick-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-quackingstick-r0-lte.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev0-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev0-inx.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-boe.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-inx.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-inx-rt5682s.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7180-trogdor-wormdingler-rev1-boe-rt5682s.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-r1.dtb\n' ' INSTALL _dtbs_/qcom/sc7180-trogdor-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-herobrine-crd.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-herobrine-evoker-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-herobrine-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r0.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r1.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc7280-herobrine-villager-r1-lte.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-idp.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-idp2.dtb\n' ' INSTALL _dtbs_/qcom/sc7280-crd-r3.dtb\n' ' INSTALL _dtbs_/qcom/sc8280xp-crd.dtb\n' ' INSTALL ' '_dtbs_/qcom/sc8280xp-lenovo-thinkpad-x13s.dtb\n' ' INSTALL _dtbs_/qcom/sda660-inforce-ifc6560.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-ganges-kirin.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-discovery.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-pioneer.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm630-sony-xperia-nile-voyager.dtb\n' ' INSTALL _dtbs_/qcom/sdm632-fairphone-fp3.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm636-sony-xperia-ganges-mermaid.dtb\n' ' INSTALL _dtbs_/qcom/sdm660-xiaomi-lavender.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r1.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r2.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-cheza-r3.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-db845c.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-lg-judyln.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-lg-judyp.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-mtp.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-oneplus-enchilada.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-oneplus-fajita.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-akari.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-akatsuki.dtb\n' ' INSTALL ' '_dtbs_/qcom/sdm845-sony-xperia-tama-apollo.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-xiaomi-beryllium.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-xiaomi-polaris.dtb\n' ' INSTALL _dtbs_/qcom/sdm845-shift-axolotl.dtb\n' ' INSTALL _dtbs_/qcom/sdm850-lenovo-yoga-c630.dtb\n' ' INSTALL _dtbs_/qcom/sdm850-samsung-w737.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm6125-sony-xperia-seine-pdx201.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm6350-sony-xperia-lena-pdx213.dtb\n' ' INSTALL _dtbs_/qcom/sm7225-fairphone-fp4.dtb\n' ' INSTALL _dtbs_/qcom/sm8150-hdk.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-microsoft-surface-duo.dtb\n' ' INSTALL _dtbs_/qcom/sm8150-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-sony-xperia-kumano-bahamut.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8150-sony-xperia-kumano-griffin.dtb\n' ' INSTALL _dtbs_/qcom/sm8250-hdk.dtb\n' ' INSTALL _dtbs_/qcom/sm8250-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8250-sony-xperia-edo-pdx203.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8250-sony-xperia-edo-pdx206.dtb\n' ' INSTALL _dtbs_/qcom/sm8350-hdk.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-microsoft-surface-duo2.dtb\n' ' INSTALL _dtbs_/qcom/sm8350-mtp.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-sony-xperia-sagami-pdx214.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8350-sony-xperia-sagami-pdx215.dtb\n' ' INSTALL _dtbs_/qcom/sm8450-hdk.dtb\n' ' INSTALL _dtbs_/qcom/sm8450-qrd.dtb\n' ' INSTALL ' '_dtbs_/qcom/sm8450-sony-xperia-nagara-pdx223.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-beacon-rzg2m-kit.dtb\n' ' INSTALL _dtbs_/renesas/r8a774a1-hihope-rzg2m.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-ex-mipi-2.1.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-rev2.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-rev2-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774a1-hihope-rzg2m-rev2-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-beacon-rzg2n-kit.dtb\n' ' INSTALL _dtbs_/renesas/r8a774b1-hihope-rzg2n.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-ex-mipi-2.1.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-rev2.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-rev2-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774b1-hihope-rzg2n-rev2-ex-idk-1110wr.dtb\n' ' INSTALL _dtbs_/renesas/r8a774c0-cat874.dtb\n' ' INSTALL _dtbs_/renesas/r8a774c0-ek874.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774c0-ek874-idk-2121wr.dtb\n' ' INSTALL _dtbs_/renesas/r8a774c0-ek874-mipi-2.1.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-beacon-rzg2h-kit.dtb\n' ' INSTALL _dtbs_/renesas/r8a774e1-hihope-rzg2h.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-hihope-rzg2h-ex.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-hihope-rzg2h-ex-idk-1110wr.dtb\n' ' INSTALL ' '_dtbs_/renesas/r8a774e1-hihope-rzg2h-ex-mipi-2.1.dtb\n' ' INSTALL _dtbs_/renesas/r8a77950-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77950-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77950-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77951-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77960-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77961-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77961-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77961-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-salvator-x.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a77965-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a77970-eagle.dtb\n' ' INSTALL _dtbs_/renesas/r8a77970-v3msk.dtb\n' ' INSTALL _dtbs_/renesas/r8a77980-condor.dtb\n' ' INSTALL _dtbs_/renesas/r8a77980-v3hsk.dtb\n' ' INSTALL _dtbs_/renesas/r8a77980a-condor-i.dtb\n' ' INSTALL _dtbs_/renesas/r8a77990-ebisu.dtb\n' ' INSTALL _dtbs_/renesas/r8a77995-draak.dtb\n' ' INSTALL _dtbs_/renesas/r8a779a0-falcon.dtb\n' ' INSTALL _dtbs_/renesas/r8a779f0-spider.dtb\n' ' INSTALL _dtbs_/renesas/r8a779g0-white-hawk.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m1-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m1-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m1-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m3-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m3-ulcb.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m3-ulcb-kf.dtb\n' ' INSTALL _dtbs_/renesas/r8a779m5-salvator-xs.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g043u11-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g044c2-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g044l2-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a07g054l2-smarc.dtb\n' ' INSTALL _dtbs_/renesas/r9a09g011-v2mevk2.dtb\n' ' INSTALL ' '_dtbs_/renesas/draak-ebisu-panel-aa104xd12.dtbo\n' ' INSTALL ' '_dtbs_/renesas/salvator-panel-aa104xd12.dtbo\n' ' INSTALL _dtbs_/rockchip/px30-evb.dtb\n' ' INSTALL ' '_dtbs_/rockchip/px30-engicam-px30-core-ctouch2.dtb\n' ' INSTALL ' '_dtbs_/rockchip/px30-engicam-px30-core-ctouch2-of10.dtb\n' ' INSTALL ' '_dtbs_/rockchip/px30-engicam-px30-core-edimm2.2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3308-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3308-roc-cc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3308-rock-pi-s.dtb\n' ' INSTALL _dtbs_/rockchip/rk3318-a95x-z2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3326-odroid-go2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-a1.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-nanopi-r2s.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-rock64.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-rock-pi-e.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-roc-cc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3328-roc-pc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-evb-act8846.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-geekbox.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-lion-haikou.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-orion-r68-meta.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-px5-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3368-r88.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-eaidk-610.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-evb.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-ficus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-firefly.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-bob.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-kevin.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-gru-scarlet-dumo.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-scarlet-inx.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-gru-scarlet-kd.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-hugsun-x99.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-khadas-edge.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-khadas-edge-captain.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-khadas-edge-v.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-kobol-helios64.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-leez-p710.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopc-t4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-m4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-m4b.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-neo4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-nanopi-r4s.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-nanopi-r4s-enterprise.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-orangepi.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-pinebook-pro.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-pinephone-pro.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-puma-haikou.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-roc-pc.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-roc-pc-mezzanine.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-roc-pc-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-4c-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4a.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4a-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4b.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4b-plus.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock-pi-4c.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rock960.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rockpro64-v2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-rockpro64.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399-sapphire.dtb\n' ' INSTALL ' '_dtbs_/rockchip/rk3399-sapphire-excavator.dtb\n' ' INSTALL _dtbs_/rockchip/rk3399pro-rock-pi-n10.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-anbernic-rg353p.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-anbernic-rg503.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-pinenote-v1.1.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-pinenote-v1.2.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-quartz64-a.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-quartz64-b.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-roc-pc.dtb\n' ' INSTALL _dtbs_/rockchip/rk3566-soquartz-cm4.dtb\n' ' INSTALL _dtbs_/rockchip/rk3568-bpi-r2-pro.dtb\n' ' INSTALL _dtbs_/rockchip/rk3568-evb1-v10.dtb\n' ' INSTALL _dtbs_/rockchip/rk3568-rock-3a.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld11-global.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld11-ref.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld20-akebi96.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld20-global.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-ld20-ref.dtb\n' ' INSTALL _dtbs_/socionext/uniphier-pxs3-ref.dtb\n' ' INSTALL ' '_dtbs_/socionext/uniphier-pxs3-ref-gadget0.dtb\n' ' INSTALL ' '_dtbs_/socionext/uniphier-pxs3-ref-gadget1.dtb\n' ' INSTALL _dtbs_/sprd/sc9836-openphone.dtb\n' ' INSTALL _dtbs_/sprd/sp9860g-1h10.dtb\n' ' INSTALL _dtbs_/sprd/sp9863a-1h10.dtb\n' ' INSTALL _dtbs_/synaptics/berlin4ct-dmp.dtb\n' ' INSTALL _dtbs_/synaptics/berlin4ct-stb.dtb\n' ' INSTALL _dtbs_/tesla/fsd-evb.dtb\n' ' INSTALL _dtbs_/ti/k3-am654-base-board.dtb\n' ' INSTALL _dtbs_/ti/k3-am6528-iot2050-basic.dtb\n' ' INSTALL _dtbs_/ti/k3-am6528-iot2050-basic-pg2.dtb\n' ' INSTALL _dtbs_/ti/k3-am6548-iot2050-advanced.dtb\n' ' INSTALL ' '_dtbs_/ti/k3-am6548-iot2050-advanced-pg2.dtb\n' ' INSTALL _dtbs_/ti/k3-j721e-common-proc-board.dtb\n' ' INSTALL _dtbs_/ti/k3-j721e-sk.dtb\n' ' INSTALL _dtbs_/ti/k3-j7200-common-proc-board.dtb\n' ' INSTALL _dtbs_/ti/k3-j721s2-common-proc-board.dtb\n' ' INSTALL _dtbs_/ti/k3-am642-evm.dtb\n' ' INSTALL _dtbs_/ti/k3-am642-sk.dtb\n' ' INSTALL _dtbs_/ti/k3-am625-sk.dtb\n' ' INSTALL _dtbs_/ti/k3-am62a7-sk.dtb\n' ' INSTALL _dtbs_/toshiba/tmpv7708-rm-mbrc.dtb\n' ' INSTALL _dtbs_/toshiba/tmpv7708-visrobo-vrb.dtb\n' ' INSTALL _dtbs_/xilinx/avnet-ultra96-rev1.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1232-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1254-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1275-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm015-dc1.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm016-dc2.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm017-dc3.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm018-dc4.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zc1751-xm019-dc5.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu100-revC.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-revB.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-rev1.0.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu102-rev1.1.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu104-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu104-revC.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu106-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-zcu111-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-sm-k26-revA.dtb\n' ' INSTALL _dtbs_/xilinx/zynqmp-smk-k26-revA.dtb\n' ' INSTALL ' '_dtbs_/xilinx/sm-k26-revA-sck-kv-g-revA.dtb\n' ' INSTALL ' '_dtbs_/xilinx/sm-k26-revA-sck-kv-g-revB.dtb\n' ' INSTALL ' '_dtbs_/xilinx/smk-k26-revA-sm-k26-revA-sck-kv-g-revA.dtb\n' ' INSTALL ' '_dtbs_/xilinx/smk-k26-revA-sm-k26-revA-sck-kv-g-revB.dtb\n' '+ mkdir -p /tmp/kci/artifacts/dtbs\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp -r _dtbs_/actions _dtbs_/allwinner _dtbs_/altera ' '_dtbs_/amazon _dtbs_/amd _dtbs_/amlogic _dtbs_/apm ' '_dtbs_/apple _dtbs_/arm _dtbs_/broadcom _dtbs_/cavium ' '_dtbs_/exynos _dtbs_/freescale _dtbs_/hisilicon ' '_dtbs_/intel _dtbs_/lg _dtbs_/marvell _dtbs_/mediatek ' '_dtbs_/nuvoton _dtbs_/nvidia _dtbs_/qcom ' '_dtbs_/renesas _dtbs_/rockchip _dtbs_/socionext ' '_dtbs_/sprd _dtbs_/synaptics _dtbs_/tesla _dtbs_/ti ' '_dtbs_/toshiba _dtbs_/xilinx /tmp/kci/artifacts/dtbs\n' '+ cd ..\n' '+ echo job:package_dtbs=done\n' '++ date +%s\n' '+ echo jobets:package_dtbs=1745348773\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:14:45 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:14:47 PM UTC [INFO] Processing event node: 6807e5481b4012cda6bf84c7 04/22/2025 07:14:48 PM UTC [DEBUG] Generated issues/incidents: {'issue_node': [{'origin': 'maestro', 'id': 'maestro:d3d5fb9d690f938644a68b2f9c20547fb8656c6b', 'version': 1, 'comment': ' NULL pointer dereference at virtual address 00000070 [logspec:generic_linux_boot,linux.kernel.null_pointer_dereference]', 'misc': {'logspec': {'version': '1.0.0', 'parser': 'generic_linux_boot', 'error': {'error_type': 'linux.kernel.null_pointer_dereference', 'error_summary': 'NULL pointer dereference at virtual address 00000070', 'hardware': 'Generic OMAP36xx (Flattened Device Tree)', 'address': '00000070', 'log_excerpt': '[ 5.793304] Unable to handle kernel NULL pointer dereference at virtual address 00000070\n[ 5.801452] [00000070] *pgd=00000000\n[ 5.805084] Internal error: Oops: 5 [#1] SMP ARM\n[ 5.809722] Modules linked in:\n[ 5.812805] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 6.1.132 #1\n[ 5.818817] Hardware name: Generic OMAP36xx (Flattened Device Tree)\n[ 5.825134] PC is at mutex_lock+0x8/0x30\n[ 5.829071] LR is at request_threaded_irq+0x64/0x154\n[ 5.834075] pc : [] lr : [] psr: 90000053\n[ 5.840362] sp : d0009e98 ip : 00000001 fp : 00000000\n[ 5.845611] r10: c1d6b404 r9 : 00000000 r8 : 00000070\n[ 5.850860] r7 : c0330b0c r6 : c20d0000 r5 : 00004000 r4 : c1d6bda4\n[ 5.857421] r3 : c20d0000 r2 : 00000000 r1 : c0330b0c r0 : 00000070\n[ 5.863983] Flags: NzcV IRQs on FIQs off Mode SVC_32 ISA ARM Segment none\n[ 5.871246] Control: 10c5387d Table: 80204019 DAC: 00000051\n[ 5.877014] Register r0 information: non-paged memory\n[ 5.882080] Register r1 information: non-slab/vmalloc memory\n[ 5.887786] Register r2 information: NULL pointer\n[ 5.892486] Register r3 information: slab task_struct start c20d0000 pointer offset 0\n[ 5.900390] Register r4 information: non-slab/vmalloc memory\n[ 5.906066] Register r5 information: non-paged memory\n[ 5.911132] Register r6 information: slab task_struct start c20d0000 pointer offset 0\n[ 5.919036] Register r7 information: non-slab/vmalloc memory\n[ 5.924713] Register r8 information: non-paged memory\n[ 5.929779] Register r9 information: NULL pointer\n[ 5.934509] Register r10 information: non-slab/vmalloc memory\n[ 5.940277] Register r11 information: NULL pointer\n[ 5.945098] Register r12 information: non-paged memory\n[ 5.950256] Process swapper/0 (pid: 1, stack limit = 0x(ptrval))\n[ 5.956298] Stack: (0xd0009e98 to 0xd000a000)\n[ 5.960693] 9e80: c1d6bda4 00004000\n[ 5.968902] 9ea0: c20d0000 c0330b0c 00000070 00000000 00000000 c03a6e00 c16e0d38 00000000\n[ 5.977111] 9ec0: c20d0000 00000007 00000000 c19ce858 c1a54a0c c1914bdc c1632228 00000000\n[ 5.985321] 9ee0: 00000000 c1d6b7b8 c1d59fc0 c20d0000 00000007 00000000 c19ce858 c19128a4\n[ 5.993560] 9f00: c19128cc c03025dc c21fe6d7 00000000 c21fe6e7 00000000 00000000 00000000\n[ 6.001770] 9f20: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000\n[ 6.009979] 9f40: 00000000 00000000 00000000 00000000 00000000 8b0ea72b 00000182 c21fe6c0\n[ 6.018188] 9f60: c19ce838 00000007 c1d6a000 c1901394 00000007 00000007 00000000 c19004d0\n[ 6.026397] 9f80: c1b04cc0 c110c448 00000000 00000000 00000000 00000000 00000000 c110c460\n[ 6.034637] 9fa0: 00000000 c110c448 00000000 c03001ac 00000000 00000000 00000000 00000000\n[ 6.042846] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000\n[ 6.051055] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000 00000000 00000000\n[ 6.059295] mutex_lock from request_threaded_irq+0x64/0x154\n[ 6.064971] request_threaded_irq from request_threaded_irq+0x64/0x154\n[ 6.071563] request_threaded_irq from omap3_pm_init+0xe4/0x400\n[ 6.077514] omap3_pm_init from omap2_common_pm_late_init+0x30/0x58\n[ 6.083831] omap2_common_pm_late_init from do_one_initcall+0x58/0x200\n[ 6.090393] do_one_initcall from kernel_init_freeable+0x1a8/0x204\n[ 6.096618] kernel_init_freeable from kernel_init+0x18/0x12c\n[ 6.102416] kernel_init from ret_from_fork+0x14/0x28\n[ 6.107482] Exception stack(0xd0009fb0 to 0xd0009ff8)\n[ 6.112579] 9fa0: 00000000 00000000 00000000 00000000\n[ 6.120788] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000\n[ 6.128997] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000\n[ 6.135650] Code: e3a01002 eafffdd7 ee1d3f70 f5d0f000 (e1901f9f)\n', 'signature_fields': {'error_type': 'linux.kernel.null_pointer_dereference', 'error_summary': 'NULL pointer dereference at virtual address 00000070', 'address': '00000070', 'call_trace': []}}}}, 'culprit': {'code': True, 'harness': False, 'tool': False}, 'test_status': 'FAIL'}, {'origin': 'maestro', 'id': 'maestro:ed9d1ad0c75be46fb49b0eea8c2e5cafa2d5c262', 'version': 1, 'comment': ' Attempted to kill init! exitcode=0x0000000b [logspec:generic_linux_boot,linux.kernel.panic]', 'misc': {'logspec': {'version': '1.0.0', 'parser': 'generic_linux_boot', 'error': {'error_type': 'linux.kernel.panic', 'error_summary': 'Attempted to kill init! exitcode=0x0000000b', 'log_excerpt': '[ 6.146545] Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b\n', 'signature_fields': {'error_type': 'linux.kernel.panic', 'error_summary': 'Attempted to kill init! exitcode=0x0000000b'}}}}, 'culprit': {'code': True, 'harness': False, 'tool': False}, 'test_status': 'FAIL'}], 'incident_node': [{'id': 'maestro:0ed34580f9ebf879234cae677c75cfeb13d943d6', 'issue_id': 'maestro:d3d5fb9d690f938644a68b2f9c20547fb8656c6b', 'issue_version': 1, 'test_id': 'maestro:6807e5481b4012cda6bf84c7', 'comment': 'test incident, automatically generated', 'origin': 'maestro', 'present': True}, {'id': 'maestro:9ab30b3d7121ba51936406f9449b2f2fa5b38243', 'issue_id': 'maestro:ed9d1ad0c75be46fb49b0eea8c2e5cafa2d5c262', 'issue_version': 1, 'test_id': 'maestro:6807e5481b4012cda6bf84c7', 'comment': 'test incident, automatically generated', 'origin': 'maestro', 'present': True}]} 04/22/2025 07:14:48 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e5481b4012cda6bf84c7 04/22/2025 07:14:48 PM UTC [DEBUG] Sending to KCIDB: issues: maestro:d3d5fb9d690f938644a68b2f9c20547fb8656c6b 04/22/2025 07:14:48 PM UTC [DEBUG] Sending to KCIDB: issues: maestro:ed9d1ad0c75be46fb49b0eea8c2e5cafa2d5c262 04/22/2025 07:14:48 PM UTC [DEBUG] Sending to KCIDB: incidents: maestro:0ed34580f9ebf879234cae677c75cfeb13d943d6 04/22/2025 07:14:48 PM UTC [DEBUG] Sending to KCIDB: incidents: maestro:9ab30b3d7121ba51936406f9449b2f2fa5b38243 04/22/2025 07:14:48 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807b36ceeef98828f27e70f', 'id': 'maestro:6807e5481b4012cda6bf84c7', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on beagle-xm in lava-baylibre', 'start_time': '2025-04-22T18:51:52.615000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['ti,omap3-beagle-xm', 'ti,omap3630', 'ti,omap3'], 'misc': {'platform': 'beagle-xm', 'job_url': 'https://lava.baylibre.com/scheduler/job/3910945', 'job_id': '3910945'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e5481b4012cda6bf84c7', 'error_code': 'Job', 'error_msg': 'login-action timed out after 120 seconds'}, 'status': 'FAIL', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm-baylibre-6807e5481b4012cda6bf84c7/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm-baylibre-6807e5481b4012cda6bf84c7/log.txt.gz', 'log_excerpt': '\n' '[ 0.057159] CPU0: thread -1, cpu 0, socket -1, ' 'mpidr 0\n' '[ 0.058441] Setting up static identity map for ' '0x80300000 - 0x803000ac\n' '[ 0.062896] rcu: Hierarchical SRCU ' 'implementation.\n' '[ 0.062896] rcu: ?Max phase no-delay instances is ' '1000.\n' '[ 0.073364] EFI services will not be available.\n' '[ 0.073730] smp: Bringing up secondary CPUs ...\n' '[ 0.073730] smp: Brought up 1 node, 1 CPU\n' '[ 0.073760] SMP: Total of 1 processors activated ' '(600.47 BogoMIPS).\n' '[ 0.073760] CPU: All CPU(s) started in SVC mode.\n' '[ 0.074493] devtmpfs: initialized\n' '[ 0.098419] VFP support v0.3: implementor 41 ' 'architecture 3 part 30 variant c rev 3\n' '[ 0.098754] clocksource: jiffies: mask: 0xffffffff ' 'max_cycles: 0xffffffff, max_idle_ns: ' '19112604462750000 ns\n' '[ 0.098785] futex hash table entries: 256 (order: ' '2, 16384 bytes, linear)\n' '[ 0.103912] pinctrl core: initialized pinctrl ' 'subsystem\n' '[ 0.112396] DMI not present or invalid.\n' '[ 0.113525] NET: Registered PF_NETLINK/PF_ROUTE ' 'protocol family\n' '[ 0.117004] DMA: preallocated 256 KiB pool for ' 'atomic coherent allocations\n' '[ 0.142700] omap_hwmod: mcbsp2_sidetone using ' 'broken dt data from mcbsp\n' '[ 0.143463] omap_hwmod: mcbsp3_sidetone using ' 'broken dt data from mcbsp\n' '[ 0.217193] thermal_sys: Registered thermal ' "governor 'step_wise'\n" '[ 0.217376] cpuidle: using governor menu\n' '[ 0.217926] Reprogramming SDRC clock to 400000000 ' 'Hz\n' '[ 0.251861] /ocp@68000000: Fixed dependency ' 'cycle(s) with ' '/ocp@68000000/interrupt-controller@48200000\n' '[ 0.281921] gpio gpiochip0: (gpio-0-31): not an ' 'immutable chip, please consider fixing it!\n' '[ 0.282379] OMAP GPIO hardware version 2.5\n' '[ 0.283447] gpio gpiochip1: (gpio-32-63): not an ' 'immutable chip, please consider fixing it!\n' '[ 0.284912] gpio gpiochip2: (gpio-64-95): not an ' 'immutable chip, please consider fixing it!\n' '[ 0.286315] gpio gpiochip3: (gpio-96-127): not an ' 'immutable chip, please consider fixing it!\n' '[ 0.287872] gpio gpiochip4: (gpio-128-159): not an ' 'immutable chip, please consider fixing it!\n' '[ 0.319915] /ocp@68000000/dss@48050000: Fixed ' 'dependency cycle(s) with /encoder0\n' '[ 0.320098] /encoder0: Fixed dependency cycle(s) ' 'with /ocp@68000000/dss@48050000\n' '[ 0.320831] /encoder0: Fixed dependency cycle(s) ' 'with /connector0\n' '[ 0.320983] /connector0: Fixed dependency cycle(s) ' 'with /encoder0\n' '[ 0.321594] ' '/ocp@68000000/dss@48050000/encoder@48050c00: Fixed ' 'dependency cycle(s) with /connector1\n' '[ 0.321746] /connector1: Fixed dependency cycle(s) ' 'with /ocp@68000000/dss@48050000/encoder@48050c00\n' '[ 0.322845] /etb@5401b000: Fixed dependency ' 'cycle(s) with /etm@54010000\n' '[ 0.322998] /etm@54010000: Fixed dependency ' 'cycle(s) with /etb@5401b000\n' '[ 0.323272] No ATAGs?\n' '[ 0.323303] hw-breakpoint: debug architecture 0x4 ' 'unsupported.\n' '[ 0.337402] Serial: AMBA PL011 UART driver\n' '[ 0.380584] iommu: Default domain type: ' 'Translated\n' '[ 0.380615] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.381805] SCSI subsystem initialized\n' '[ 0.397735] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.397827] usbcore: registered new interface ' 'driver hub\n' '[ 0.397888] usbcore: registered new device driver ' 'usb\n' '[ 0.401672] omap_i2c 48070000.i2c: bus 0 rev4.4 at ' '2600 kHz\n' '[ 0.407806] omap_i2c 48072000.i2c: bus 1 rev4.4 at ' '400 kHz\n' '[ 0.408874] omap_i2c 48060000.i2c: bus 2 rev4.4 at ' '100 kHz\n' '[ 0.410369] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.410400] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.410430] PTP clock support registered\n' '[ 0.410766] EDAC MC: Ver: 3.0.0\n' '[ 0.421691] vgaarb: loaded\n' '[ 0.422302] clocksource: Switched to clocksource ' '32k_counter\n' '[ 0.454650] NET: Registered PF_INET protocol ' 'family\n' '[ 0.455047] IP idents hash table entries: 4096 ' '(order: 3, 32768 bytes, linear)\n' '[ 0.456176] tcp_listen_portaddr_hash hash table ' 'entries: 512 (order: 0, 4096 bytes, linear)\n' '[ 0.456237] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.456268] TCP established hash table entries: ' '2048 (order: 1, 8192 bytes, linear)\n' '[ 0.456359] TCP bind hash table entries: 2048 ' '(order: 3, 32768 bytes, linear)\n' '[ 0.456512] TCP: Hash tables configured ' '(established 2048 bind 2048)\n' '[ 0.456634] UDP hash table entries: 256 (order: 1, ' '8192 bytes, linear)\n' '[ 0.456695] UDP-Lite hash table entries: 256 ' '(order: 1, 8192 bytes, linear)\n' '[ 0.456909] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.458007] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.458007] RPC: Registered udp transport module.\n' '[ 0.458007] RPC: Registered tcp transport module.\n' '[ 0.458038] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.458038] PCI: CLS 0 bytes, default 64\n' '[ 0.463836] Trying to unpack rootfs image as ' 'initramfs...\n' '[ 0.473144] hw perfevents: enabled with ' 'armv7_cortex_a8 PMU driver, 5 counters available\n' '[ 0.475555] Initialise system trusted keyrings\n' '[ 0.482849] workingset: timestamp_bits=30 ' 'max_order=16 bucket_order=0\n' '[ 0.492767] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.523681] NFS: Registering the id_resolver key ' 'type\n' '[ 0.523773] Key type id_resolver registered\n' '[ 0.523803] Key type id_legacy registered\n' '[ 0.523956] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.523956] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.524047] ntfs: driver 2.1.32 [Flags: R/O].\n' '[ 0.524871] Key type asymmetric registered\n' "[ 0.524902] Asymmetric key parser 'x509' " 'registered\n' '[ 0.525115] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 247)\n' '[ 0.525146] io scheduler mq-deadline registered\n' '[ 0.525146] io scheduler kyber registered\n' '[ 0.544158] pinctrl-single 48002030.pinmux: 284 ' 'pins, size 568\n' '[ 0.544830] pinctrl-single 48002a00.pinmux: 46 ' 'pins, size 92\n' '[ 0.545623] pinctrl-single 480025a0.pinmux: 46 ' 'pins, size 92\n' '[ 1.023986] Serial: 8250/16550 driver, 5 ports, ' 'IRQ sharing enabled\n' '[ 1.049713] 4806a000.serial: ttyS0 at MMIO ' '0x4806a000 (irq = 88, base_baud = 3000000) is a 8250\n' '[ 1.063629] 4806c000.serial: ttyS1 at MMIO ' '0x4806c000 (irq = 89, base_baud = 3000000) is a 8250\n' '[ 1.066223] 49020000.serial: ttyS2 at MMIO ' '0x49020000 (irq = 90, base_baud = 3000000) is a 8250\n' '[ 3.861419] printk: console [ttyS2] enabled\n' '[ 3.894989] 49042000.serial: ttyS3 at MMIO ' '0x49042000 (irq = 96, base_baud = 3000000) is a 8250\n' '[ 3.947082] SuperH (H)SCI(F) driver initialized\n' '[ 3.953826] msm_serial: driver initialized\n' '[ 3.957977] STMicroelectronics ASC driver ' 'initialized\n' '[ 3.966125] STM32 USART driver initialized\n' '[ 4.116394] brd: module loaded\n' '[ 4.159545] loop: module loaded\n' '[ 4.222320] twl 0-0048: PIH (irq 23) chaining IRQs ' '145..153\n' '[ 4.228179] twl 0-0048: power (irq 150) chaining ' 'IRQs 153..160\n' '[ 4.445983] twl4030_gpio twl4030-gpio: gpio (irq ' '145) chaining IRQs 161..178\n' '[ 4.631835] CAN device driver interface\n' '[ 4.638977] bgmac_bcma: Broadcom 47xx GBit MAC ' 'driver loaded\n' '[ 4.647674] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 4.652740] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 4.658813] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 4.664306] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 4.681365] pegasus: Pegasus/Pegasus II USB ' 'Ethernet driver\n' '[ 4.687164] usbcore: registered new interface ' 'driver pegasus\n' '[ 4.692962] usbcore: registered new interface ' 'driver asix\n' '[ 4.698455] usbcore: registered new interface ' 'driver ax88179_178a\n' '[ 4.704681] usbcore: registered new interface ' 'driver cdc_ether\n' '[ 4.710601] usbcore: registered new interface ' 'driver smsc75xx\n' '[ 4.716491] usbcore: registered new interface ' 'driver smsc95xx\n' '[ 4.722320] usbcore: registered new interface ' 'driver net1080\n' '[ 4.728118] usbcore: registered new interface ' 'driver cdc_subset\n' '[ 4.734130] usbcore: registered new interface ' 'driver zaurus\n' '[ 4.739807] usbcore: registered new interface ' 'driver cdc_ncm\n' '[ 4.758087] usbcore: registered new interface ' 'driver usb-storage\n' '[ 4.778503] ohci-platform 48064400.ohci: Generic ' 'Platform OHCI controller\n' '[ 4.785491] ohci-platform 48064400.ohci: new USB ' 'bus registered, assigned bus number 1\n' '[ 4.834503] ohci-platform 48064400.ohci: irq 92, ' 'io mem 0x48064400\n' '[ 4.964569] hub 1-0:1.0: USB hub found\n' '[ 4.977081] hub 1-0:1.0: 3 ports detected\n' '[ 5.234741] twl_rtc 48070000.i2c:twl@48:rtc: Power ' 'up reset detected.\n' '[ 5.262756] twl_rtc 48070000.i2c:twl@48:rtc: ' 'Enabling TWL-RTC\n' '[ 5.290191] twl_rtc 48070000.i2c:twl@48:rtc: ' 'registered as rtc0\n' '[ 5.324249] twl_rtc 48070000.i2c:twl@48:rtc: ' 'setting system clock to 2000-01-01T00:00:00 UTC ' '(946684800)\n' '[ 5.354431] i2c_dev: i2c /dev entries driver\n' '[ 5.419036] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 5.425445] sdhci: Copyright(c) Pierre Ossman\n' '[ 5.435516] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 5.446411] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 5.463256] omap_hsmmc 4809c000.mmc: RX DMA ' 'channel request failed\n' '[ 5.613159] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 5.625091] usbcore: registered new interface ' 'driver usbhid\n' '[ 5.630706] usbhid: USB HID core driver\n' '[ 5.640045] omap-gpmc 6e000000.gpmc: GPMC revision ' '5.0\n' '[ 5.645324] gpmc_mem_init: disabling cs 0 mapped ' 'at 0x0-0x1000000\n' '[ 5.665466] 8<--- cut here ---\n' '[ 5.668579] Unable to handle kernel paging request ' 'at virtual address ffffffff\n' '[ 5.675933] [ffffffff] *pgd=8fdde861, ' '*pte=00000000, *ppte=00000000\n' '[ 5.682250] Internal error: Oops: 37 [#1] SMP ARM\n' '[ 5.686981] Modules linked in:\n' '[ 5.690063] CPU: 0 PID: 29 Comm: kworker/u2:2 Not ' 'tainted 6.1.132 #1\n' '[ 5.696441] Hardware name: Generic OMAP36xx ' '(Flattened Device Tree)\n' '[ 5.702728] Workqueue: events_unbound ' 'async_run_entry_fn\n' '[ 5.708099] PC is at inflate_fast+0x390/0x594\n' '[ 5.712493] LR is at 0xc2441184\n' '[ 5.715637] pc : [] lr : ' '[] psr: 20000053\n' '[ 5.721923] sp : d0095db8 ip : 0000001d fp : ' 'c9f25e56\n' '[ 5.727172] r10: c242b200 r9 : c2440000 r8 : ' 'ffffffff\n' '[ 5.732421] r7 : c2415600 r6 : 0000000c r5 : ' 'c242b200 r4 : 00000000\n' '[ 5.738983] r3 : 0000c4ac r2 : 00000013 r1 : ' '00000006 r0 : ffffffff\n' '[ 5.745544] Flags: nzCv IRQs on FIQs off Mode ' 'SVC_32 ISA ARM Segment none\n' '[ 5.752777] Control: 10c5387d Table: 80204019 ' 'DAC: 00000051\n' '[ 5.758575] Register r0 information: non-paged ' 'memory\n' '[ 5.763641] Register r1 information: non-paged ' 'memory\n' '[ 5.768707] Register r2 information: non-paged ' 'memory\n' '[ 5.773803] Register r3 information: non-paged ' 'memory\n' '[ 5.778869] Register r4 information: NULL pointer\n' '[ 5.783599] Register r5 information: ' 'non-slab/vmalloc memory\n' '[ 5.789276] Register r6 information: non-paged ' 'memory\n' '[ 5.794372] Register r7 information: slab ' 'kmalloc-64 start c2415600 pointer offset 0 size 64\n' '[ 5.802856] Register r8 information: non-paged ' 'memory\n' '[ 5.807922] Register r9 information: ' 'non-slab/vmalloc memory\n' '[ 5.813629] Register r10 information: ' 'non-slab/vmalloc memory\n' '[ 5.819396] Register r11 information: ' 'non-slab/vmalloc memory\n' '[ 5.825164] Register r12 information: non-paged ' 'memory\n' '[ 5.830322] Process kworker/u2:2 (pid: 29, stack ' 'limit = 0x(ptrval))\n' '[ 5.836730] Stack: (0xd0095db8 to 0xd0096000)\n' '[ 5.841094] ' '5da0: ' 'c244052c 00000000\n' '[ 5.849304] 5dc0: c242feff 000001ff 00000006 ' 'c2428000 00000000 c244252c 00008000 00008000\n' '[ 5.857513] 5de0: c9f25e54 00000007 c19af414 ' '00000006 360da1b2 00000006 c9f25e53 c2440000\n' '[ 5.865753] 5e00: c242b1f4 00008000 c2415600 ' 'c07368e4 c19ce8c0 618a245c c19ce8c0 00004e0c\n' '[ 5.873962] 5e20: c242b1f4 00000000 00008000 ' 'c19029c4 360daca7 00005dd4 c19ce8c0 c2415600\n' '[ 5.882171] 5e40: c8fa0000 c2428000 00000000 ' 'c19029d8 c190272c c19af414 c8fa0000 c19af67c\n' '[ 5.890380] 5e60: 00008000 00000000 c200e005 ' 'c19ce8c0 c8fa0000 00000000 00000000 0105f278\n' '[ 5.898620] 5e80: 00000000 00000000 c19ce944 ' 'c19af780 00000000 00008000 c19ce940 c190272c\n' '[ 5.906829] 5ea0: 0105f278 c1902d04 00000000 ' 'c19ce940 c190272c c200e005 c2126e80 c1627bdc\n' '[ 5.915039] 5ec0: c179f3ec 618a245c d0095ee4 ' 'c1d6a068 c1d6a064 c2006600 c1a54d00 00000000\n' '[ 5.923248] 5ee0: c1d5a240 c200e005 c2126e80 ' 'c1903848 c240179c c2415550 c1d6cd34 618a245c\n' '[ 5.931488] 5f00: c200e000 c2415550 c1d6cd34 ' 'c2006600 c200e000 c036d548 c2415550 c2336680\n' '[ 5.939697] 5f20: c2006600 c03621d0 c2006648 ' '00000000 cfb8e600 c2006600 c2006648 c2336680\n' '[ 5.947906] 5f40: c2006600 c2336698 c200661c ' 'c1b03d40 c2126e80 00000088 c2006600 c03624f0\n' '[ 5.956115] 5f60: c2336680 c1b03d40 d0069eb8 ' 'c2342000 c2126e80 c03624a0 c2336680 c23420c0\n' '[ 5.964355] 5f80: d0069eb8 00000000 00000000 ' 'c036a1a0 c2342000 c036a0d0 00000000 00000000\n' '[ 5.972564] 5fa0: 00000000 00000000 00000000 ' 'c03001ac 00000000 00000000 00000000 00000000\n' '[ 5.980773] 5fc0: 00000000 00000000 00000000 ' '00000000 00000000 00000000 00000000 00000000\n' '[ 5.988983] 5fe0: 00000000 00000000 00000000 ' '00000000 00000013 00000000 00000000 00000000\n' '[ 5.997222] inflate_fast from ' 'zlib_inflate+0x650/0x1468\n' '[ 6.002563] zlib_inflate from ' '__gunzip+0x260/0x338\n' '[ 6.007476] __gunzip from gunzip+0x2c/0x34\n' '[ 6.011718] gunzip from ' 'unpack_to_rootfs+0x18c/0x2b4\n' '[ 6.016815] unpack_to_rootfs from ' 'do_populate_rootfs+0x7c/0x1dc\n' '[ 6.022857] do_populate_rootfs from ' 'async_run_entry_fn+0x24/0xb0\n' '[ 6.028991] async_run_entry_fn from ' 'process_one_work+0x1fc/0x4cc\n' '[ 6.035125] process_one_work from ' 'worker_thread+0x50/0x54c\n' '[ 6.040740] worker_thread from kthread+0xd0/0xec\n' '[ 6.045471] kthread from ret_from_fork+0x14/0x28\n' '[ 6.050201] Exception stack(0xd0095fb0 to ' '0xd0095ff8)\n' '[ 6.055267] ' '5fa0: 00000000 ' '00000000 00000000 00000000\n' '[ 6.063476] 5fc0: 00000000 00000000 00000000 ' '00000000 00000000 00000000 00000000 00000000\n' '[ 6.071716] 5fe0: 00000000 00000000 00000000 ' '00000000 00000013 00000000\n' '[ 6.078338] Code: 07c74016 06ff6074 e1a04001 ' 'e2544001 (e0c560b2)\n' '[ 6.084594] ---[ end trace 0000000000000000 ]---\n' '[ 6.098175] NET: Registered PF_INET6 protocol ' 'family\n' '[ 6.104888] Segment Routing with IPv6\n' '[ 6.108673] In-situ OAM (IOAM) with IPv6\n' '[ 6.112762] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 6.119415] NET: Registered PF_PACKET protocol ' 'family\n' '[ 6.124603] can: controller area network core\n' '[ 6.129058] NET: Registered PF_CAN protocol ' 'family\n' '[ 6.133911] can: raw protocol\n' '[ 6.136901] can: broadcast manager protocol\n' '[ 6.141113] can: netlink gateway - max_hops=1\n' '[ 6.146087] Key type dns_resolver registered\n' '[ 6.150512] ThumbEE CPU extension supported.\n' '[ 6.154876] Registering SWP/SWPB emulation ' 'handler\n' '[ 6.161865] Loading compiled-in X.509 ' 'certificates\n' '[ 6.190155] gpio gpiochip7: (gpio-160-191): not an ' 'immutable chip, please consider fixing it!\n' '[ 6.202819] usb_phy_generic hsusb2_phy: dummy ' 'supplies not allowed for exclusive requests\n' '[ 6.231079] omap-dma-engine ' '48056000.dma-controller: OMAP DMA engine driver ' '(LinkedList1/2/3 supported)\n' '[ 6.244445] omap_rng 480a0000.rng: Random Number ' 'Generator ver. 70\n' '[ 6.251678] ti-sysc: probe of ' '48318000.target-module failed with error -16\n' '[ 6.402618] ehci-omap 48064800.ehci: EHCI Host ' 'Controller\n' '[ 6.408111] ehci-omap 48064800.ehci: new USB bus ' 'registered, assigned bus number 2\n' '[ 6.417053] ehci-omap 48064800.ehci: irq 93, io ' 'mem 0x48064800\n' '[ 6.452636] ehci-omap 48064800.ehci: USB 2.0 ' 'started, EHCI 1.00\n' '[ 6.460021] hub 2-0:1.0: USB hub found\n' '[ 6.464019] hub 2-0:1.0: 3 ports detected\n' '[ 6.488006] input: gpio_keys as ' '/devices/platform/gpio_keys/input/input0\n' '[ 6.753417] usb 2-2: new high-speed USB device ' 'number 2 using ehci-omap\n' '[ 6.763244] mmc0: host does not support reading ' 'read-only switch, assuming write-enable\n' '[ 6.774322] mmc0: new high speed SDHC card at ' 'address aaaa\n' '[ 6.781005] mmcblk0: mmc0:aaaa SS08G 7.40 GiB\n' '[ 6.794189] mmcblk0: p1 p2\n' '[ 6.956146] hub 2-2:1.0: USB hub found\n' '[ 6.960266] hub 2-2:1.0: 5 ports detected\n' '[ 7.282714] usb 2-2.1: new high-speed USB device ' 'number 3 using ehci-omap\n' '[ 7.438842] smsc95xx v2.0.0\n' '[ 16.492919] random: crng init done\n' '[ 17.139221] platform led-controller-2: deferred ' 'probe pending\n' '[ 17.145233] amba 5401b000.etb: deferred probe ' 'pending\n'} 04/22/2025 07:14:48 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:14:49 PM UTC [INFO] Processing event node: 67eeddc890edc24662fb7ed0 04/22/2025 07:14:49 PM UTC [DEBUG] Not sending node to KCIDB: 67eeddc890edc24662fb7ed0 04/22/2025 07:14:49 PM UTC [INFO] Processing event node: 6807eaa7e51c583972a58edf 04/22/2025 07:15:21 PM UTC [INFO] Processing event node: 6807ea89e51c583972a58e81 04/22/2025 07:15:21 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea89e51c583972a58e81 04/22/2025 07:15:21 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea89e51c583972a58e81', 'origin': 'maestro', 'comment': 'baseline-arm-clabbe on armada-388-clearfog-pro in ' 'lava-clabbe', 'start_time': '2025-04-22T19:14:17.153000+00:00', 'environment': {'comment': 'Runtime: lava-clabbe', 'compatible': ['solidrun,clearfog-pro-a1', 'solidrun,clearfog-a1', 'marvell,armada388', 'marvell,armada385', 'marvell,armada380'], 'misc': {'platform': 'armada-388-clearfog-pro', 'job_url': 'https://lava.montjoie.ovh/scheduler/job/476182', 'job_id': '476182'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-clabbe', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea89e51c583972a58e81'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm-clabbe-6807ea89e51c583972a58e81/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm-clabbe-6807ea89e51c583972a58e81/log.txt.gz', 'log_excerpt': 'tered PF_NETLINK/PF_ROUTE protocol family\n' '[ 0.010030] DMA: preallocated 256 KiB pool for ' 'atomic coherent allocations\n' '[ 0.011006] thermal_sys: Registered thermal ' "governor 'step_wise'\n" '[ 0.011041] cpuidle: using governor menu\n' '[ 0.011136] No ATAGs?\n' '[ 0.011169] hw-breakpoint: found 5 (+1 reserved) ' 'breakpoint and 1 watchpoint registers.\n' '[ 0.011174] hw-breakpoint: maximum watchpoint size ' 'is 4 bytes.\n' '[ 0.011375] mvebu-pmsu: CPU hotplug support is ' 'currently broken on Armada 38x: disabling\n' '[ 0.011381] mvebu-pmsu: CPU idle is currently ' 'broken on Armada 38x: disabling\n' '[ 0.012126] Serial: AMBA PL011 UART driver\n' '[ 0.014472] /soc: Fixed dependency cycle(s) with ' '/soc/internal-regs/interrupt-controller@d000\n' '[ 0.037051] iommu: Default domain type: ' 'Translated\n' '[ 0.037057] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.037350] SCSI subsystem initialized\n' '[ 0.037554] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.037573] usbcore: registered new interface ' 'driver hub\n' '[ 0.037588] usbcore: registered new device driver ' 'usb\n' '[ 0.038249] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.038252] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.038259] PTP clock support registered\n' '[ 0.038331] EDAC MC: Ver: 3.0.0\n' '[ 0.039553] vgaarb: loaded\n' '[ 0.039780] clocksource: Switched to clocksource ' 'arm_global_timer\n' '[ 0.043301] NET: Registered PF_INET protocol ' 'family\n' '[ 0.043412] IP idents hash table entries: 16384 ' '(order: 5, 131072 bytes, linear)\n' '[ 0.044305] tcp_listen_portaddr_hash hash table ' 'entries: 512 (order: 0, 4096 bytes, linear)\n' '[ 0.044319] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.044326] TCP established hash table entries: ' '8192 (order: 3, 32768 bytes, linear)\n' '[ 0.044362] TCP bind hash table entries: 8192 ' '(order: 5, 131072 bytes, linear)\n' '[ 0.044477] TCP: Hash tables configured ' '(established 8192 bind 8192)\n' '[ 0.044526] UDP hash table entries: 512 (order: 2, ' '16384 bytes, linear)\n' '[ 0.044552] UDP-Lite hash table entries: 512 ' '(order: 2, 16384 bytes, linear)\n' '[ 0.044646] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.055140] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.055145] RPC: Registered udp transport module.\n' '[ 0.055148] RPC: Registered tcp transport module.\n' '[ 0.055149] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.055154] PCI: CLS 0 bytes, default 64\n' '[ 0.055562] Trying to unpack rootfs image as ' 'initramfs...\n' '[ 0.059600] hw perfevents: enabled with ' 'armv7_cortex_a9 PMU driver, 7 counters available\n' '[ 0.060266] Initialise system trusted keyrings\n' '[ 0.073277] workingset: timestamp_bits=30 ' 'max_order=18 bucket_order=0\n' '[ 0.075973] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.082785] NFS: Registering the id_resolver key ' 'type\n' '[ 0.082817] Key type id_resolver registered\n' '[ 0.082820] Key type id_legacy registered\n' '[ 0.082865] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.082868] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.082885] ntfs: driver 2.1.32 [Flags: R/O].\n' '[ 0.083108] Key type asymmetric registered\n' "[ 0.083112] Asymmetric key parser 'x509' " 'registered\n' '[ 0.083179] bounce: pool size: 64 pages\n' '[ 0.083228] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 247)\n' '[ 0.083232] io scheduler mq-deadline registered\n' '[ 0.083235] io scheduler kyber registered\n' '[ 0.092137] armada-38x-pinctrl f1018000.pinctrl: ' 'registered pinctrl driver\n' "[ 0.100015] debugfs: Directory 'f1018100.gpio' " "with parent 'regmap' already present!\n" "[ 0.100432] debugfs: Directory 'f1018140.gpio' " "with parent 'regmap' already present!\n" '[ 0.101839] mvebu-pcie soc:pcie: host bridge ' '/soc/pcie ranges:\n' '[ 0.101865] mvebu-pcie soc:pcie: MEM ' '0x00f1080000..0x00f1081fff -> 0x0000080000\n' '[ 0.101880] mvebu-pcie soc:pcie: MEM ' '0x00f1040000..0x00f1041fff -> 0x0000040000\n' '[ 0.101892] mvebu-pcie soc:pcie: MEM ' '0x00f1044000..0x00f1045fff -> 0x0000044000\n' '[ 0.101907] mvebu-pcie soc:pcie: MEM ' '0x00f1048000..0x00f1049fff -> 0x0000048000\n' '[ 0.101918] mvebu-pcie soc:pcie: MEM ' '0xffffffffffffffff..0x00fffffffe -> 0x0100000000\n' '[ 0.101929] mvebu-pcie soc:pcie: IO ' '0xffffffffffffffff..0x00fffffffe -> 0x0100000000\n' '[ 0.101940] mvebu-pcie soc:pcie: MEM ' '0xffffffffffffffff..0x00fffffffe -> 0x0200000000\n' '[ 0.101951] mvebu-pcie soc:pcie: IO ' '0xffffffffffffffff..0x00fffffffe -> 0x0200000000\n' '[ 0.101962] mvebu-pcie soc:pcie: MEM ' '0xffffffffffffffff..0x00fffffffe -> 0x0300000000\n' '[ 0.101972] mvebu-pcie soc:pcie: IO ' '0xffffffffffffffff..0x00fffffffe -> 0x0300000000\n' '[ 0.101983] mvebu-pcie soc:pcie: MEM ' '0xffffffffffffffff..0x00fffffffe -> 0x0400000000\n' '[ 0.101990] mvebu-pcie soc:pcie: IO ' '0xffffffffffffffff..0x00fffffffe -> 0x0400000000\n' '[ 0.106606] mv_xor f1060800.xor: Marvell shared ' 'XOR driver\n' '[ 0.180417] mv_xor f1060800.xor: Marvell XOR ' '(Descriptor Mode): ( xor cpy intr )\n' '[ 0.180624] mv_xor f1060900.xor: Marvell shared ' 'XOR driver\n' '[ 0.250390] mv_xor f1060900.xor: Marvell XOR ' '(Descriptor Mode): ( xor cpy intr )\n' '[ 0.292503] Serial: 8250/16550 driver, 5 ports, ' 'IRQ sharing enabled\n' '[ 0.293928] printk: console [ttyS0] disabled\n' '[ 0.314033] f1012000.serial: ttyS0 at MMIO ' '0xf1012000 (irq = 40, base_baud = 15625000) is a ' '16550A\n' '[ 0.840651] Freeing initrd memory: 16748K\n' '[ 0.844890] printk: console [ttyS0] enabled\n' '[ 1.460123] f1012100.serial: ttyS1 at MMIO ' '0xf1012100 (irq = 41, base_baud = 15625000) is a ' '16550A\n' '[ 1.470201] SuperH (H)SCI(F) driver initialized\n' '[ 1.475178] msm_serial: driver initialized\n' '[ 1.479284] STMicroelectronics ASC driver ' 'initialized\n' '[ 1.484840] STM32 USART driver initialized\n' '[ 1.495722] brd: module loaded\n' '[ 1.501153] loop: module loaded\n' '[ 1.508020] spi-nor spi1.0: unrecognized JEDEC id ' 'bytes: ff ff ff ff ff ff\n' '[ 1.517075] CAN device driver interface\n' '[ 1.521473] bgmac_bcma: Broadcom 47xx GBit MAC ' 'driver loaded\n' '[ 1.527638] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.532622] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 1.538587] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 1.544003] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 1.564748] hwmon hwmon0: temp1_input not attached ' 'to any thermal zone\n' '[ 1.572649] mvneta f1070000.ethernet eth0: Using ' 'device tree mac address d2:63:b4:70:38:0b\n' '[ 1.582762] pegasus: Pegasus/Pegasus II USB ' 'Ethernet driver\n' '[ 1.588368] usbcore: registered new interface ' 'driver pegasus\n' '[ 1.594099] usbcore: registered new interface ' 'driver asix\n' '[ 1.599523] usbcore: registered new interface ' 'driver ax88179_178a\n' '[ 1.605650] usbcore: registered new interface ' 'driver cdc_ether\n' '[ 1.611518] usbcore: registered new interface ' 'driver smsc75xx\n' '[ 1.617292] usbcore: registered new interface ' 'driver smsc95xx\n' '[ 1.623069] usbcore: registered new interface ' 'driver net1080\n' '[ 1.628756] usbcore: registered new interface ' 'driver cdc_subset\n' '[ 1.634706] usbcore: registered new interface ' 'driver zaurus\n' '[ 1.640322] usbcore: registered new interface ' 'driver cdc_ncm\n' '[ 1.647372] orion-ehci f1058000.usb: EHCI Host ' 'Controller\n' '[ 1.652808] orion-ehci f1058000.usb: new USB bus ' 'registered, assigned bus number 1\n' '[ 1.660443] orion-ehci f1058000.usb: irq 43, io ' 'mem 0xf1058000\n' '[ 1.689778] orion-ehci f1058000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 1.696052] hub 1-0:1.0: USB hub found\n' '[ 1.699835] hub 1-0:1.0: 1 port detected\n' '[ 1.704702] xhci-hcd f10f0000.usb3: xHCI Host ' 'Controller\n' '[ 1.710051] xhci-hcd f10f0000.usb3: new USB bus ' 'registered, assigned bus number 2\n' '[ 1.717598] xhci-hcd f10f0000.usb3: hcc params ' '0x0a000990 hci version 0x100 quirks ' '0x0000000000010010\n' '[ 1.726875] xhci-hcd f10f0000.usb3: irq 44, io mem ' '0xf10f0000\n' '[ 1.732710] xhci-hcd f10f0000.usb3: xHCI Host ' 'Controller\n' '[ 1.738039] xhci-hcd f10f0000.usb3: new USB bus ' 'registered, assigned bus number 3\n' '[ 1.746328] xhci-hcd f10f0000.usb3: Host supports ' 'USB 3.0 SuperSpeed\n' '[ 1.753001] hub 2-0:1.0: USB hub found\n' '[ 1.756773] hub 2-0:1.0: 1 port detected\n' "[ 1.760873] usb usb3: We don't know the algorithms " 'for LPM for this host, disabling LPM.\n' '[ 1.769227] hub 3-0:1.0: USB hub found\n' '[ 1.773007] hub 3-0:1.0: 1 port detected\n' '[ 1.777191] xhci-hcd f10f8000.usb3: xHCI Host ' 'Controller\n' '[ 1.782531] xhci-hcd f10f8000.usb3: new USB bus ' 'registered, assigned bus number 4\n' '[ 1.790116] xhci-hcd f10f8000.usb3: hcc params ' '0x0a000990 hci version 0x100 quirks ' '0x0000000000010010\n' '[ 1.799378] xhci-hcd f10f8000.usb3: irq 45, io mem ' '0xf10f8000\n' '[ 1.805216] xhci-hcd f10f8000.usb3: xHCI Host ' 'Controller\n' '[ 1.810555] xhci-hcd f10f8000.usb3: new USB bus ' 'registered, assigned bus number 5\n' '[ 1.818064] xhci-hcd f10f8000.usb3: Host supports ' 'USB 3.0 SuperSpeed\n' '[ 1.824748] hub 4-0:1.0: USB hub found\n' '[ 1.828521] hub 4-0:1.0: 1 port detected\n' "[ 1.832657] usb usb5: We don't know the algorithms " 'for LPM for this host, disabling LPM.\n' '[ 1.841030] hub 5-0:1.0: USB hub found\n' '[ 1.844801] hub 5-0:1.0: 1 port detected\n' '[ 1.848972] usbcore: registered new interface ' 'driver usb-storage\n' '[ 1.857369] i2c_dev: i2c /dev entries driver\n' '[ 1.862527] at24 0-0053: supply vcc not found, ' 'using dummy regulator\n' '[ 1.892308] pca953x 0-0020: supply vcc not found, ' 'using dummy regulator\n' '[ 1.898986] pca953x 0-0020: using no AI\n' '[ 1.903245] gpio-2032 (pcie1.0-clkreq): hogged as ' 'input\n' '[ 1.908764] gpio-2035 (pcie1.0-w-disable): hogged ' 'as output/low\n' '[ 1.914795] gpio-2037 (usb3-current-limit): hogged ' 'as input\n' '[ 1.920563] gpio-2038 (usb3-power): hogged as ' 'output/high\n' '[ 1.926361] gpio-2043 (m.2 devslp): hogged as ' 'output/low\n' '[ 1.931784] gpio-2036 (pcie2.0-clkreq): hogged as ' 'input\n' '[ 1.937192] gpio-2039 (pcie2.0-w-disable): hogged ' 'as output/low\n' '[ 1.943464] at24 0-0052: supply vcc not found, ' 'using dummy regulator\n' '[ 1.988411] orion_wdt: Initial timeout 171 sec\n' '[ 1.995230] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 2.001446] sdhci: Copyright(c) Pierre Ossman\n' '[ 2.006704] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 2.010065] sdhci-pxav3 f10d8000.sdhci: Got CD ' 'GPIO\n' '[ 2.013529] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 2.024761] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 2.031516] usbcore: registered new interface ' 'driver usbhid\n' '[ 2.037104] usbhid: USB HID core driver\n' '[ 2.043939] NET: Registered PF_INET6 protocol ' 'family\n' '[ 2.049473] Segment Routing with IPv6\n' '[ 2.053182] In-situ OAM (IOAM) with IPv6\n' '[ 2.055812] mmc0: SDHCI controller on ' 'f10d8000.sdhci [f10d8000.sdhci] using ADMA\n' '[ 2.057148] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 2.070753] NET: Registered PF_PACKET protocol ' 'family\n' '[ 2.075819] can: controller area network core\n' '[ 2.080223] NET: Registered PF_CAN protocol ' 'family\n' '[ 2.085027] can: raw protocol\n' '[ 2.088001] can: broadcast manager protocol\n' '[ 2.092212] can: netlink gateway - max_hops=1\n' '[ 2.096729] Key type dns_resolver registered\n' '[ 2.101071] ThumbEE CPU extension supported.\n' '[ 2.105355] Registering SWP/SWPB emulation ' 'handler\n' '[ 2.110425] Loading compiled-in X.509 ' 'certificates\n' '[ 2.111760] mmc0: new high speed SDHC card at ' 'address aaaa\n' '[ 2.121342] mmcblk0: mmc0:aaaa SL08G 7.40 GiB\n' '[ 2.126655] mvebu-pcie soc:pcie: host bridge ' '/soc/pcie ranges:\n' '[ 2.132550] mvebu-pcie soc:pcie: MEM ' '0x00f1080000..0x00f1081fff -> 0x0000080000\n' '[ 2.140346] mvebu-pcie soc:pcie: MEM ' '0x00f1040000..0x00f1041fff -> 0x0000040000\n' '[ 2.148117] mvebu-pcie soc:pcie: MEM ' '0x00f1044000..0x00f1045fff -> 0x0000044000\n' '[ 2.155900] mvebu-pcie soc:pcie: MEM ' '0x00f1048000..0x00f1049fff -> 0x0000048000\n' '[ 2.163680] mvebu-pcie soc:pcie: MEM ' '0xffffffffffffffff..0x00fffffffe -> 0x0100000000\n' '[ 2.171979] mvebu-pcie soc:pcie: IO ' '0xffffffffffffffff..0x00fffffffe -> 0x0100000000\n' '[ 2.180275] mvebu-pcie soc:pcie: MEM ' '0xffffffffffffffff..0x00fffffffe -> 0x0200000000\n' '[ 2.188565] mvebu-pcie soc:pcie: IO ' '0xffffffffffffffff..0x00fffffffe -> 0x0200000000\n' '[ 2.196859] mvebu-pcie soc:pcie: MEM ' '0xffffffffffffffff..0x00fffffffe -> 0x0300000000\n' '[ 2.205156] mvebu-pcie soc:pcie: IO ' '0xffffffffffffffff..0x00fffffffe -> 0x0300000000\n' '[ 2.213452] mvebu-pcie soc:pcie: MEM ' '0xffffffffffffffff..0x00fffffffe -> 0x0400000000\n' '[ 2.221743] mvebu-pcie soc:pcie: IO ' '0xffffffffffffffff..0x00fffffffe -> 0x0400000000\n' '[ 2.230086] mvebu-pcie soc:pcie: ' '/soc/pcie/pcie@2,0: reset gpio is active low\n' '[ 2.237519] mvebu-pcie soc:pcie: ' '/soc/pcie/pcie@3,0: reset gpio is active low\n' '[ 2.251057] mmcblk0: p1\n' '[ 2.479874] mvebu-pcie soc:pcie: PCI host bridge ' 'to bus 0000:00\n' '[ 2.485814] pci_bus 0000:00: root bus resource ' '[bus 00-ff]\n' '[ 2.491327] pci_bus 0000:00: root bus resource ' '[mem 0xf1080000-0xf1081fff] (bus address ' '[0x00080000-0x00081fff])\n' '[ 2.501534] pci_bus 0000:00: root bus resource ' '[mem 0xf1040000-0xf1041fff] (bus address ' '[0x00040000-0x00041fff])\n' '[ 2.511739] pci_bus 0000:00: root bus resource ' '[mem 0xf1044000-0xf1045fff] (bus address ' '[0x00044000-0x00045fff])\n' '[ 2.521942] pci_bus 0000:00: root bus resource ' '[mem 0xf1048000-0xf1049fff] (bus address ' '[0x00048000-0x00049fff])\n' '[ 2.532145] pci_bus 0000:00: root bus resource ' '[mem 0xe0000000-0xe7ffffff]\n' '[ 2.539038] pci_bus 0000:00: root bus resource ' '[io 0x1000-0xeffff]\n' '[ 2.545436] pci 0000:00:02.0: [11ab:6828] type 01 ' 'class 0x060400\n' '[ 2.551661] pci 0000:00:03.0: [11ab:6828] type 01 ' 'class 0x060400\n' '[ 2.558493] PCI: bus0: Fast back to back transfers ' 'disabled\n' '[ 2.564091] pci 0000:00:02.0: bridge configuration ' 'invalid ([bus 00-00]), reconfiguring\n' '[ 2.572123] pci 0000:00:03.0: bridge configuration ' 'invalid ([bus 00-00]), reconfiguring\n' '[ 2.580227] PCI: bus1: Fast back to back transfers ' 'enabled\n' '[ 2.585726] pci_bus 0000:01: busn_res: [bus 01-ff] ' 'end is updated to 01\n' '[ 2.592444] PCI: bus2: Fast back to back transfers ' 'enabled\n' '[ 2.597944] pci_bus 0000:02: busn_res: [bus 02-ff] ' 'end is updated to 02\n' '[ 2.604593] pci 0000:00:02.0: PCI bridge to [bus ' '01]\n' '[ 2.609575] pci 0000:00:03.0: PCI bridge to [bus ' '02]\n' '[ 2.618230] input: gpio-keys as ' '/devices/platform/gpio-keys/input/input0\n' '[ 2.710618] mvneta f1070000.ethernet eth0: PHY ' '[f1072004.mdio-mii:00] driver [Marvell 88E1510] ' '(irq=POLL)\n' '[ 2.720453] mvneta f1070000.ethernet eth0: ' 'configuring for phy/rgmii-id link mode\n' '[ 5.850324] mvneta f1070000.ethernet eth0: Link is ' 'Up - 1Gbps/Full - flow control rx/tx\n' '[ 5.858364] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: ' 'link becomes ready\n' '[ 5.909774] Sending DHCP requests .., OK\n' '[ 8.913717] IP-Config: Got DHCP answer from ' '192.168.1.100, my address is 192.168.1.52\n' '[ 8.921578] IP-Config: Complete:\n' '[ 8.924812] device=eth0, ' 'hwaddr=d2:63:b4:70:38:0b, ipaddr=192.168.1.52, ' 'mask=255.255.255.0, gw=192.168.1.1\n' '[ 8.934931] host=192.168.1.52, domain=, ' 'nis-domain=(none)\n' '[ 8.940782] bootserver=0.0.0.0, ' 'rootserver=0.0.0.0, rootpath=\n' '[ 8.940786] nameserver0=192.168.1.100\n' '[ 8.951175] clk: Disabling unused clocks\n' '[ 8.956605] Freeing unused kernel image (initmem) ' 'memory: 2048K\n' '[ 8.962854] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 9.022584] ' 'udevd[100]: starting version 3.2.9\n' '[ 11.579773] random: crng init done\n' "[ 11.586928] udevd[100]: specified user 'tss' " 'unknown\n' "[ 11.592003] udevd[100]: specified group 'tss' " 'unknown\n' '[ 11.598263] udevd[101]: starting eudev-3.2.9\n' '[ 11.827764] sfp sfp: Host maximum power 2.0W\n' '[ 11.946796] marvell-cesa f1090000.crypto: CESA ' 'device successfully registered\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: ip: RTNETLINK answers: File exists\n' 'FAIL\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-476182/environment\n' '/ # /lava-476182/bin/lava-test-runner /lava-476182/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ c[ 12.739999] \n' 'd /lava-476182/0[ 12.746019] \n' '/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=476182_1.1.4.1\n' '+ set +x\n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ # \n'} 04/22/2025 07:15:21 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:15:32 PM UTC [INFO] Processing event node: 6807ea8be51c583972a58e8d 04/22/2025 07:15:32 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea8be51c583972a58e8d 04/22/2025 07:15:32 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea8be51c583972a58e8d', 'origin': 'maestro', 'comment': 'baseline-arm-clabbe on sun8i-a83t-bananapi-m3 in ' 'lava-clabbe', 'start_time': '2025-04-22T19:14:19.992000+00:00', 'environment': {'comment': 'Runtime: lava-clabbe', 'compatible': ['sinovoip,bpi-m3', 'allwinner,sun8i-a83t'], 'misc': {'platform': 'sun8i-a83t-bananapi-m3', 'job_url': 'https://lava.montjoie.ovh/scheduler/job/476185', 'job_id': '476185'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-clabbe', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea8be51c583972a58e8d'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm-clabbe-6807ea8be51c583972a58e8d/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm-clabbe-6807ea8be51c583972a58e8d/log.txt.gz', 'log_excerpt': '0\n' '[ 0.382311] /soc/mixer@1200000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0c000\n' '[ 0.391064] /soc/lcd-controller@1c0c000: Fixed ' 'dependency cycle(s) with /soc/mixer@1200000\n' '[ 0.399973] /soc/lcd-controller@1c0c000: Fixed ' 'dependency cycle(s) with /soc/mixer@1100000\n' '[ 0.408693] /soc/lcd-controller@1c0d000: Fixed ' 'dependency cycle(s) with /soc/hdmi@1ee0000\n' '[ 0.417459] /soc/lcd-controller@1c0d000: Fixed ' 'dependency cycle(s) with /soc/mixer@1200000\n' '[ 0.426170] /soc/lcd-controller@1c0d000: Fixed ' 'dependency cycle(s) with /soc/mixer@1100000\n' '[ 0.435190] /soc/interrupt-controller@1c81000: ' 'Fixed dependency cycle(s) with ' '/soc/interrupt-controller@1c81000\n' '[ 0.446247] /soc/hdmi@1ee0000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0d000\n' '[ 0.456786] /soc/mixer@1100000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0d000\n' '[ 0.465522] /soc/mixer@1100000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0c000\n' '[ 0.474784] /soc/mixer@1200000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0d000\n' '[ 0.483515] /soc/mixer@1200000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0c000\n' '[ 0.495525] /soc/mixer@1200000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0c000\n' '[ 0.504660] /soc/mixer@1100000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0c000\n' '[ 0.513470] /soc/lcd-controller@1c0c000: Fixed ' 'dependency cycle(s) with /soc/mixer@1200000\n' '[ 0.522290] /soc/lcd-controller@1c0c000: Fixed ' 'dependency cycle(s) with /soc/mixer@1100000\n' '[ 0.531479] /soc/mixer@1200000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0d000\n' '[ 0.540315] /soc/mixer@1100000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0d000\n' '[ 0.549106] /soc/lcd-controller@1c0d000: Fixed ' 'dependency cycle(s) with /soc/hdmi@1ee0000\n' '[ 0.557730] /soc/lcd-controller@1c0d000: Fixed ' 'dependency cycle(s) with /soc/mixer@1200000\n' '[ 0.566509] /soc/lcd-controller@1c0d000: Fixed ' 'dependency cycle(s) with /soc/mixer@1100000\n' '[ 0.583727] /soc/lcd-controller@1c0d000: Fixed ' 'dependency cycle(s) with /soc/hdmi@1ee0000\n' '[ 0.592600] /soc/hdmi@1ee0000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0d000\n' '[ 0.605360] /soc/hdmi@1ee0000: Fixed dependency ' 'cycle(s) with /connector\n' '[ 0.612815] /connector: Fixed dependency cycle(s) ' 'with /soc/hdmi@1ee0000\n' '[ 0.640952] iommu: Default domain type: ' 'Translated\n' '[ 0.646179] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.653932] SCSI subsystem initialized\n' '[ 0.658793] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.664760] usbcore: registered new interface ' 'driver hub\n' '[ 0.670585] usbcore: registered new device driver ' 'usb\n' '[ 0.677568] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.682851] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.692731] PTP clock support registered\n' '[ 0.697092] EDAC MC: Ver: 3.0.0\n' '[ 0.704236] vgaarb: loaded\n' '[ 0.709924] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.729214] NET: Registered PF_INET protocol ' 'family\n' '[ 0.734991] IP idents hash table entries: 16384 ' '(order: 5, 131072 bytes, linear)\n' '[ 0.745466] tcp_listen_portaddr_hash hash table ' 'entries: 512 (order: 0, 4096 bytes, linear)\n' '[ 0.754474] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.762804] TCP established hash table entries: ' '8192 (order: 3, 32768 bytes, linear)\n' '[ 0.771299] TCP bind hash table entries: 8192 ' '(order: 5, 131072 bytes, linear)\n' '[ 0.779954] TCP: Hash tables configured ' '(established 8192 bind 8192)\n' '[ 0.787062] UDP hash table entries: 512 (order: 2, ' '16384 bytes, linear)\n' '[ 0.794298] UDP-Lite hash table entries: 512 ' '(order: 2, 16384 bytes, linear)\n' '[ 0.802358] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.809992] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.816407] RPC: Registered udp transport module.\n' '[ 0.821508] RPC: Registered tcp transport module.\n' '[ 0.826576] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.833485] PCI: CLS 0 bytes, default 64\n' '[ 0.839083] Trying to unpack rootfs image as ' 'initramfs...\n' '[ 0.840367] Initialise system trusted keyrings\n' '[ 0.850835] workingset: timestamp_bits=30 ' 'max_order=19 bucket_order=0\n' '[ 0.866191] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.874031] NFS: Registering the id_resolver key ' 'type\n' '[ 0.879625] Key type id_resolver registered\n' '[ 0.884224] Key type id_legacy registered\n' '[ 0.888674] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.895956] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.903997] ntfs: driver 2.1.32 [Flags: R/O].\n' '[ 0.909666] Key type asymmetric registered\n' "[ 0.914138] Asymmetric key parser 'x509' " 'registered\n' '[ 0.919678] bounce: pool size: 64 pages\n' '[ 0.924047] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 247)\n' '[ 0.932172] io scheduler mq-deadline registered\n' '[ 0.937082] io scheduler kyber registered\n' '[ 1.081018] Serial: 8250/16550 driver, 5 ports, ' 'IRQ sharing enabled\n' '[ 1.093984] SuperH (H)SCI(F) driver initialized\n' '[ 1.099730] msm_serial: driver initialized\n' '[ 1.104196] STMicroelectronics ASC driver ' 'initialized\n' '[ 1.110999] STM32 USART driver initialized\n' '[ 1.135310] brd: module loaded\n' '[ 1.151161] loop: module loaded\n' '[ 1.168501] CAN device driver interface\n' '[ 1.173837] bgmac_bcma: Broadcom 47xx GBit MAC ' 'driver loaded\n' '[ 1.181037] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.186390] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 1.192801] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 1.198577] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 1.208767] pegasus: Pegasus/Pegasus II USB ' 'Ethernet driver\n' '[ 1.214879] usbcore: registered new interface ' 'driver pegasus\n' '[ 1.220954] usbcore: registered new interface ' 'driver asix\n' '[ 1.226830] usbcore: registered new interface ' 'driver ax88179_178a\n' '[ 1.233466] usbcore: registered new interface ' 'driver cdc_ether\n' '[ 1.239759] usbcore: registered new interface ' 'driver smsc75xx\n' '[ 1.246009] usbcore: registered new interface ' 'driver smsc95xx\n' '[ 1.252280] usbcore: registered new interface ' 'driver net1080\n' '[ 1.258376] usbcore: registered new interface ' 'driver cdc_subset\n' '[ 1.264843] usbcore: registered new interface ' 'driver zaurus\n' '[ 1.270912] usbcore: registered new interface ' 'driver cdc_ncm\n' '[ 1.282078] usbcore: registered new interface ' 'driver usb-storage\n' '[ 1.294373] i2c_dev: i2c /dev entries driver\n' '[ 1.309849] sunxi-wdt 1c20ca0.watchdog: Watchdog ' 'enabled (timeout=16 sec, nowayout=0)\n' '[ 1.325089] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 1.331803] sdhci: Copyright(c) Pierre Ossman\n' '[ 1.338314] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 1.346890] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 1.360180] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 1.369315] usbcore: registered new interface ' 'driver usbhid\n' '[ 1.375385] usbhid: USB HID core driver\n' '[ 1.390676] NET: Registered PF_INET6 protocol ' 'family\n' '[ 1.398352] Segment Routing with IPv6\n' '[ 1.402423] In-situ OAM (IOAM) with IPv6\n' '[ 1.406764] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.414162] NET: Registered PF_PACKET protocol ' 'family\n' '[ 1.419526] can: controller area network core\n' '[ 1.424346] NET: Registered PF_CAN protocol ' 'family\n' '[ 1.429423] can: raw protocol\n' '[ 1.432599] can: broadcast manager protocol\n' '[ 1.437066] can: netlink gateway - max_hops=1\n' '[ 1.442548] Key type dns_resolver registered\n' '[ 1.447346] ThumbEE CPU extension supported.\n' '[ 1.451993] Registering SWP/SWPB emulation ' 'handler\n' '[ 1.459033] Loading compiled-in X.509 ' 'certificates\n' '[ 1.495562] sun8i-a83t-pinctrl 1c20800.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 1.507826] sun8i-a83t-r-pinctrl 1f02c00.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 1.518349] sun8i-a83t-pinctrl 1c20800.pinctrl: ' 'supply vcc-pb not found, using dummy regulator\n' '[ 1.529591] printk: console [ttyS0] disabled\n' '[ 1.554481] 1c28000.serial: ttyS0 at MMIO ' '0x1c28000 (irq = 164, base_baud = 1500000) is a ' 'U6_16550A\n' '[ 1.564244] printk: console [ttyS0] enabled\n' '[ 1.564244] printk: console [ttyS0] enabled\n' '[ 1.572895] printk: bootconsole [uart0] disabled\n' '[ 1.572895] printk: bootconsole [uart0] disabled\n' '[ 1.585965] sun8i-a83t-pinctrl 1c20800.pinctrl: ' 'supply vcc-pg not found, using dummy regulator\n' '[ 1.619518] 1c28400.serial: ttyS1 at MMIO ' '0x1c28400 (irq = 165, base_baud = 1500000) is a ' 'U6_16550A\n' '[ 1.628861] serial serial0: tty port ttyS1 ' 'registered\n' '[ 1.673873] sun8i-a83t-pinctrl 1c20800.pinctrl: ' 'supply vcc-pd not found, using dummy regulator\n' '[ 1.684291] sun8i-a83t-r-pinctrl 1f02c00.pinctrl: ' 'supply vcc-pl not found, using dummy regulator\n' '[ 1.693922] sunxi-rsb 1f03400.rsb: RSB running at ' '3000000 Hz\n' '[ 1.700513] axp20x-rsb sunxi-rsb-3a3: AXP20x ' 'variant AXP813 found\n' '[ 1.707887] axp20x-rsb sunxi-rsb-3a3: ' 'mask_invert=true is deprecated; please switch to ' 'unmask_base\n' '[ 1.724683] vcc-dram: Bringing 1180000uV into ' '1200000-1200000uV\n' '[ 1.734168] vcc-wifi: Bringing 2900000uV into ' '3300000-3300000uV\n' '[ 1.772770] axp20x-rsb sunxi-rsb-3a3: AXP20X ' 'driver loaded\n' '[ 1.784492] dw-apb-uart 1c28400.serial: Failed to ' 'create device link (0x180) with ac100-rtc\n' '[ 1.796929] dw-apb-uart 1c28400.serial: Failed to ' 'create device link (0x180) with 1f03400.rsb\n' '[ 1.810316] dwmac-sun8i 1c30000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 1.816714] dwmac-sun8i 1c30000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 1.823445] dwmac-sun8i 1c30000.ethernet: PTP uses ' 'main clock\n' '[ 1.829232] dwmac-sun8i 1c30000.ethernet: Current ' 'syscon value is not the default 1ce6 (expect 0)\n' '[ 1.839180] dwmac-sun8i 1c30000.ethernet: No HW ' 'DMA feature register supported\n' '[ 1.846607] dwmac-sun8i 1c30000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 1.853943] dwmac-sun8i 1c30000.ethernet: COE Type ' '2\n' '[ 1.858938] dwmac-sun8i 1c30000.ethernet: TX ' 'Checksum insertion supported\n' '[ 1.865794] dwmac-sun8i 1c30000.ethernet: Normal ' 'descriptors\n' '[ 1.871559] dwmac-sun8i 1c30000.ethernet: Chain ' 'mode enabled\n' '[ 2.247468] Freeing initrd memory: 16744K\n' '[ 2.314683] sun8i-a83t-pinctrl 1c20800.pinctrl: ' 'supply vcc-pf not found, using dummy regulator\n' '[ 2.326486] sun8i-a83t-pinctrl 1c20800.pinctrl: ' 'supply vcc-pc not found, using dummy regulator\n' '[ 2.348458] sunxi-mmc 1c0f000.mmc: Got CD GPIO\n' '[ 2.378975] sunxi-mmc 1c0f000.mmc: initialized, ' 'max. request size: 16384 KB\n' '[ 2.392557] sunxi-mmc 1c11000.mmc: initialized, ' 'max. request size: 16384 KB, uses new timings mode\n' '[ 2.421598] dwmac-sun8i 1c30000.ethernet eth0: ' 'Register MEM_TYPE_PAGE_POOL RxQ-0\n' '[ 2.425545] mmc1: host does not support reading ' 'read-only switch, assuming write-enable\n' '[ 2.432156] dwmac-sun8i 1c30000.ethernet eth0: PHY ' '[stmmac-0:01] driver [RTL8211E Gigabit Ethernet] ' '(irq=POLL)\n' '[ 2.439237] mmc1: new high speed SDHC card at ' 'address 59b4\n' '[ 2.447150] dwmac-sun8i 1c30000.ethernet eth0: No ' 'Safety Features support found\n' '[ 2.454550] mmcblk1: mmc1:59b4 SMI 7.50 GiB\n' '[ 2.459948] dwmac-sun8i 1c30000.ethernet eth0: No ' 'MAC Management Counters available\n' '[ 2.459979] dwmac-sun8i 1c30000.ethernet eth0: PTP ' 'not supported by HW\n' '[ 2.469232] mmcblk1: p1\n' '[ 2.481501] dwmac-sun8i 1c30000.ethernet eth0: ' 'configuring for phy/rgmii-id link mode\n' '[ 2.517375] mmc2: new DDR MMC card at address ' '0001\n' '[ 2.524623] mmcblk2: mmc2:0001 8WPD3R 7.28 GiB\n' '[ 2.536554] mmcblk2boot0: mmc2:0001 8WPD3R 4.00 ' 'MiB\n' '[ 2.545817] mmcblk2boot1: mmc2:0001 8WPD3R 4.00 ' 'MiB\n' '[ 6.650918] dwmac-sun8i 1c30000.ethernet eth0: ' 'Link is Up - 1Gbps/Full - flow control off\n' '[ 6.650982] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: ' 'link becomes ready\n' '[ 6.699953] Sending DHCP requests ..., OK\n' '[ 12.284051] IP-Config: Got DHCP answer from ' '192.168.1.100, my address is 192.168.1.206\n' '[ 12.292073] IP-Config: Complete:\n' '[ 12.295312] device=eth0, ' 'hwaddr=02:01:2a:37:9f:4d, ipaddr=192.168.1.206, ' 'mask=255.255.255.0, gw=192.168.1.1\n' '[ 12.305545] host=192.168.1.206, domain=, ' 'nis-domain=(none)\n' '[ 12.311508] bootserver=192.168.1.100, ' 'rootserver=192.168.1.100, rootpath=\n' '[ 12.311529] nameserver0=192.168.1.100\n' '[ 12.323395] clk: Disabling unused clocks\n' '[ 12.335836] Freeing unused kernel image (initmem) ' 'memory: 2048K\n' '[ 12.342659] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 12.537497] ' 'udevd[144]: starting version 3.2.9\n' '[ 15.149904] random: crng init done\n' "[ 15.162526] udevd[144]: specified user 'tss' " 'unknown\n' "[ 15.167680] udevd[144]: specified group 'tss' " 'unknown\n' '[ 15.176082] udevd[145]: starting eudev-3.2.9\n' '[ 15.776509] sun8i-a83t-pinctrl 1c20800.pinctrl: ' 'supply vcc-ph not found, using dummy regulator\n' '[ 15.790740] axp20x-usb-power-supply ' 'axp20x-usb-power-supply: DMA mask not set\n' '[ 15.797759] input: axp20x-pek as ' '/devices/platform/soc/1f03400.rsb/sunxi-rsb-3a3/axp221-pek/input/input0\n' '[ 15.799835] sun4i-drm display-engine: bound ' '1100000.mixer (ops sun8i_mixer_platform_driver_exit ' '[sun8i_mixer])\n' '[ 15.812057] Bluetooth: Core ver 2.22\n' '[ 15.821352] NET: Registered PF_BLUETOOTH protocol ' 'family\n' '[ 15.822295] sun4i-drm display-engine: bound ' '1200000.mixer (ops sun8i_mixer_platform_driver_exit ' '[sun8i_mixer])\n' '[ 15.826730] Bluetooth: HCI device and connection ' 'manager initialized\n' '[ 15.826793] Bluetooth: HCI socket layer ' 'initialized\n' '[ 15.838226] sun4i-drm display-engine: No panel or ' 'bridge found... RGB output disabled\n' '[ 15.843320] Bluetooth: L2CAP socket layer ' 'initialized\n' '[ 15.848282] sun4i-drm display-engine: bound ' '1c0c000.lcd-controller (ops ' 'sun4i_tcon_platform_driver_exit [sun4i_tcon])\n' '[ 15.856385] Bluetooth: SCO socket layer ' 'initialized\n' '[ 15.862849] sun4i-drm display-engine: bound ' '1c0d000.lcd-controller (ops ' 'sun4i_tcon_platform_driver_exit [sun4i_tcon])\n' '[ 15.888529] Bluetooth: HCI UART driver ver 2.3\n' '[ 15.888658] sun8i-dw-hdmi 1ee0000.hdmi: supply ' 'hvcc not found, using dummy regulator\n' '[ 15.893247] Bluetooth: HCI UART protocol H4 ' 'registered\n' '[ 15.902134] sun8i-dw-hdmi 1ee0000.hdmi: Detected ' 'HDMI TX controller v1.32a with HDCP ' '(sun8i_dw_hdmi_phy)\n' '[ 15.907581] Bluetooth: HCI UART protocol Broadcom ' 'registered\n' '[ 15.919024] sun8i-dw-hdmi 1ee0000.hdmi: registered ' 'DesignWare HDMI I2C bus driver\n' '[ 15.936581] sun4i-drm display-engine: bound ' '1ee0000.hdmi (ops sun8i_dw_hdmi_exit ' '[sun8i_drm_hdmi])\n' '[ 15.951312] [drm] Initialized sun4i-drm 1.0.0 ' '20150629 for display-engine on minor 0\n' '[ 15.959348] sun4i-drm display-engine: [drm] Cannot ' 'find any crtc or sizes\n' '[ 15.967011] sun4i-drm display-engine: [drm] Cannot ' 'find any crtc or sizes\n' '[ 16.029733] usb_phy_generic ' 'usb_phy_generic.2.auto: supply vcc not found, using ' 'dummy regulator\n' '[ 16.034453] ehci-platform 1c1a000.usb: EHCI Host ' 'Controller\n' '[ 16.041933] usb_phy_generic ' 'usb_phy_generic.2.auto: dummy supplies not allowed ' 'for exclusive requests\n' '[ 16.044319] ehci-platform 1c1a000.usb: new USB bus ' 'registered, assigned bus number 1\n' '[ 16.063132] ehci-platform 1c1a000.usb: irq 210, io ' 'mem 0x01c1a000\n' '[ 16.063799] musb-hdrc musb-hdrc.3.auto: MUSB HDRC ' 'host driver\n' '[ 16.075293] musb-hdrc musb-hdrc.3.auto: new USB ' 'bus registered, assigned bus number 2\n' '[ 16.085173] hub 2-0:1.0: USB hub found\n' '[ 16.089059] hub 2-0:1.0: 1 port detected\n' '[ 16.090053] ehci-platform 1c1a000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 16.103006] hub 1-0:1.0: USB hub found\n' '[ 16.107074] hub 1-0:1.0: 1 port detected\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: [ 16.400119] usb 1-1: new ' 'high-speed USB device number 2 using ehci-platform\n' 'ip: RTNETLINK answers: File exists\n' 'FAIL\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # [ 16.612439] hub 1-1:1.0: USB hub found\n' '[ 16.616507] hub 1-1:1.0: 4 ports detected\n' '#\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-476185/environment\n' '/ # /lava-476185/bin/lava-test-runner ' '/lava-476185/0[ 17.039998] usb 1-1.1: new ' 'high-speed USB device number 3 using ehci-platform\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-476185/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=476185_1.1.4.1\n' '[ 17.153018] \n' '+ set +x\n' '[ 17.160560] \n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ # f\n'} 04/22/2025 07:15:32 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:15:33 PM UTC [INFO] Processing 12 unprocessed nodes 04/22/2025 07:15:47 PM UTC [INFO] Processing event node: 6807ea7fe51c583972a58e30 04/22/2025 07:15:47 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea7fe51c583972a58e30 04/22/2025 07:15:47 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea7fe51c583972a58e30', 'origin': 'maestro', 'comment': 'baseline-arm on imx6q-sabrelite in lava-collabora', 'start_time': '2025-04-22T19:14:07.128000+00:00', 'environment': {'comment': 'Runtime: lava-collabora', 'compatible': ['fsl,imx6q-sabrelite', 'fsl,imx6q'], 'misc': {'platform': 'imx6q-sabrelite', 'job_url': 'https://lava.collabora.dev/scheduler/job/18447688', 'job_id': '18447688'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-collabora', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea7fe51c583972a58e30'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm-6807ea7fe51c583972a58e30/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm-6807ea7fe51c583972a58e30/log.txt.gz', 'log_excerpt': 'ependency cycle(s) with /soc/ipu@2400000\n' '[ 0.077373] /soc/bus@2100000/mipi@21dc000: Fixed ' 'dependency cycle(s) with ' '/soc/bus@2000000/iomuxc-gpr@20e0000/ipu1_csi0_mux\n' '[ 0.078387] /soc/bus@2100000/mipi@21dc000: Fixed ' 'dependency cycle(s) with /soc/ipu@2400000\n' '[ 0.078612] ' '/soc/bus@2000000/iomuxc-gpr@20e0000/ipu1_csi0_mux: ' 'Fixed dependency cycle(s) with /soc/ipu@2400000\n' '[ 0.078825] /soc/hdmi@120000: Fixed dependency ' 'cycle(s) with /soc/ipu@2400000\n' '[ 0.079021] /ldb: Fixed dependency cycle(s) with ' '/soc/ipu@2400000\n' '[ 0.079178] /soc/ipu@2400000: Fixed dependency ' 'cycle(s) with /ldb/lvds-channel@0\n' '[ 0.079247] /soc/ipu@2400000: Fixed dependency ' 'cycle(s) with /soc/hdmi@120000\n' '[ 0.079368] /soc/ipu@2400000: Fixed dependency ' 'cycle(s) with /soc/bus@2100000/mipi@21dc000\n' '[ 0.079491] /soc/ipu@2400000: Fixed dependency ' 'cycle(s) with ' '/soc/bus@2000000/iomuxc-gpr@20e0000/ipu1_csi0_mux\n' '[ 0.080885] /soc/bus@2100000/mipi@21dc000: Fixed ' 'dependency cycle(s) with /soc/ipu@2800000\n' '[ 0.081105] ' '/soc/bus@2000000/iomuxc-gpr@20e0000/ipu2_csi1_mux: ' 'Fixed dependency cycle(s) with /soc/ipu@2800000\n' '[ 0.081301] /soc/hdmi@120000: Fixed dependency ' 'cycle(s) with /soc/ipu@2800000\n' '[ 0.081493] /ldb: Fixed dependency cycle(s) with ' '/soc/ipu@2800000\n' '[ 0.081611] /soc/ipu@2800000: Fixed dependency ' 'cycle(s) with /ldb/lvds-channel@0\n' '[ 0.081674] /soc/ipu@2800000: Fixed dependency ' 'cycle(s) with /soc/hdmi@120000\n' '[ 0.081787] /soc/ipu@2800000: Fixed dependency ' 'cycle(s) with ' '/soc/bus@2000000/iomuxc-gpr@20e0000/ipu2_csi1_mux\n' '[ 0.081910] /soc/ipu@2800000: Fixed dependency ' 'cycle(s) with /soc/bus@2100000/mipi@21dc000\n' '[ 0.088674] /soc/ipu@2400000: Fixed dependency ' 'cycle(s) with /disp0\n' '[ 0.088947] /disp0: Fixed dependency cycle(s) with ' '/soc/ipu@2400000\n' '[ 0.089366] /disp0: Fixed dependency cycle(s) with ' '/panel-lcd\n' '[ 0.089638] /panel-lcd: Fixed dependency cycle(s) ' 'with /disp0\n' '[ 0.090077] /ldb: Fixed dependency cycle(s) with ' '/panel-lvds0\n' '[ 0.090460] /panel-lvds0: Fixed dependency ' 'cycle(s) with /ldb/lvds-channel@0\n' '[ 0.091851] No ATAGs?\n' '[ 0.092002] hw-breakpoint: found 5 (+1 reserved) ' 'breakpoint and 1 watchpoint registers.\n' '[ 0.092014] hw-breakpoint: maximum watchpoint size ' 'is 4 bytes.\n' '[ 0.095360] imx6q-pinctrl 20e0000.pinctrl: ' 'initialized IMX pinctrl driver\n' '[ 0.104143] Serial: AMBA PL011 UART driver\n' '[ 0.107310] printk: console [ramoops-1] enabled\n' '[ 0.107573] pstore: Registered ramoops as ' 'persistent store backend\n' '[ 0.107590] ramoops: using 0x10000@0x30000000, ' 'ecc: 0\n' '[ 0.145266] iommu: Default domain type: ' 'Translated\n' '[ 0.145291] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.146116] SCSI subsystem initialized\n' '[ 0.146656] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.146715] usbcore: registered new interface ' 'driver hub\n' '[ 0.146767] usbcore: registered new device driver ' 'usb\n' '[ 0.147020] usb_phy_generic usbphynop1: supply vcc ' 'not found, using dummy regulator\n' '[ 0.147170] usb_phy_generic usbphynop1: dummy ' 'supplies not allowed for exclusive requests\n' '[ 0.147339] usb_phy_generic usbphynop2: supply vcc ' 'not found, using dummy regulator\n' '[ 0.147484] usb_phy_generic usbphynop2: dummy ' 'supplies not allowed for exclusive requests\n' '[ 0.149514] i2c i2c-0: IMX I2C adapter registered\n' '[ 0.150300] /soc/bus@2100000/mipi@21dc000: Fixed ' 'dependency cycle(s) with ' '/soc/bus@2100000/i2c@21a4000/camera@40\n' '[ 0.150611] ' '/soc/bus@2100000/i2c@21a4000/camera@40: Fixed ' 'dependency cycle(s) with ' '/soc/bus@2100000/mipi@21dc000\n' '[ 0.151162] i2c i2c-1: IMX I2C adapter registered\n' '[ 0.152121] i2c i2c-2: IMX I2C adapter registered\n' '[ 0.153624] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.153640] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.153668] PTP clock support registered\n' '[ 0.153930] EDAC MC: Ver: 3.0.0\n' '[ 0.157879] vgaarb: loaded\n' '[ 0.158772] clocksource: Switched to clocksource ' 'mxc_timer1\n' '[ 0.170207] NET: Registered PF_INET protocol ' 'family\n' '[ 0.170640] IP idents hash table entries: 16384 ' '(order: 5, 131072 bytes, linear)\n' '[ 0.172561] tcp_listen_portaddr_hash hash table ' 'entries: 512 (order: 0, 4096 bytes, linear)\n' '[ 0.172601] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.172626] TCP established hash table entries: ' '8192 (order: 3, 32768 bytes, linear)\n' '[ 0.172721] TCP bind hash table entries: 8192 ' '(order: 5, 131072 bytes, linear)\n' '[ 0.173013] TCP: Hash tables configured ' '(established 8192 bind 8192)\n' '[ 0.173215] UDP hash table entries: 512 (order: 2, ' '16384 bytes, linear)\n' '[ 0.173276] UDP-Lite hash table entries: 512 ' '(order: 2, 16384 bytes, linear)\n' '[ 0.173484] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.174208] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.174229] RPC: Registered udp transport module.\n' '[ 0.174240] RPC: Registered tcp transport module.\n' '[ 0.174250] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.174268] PCI: CLS 0 bytes, default 64\n' '[ 0.174899] armv7-pmu pmu: hw perfevents: no ' 'interrupt-affinity property, guessing.\n' '[ 0.175024] Trying to unpack rootfs image as ' 'initramfs...\n' '[ 0.188812] hw perfevents: enabled with ' 'armv7_cortex_a9 PMU driver, 7 counters available\n' '[ 0.190967] Initialise system trusted keyrings\n' '[ 0.191358] workingset: timestamp_bits=30 ' 'max_order=18 bucket_order=0\n' '[ 0.197599] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.198498] NFS: Registering the id_resolver key ' 'type\n' '[ 0.198574] Key type id_resolver registered\n' '[ 0.198589] Key type id_legacy registered\n' '[ 0.198746] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.198765] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.198811] ntfs: driver 2.1.32 [Flags: R/O].\n' '[ 0.199480] Key type asymmetric registered\n' "[ 0.199502] Asymmetric key parser 'x509' " 'registered\n' '[ 0.199673] bounce: pool size: 64 pages\n' '[ 0.199804] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 246)\n' '[ 0.199823] io scheduler mq-deadline registered\n' '[ 0.199838] io scheduler kyber registered\n' '[ 0.263510] mxs-dma 110000.dma-controller: ' 'initialized\n' '[ 0.347809] Serial: 8250/16550 driver, 5 ports, ' 'IRQ sharing enabled\n' '[ 0.353247] SuperH (H)SCI(F) driver initialized\n' '[ 0.354333] 2020000.serial: ttymxc0 at MMIO ' '0x2020000 (irq = 269, base_baud = 5000000) is a IMX\n' '[ 0.355346] 21e8000.serial: ttymxc1 at MMIO ' '0x21e8000 (irq = 270, base_baud = 5000000) is a IMX\n' '[ 1.615848] Freeing initrd memory: 16748K\n' '[ 1.616619] printk: console [ttymxc1] enabled\n' '[ 1.947739] imx-sdma 20ec000.dma-controller: ' 'Direct firmware load for imx/sdma/sdma-imx6q.bin ' 'failed with error -2\n' '[ 1.949061] msm_serial: driver initialized\n' '[ 1.958174] imx-sdma 20ec000.dma-controller: ' 'external firmware not found, using ROM firmware\n' '[ 1.962238] STMicroelectronics ASC driver ' 'initialized\n' '[ 1.977691] STM32 USART driver initialized\n' '[ 2.003971] brd: module loaded\n' '[ 2.014556] loop: module loaded\n' '[ 2.021893] ahci-imx 2200000.sata: ' 'fsl,transmit-level-mV not specified, using 00000024\n' '[ 2.029863] ahci-imx 2200000.sata: ' 'fsl,transmit-boost-mdB not specified, using 00000480\n' '[ 2.037884] ahci-imx 2200000.sata: ' 'fsl,transmit-atten-16ths not specified, using ' '00002000\n' '[ 2.046090] ahci-imx 2200000.sata: ' 'fsl,receive-eq-mdB not specified, using 05000000\n' '[ 2.053872] ahci-imx 2200000.sata: supply ahci not ' 'found, using dummy regulator\n' '[ 2.061387] ahci-imx 2200000.sata: supply phy not ' 'found, using dummy regulator\n' '[ 2.068706] ahci-imx 2200000.sata: supply target ' 'not found, using dummy regulator\n' '[ 2.079089] ahci-imx 2200000.sata: SSS flag set, ' 'parallel bus scan disabled\n' '[ 2.086085] ahci-imx 2200000.sata: AHCI 0001.0300 ' '32 slots 1 ports 3 Gbps 0x1 impl platform mode\n' '[ 2.094929] ahci-imx 2200000.sata: flags: ncq sntf ' 'stag pm led clo only pmp pio slum part ccc apst\n' '[ 2.105624] scsi host0: ahci-imx\n' '[ 2.109221] ata1: SATA max UDMA/133 mmio [mem ' '0x02200000-0x02203fff] port 0x100 irq 271\n' '[ 2.130605] CAN device driver interface\n' '[ 2.136288] bgmac_bcma: Broadcom 47xx GBit MAC ' 'driver loaded\n' '[ 2.147886] mdio_bus 2188000.ethernet-1: ' 'ethernet-phy has invalid PHY address\n' '[ 2.155078] mdio_bus 2188000.ethernet-1: scan phy ' 'ethernet-phy at address 0\n' '[ 2.162161] mdio_bus 2188000.ethernet-1: scan phy ' 'ethernet-phy at address 1\n' '[ 2.169244] mdio_bus 2188000.ethernet-1: scan phy ' 'ethernet-phy at address 2\n' '[ 2.176300] mdio_bus 2188000.ethernet-1: scan phy ' 'ethernet-phy at address 3\n' '[ 2.183371] mdio_bus 2188000.ethernet-1: scan phy ' 'ethernet-phy at address 4\n' '[ 2.190444] mdio_bus 2188000.ethernet-1: scan phy ' 'ethernet-phy at address 5\n' '[ 2.197500] mdio_bus 2188000.ethernet-1: scan phy ' 'ethernet-phy at address 6\n' '[ 2.204571] mdio_bus 2188000.ethernet-1: scan phy ' 'ethernet-phy at address 7\n' '[ 2.244524] fec 2188000.ethernet eth0: registered ' 'PHC device 0\n' '[ 2.251893] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 2.256873] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 2.262891] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 2.268301] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 2.280774] pegasus: Pegasus/Pegasus II USB ' 'Ethernet driver\n' '[ 2.286403] usbcore: registered new interface ' 'driver pegasus\n' '[ 2.292149] usbcore: registered new interface ' 'driver asix\n' '[ 2.297604] usbcore: registered new interface ' 'driver ax88179_178a\n' '[ 2.303758] usbcore: registered new interface ' 'driver cdc_ether\n' '[ 2.309666] usbcore: registered new interface ' 'driver smsc75xx\n' '[ 2.315469] usbcore: registered new interface ' 'driver smsc95xx\n' '[ 2.321275] usbcore: registered new interface ' 'driver net1080\n' '[ 2.326978] usbcore: registered new interface ' 'driver cdc_subset\n' '[ 2.332958] usbcore: registered new interface ' 'driver zaurus\n' '[ 2.338593] usbcore: registered new interface ' 'driver cdc_ncm\n' '[ 2.351082] usbcore: registered new interface ' 'driver usb-storage\n' '[ 2.365908] i2c_dev: i2c /dev entries driver\n' '[ 2.394681] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 2.400906] sdhci: Copyright(c) Pierre Ossman\n' '[ 2.408332] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 2.417068] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 2.424214] sdhci-esdhc-imx 2198000.mmc: Got CD ' 'GPIO\n' '[ 2.428589] sdhci-esdhc-imx 219c000.mmc: Got CD ' 'GPIO\n' '[ 2.429271] sdhci-esdhc-imx 2198000.mmc: Got WP ' 'GPIO\n' '[ 2.439554] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 2.447588] usbcore: registered new interface ' 'driver usbhid\n' '[ 2.448735] ata1: SATA link down (SStatus 0 ' 'SControl 300)\n' '[ 2.453197] usbhid: USB HID core driver\n' '[ 2.458646] ahci-imx 2200000.sata: no device ' 'found, disabling link.\n' '[ 2.468724] ahci-imx 2200000.sata: pass ' 'ahci_imx..hotplug=1 to enable hotplug\n' '[ 2.472881] NET: Registered PF_INET6 protocol ' 'family\n' '[ 2.482364] Segment Routing with IPv6\n' '[ 2.486100] In-situ OAM (IOAM) with IPv6\n' '[ 2.490140] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 2.496704] NET: Registered PF_PACKET protocol ' 'family\n' '[ 2.501806] can: controller area network core\n' '[ 2.506250] NET: Registered PF_CAN protocol ' 'family\n' '[ 2.511087] can: raw protocol\n' '[ 2.511474] mmc2: SDHCI controller on 2198000.mmc ' '[2198000.mmc] using ADMA\n' '[ 2.514064] can: broadcast manager protocol\n' '[ 2.514078] can: netlink gateway - max_hops=1\n' '[ 2.521290] mmc3: SDHCI controller on 219c000.mmc ' '[219c000.mmc] using ADMA\n' '[ 2.525529] Key type dns_resolver registered\n' '[ 2.542851] ThumbEE CPU extension supported.\n' '[ 2.547149] Registering SWP/SWPB emulation ' 'handler\n' '[ 2.552982] Loading compiled-in X.509 ' 'certificates\n' '[ 2.563688] pstore: Using crash dump compression: ' 'deflate\n' '[ 2.599789] imx_usb 2184200.usb: No over current ' 'polarity defined\n' '[ 2.609577] ci_hdrc ci_hdrc.1: EHCI Host ' 'Controller\n' '[ 2.614052] mmc2: new high speed SDHC card at ' 'address 0001\n' '[ 2.614520] ci_hdrc ci_hdrc.1: new USB bus ' 'registered, assigned bus number 1\n' '[ 2.621020] mmcblk2: mmc2:0001 SD 14.6 GiB\n' '[ 2.644263] GPT:Primary header thinks Alt. header ' 'is not at the end of the disk.\n' '[ 2.651704] GPT:29296874 != 30560255\n' '[ 2.655289] GPT:Alternate GPT header not at the ' 'end of the disk.\n' '[ 2.661346] GPT:29296874 != 30560255\n' '[ 2.664946] GPT: Use GNU Parted to correct GPT ' 'errors.\n' '[ 2.668666] ci_hdrc ci_hdrc.1: USB 2.0 started, ' 'EHCI 1.00\n' '[ 2.670146] mmcblk2: p1 p2 p3\n' '[ 2.676329] hub 1-0:1.0: USB hub found\n' '[ 2.682491] hub 1-0:1.0: 1 port detected\n' '[ 2.688967] imx_thermal 20c8000.anatop:tempmon: ' 'Automotive CPU temperature grade - max:125C ' 'critical:120C passive:115C\n' '[ 2.706809] input: gpio-keys as ' '/devices/platform/gpio-keys/input/input0\n' '[ 2.723324] Micrel KSZ9021 Gigabit PHY ' '2188000.ethernet-1:07: attached PHY driver ' '(mii_bus:phy_addr=2188000.ethernet-1:07, irq=POLL)\n' '[ 2.968704] usb 1-1: new high-speed USB device ' 'number 2 using ci_hdrc\n' '[ 3.170422] hub 1-1:1.0: USB hub found\n' '[ 3.174381] hub 1-1:1.0: 3 ports detected\n' '[ 5.848988] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: ' 'link becomes ready\n' '[ 5.849156] fec 2188000.ethernet eth0: Link is Up ' '- 1Gbps/Full - flow control off\n' '[ 5.878850] Sending DHCP requests ., OK\n' '[ 5.922619] IP-Config: Got DHCP answer from ' '192.168.201.1, my address is 192.168.201.37\n' '[ 5.930715] IP-Config: Complete:\n' '[ 5.933966] device=eth0, ' 'hwaddr=00:19:b8:08:f0:fd, ipaddr=192.168.201.37, ' 'mask=255.255.255.0, gw=192.168.201.1\n' '[ 5.944452] host=imx6q-sabrelite-lava-cbg-7, ' 'domain=lava-rack, nis-domain=(none)\n' '[ 5.952302] bootserver=192.168.201.1, ' 'rootserver=192.168.201.1, rootpath=\n' '[ 5.952311] nameserver0=192.168.201.1\n' '[ 5.963824] clk: Disabling unused clocks\n' '[ 5.973119] Freeing unused kernel image (initmem) ' 'memory: 2048K\n' '[ 5.979644] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 6.108605] ' 'udevd[122]: starting version 3.2.9\n' '[ 11.228646] random: crng init done\n' "[ 11.239570] udevd[122]: specified user 'tss' " 'unknown\n' "[ 11.244658] udevd[122]: specified group 'tss' " 'unknown\n' '[ 11.252851] udevd[123]: starting eudev-3.2.9\n' '[ 11.614586] imx-ipuv3 2400000.ipu: IPUv3H probed\n' '[ 11.622725] imx-ipuv3 2800000.ipu: IPUv3H probed\n' '[ 11.701835] dwhdmi-imx 120000.hdmi: Detected HDMI ' 'TX controller v1.30a with HDCP (DWC HDMI 3D TX PHY)\n' '[ 11.746451] etnaviv etnaviv: bound 130000.gpu (ops ' 'gpu_ops [etnaviv])\n' '[ 11.760541] etnaviv etnaviv: bound 134000.gpu (ops ' 'gpu_ops [etnaviv])\n' '[ 11.788418] etnaviv etnaviv: bound 2204000.gpu ' '(ops gpu_ops [etnaviv])\n' '[ 11.795163] etnaviv-gpu 130000.gpu: model: GC2000, ' 'revision: 5108\n' '[ 11.802554] etnaviv-gpu 134000.gpu: model: GC320, ' 'revision: 5007\n' '[ 11.808752] etnaviv-gpu 2204000.gpu: model: GC355, ' 'revision: 1215\n' '[ 11.814894] etnaviv-gpu 2204000.gpu: Ignoring GPU ' 'with VG and FE2.0\n' '[ 11.828839] [drm] Initialized etnaviv 1.4.0 ' '20151214 for etnaviv on minor 0\n' '[ 11.862986] fsl-ssi-dai 2028000.ssi: No cache ' 'defaults, reading back from HW\n' '[ 11.871691] caam 2100000.crypto: Entropy delay = ' '3200\n' '[ 11.937589] caam 2100000.crypto: Instantiated RNG4 ' 'SH0\n' '[ 11.943389] sgtl5000 0-000a: sgtl5000 revision ' '0x11\n' '[ 11.960339] sgtl5000 0-000a: Using internal LDO ' 'instead of VDDD: check ER1 erratum\n' '[ 11.998352] caam 2100000.crypto: Instantiated RNG4 ' 'SH1\n' '[ 12.003551] caam 2100000.crypto: device ID = ' '0x0a16010000000000 (Era 4)\n' '[ 12.010209] caam 2100000.crypto: job rings = 2, qi ' '= 0\n' '[ 12.091604] fsl-asoc-card sound: ASoC: driver name ' "too long 'imx6q-sabrelite-sgtl5000' -> " "'imx6q-sabrelite'\n" '[ 12.282803] caam algorithms registered in ' '/proc/crypto\n' '[ 12.290625] caam 2100000.crypto: registering ' 'rng-caam\n' '[ 12.296606] caam 2100000.crypto: rng crypto API ' 'alg registered prng-caam\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: ip: RTNETLINK answers: File exists\n' 'FAIL\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-18447688/environment\n' '/ # /lava-18447688/bin/lava-test-runner ' '/lava-18447688/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-18447688/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=18447688_1.1.4.1\n' '[ 13.103231] \n' '+ set +x\n' "+ echo 'Hello World!'\n" '[ 13.111964] \n' 'Hello World!\n' '+ set +x\n' '\n' '/ #\n'} 04/22/2025 07:15:47 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:15:49 PM UTC [INFO] Processing event node: 6807ea82e51c583972a58e45 04/22/2025 07:15:49 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea82e51c583972a58e45 04/22/2025 07:15:49 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea82e51c583972a58e45', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on beaglebone-black in ' 'lava-baylibre', 'start_time': '2025-04-22T19:14:10.956000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['ti,am335x-bone-black', 'ti,am335x-bone', 'ti,am33xx'], 'misc': {'platform': 'beaglebone-black', 'job_url': 'https://lava.baylibre.com/scheduler/job/3910952', 'job_id': '3910952'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea82e51c583972a58e45'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm-baylibre-6807ea82e51c583972a58e45/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm-baylibre-6807ea82e51c583972a58e45/log.txt.gz', 'log_excerpt': 'lay loop... 996.14 BogoMIPS (lpj=4980736)\n' '[ 0.091072] CPU: Testing write buffer coherency: ' 'ok\n' '[ 0.091141] CPU0: Spectre v2: using BPIALL ' 'workaround\n' '[ 0.091151] pid_max: default: 32768 minimum: 301\n' '[ 0.091339] Mount-cache hash table entries: 1024 ' '(order: 0, 4096 bytes, linear)\n' '[ 0.091357] Mountpoint-cache hash table entries: ' '1024 (order: 0, 4096 bytes, linear)\n' '[ 0.092436] CPU0: thread -1, cpu 0, socket -1, ' 'mpidr 0\n' '[ 0.093327] Setting up static identity map for ' '0x80300000 - 0x803000ac\n' '[ 0.095761] rcu: Hierarchical SRCU ' 'implementation.\n' '[ 0.095775] rcu: ?Max phase no-delay instances is ' '1000.\n' '[ 0.100758] EFI services will not be available.\n' '[ 0.101104] smp: Bringing up secondary CPUs ...\n' '[ 0.101115] smp: Brought up 1 node, 1 CPU\n' '[ 0.101125] SMP: Total of 1 processors activated ' '(996.14 BogoMIPS).\n' '[ 0.101137] CPU: All CPU(s) started in SVC mode.\n' '[ 0.101804] devtmpfs: initialized\n' '[ 0.114017] VFP support v0.3: implementor 41 ' 'architecture 3 part 30 variant c rev 3\n' '[ 0.114289] clocksource: jiffies: mask: 0xffffffff ' 'max_cycles: 0xffffffff, max_idle_ns: ' '19112604462750000 ns\n' '[ 0.114320] futex hash table entries: 256 (order: ' '2, 16384 bytes, linear)\n' '[ 0.119406] pinctrl core: initialized pinctrl ' 'subsystem\n' '[ 0.124449] DMI not present or invalid.\n' '[ 0.125312] NET: Registered PF_NETLINK/PF_ROUTE ' 'protocol family\n' '[ 0.127841] DMA: preallocated 256 KiB pool for ' 'atomic coherent allocations\n' '[ 0.131208] thermal_sys: Registered thermal ' "governor 'step_wise'\n" '[ 0.131350] cpuidle: using governor menu\n' '[ 0.152005] ' '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70: ' 'Fixed dependency cycle(s) with ' '/ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0\n' '[ 0.152911] ' '/ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0: ' 'Fixed dependency cycle(s) with ' '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70\n' '[ 0.155559] No ATAGs?\n' '[ 0.155577] hw-breakpoint: debug architecture 0x4 ' 'unsupported.\n' '[ 0.160684] Serial: AMBA PL011 UART driver\n' '[ 0.186756] iommu: Default domain type: ' 'Translated\n' '[ 0.186778] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.187499] SCSI subsystem initialized\n' '[ 0.191697] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.191748] usbcore: registered new interface ' 'driver hub\n' '[ 0.191798] usbcore: registered new device driver ' 'usb\n' '[ 0.192795] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.192807] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.192833] PTP clock support registered\n' '[ 0.192989] EDAC MC: Ver: 3.0.0\n' '[ 0.203944] vgaarb: loaded\n' '[ 0.204511] clocksource: Switched to clocksource ' 'dmtimer\n' '[ 0.226918] NET: Registered PF_INET protocol ' 'family\n' '[ 0.227223] IP idents hash table entries: 8192 ' '(order: 4, 65536 bytes, linear)\n' '[ 0.228313] tcp_listen_portaddr_hash hash table ' 'entries: 512 (order: 0, 4096 bytes, linear)\n' '[ 0.228353] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.228370] TCP established hash table entries: ' '4096 (order: 2, 16384 bytes, linear)\n' '[ 0.228413] TCP bind hash table entries: 4096 ' '(order: 4, 65536 bytes, linear)\n' '[ 0.228511] TCP: Hash tables configured ' '(established 4096 bind 4096)\n' '[ 0.228625] UDP hash table entries: 256 (order: 1, ' '8192 bytes, linear)\n' '[ 0.228650] UDP-Lite hash table entries: 256 ' '(order: 1, 8192 bytes, linear)\n' '[ 0.228812] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.229653] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.229670] RPC: Registered udp transport module.\n' '[ 0.229675] RPC: Registered tcp transport module.\n' '[ 0.229679] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.229694] PCI: CLS 0 bytes, default 64\n' '[ 0.231078] Initialise system trusted keyrings\n' '[ 0.231746] Trying to unpack rootfs image as ' 'initramfs...\n' '[ 0.245036] workingset: timestamp_bits=30 ' 'max_order=17 bucket_order=0\n' '[ 0.251592] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.257295] NFS: Registering the id_resolver key ' 'type\n' '[ 0.257368] Key type id_resolver registered\n' '[ 0.257374] Key type id_legacy registered\n' '[ 0.257485] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.257495] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.257542] ntfs: driver 2.1.32 [Flags: R/O].\n' '[ 0.274143] Key type asymmetric registered\n' "[ 0.274163] Asymmetric key parser 'x509' " 'registered\n' '[ 0.274353] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 247)\n' '[ 0.274368] io scheduler mq-deadline registered\n' '[ 0.274375] io scheduler kyber registered\n' '[ 0.495048] Serial: 8250/16550 driver, 5 ports, ' 'IRQ sharing enabled\n' '[ 0.499026] SuperH (H)SCI(F) driver initialized\n' '[ 0.499660] msm_serial: driver initialized\n' '[ 0.499670] STMicroelectronics ASC driver ' 'initialized\n' '[ 0.501037] STM32 USART driver initialized\n' '[ 0.557548] brd: module loaded\n' '[ 0.567881] loop: module loaded\n' '[ 0.578071] CAN device driver interface\n' '[ 0.578760] bgmac_bcma: Broadcom 47xx GBit MAC ' 'driver loaded\n' '[ 0.579407] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.579416] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 0.579506] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 0.579512] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 0.582217] pegasus: Pegasus/Pegasus II USB ' 'Ethernet driver\n' '[ 0.582289] usbcore: registered new interface ' 'driver pegasus\n' '[ 0.582349] usbcore: registered new interface ' 'driver asix\n' '[ 0.582393] usbcore: registered new interface ' 'driver ax88179_178a\n' '[ 0.582430] usbcore: registered new interface ' 'driver cdc_ether\n' '[ 0.582474] usbcore: registered new interface ' 'driver smsc75xx\n' '[ 0.582538] usbcore: registered new interface ' 'driver smsc95xx\n' '[ 0.582574] usbcore: registered new interface ' 'driver net1080\n' '[ 0.582613] usbcore: registered new interface ' 'driver cdc_subset\n' '[ 0.582646] usbcore: registered new interface ' 'driver zaurus\n' '[ 0.582690] usbcore: registered new interface ' 'driver cdc_ncm\n' '[ 0.586041] usbcore: registered new interface ' 'driver usb-storage\n' '[ 0.589945] i2c_dev: i2c /dev entries driver\n' '[ 0.602685] cpuidle: enable-method property ' "'ti,am3352' found operations\n" '[ 0.604665] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 0.604682] sdhci: Copyright(c) Pierre Ossman\n' '[ 0.606220] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 0.607520] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 0.726876] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 0.729680] usbcore: registered new interface ' 'driver usbhid\n' '[ 0.729701] usbhid: USB HID core driver\n' '[ 0.736848] NET: Registered PF_INET6 protocol ' 'family\n' '[ 0.769545] Segment Routing with IPv6\n' '[ 0.769614] In-situ OAM (IOAM) with IPv6\n' '[ 0.769703] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 0.770504] NET: Registered PF_PACKET protocol ' 'family\n' '[ 0.770522] can: controller area network core\n' '[ 0.770609] NET: Registered PF_CAN protocol ' 'family\n' '[ 0.770620] can: raw protocol\n' '[ 0.770630] can: broadcast manager protocol\n' '[ 0.770660] can: netlink gateway - max_hops=1\n' '[ 0.771256] Key type dns_resolver registered\n' '[ 0.771420] ThumbEE CPU extension supported.\n' '[ 0.771442] Registering SWP/SWPB emulation ' 'handler\n' '[ 0.771895] omap_voltage_late_init: Voltage driver ' 'support not added\n' '[ 0.773926] Loading compiled-in X.509 ' 'certificates\n' '[ 0.849788] ' '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70: ' 'Fixed dependency cycle(s) with ' '/ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0\n' '[ 0.860498] ' '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70: ' 'Fixed dependency cycle(s) with ' '/ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0\n' '[ 0.875338] ' '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70: ' 'Fixed dependency cycle(s) with ' '/ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0\n' '[ 0.876948] ' '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70: ' 'Fixed dependency cycle(s) with ' '/ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0\n' '[ 0.884743] ' '/ocp/interconnect@44c00000/segment@200000/target-module@10000/scm@0/pinmux@800: ' 'Fixed dependency cycle(s) with ' '/ocp/interconnect@44c00000/segment@200000/target-module@10000/scm@0/pinmux@800/pinmux_clkout2_pin\n' '[ 0.886206] pinctrl-single 44e10800.pinmux: 142 ' 'pins, size 568\n' '[ 0.902143] ti-sysc: probe of ' '44e31000.target-module failed with error -16\n' '[ 1.048036] ' '/ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0: ' 'Fixed dependency cycle(s) with ' '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70\n' '[ 1.063589] ti-sysc: probe of ' '48040000.target-module failed with error -16\n' '[ 1.097312] gpio gpiochip0: (gpio-0-31): not an ' 'immutable chip, please consider fixing it!\n' '[ 1.224936] OMAP GPIO hardware version 0.1\n' '[ 1.296045] at24 2-0054: supply vcc not found, ' 'using dummy regulator\n' '[ 1.329941] at24 2-0055: supply vcc not found, ' 'using dummy regulator\n' '[ 1.364956] at24 2-0056: supply vcc not found, ' 'using dummy regulator\n' '[ 1.400995] at24 2-0057: supply vcc not found, ' 'using dummy regulator\n' '[ 1.427648] omap_i2c 4819c000.i2c: bus 2 rev0.11 ' 'at 100 kHz\n' '[ 1.435976] gpio gpiochip1: (gpio-32-63): not an ' 'immutable chip, please consider fixing it!\n' '[ 1.458516] gpio gpiochip2: (gpio-64-95): not an ' 'immutable chip, please consider fixing it!\n' '[ 1.482752] ' '/ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0: ' 'Fixed dependency cycle(s) with ' '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70\n' '[ 1.487931] ' '/ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0: ' 'Fixed dependency cycle(s) with ' '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70\n' '[ 1.489134] ' '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70: ' 'Fixed dependency cycle(s) with ' '/ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0\n' '[ 1.489280] ' '/ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0: ' 'Fixed dependency cycle(s) with ' '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70\n' '[ 1.500565] sdhci-omap 481d8000.mmc: supply pbias ' 'not found, using dummy regulator\n' '[ 1.500982] sdhci-omap 481d8000.mmc: supply vqmmc ' 'not found, using dummy regulator\n' '[ 1.594976] omap_rng 48310000.rng: Random Number ' 'Generator ver. 20\n' '[ 1.612442] random: crng init done\n' '[ 1.665026] davinci_mdio 4a101000.mdio: davinci ' 'mdio revision 1.6, bus freq 1000000\n' '[ 2.954119] Freeing initrd memory: 16764K\n' '[ 2.986657] davinci_mdio 4a101000.mdio: phy[0]: ' 'device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720\n' '[ 2.986977] cpsw-switch 4a100000.switch: ' 'initialized cpsw ale version 1.4\n' '[ 2.986991] cpsw-switch 4a100000.switch: ALE Table ' 'size 1024\n' '[ 2.987104] cpsw-switch 4a100000.switch: cpts: ' 'overflow check period 500 (jiffies)\n' '[ 2.987121] cpsw-switch 4a100000.switch: CPTS: ' 'ref_clk_freq:250000000 calc_mult:2147483648 ' 'calc_shift:29 error:0 nsec/sec\n' '[ 2.987204] cpsw-switch 4a100000.switch: Detected ' 'MACID = 24:76:25:ec:f2:49\n' '[ 2.988636] cpsw-switch 4a100000.switch: ' 'initialized (regs 0x4a100000, pool size 256) ' 'hw_ver:0019010C 1.12 (0)\n' "[ 3.006288] debugfs: Directory '49000000.dma' with " "parent 'dmaengine' already present!\n" '[ 3.006327] edma 49000000.dma: TI EDMA DMA engine ' 'driver\n' '[ 3.060155] hw perfevents: enabled with ' 'armv7_cortex_a8 PMU driver, 5 counters available\n' '[ 3.072486] l3-aon-clkctrl:0000:0: failed to ' 'disable\n' '[ 3.074035] gpio gpiochip3: (gpio-96-127): not an ' 'immutable chip, please consider fixing it!\n' '[ 3.078240] 44e09000.serial: ttyS0 at MMIO ' '0x44e09000 (irq = 35, base_baud = 3000000) is a 8250\n' '[ 4.418762] printk: console [ttyS0] enabled\n' '[ 4.455236] tps65217-pmic: Failed to locate ' 'of_node [id: -1]\n' '[ 4.468263] tps65217-bl: Failed to locate of_node ' '[id: -1]\n' '[ 4.484123] tps65217 0-0024: TPS65217 ID 0xe ' 'version 1.2\n' '[ 4.491225] at24 0-0050: 32768 byte 24c256 EEPROM, ' 'writable, 1 bytes/write\n' '[ 4.498449] ' '/ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0: ' 'Fixed dependency cycle(s) with ' '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70\n' '[ 4.515700] ' '/ocp/interconnect@44c00000/segment@200000/target-module@b000/i2c@0/tda19988@70: ' 'Fixed dependency cycle(s) with ' '/ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0\n' '[ 4.533246] omap_i2c 44e0b000.i2c: bus 0 rev0.11 ' 'at 400 kHz\n' '[ 4.550970] omap_gpio 44e07000.gpio: Could not set ' 'line 6 debounce to 200000 microseconds (-22)\n' '[ 4.559870] sdhci-omap 48060000.mmc: Got CD GPIO\n' '[ 4.564744] sdhci-omap 48060000.mmc: supply pbias ' 'not found, using dummy regulator\n' '[ 4.577012] sdhci-omap 48060000.mmc: supply vqmmc ' 'not found, using dummy regulator\n' '[ 4.585379] sdhci-omap 481d8000.mmc: supply pbias ' 'not found, using dummy regulator\n' '[ 4.593283] sdhci-omap 481d8000.mmc: supply vqmmc ' 'not found, using dummy regulator\n' '[ 4.682706] mmc1: SDHCI controller on 481d8000.mmc ' '[481d8000.mmc] using External DMA\n' '[ 4.693262] mmc0: SDHCI controller on 48060000.mmc ' '[48060000.mmc] using External DMA\n' '[ 4.702697] cpsw-switch 4a100000.switch: starting ' 'ndev. mode: dual_mac\n' '[ 4.760021] mmc1: new high speed MMC card at ' 'address 0001\n' '[ 4.768100] mmcblk1: mmc1:0001 M62704 3.56 GiB\n' '[ 4.781193] mmcblk1boot0: mmc1:0001 M62704 2.00 ' 'MiB\n' '[ 4.791516] mmcblk1boot1: mmc1:0001 M62704 2.00 ' 'MiB\n' '[ 4.802173] SMSC LAN8710/LAN8720 4a101000.mdio:00: ' 'attached PHY driver ' '(mii_bus:phy_addr=4a101000.mdio:00, irq=POLL)\n' '[ 4.812954] mmc0: new high speed SDHC card at ' 'address aaaa\n' '[ 4.819297] mmcblk1rpmb: mmc1:0001 M62704 512 KiB, ' 'chardev (236:0)\n' '[ 4.826477] mmcblk0: mmc0:aaaa SL08G 7.40 GiB\n' '[ 4.839704] mmcblk0: p1 p2\n' '[ 6.965446] cpsw-switch 4a100000.switch eth0: Link ' 'is Up - 100Mbps/Full - flow control off\n' '[ 6.973923] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: ' 'link becomes ready\n' '[ 7.024529] Sending DHCP requests ., OK\n' '[ 7.068620] IP-Config: Got DHCP answer from ' '192.168.0.1, my address is 192.168.0.206\n' '[ 7.076550] IP-Config: Complete:\n' '[ 7.079817] device=eth0, ' 'hwaddr=24:76:25:ec:f2:49, ipaddr=192.168.0.206, ' 'mask=255.255.255.0, gw=192.168.0.254\n' '[ 7.090348] host=192.168.0.206, domain=shed, ' 'nis-domain=(none)\n' '[ 7.096723] bootserver=192.168.0.1, ' 'rootserver=192.168.0.1, rootpath=\n' '[ 7.096755] nameserver0=192.168.0.1, ' 'nameserver1=192.168.1.254\n' '[ 7.110991] clk: Disabling unused clocks\n' '[ 7.128308] Freeing unused kernel image (initmem) ' 'memory: 2048K\n' '[ 7.137366] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 7.355716] ' 'udevd[108]: starting version 3.2.9\n' "[ 7.372028] udevd[108]: specified user 'tss' " 'unknown\n' "[ 7.377564] udevd[108]: specified group 'tss' " 'unknown\n' '[ 7.388001] udevd[109]: starting eudev-3.2.9\n' '[ 8.895395] am335x-phy-driver 47401300.usb-phy: ' 'supply vcc not found, using dummy regulator\n' '[ 8.904132] am335x-phy-driver 47401300.usb-phy: ' 'dummy supplies not allowed for exclusive requests\n' '[ 9.194955] am335x-phy-driver 47401b00.usb-phy: ' 'supply vcc not found, using dummy regulator\n' '[ 9.203672] am335x-phy-driver 47401b00.usb-phy: ' 'dummy supplies not allowed for exclusive requests\n' '[ 9.373904] musb-hdrc musb-hdrc.1: MUSB HDRC host ' 'driver\n' '[ 9.379486] musb-hdrc musb-hdrc.1: new USB bus ' 'registered, assigned bus number 1\n' '[ 9.487490] tda998x 0-0070: found TDA19988\n' '[ 9.591271] hub 1-0:1.0: USB hub found\n' '[ 9.643435] hub 1-0:1.0: 1 port detected\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: ip: RTNETLINK answers: File exists\n' 'FAIL\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-3910952/environment\n' '/ # /lava-3910952/bin/lava-test-runner ' '/lava-3910952/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-3910952/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=3910952_1.5.2.4.1\n' '+ [ 12.706224] \n' 'set +x\n' '[ 12.714255] \n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ # \n'} 04/22/2025 07:15:49 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:15:53 PM UTC [INFO] Processing event node: 6807e1761b4012cda6bf831c 04/22/2025 07:15:53 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807e1761b4012cda6bf831c 04/22/2025 07:15:53 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807e1201b4012cda6bf82fc', 'id': 'maestro:6807e1761b4012cda6bf831c', 'origin': 'maestro', 'comment': 'staging-stable-20250422.5', 'start_time': '2025-04-22T18:35:34.640000+00:00', 'architecture': 'arm', 'compiler': 'gcc-12', 'config_name': 'multi_v7_defconfig', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807e1761b4012cda6bf831c-kbuild-gcc-12-arm-multi--9yvitr3f', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'zimage', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e1761b4012cda6bf831c'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/fragments/0.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-multi_v7_defconfig-6807e1761b4012cda6bf831c/build.log.gz', 'log_excerpt': ' _dtbs_/ls1021a-moxa-uc-8410a.dtb ' '_dtbs_/ls1021a-qds.dtb _dtbs_/ls1021a-tsn.dtb ' '_dtbs_/ls1021a-twr.dtb _dtbs_/meson6-atv1200.dtb ' '_dtbs_/meson8-minix-neo-x8.dtb ' '_dtbs_/meson8b-ec100.dtb _dtbs_/meson8b-mxq.dtb ' '_dtbs_/meson8b-odroidc1.dtb ' '_dtbs_/meson8m2-mxiii-plus.dtb ' '_dtbs_/milbeaut-m10v-evb.dtb ' '_dtbs_/mmp2-brownstone.dtb ' '_dtbs_/mmp2-olpc-xo-1-75.dtb ' '_dtbs_/mmp3-dell-ariel.dtb _dtbs_/mt2701-evb.dtb ' '_dtbs_/mt6580-evbp1.dtb ' '_dtbs_/mt6582-prestigio-pmt5008-3g.dtb ' '_dtbs_/mt6589-aquaris5.dtb ' '_dtbs_/mt6589-fairphone-fp1.dtb _dtbs_/mt6592-evb.dtb ' '_dtbs_/mt7623a-rfb-emmc.dtb ' '_dtbs_/mt7623a-rfb-nand.dtb ' '_dtbs_/mt7623n-bananapi-bpi-r2.dtb ' '_dtbs_/mt7623n-rfb-emmc.dtb _dtbs_/mt7629-rfb.dtb ' '_dtbs_/mt8127-moose.dtb _dtbs_/mt8135-evbp1.dtb ' '_dtbs_/omap3-beagle-ab4.dtb ' '_dtbs_/omap3-beagle-xm-ab.dtb ' '_dtbs_/omap3-beagle-xm.dtb _dtbs_/omap3-beagle.dtb ' '_dtbs_/omap3-cm-t3517.dtb _dtbs_/omap3-cm-t3530.dtb ' '_dtbs_/omap3-cm-t3730.dtb ' '_dtbs_/omap3-devkit8000-lcd43.dtb ' '_dtbs_/omap3-devkit8000-lcd70.dtb ' '_dtbs_/omap3-devkit8000.dtb _dtbs_/omap3-echo.dtb ' '_dtbs_/omap3-evm-37xx.dtb _dtbs_/omap3-evm.dtb ' '_dtbs_/omap3-gta04a3.dtb _dtbs_/omap3-gta04a4.dtb ' '_dtbs_/omap3-gta04a5.dtb _dtbs_/omap3-gta04a5one.dtb ' '_dtbs_/omap3-ha-lcd.dtb _dtbs_/omap3-ha.dtb ' '_dtbs_/omap3-igep0020-rev-f.dtb ' '_dtbs_/omap3-igep0020.dtb ' '_dtbs_/omap3-igep0030-rev-g.dtb ' '_dtbs_/omap3-igep0030.dtb _dtbs_/omap3-ldp.dtb ' '_dtbs_/omap3-lilly-dbb056.dtb _dtbs_/omap3-n9.dtb ' '_dtbs_/omap3-n900.dtb _dtbs_/omap3-n950.dtb ' '_dtbs_/omap3-overo-alto35.dtb ' '_dtbs_/omap3-overo-chestnut43.dtb ' '_dtbs_/omap3-overo-gallop43.dtb ' '_dtbs_/omap3-overo-palo35.dtb ' '_dtbs_/omap3-overo-palo43.dtb ' '_dtbs_/omap3-overo-storm-alto35.dtb ' '_dtbs_/omap3-overo-storm-chestnut43.dtb ' '_dtbs_/omap3-overo-storm-gallop43.dtb ' '_dtbs_/omap3-overo-storm-palo35.dtb ' '_dtbs_/omap3-overo-storm-palo43.dtb ' '_dtbs_/omap3-overo-storm-summit.dtb ' '_dtbs_/omap3-overo-storm-tobi.dtb ' '_dtbs_/omap3-overo-storm-tobiduo.dtb ' '_dtbs_/omap3-overo-summit.dtb ' '_dtbs_/omap3-overo-tobi.dtb ' '_dtbs_/omap3-overo-tobiduo.dtb ' '_dtbs_/omap3-pandora-1ghz.dtb ' '_dtbs_/omap3-pandora-600mhz.dtb ' '_dtbs_/omap3-sbc-t3517.dtb _dtbs_/omap3-sbc-t3530.dtb ' '_dtbs_/omap3-sbc-t3730.dtb _dtbs_/omap3-sniper.dtb ' '_dtbs_/omap3-thunder.dtb _dtbs_/omap3-zoom3.dtb ' '_dtbs_/omap3430-sdp.dtb ' '_dtbs_/omap4-droid-bionic-xt875.dtb ' '_dtbs_/omap4-droid4-xt894.dtb ' '_dtbs_/omap4-duovero-parlor.dtb _dtbs_/omap4-kc1.dtb ' '_dtbs_/omap4-panda-a4.dtb _dtbs_/omap4-panda-es.dtb ' '_dtbs_/omap4-panda.dtb _dtbs_/omap4-sdp-es23plus.dtb ' '_dtbs_/omap4-sdp.dtb _dtbs_/omap4-var-dvk-om44.dtb ' '_dtbs_/omap4-var-stk-om44.dtb _dtbs_/omap5-cm-t54.dtb ' '_dtbs_/omap5-igep0050.dtb _dtbs_/omap5-sbc-t54.dtb ' '_dtbs_/omap5-uevm.dtb _dtbs_/owl-s500-cubieboard6.dtb ' '_dtbs_/owl-s500-guitar-bb-rev-b.dtb ' '_dtbs_/owl-s500-labrador-base-m.dtb ' '_dtbs_/owl-s500-roseapplepi.dtb ' '_dtbs_/owl-s500-sparky.dtb _dtbs_/pxa168-aspenite.dtb ' '_dtbs_/pxa910-dkb.dtb _dtbs_/qcom-apq8016-sbc.dtb ' '_dtbs_/qcom-apq8026-asus-sparrow.dtb ' '_dtbs_/qcom-apq8026-lg-lenok.dtb ' '_dtbs_/qcom-apq8060-dragonboard.dtb ' '_dtbs_/qcom-apq8064-asus-nexus7-flo.dtb ' '_dtbs_/qcom-apq8064-cm-qs600.dtb ' '_dtbs_/qcom-apq8064-ifc6410.dtb ' '_dtbs_/qcom-apq8064-sony-xperia-lagan-yuga.dtb ' '_dtbs_/qcom-apq8074-dragonboard.dtb ' '_dtbs_/qcom-apq8084-ifc6540.dtb ' '_dtbs_/qcom-apq8084-mtp.dtb ' '_dtbs_/qcom-ipq4018-ap120c-ac-bit.dtb ' '_dtbs_/qcom-ipq4018-ap120c-ac.dtb ' '_dtbs_/qcom-ipq4018-jalapeno.dtb ' '_dtbs_/qcom-ipq4019-ap.dk01.1-c1.dtb ' '_dtbs_/qcom-ipq4019-ap.dk04.1-c1.dtb ' '_dtbs_/qcom-ipq4019-ap.dk04.1-c3.dtb ' '_dtbs_/qcom-ipq4019-ap.dk07.1-c1.dtb ' '_dtbs_/qcom-ipq4019-ap.dk07.1-c2.dtb ' '_dtbs_/qcom-ipq8064-ap148.dtb ' '_dtbs_/qcom-ipq8064-rb3011.dtb ' '_dtbs_/qcom-mdm9615-wp8548-mangoh-green.dtb ' '_dtbs_/qcom-msm8226-samsung-s3ve3g.dtb ' '_dtbs_/qcom-msm8660-surf.dtb ' '_dtbs_/qcom-msm8916-samsung-e5.dtb ' '_dtbs_/qcom-msm8916-samsung-e7.dtb ' '_dtbs_/qcom-msm8916-samsung-grandmax.dtb ' '_dtbs_/qcom-msm8916-samsung-serranove.dtb ' '_dtbs_/qcom-msm8960-cdp.dtb ' '_dtbs_/qcom-msm8974-lge-nexus5-hammerhead.dtb ' '_dtbs_/qcom-msm8974-sony-xperia-rhine-amami.dtb ' '_dtbs_/qcom-msm8974-sony-xperia-rhine-honami.dtb ' '_dtbs_/qcom-msm8974pro-fairphone-fp2.dtb ' '_dtbs_/qcom-msm8974pro-samsung-klte.dtb ' '_dtbs_/qcom-msm8974pro-sony-xperia-shinano-castor.dtb ' '_dtbs_/qcom-sdx55-mtp.dtb _dtbs_/qcom-sdx55-t55.dtb ' '_dtbs_/qcom-sdx55-telit-fn980-tlb.dtb ' '_dtbs_/qcom-sdx65-mtp.dtb _dtbs_/r7s72100-genmai.dtb ' '_dtbs_/r7s72100-gr-peach.dtb ' '_dtbs_/r7s72100-rskrza1.dtb ' '_dtbs_/r7s9210-rza2mevb.dtb ' '_dtbs_/r8a73a4-ape6evm.dtb ' '_dtbs_/r8a7740-armadillo800eva.dtb ' '_dtbs_/r8a7742-iwg21d-q7-dbcm-ca.dtb ' '_dtbs_/r8a7742-iwg21d-q7.dtb ' '_dtbs_/r8a7743-iwg20d-q7-dbcm-ca.dtb ' '_dtbs_/r8a7743-iwg20d-q7.dtb ' '_dtbs_/r8a7743-sk-rzg1m.dtb ' '_dtbs_/r8a7744-iwg20d-q7-dbcm-ca.dtb ' '_dtbs_/r8a7744-iwg20d-q7.dtb ' '_dtbs_/r8a7745-iwg22d-sodimm-dbhd-ca.dtb ' '_dtbs_/r8a7745-iwg22d-sodimm.dtb ' '_dtbs_/r8a7745-sk-rzg1e.dtb ' '_dtbs_/r8a77470-iwg23s-sbc.dtb ' '_dtbs_/r8a7778-bockw.dtb _dtbs_/r8a7779-marzen.dtb ' '_dtbs_/r8a7790-lager.dtb _dtbs_/r8a7790-stout.dtb ' '_dtbs_/r8a7791-koelsch.dtb _dtbs_/r8a7791-porter.dtb ' '_dtbs_/r8a7792-blanche.dtb _dtbs_/r8a7792-wheat.dtb ' '_dtbs_/r8a7793-gose.dtb _dtbs_/r8a7794-alt.dtb ' '_dtbs_/r8a7794-silk.dtb ' '_dtbs_/r9a06g032-rzn1d400-db.dtb ' '_dtbs_/rk3036-evb.dtb _dtbs_/rk3036-kylin.dtb ' '_dtbs_/rk3066a-bqcurie2.dtb ' '_dtbs_/rk3066a-marsboard.dtb _dtbs_/rk3066a-mk808.dtb ' '_dtbs_/rk3066a-rayeager.dtb ' '_dtbs_/rk3188-bqedison2qc.dtb ' '_dtbs_/rk3188-px3-evb.dtb _dtbs_/rk3188-radxarock.dtb ' '_dtbs_/rk3228-evb.dtb _dtbs_/rk3229-evb.dtb ' '_dtbs_/rk3229-xms6.dtb _dtbs_/rk3288-evb-act8846.dtb ' '_dtbs_/rk3288-evb-rk808.dtb ' '_dtbs_/rk3288-firefly-beta.dtb ' '_dtbs_/rk3288-firefly-reload.dtb ' '_dtbs_/rk3288-firefly.dtb _dtbs_/rk3288-miqi.dtb ' '_dtbs_/rk3288-phycore-rdk.dtb ' '_dtbs_/rk3288-popmetal.dtb _dtbs_/rk3288-r89.dtb ' '_dtbs_/rk3288-rock-pi-n8.dtb ' '_dtbs_/rk3288-rock2-square.dtb ' '_dtbs_/rk3288-tinker-s.dtb _dtbs_/rk3288-tinker.dtb ' '_dtbs_/rk3288-veyron-brain.dtb ' '_dtbs_/rk3288-veyron-fievel.dtb ' '_dtbs_/rk3288-veyron-jaq.dtb ' '_dtbs_/rk3288-veyron-jerry.dtb ' '_dtbs_/rk3288-veyron-mickey.dtb ' '_dtbs_/rk3288-veyron-mighty.dtb ' '_dtbs_/rk3288-veyron-minnie.dtb ' '_dtbs_/rk3288-veyron-pinky.dtb ' '_dtbs_/rk3288-veyron-speedy.dtb ' '_dtbs_/rk3288-veyron-tiger.dtb ' '_dtbs_/rk3288-vyasa.dtb _dtbs_/rv1108-elgin-r1.dtb ' '_dtbs_/rv1108-evb.dtb _dtbs_/sama5d31ek.dtb ' '_dtbs_/sama5d33ek.dtb _dtbs_/sama5d34ek.dtb ' '_dtbs_/sama5d35ek.dtb _dtbs_/sama5d36ek.dtb ' '_dtbs_/sama5d36ek_cmp.dtb _dtbs_/sh73a0-kzm9g.dtb ' '_dtbs_/socfpga_arria10_chameleonv3.dtb ' '_dtbs_/socfpga_arria10_socdk_nand.dtb ' '_dtbs_/socfpga_arria10_socdk_qspi.dtb ' '_dtbs_/socfpga_arria10_socdk_sdmmc.dtb ' '_dtbs_/socfpga_arria5_socdk.dtb ' '_dtbs_/socfpga_cyclone5_chameleon96.dtb ' '_dtbs_/socfpga_cyclone5_de0_nano_soc.dtb ' '_dtbs_/socfpga_cyclone5_mcvevk.dtb ' '_dtbs_/socfpga_cyclone5_socdk.dtb ' '_dtbs_/socfpga_cyclone5_sockit.dtb ' '_dtbs_/socfpga_cyclone5_socrates.dtb ' '_dtbs_/socfpga_cyclone5_sodia.dtb ' '_dtbs_/socfpga_cyclone5_vining_fpga.dtb ' '_dtbs_/socfpga_vt.dtb _dtbs_/spear1310-evb.dtb ' '_dtbs_/spear1340-evb.dtb _dtbs_/ste-href520-tvk.dtb ' '_dtbs_/ste-hrefprev60-stuib.dtb ' '_dtbs_/ste-hrefprev60-tvk.dtb ' '_dtbs_/ste-hrefv60plus-stuib.dtb ' '_dtbs_/ste-hrefv60plus-tvk.dtb ' '_dtbs_/ste-snowball.dtb ' '_dtbs_/ste-ux500-samsung-codina-tmo.dtb ' '_dtbs_/ste-ux500-samsung-codina.dtb ' '_dtbs_/ste-ux500-samsung-gavini.dtb ' '_dtbs_/ste-ux500-samsung-golden.dtb ' '_dtbs_/ste-ux500-samsung-janice.dtb ' '_dtbs_/ste-ux500-samsung-kyle.dtb ' '_dtbs_/ste-ux500-samsung-skomer.dtb ' '_dtbs_/stih407-b2120.dtb _dtbs_/stih410-b2120.dtb ' '_dtbs_/stih410-b2260.dtb _dtbs_/stih418-b2199.dtb ' '_dtbs_/stih418-b2264.dtb _dtbs_/stm32429i-eval.dtb ' '_dtbs_/stm32746g-eval.dtb _dtbs_/stm32f429-disco.dtb ' '_dtbs_/stm32f469-disco.dtb _dtbs_/stm32f746-disco.dtb ' '_dtbs_/stm32f769-disco.dtb ' '_dtbs_/stm32h743i-disco.dtb ' '_dtbs_/stm32h743i-eval.dtb ' '_dtbs_/stm32h750i-art-pi.dtb ' '_dtbs_/stm32mp135f-dk.dtb ' '_dtbs_/stm32mp151a-prtt1a.dtb ' '_dtbs_/stm32mp151a-prtt1c.dtb ' '_dtbs_/stm32mp151a-prtt1s.dtb ' '_dtbs_/stm32mp153c-dhcom-drc02.dtb ' '_dtbs_/stm32mp153c-dhcor-drc-compact.dtb ' '_dtbs_/stm32mp157a-avenger96.dtb ' '_dtbs_/stm32mp157a-dhcor-avenger96.dtb ' '_dtbs_/stm32mp157a-dk1-scmi.dtb ' '_dtbs_/stm32mp157a-dk1.dtb ' '_dtbs_/stm32mp157a-icore-stm32mp1-ctouch2-of10.dtb ' '_dtbs_/stm32mp157a-icore-stm32mp1-ctouch2.dtb ' '_dtbs_/stm32mp157a-icore-stm32mp1-edimm2.2.dtb ' '_dtbs_/stm32mp157a-iot-box.dtb ' '_dtbs_/stm32mp157a-microgea-stm32mp1-microdev2.0-of7.dtb ' '_dtbs_/stm32mp157a-microgea-stm32mp1-microdev2.0.dtb ' '_dtbs_/stm32mp157a-stinger96.dtb ' '_dtbs_/stm32mp157c-dhcom-pdk2.dtb ' '_dtbs_/stm32mp157c-dhcom-picoitx.dtb ' '_dtbs_/stm32mp157c-dk2-scmi.dtb ' '_dtbs_/stm32mp157c-dk2.dtb ' '_dtbs_/stm32mp157c-ed1-scmi.dtb ' '_dtbs_/stm32mp157c-ed1.dtb ' '_dtbs_/stm32mp157c-emsbc-argon.dtb ' '_dtbs_/stm32mp157c-ev1-scmi.dtb ' '_dtbs_/stm32mp157c-ev1.dtb ' '_dtbs_/stm32mp157c-lxa-mc1.dtb ' '_dtbs_/stm32mp157c-odyssey.dtb ' '_dtbs_/sun4i-a10-a1000.dtb ' '_dtbs_/sun4i-a10-ba10-tvbox.dtb ' '_dtbs_/sun4i-a10-chuwi-v7-cw0825.dtb ' '_dtbs_/sun4i-a10-cubieboard.dtb ' '_dtbs_/sun4i-a10-dserve-dsrv9703c.dtb ' '_dtbs_/sun4i-a10-gemei-g9.dtb ' '_dtbs_/sun4i-a10-hackberry.dtb ' '_dtbs_/sun4i-a10-hyundai-a7hd.dtb ' '_dtbs_/sun4i-a10-inet1.dtb ' '_dtbs_/sun4i-a10-inet97fv2.dtb ' '_dtbs_/sun4i-a10-inet9f-rev03.dtb ' '_dtbs_/sun4i-a10-itead-iteaduino-plus.dtb ' '_dtbs_/sun4i-a10-jesurun-q5.dtb ' '_dtbs_/sun4i-a10-marsboard.dtb ' '_dtbs_/sun4i-a10-mini-xplus.dtb ' '_dtbs_/sun4i-a10-mk802.dtb ' '_dtbs_/sun4i-a10-mk802ii.dtb ' '_dtbs_/sun4i-a10-olinuxino-lime.dtb ' '_dtbs_/sun4i-a10-pcduino.dtb ' '_dtbs_/sun4i-a10-pcduino2.dtb ' '_dtbs_/sun4i-a10-pov-protab2-ips9.dtb ' '_dtbs_/sun4i-a10-topwise-a721.dtb ' '_dtbs_/sun5i-a10s-auxtek-t003.dtb ' '_dtbs_/sun5i-a10s-auxtek-t004.dtb ' '_dtbs_/sun5i-a10s-mk802.dtb ' '_dtbs_/sun5i-a10s-olinuxino-micro.dtb ' '_dtbs_/sun5i-a10s-r7-tv-dongle.dtb ' '_dtbs_/sun5i-a10s-wobo-i5.dtb ' '_dtbs_/sun5i-a13-difrnce-dit4350.dtb ' '_dtbs_/sun5i-a13-empire-electronix-d709.dtb ' '_dtbs_/sun5i-a13-empire-electronix-m712.dtb ' '_dtbs_/sun5i-a13-hsg-h702.dtb ' '_dtbs_/sun5i-a13-inet-98v-rev2.dtb ' '_dtbs_/sun5i-a13-licheepi-one.dtb ' '_dtbs_/sun5i-a13-olinuxino-micro.dtb ' '_dtbs_/sun5i-a13-olinuxino.dtb ' '_dtbs_/sun5i-a13-pocketbook-touch-lux-3.dtb ' '_dtbs_/sun5i-a13-q8-tablet.dtb ' '_dtbs_/sun5i-a13-utoo-p66.dtb ' '_dtbs_/sun5i-gr8-chip-pro.dtb ' '_dtbs_/sun5i-gr8-evb.dtb _dtbs_/sun5i-r8-chip.dtb ' '_dtbs_/sun6i-a31-app4-evb1.dtb ' '_dtbs_/sun6i-a31-colombus.dtb ' '_dtbs_/sun6i-a31-hummingbird.dtb ' '_dtbs_/sun6i-a31-i7.dtb _dtbs_/sun6i-a31-m9.dtb ' '_dtbs_/sun6i-a31-mele-a1000g-quad.dtb ' '_dtbs_/sun6i-a31s-colorfly-e708-q1.dtb ' '_dtbs_/sun6i-a31s-cs908.dtb ' '_dtbs_/sun6i-a31s-inet-q972.dtb ' '_dtbs_/sun6i-a31s-primo81.dtb ' '_dtbs_/sun6i-a31s-sina31s.dtb ' '_dtbs_/sun6i-a31s-sinovoip-bpi-m2.dtb ' '_dtbs_/sun6i-a31s-yones-toptech-bs1078-v2.dtb ' '_dtbs_/sun7i-a20-bananapi-m1-plus.dtb ' '_dtbs_/sun7i-a20-bananapi.dtb ' '_dtbs_/sun7i-a20-bananapro.dtb ' '_dtbs_/sun7i-a20-cubieboard2.dtb ' '_dtbs_/sun7i-a20-cubietruck.dtb ' '_dtbs_/sun7i-a20-haoyu-marsboard.dtb ' '_dtbs_/sun7i-a20-hummingbird.dtb ' '_dtbs_/sun7i-a20-i12-tvbox.dtb ' '_dtbs_/sun7i-a20-icnova-swac.dtb ' '_dtbs_/sun7i-a20-itead-ibox.dtb ' '_dtbs_/sun7i-a20-lamobo-r1.dtb ' '_dtbs_/sun7i-a20-linutronix-testbox-v2.dtb ' '_dtbs_/sun7i-a20-m3.dtb _dtbs_/sun7i-a20-mk808c.dtb ' '_dtbs_/sun7i-a20-olimex-som-evb-emmc.dtb ' '_dtbs_/sun7i-a20-olimex-som-evb.dtb ' '_dtbs_/sun7i-a20-olimex-som204-evb-emmc.dtb ' '_dtbs_/sun7i-a20-olimex-som204-evb.dtb ' '_dtbs_/sun7i-a20-olinuxino-lime-emmc.dtb ' '_dtbs_/sun7i-a20-olinuxino-lime.dtb ' '_dtbs_/sun7i-a20-olinuxino-lime2-emmc.dtb ' '_dtbs_/sun7i-a20-olinuxino-lime2.dtb ' '_dtbs_/sun7i-a20-olinuxino-micro-emmc.dtb ' '_dtbs_/sun7i-a20-olinuxino-micro.dtb ' '_dtbs_/sun7i-a20-orangepi-mini.dtb ' '_dtbs_/sun7i-a20-orangepi.dtb ' '_dtbs_/sun7i-a20-pcduino3-nano.dtb ' '_dtbs_/sun7i-a20-pcduino3.dtb ' '_dtbs_/sun7i-a20-wexler-tab7200.dtb ' '_dtbs_/sun7i-a20-wits-pro-a20-dkt.dtb ' '_dtbs_/sun8i-a23-evb.dtb ' '_dtbs_/sun8i-a23-gt90h-v4.dtb ' '_dtbs_/sun8i-a23-inet86dz.dtb ' '_dtbs_/sun8i-a23-ippo-q8h-v1.2.dtb ' '_dtbs_/sun8i-a23-ippo-q8h-v5.dtb ' '_dtbs_/sun8i-a23-polaroid-mid2407pxe03.dtb ' '_dtbs_/sun8i-a23-polaroid-mid2809pxe04.dtb ' '_dtbs_/sun8i-a23-q8-tablet.dtb ' '_dtbs_/sun8i-a33-et-q8-v1.6.dtb ' '_dtbs_/sun8i-a33-ga10h-v1.1.dtb ' '_dtbs_/sun8i-a33-inet-d978-rev2.dtb ' '_dtbs_/sun8i-a33-ippo-q8h-v1.2.dtb ' '_dtbs_/sun8i-a33-olinuxino.dtb ' '_dtbs_/sun8i-a33-q8-tablet.dtb ' '_dtbs_/sun8i-a33-sinlinx-sina33.dtb ' '_dtbs_/sun8i-a83t-allwinner-h8homlet-v2.dtb ' '_dtbs_/sun8i-a83t-bananapi-m3.dtb ' '_dtbs_/sun8i-a83t-cubietruck-plus.dtb ' '_dtbs_/sun8i-a83t-tbs-a711.dtb ' '_dtbs_/sun8i-h2-plus-bananapi-m2-zero.dtb ' '_dtbs_/sun8i-h2-plus-libretech-all-h3-cc.dtb ' '_dtbs_/sun8i-h2-plus-orangepi-r1.dtb ' '_dtbs_/sun8i-h2-plus-orangepi-zero.dtb ' '_dtbs_/sun8i-h3-bananapi-m2-plus-v1.2.dtb ' '_dtbs_/sun8i-h3-bananapi-m2-plus.dtb ' '_dtbs_/sun8i-h3-beelink-x2.dtb ' '_dtbs_/sun8i-h3-emlid-neutis-n5h3-devboard.dtb ' '_dtbs_/sun8i-h3-libretech-all-h3-cc.dtb ' '_dtbs_/sun8i-h3-mapleboard-mp130.dtb ' '_dtbs_/sun8i-h3-nanopi-duo2.dtb ' '_dtbs_/sun8i-h3-nanopi-m1-plus.dtb ' '_dtbs_/sun8i-h3-nanopi-m1.dtb ' '_dtbs_/sun8i-h3-nanopi-neo-air.dtb ' '_dtbs_/sun8i-h3-nanopi-neo.dtb ' '_dtbs_/sun8i-h3-nanopi-r1.dtb ' '_dtbs_/sun8i-h3-orangepi-2.dtb ' '_dtbs_/sun8i-h3-orangepi-lite.dtb ' '_dtbs_/sun8i-h3-orangepi-one.dtb ' '_dtbs_/sun8i-h3-orangepi-pc-plus.dtb ' '_dtbs_/sun8i-h3-orangepi-pc.dtb ' '_dtbs_/sun8i-h3-orangepi-plus.dtb ' '_dtbs_/sun8i-h3-orangepi-plus2e.dtb ' '_dtbs_/sun8i-h3-orangepi-zero-plus2.dtb ' '_dtbs_/sun8i-h3-rervision-dvk.dtb ' '_dtbs_/sun8i-h3-zeropi.dtb ' '_dtbs_/sun8i-r16-bananapi-m2m.dtb ' '_dtbs_/sun8i-r16-nintendo-nes-classic.dtb ' '_dtbs_/sun8i-r16-nintendo-super-nes-classic.dtb ' '_dtbs_/sun8i-r16-parrot.dtb ' '_dtbs_/sun8i-r40-bananapi-m2-ultra.dtb ' '_dtbs_/sun8i-r40-oka40i-c.dtb ' '_dtbs_/sun8i-s3-elimo-initium.dtb ' '_dtbs_/sun8i-s3-lichee-zero-plus.dtb ' '_dtbs_/sun8i-s3-pinecube.dtb ' '_dtbs_/sun8i-t3-cqa3t-bv3.dtb ' '_dtbs_/sun8i-v3-sl631-imx179.dtb ' '_dtbs_/sun8i-v3s-licheepi-zero-dock.dtb ' '_dtbs_/sun8i-v3s-licheepi-zero.dtb ' '_dtbs_/sun8i-v40-bananapi-m2-berry.dtb ' '_dtbs_/sun9i-a80-cubieboard4.dtb ' '_dtbs_/sun9i-a80-optimus.dtb ' '_dtbs_/sunplus-sp7021-demo-v3.dtb ' '_dtbs_/tegra114-asus-tf701t.dtb ' '_dtbs_/tegra114-dalmore.dtb _dtbs_/tegra114-roth.dtb ' '_dtbs_/tegra114-tn7.dtb ' '_dtbs_/tegra124-apalis-eval.dtb ' '_dtbs_/tegra124-apalis-v1.2-eval.dtb ' '_dtbs_/tegra124-jetson-tk1.dtb ' '_dtbs_/tegra124-nyan-big-fhd.dtb ' '_dtbs_/tegra124-nyan-big.dtb ' '_dtbs_/tegra124-nyan-blaze.dtb ' '_dtbs_/tegra124-venice2.dtb ' '_dtbs_/tegra20-acer-a500-picasso.dtb ' '_dtbs_/tegra20-asus-tf101.dtb ' '_dtbs_/tegra20-colibri-eval-v3.dtb ' '_dtbs_/tegra20-colibri-iris.dtb ' '_dtbs_/tegra20-harmony.dtb ' '_dtbs_/tegra20-medcom-wide.dtb ' '_dtbs_/tegra20-paz00.dtb _dtbs_/tegra20-plutux.dtb ' '_dtbs_/tegra20-seaboard.dtb _dtbs_/tegra20-tec.dtb ' '_dtbs_/tegra20-trimslice.dtb ' '_dtbs_/tegra20-ventana.dtb ' '_dtbs_/tegra30-apalis-eval.dtb ' '_dtbs_/tegra30-apalis-v1.1-eval.dtb ' '_dtbs_/tegra30-asus-nexus7-grouper-E1565.dtb ' '_dtbs_/tegra30-asus-nexus7-grouper-PM269.dtb ' '_dtbs_/tegra30-asus-nexus7-tilapia-E1565.dtb ' '_dtbs_/tegra30-asus-tf201.dtb ' '_dtbs_/tegra30-asus-tf300t.dtb ' '_dtbs_/tegra30-asus-tf300tg.dtb ' '_dtbs_/tegra30-asus-tf700t.dtb ' '_dtbs_/tegra30-beaver.dtb ' '_dtbs_/tegra30-cardhu-a02.dtb ' '_dtbs_/tegra30-cardhu-a04.dtb ' '_dtbs_/tegra30-colibri-eval-v3.dtb ' '_dtbs_/tegra30-ouya.dtb ' '_dtbs_/tegra30-pegatron-chagall.dtb ' '_dtbs_/uniphier-ld4-ref.dtb ' '_dtbs_/uniphier-ld6b-ref.dtb ' '_dtbs_/uniphier-pro4-ace.dtb ' '_dtbs_/uniphier-pro4-ref.dtb ' '_dtbs_/uniphier-pro4-sanji.dtb ' '_dtbs_/uniphier-pxs2-gentil.dtb ' '_dtbs_/uniphier-pxs2-vodka.dtb ' '_dtbs_/uniphier-sld8-ref.dtb ' '_dtbs_/vexpress-v2p-ca15-tc1.dtb ' '_dtbs_/vexpress-v2p-ca15_a7.dtb ' '_dtbs_/vexpress-v2p-ca5s.dtb ' '_dtbs_/vexpress-v2p-ca9.dtb ' '_dtbs_/vf500-colibri-eval-v3.dtb _dtbs_/vf610-bk4.dtb ' '_dtbs_/vf610-colibri-eval-v3.dtb ' '_dtbs_/vf610-cosmic.dtb _dtbs_/vf610-twr.dtb ' '_dtbs_/vf610-zii-cfu1.dtb ' '_dtbs_/vf610-zii-dev-rev-b.dtb ' '_dtbs_/vf610-zii-dev-rev-c.dtb ' '_dtbs_/vf610-zii-scu4-aib.dtb ' '_dtbs_/vf610-zii-spb4.dtb ' '_dtbs_/vf610-zii-ssmb-dtu.dtb ' '_dtbs_/vf610-zii-ssmb-spu3.dtb ' '_dtbs_/vf610m4-colibri.dtb _dtbs_/vf610m4-cosmic.dtb ' '_dtbs_/vt8500-bv07.dtb _dtbs_/wm8505-ref.dtb ' '_dtbs_/wm8650-mid.dtb _dtbs_/wm8750-apc8750.dtb ' '_dtbs_/wm8850-w70v2.dtb _dtbs_/xenvm-4.2.dtb ' '_dtbs_/zynq-cc108.dtb _dtbs_/zynq-ebaz4205.dtb ' '_dtbs_/zynq-microzed.dtb _dtbs_/zynq-parallella.dtb ' '_dtbs_/zynq-zc702.dtb _dtbs_/zynq-zc706.dtb ' '_dtbs_/zynq-zc770-xm010.dtb ' '_dtbs_/zynq-zc770-xm011.dtb ' '_dtbs_/zynq-zc770-xm012.dtb ' '_dtbs_/zynq-zc770-xm013.dtb _dtbs_/zynq-zed.dtb ' '_dtbs_/zynq-zturn-v5.dtb _dtbs_/zynq-zturn.dtb ' '_dtbs_/zynq-zybo-z7.dtb _dtbs_/zynq-zybo.dtb ' '/tmp/kci/artifacts/dtbs\n' '+ cd ..\n' '+ echo job:package_dtbs=done\n' '++ date +%s\n' '+ echo jobets:package_dtbs=1745349214\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:15:53 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:16:06 PM UTC [INFO] Processing event node: 6807ea86e51c583972a58e72 04/22/2025 07:16:06 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea86e51c583972a58e72 04/22/2025 07:16:07 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea86e51c583972a58e72', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on sun7i-a20-cubieboard2 in ' 'lava-baylibre', 'start_time': '2025-04-22T19:14:14.379000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['cubietech,cubieboard2', 'allwinner,sun7i-a20'], 'misc': {'platform': 'sun7i-a20-cubieboard2', 'job_url': 'https://lava.baylibre.com/scheduler/job/3910954', 'job_id': '3910954'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea86e51c583972a58e72'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm-baylibre-6807ea86e51c583972a58e72/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm-baylibre-6807ea86e51c583972a58e72/log.txt.gz', 'log_excerpt': '0\n' '[ 0.075085] /soc/display-frontend@1e20000: Fixed ' 'dependency cycle(s) with ' '/soc/display-backend@1e40000\n' '[ 0.075235] /soc/display-frontend@1e00000: Fixed ' 'dependency cycle(s) with ' '/soc/display-backend@1e40000\n' '[ 0.075351] /soc/lcd-controller@1c0d000: Fixed ' 'dependency cycle(s) with ' '/soc/display-backend@1e40000\n' '[ 0.075463] /soc/lcd-controller@1c0c000: Fixed ' 'dependency cycle(s) with ' '/soc/display-backend@1e40000\n' '[ 0.075586] /soc/display-backend@1e40000: Fixed ' 'dependency cycle(s) with /soc/lcd-controller@1c0d000\n' '[ 0.075700] /soc/display-backend@1e40000: Fixed ' 'dependency cycle(s) with /soc/lcd-controller@1c0c000\n' '[ 0.075797] /soc/display-backend@1e40000: Fixed ' 'dependency cycle(s) with ' '/soc/display-frontend@1e20000\n' '[ 0.075898] /soc/display-backend@1e40000: Fixed ' 'dependency cycle(s) with ' '/soc/display-frontend@1e00000\n' '[ 0.076573] /soc/display-frontend@1e20000: Fixed ' 'dependency cycle(s) with ' '/soc/display-backend@1e60000\n' '[ 0.076737] /soc/display-frontend@1e00000: Fixed ' 'dependency cycle(s) with ' '/soc/display-backend@1e60000\n' '[ 0.076852] /soc/lcd-controller@1c0d000: Fixed ' 'dependency cycle(s) with ' '/soc/display-backend@1e60000\n' '[ 0.076959] /soc/lcd-controller@1c0c000: Fixed ' 'dependency cycle(s) with ' '/soc/display-backend@1e60000\n' '[ 0.077058] /soc/display-backend@1e60000: Fixed ' 'dependency cycle(s) with /soc/lcd-controller@1c0d000\n' '[ 0.077171] /soc/display-backend@1e60000: Fixed ' 'dependency cycle(s) with /soc/lcd-controller@1c0c000\n' '[ 0.077268] /soc/display-backend@1e60000: Fixed ' 'dependency cycle(s) with ' '/soc/display-frontend@1e20000\n' '[ 0.077364] /soc/display-backend@1e60000: Fixed ' 'dependency cycle(s) with ' '/soc/display-frontend@1e00000\n' '[ 0.080923] /soc/hdmi@1c16000: Fixed dependency ' 'cycle(s) with /hdmi-connector\n' '[ 0.081128] /hdmi-connector: Fixed dependency ' 'cycle(s) with /soc/hdmi@1c16000\n' '[ 0.100848] iommu: Default domain type: ' 'Translated\n' '[ 0.100867] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.101710] SCSI subsystem initialized\n' '[ 0.102644] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.102698] usbcore: registered new interface ' 'driver hub\n' '[ 0.102767] usbcore: registered new device driver ' 'usb\n' '[ 0.104395] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.104408] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.104436] PTP clock support registered\n' '[ 0.104631] EDAC MC: Ver: 3.0.0\n' '[ 0.108279] vgaarb: loaded\n' '[ 0.108949] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.130706] NET: Registered PF_INET protocol ' 'family\n' '[ 0.131042] IP idents hash table entries: 16384 ' '(order: 5, 131072 bytes, linear)\n' '[ 0.133568] tcp_listen_portaddr_hash hash table ' 'entries: 512 (order: 0, 4096 bytes, linear)\n' '[ 0.133613] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.133642] TCP established hash table entries: ' '8192 (order: 3, 32768 bytes, linear)\n' '[ 0.133722] TCP bind hash table entries: 8192 ' '(order: 5, 131072 bytes, linear)\n' '[ 0.134068] TCP: Hash tables configured ' '(established 8192 bind 8192)\n' '[ 0.134244] UDP hash table entries: 512 (order: 2, ' '16384 bytes, linear)\n' '[ 0.134320] UDP-Lite hash table entries: 512 ' '(order: 2, 16384 bytes, linear)\n' '[ 0.134634] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.135771] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.135792] RPC: Registered udp transport module.\n' '[ 0.135798] RPC: Registered tcp transport module.\n' '[ 0.135802] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.135818] PCI: CLS 0 bytes, default 64\n' '[ 0.136578] armv7-pmu pmu: hw perfevents: no ' 'interrupt-affinity property, guessing.\n' '[ 0.137153] hw perfevents: enabled with ' 'armv7_cortex_a7 PMU driver, 5 counters available\n' '[ 0.138807] Initialise system trusted keyrings\n' '[ 0.139332] workingset: timestamp_bits=30 ' 'max_order=18 bucket_order=0\n' '[ 0.146055] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.147022] Trying to unpack rootfs image as ' 'initramfs...\n' '[ 0.159650] NFS: Registering the id_resolver key ' 'type\n' '[ 0.159787] Key type id_resolver registered\n' '[ 0.159793] Key type id_legacy registered\n' '[ 0.159923] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.159933] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.159981] ntfs: driver 2.1.32 [Flags: R/O].\n' '[ 0.160659] Key type asymmetric registered\n' "[ 0.160673] Asymmetric key parser 'x509' " 'registered\n' '[ 0.160875] bounce: pool size: 64 pages\n' '[ 0.161013] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 247)\n' '[ 0.161024] io scheduler mq-deadline registered\n' '[ 0.161032] io scheduler kyber registered\n' '[ 0.371837] Serial: 8250/16550 driver, 5 ports, ' 'IRQ sharing enabled\n' '[ 0.376934] SuperH (H)SCI(F) driver initialized\n' '[ 0.378064] msm_serial: driver initialized\n' '[ 0.378075] STMicroelectronics ASC driver ' 'initialized\n' '[ 0.379494] STM32 USART driver initialized\n' '[ 0.427169] brd: module loaded\n' '[ 0.434566] loop: module loaded\n' '[ 0.448666] CAN device driver interface\n' '[ 0.450156] bgmac_bcma: Broadcom 47xx GBit MAC ' 'driver loaded\n' '[ 0.451379] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.451389] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 0.451471] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 0.451479] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 0.456429] pegasus: Pegasus/Pegasus II USB ' 'Ethernet driver\n' '[ 0.456501] usbcore: registered new interface ' 'driver pegasus\n' '[ 0.456553] usbcore: registered new interface ' 'driver asix\n' '[ 0.456621] usbcore: registered new interface ' 'driver ax88179_178a\n' '[ 0.456660] usbcore: registered new interface ' 'driver cdc_ether\n' '[ 0.456706] usbcore: registered new interface ' 'driver smsc75xx\n' '[ 0.456752] usbcore: registered new interface ' 'driver smsc95xx\n' '[ 0.456788] usbcore: registered new interface ' 'driver net1080\n' '[ 0.456823] usbcore: registered new interface ' 'driver cdc_subset\n' '[ 0.456866] usbcore: registered new interface ' 'driver zaurus\n' '[ 0.456913] usbcore: registered new interface ' 'driver cdc_ncm\n' '[ 0.463451] usbcore: registered new interface ' 'driver usb-storage\n' '[ 0.473837] sunxi-rtc 1c20d00.rtc: registered as ' 'rtc0\n' '[ 0.473911] sunxi-rtc 1c20d00.rtc: setting system ' 'clock to 1970-01-01T00:14:02 UTC (842)\n' '[ 0.475539] i2c_dev: i2c /dev entries driver\n' '[ 0.493384] sunxi-wdt 1c20c90.watchdog: Watchdog ' 'enabled (timeout=16 sec, nowayout=0)\n' '[ 0.501112] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 0.501128] sdhci: Copyright(c) Pierre Ossman\n' '[ 0.503476] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 0.505867] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 0.511694] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 0.514822] usbcore: registered new interface ' 'driver usbhid\n' '[ 0.514841] usbhid: USB HID core driver\n' '[ 0.525798] NET: Registered PF_INET6 protocol ' 'family\n' '[ 0.527606] Segment Routing with IPv6\n' '[ 0.527692] In-situ OAM (IOAM) with IPv6\n' '[ 0.527785] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 0.528602] NET: Registered PF_PACKET protocol ' 'family\n' '[ 0.528616] can: controller area network core\n' '[ 0.528701] NET: Registered PF_CAN protocol ' 'family\n' '[ 0.528713] can: raw protocol\n' '[ 0.528723] can: broadcast manager protocol\n' '[ 0.528736] can: netlink gateway - max_hops=1\n' '[ 0.529414] Key type dns_resolver registered\n' '[ 0.529566] ThumbEE CPU extension supported.\n' '[ 0.529591] Registering SWP/SWPB emulation ' 'handler\n' '[ 0.530388] Loading compiled-in X.509 ' 'certificates\n' '[ 0.553673] sun4i-pinctrl 1c20800.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 0.555931] sun4i-pinctrl 1c20800.pinctrl: supply ' 'vcc-pb not found, using dummy regulator\n' '[ 0.569365] printk: console [ttyS0] disabled\n' '[ 0.589686] 1c28000.serial: ttyS0 at MMIO ' '0x1c28000 (irq = 70, base_baud = 1500000) is a ' 'U6_16550A\n' '[ 2.100001] Freeing initrd memory: 16768K\n' '[ 2.102921] printk: console [ttyS0] enabled\n' '[ 2.549322] sun4i-pinctrl 1c20800.pinctrl: supply ' 'vcc-pa not found, using dummy regulator\n' '[ 2.557910] sun7i-dwmac 1c50000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 2.564369] sun7i-dwmac 1c50000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 2.570475] sun7i-dwmac 1c50000.ethernet: PTP uses ' 'main clock\n' '[ 2.576266] sun7i-dwmac 1c50000.ethernet: no ' 'regulator found\n' '[ 2.582445] sun7i-dwmac 1c50000.ethernet: Version ' 'ID not available\n' '[ 2.588651] sun7i-dwmac 1c50000.ethernet: ' '?DWMAC1000\n' '[ 2.593665] sun7i-dwmac 1c50000.ethernet: No HW ' 'DMA feature register supported\n' '[ 2.600902] sun7i-dwmac 1c50000.ethernet: TX ' 'Checksum insertion supported\n' '[ 2.607687] sun7i-dwmac 1c50000.ethernet: Normal ' 'descriptors\n' '[ 2.613355] sun7i-dwmac 1c50000.ethernet: Ring ' 'mode enabled\n' '[ 2.677905] axp20x-i2c 0-0034: AXP20x variant ' 'AXP209 found\n' '[ 2.684638] axp20x-i2c 0-0034: mask_invert=true is ' 'deprecated; please switch to unmask_base\n' '[ 2.714765] axp20x-i2c 0-0034: AXP20X driver ' 'loaded\n' '[ 2.729976] sun4i-pinctrl 1c20800.pinctrl: supply ' 'vcc-ph not found, using dummy regulator\n' '[ 2.745091] sun4i-pinctrl 1c20800.pinctrl: supply ' 'vcc-pf not found, using dummy regulator\n' '[ 2.749727] ahci-sunxi 1c18000.sata: supply ahci ' 'not found, using dummy regulator\n' '[ 2.761101] ahci-sunxi 1c18000.sata: supply phy ' 'not found, using dummy regulator\n' '[ 2.769227] sunxi-mmc 1c0f000.mmc: Got CD GPIO\n' '[ 2.799568] sunxi-mmc 1c0f000.mmc: initialized, ' 'max. request size: 16384 KB\n' '[ 2.843873] mmc0: host does not support reading ' 'read-only switch, assuming write-enable\n' '[ 2.858875] mmc0: new high speed SDHC card at ' 'address aaaa\n' '[ 2.866282] ahci-sunxi 1c18000.sata: controller ' "can't do PMP, turning off CAP_PMP\n" '[ 2.874041] ahci-sunxi 1c18000.sata: forcing ' 'PORTS_IMPL to 0x1\n' '[ 2.880339] ahci-sunxi 1c18000.sata: AHCI ' '0001.0100 32 slots 1 ports 3 Gbps 0x1 impl platform ' 'mode\n' '[ 2.889563] ahci-sunxi 1c18000.sata: flags: ncq ' 'sntf pm led clo only pio slum part ccc\n' '[ 2.905244] mmcblk0: mmc0:aaaa SS08G 7.40 GiB\n' '[ 2.914056] scsi host0: ahci-sunxi\n' '[ 2.917877] ata1: SATA max UDMA/133 mmio [mem ' '0x01c18000-0x01c18fff] port 0x100 irq 115\n' '[ 2.934419] ehci-platform 1c14000.usb: EHCI Host ' 'Controller\n' '[ 2.940193] mmcblk0: p1\n' '[ 2.940233] ehci-platform 1c14000.usb: new USB bus ' 'registered, assigned bus number 1\n' '[ 2.945919] ehci-platform 1c1c000.usb: EHCI Host ' 'Controller\n' '[ 2.953751] ohci-platform 1c14400.usb: Generic ' 'Platform OHCI controller\n' '[ 2.956196] ehci-platform 1c1c000.usb: new USB bus ' 'registered, assigned bus number 2\n' '[ 2.962859] ohci-platform 1c14400.usb: new USB bus ' 'registered, assigned bus number 3\n' '[ 2.973622] ohci-platform 1c1c400.usb: Generic ' 'Platform OHCI controller\n' '[ 2.985047] ohci-platform 1c1c400.usb: new USB bus ' 'registered, assigned bus number 4\n' '[ 2.994942] ohci-platform 1c14400.usb: irq 118, io ' 'mem 0x01c14400\n' '[ 3.002581] ohci-platform 1c1c400.usb: irq 119, io ' 'mem 0x01c1c400\n' '[ 3.008985] ehci-platform 1c14000.usb: irq 116, io ' 'mem 0x01c14000\n' '[ 3.015282] ehci-platform 1c1c000.usb: irq 117, io ' 'mem 0x01c1c000\n' '[ 3.038958] ehci-platform 1c14000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 3.048440] hub 1-0:1.0: USB hub found\n' '[ 3.052461] hub 1-0:1.0: 1 port detected\n' '[ 3.074226] ehci-platform 1c1c000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 3.081385] hub 3-0:1.0: USB hub found\n' '[ 3.085251] hub 3-0:1.0: 1 port detected\n' '[ 3.091272] hub 4-0:1.0: USB hub found\n' '[ 3.095090] hub 4-0:1.0: 1 port detected\n' '[ 3.100458] hub 2-0:1.0: USB hub found\n' '[ 3.104276] hub 2-0:1.0: 1 port detected\n' '[ 3.262885] ata1: SATA link down (SStatus 0 ' 'SControl 300)\n' '[ 3.273616] sun7i-dwmac 1c50000.ethernet eth0: ' 'Register MEM_TYPE_PAGE_POOL RxQ-0\n' '[ 3.287184] sun7i-dwmac 1c50000.ethernet eth0: PHY ' '[stmmac-0:01] driver [RTL8201CP Ethernet] (irq=POLL)\n' '[ 3.296959] sun7i-dwmac 1c50000.ethernet eth0: No ' 'Safety Features support found\n' '[ 3.304495] sun7i-dwmac 1c50000.ethernet eth0: RX ' 'IPC Checksum Offload disabled\n' '[ 3.311976] sun7i-dwmac 1c50000.ethernet eth0: No ' 'MAC Management Counters available\n' '[ 3.319816] sun7i-dwmac 1c50000.ethernet eth0: PTP ' 'not supported by HW\n' '[ 3.330699] sun7i-dwmac 1c50000.ethernet eth0: ' 'configuring for phy/mii link mode\n' '[ 5.439890] sun7i-dwmac 1c50000.ethernet eth0: ' 'Link is Up - 100Mbps/Full - flow control rx/tx\n' '[ 5.439999] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: ' 'link becomes ready\n' '[ 5.498969] Sending DHCP requests ., OK\n' '[ 5.546735] IP-Config: Got DHCP answer from ' '192.168.0.1, my address is 192.168.0.197\n' '[ 5.554645] IP-Config: Complete:\n' '[ 5.557898] device=eth0, ' 'hwaddr=22:71:81:da:53:ea, ipaddr=192.168.0.197, ' 'mask=255.255.255.0, gw=192.168.0.254\n' '[ 5.568340] host=192.168.0.197, domain=shed, ' 'nis-domain=(none)\n' '[ 5.574677] bootserver=192.168.0.1, ' 'rootserver=192.168.0.1, rootpath=\n' '[ 5.574707] nameserver0=192.168.0.1, ' 'nameserver1=192.168.1.254\n' '[ 5.588663] clk: Disabling unused clocks\n' '[ 5.599564] Freeing unused kernel image (initmem) ' 'memory: 2048K\n' '[ 5.605912] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 5.785585] ' 'udevd[100]: starting version 3.2.9\n' '[ 8.348924] random: crng init done\n' "[ 8.362450] udevd[100]: specified user 'tss' " 'unknown\n' "[ 8.367636] udevd[100]: specified group 'tss' " 'unknown\n' '[ 8.376525] udevd[101]: starting eudev-3.2.9\n' '[ 9.315188] usb_phy_generic ' 'usb_phy_generic.0.auto: supply vcc not found, using ' 'dummy regulator\n' '[ 9.324419] usb_phy_generic ' 'usb_phy_generic.0.auto: dummy supplies not allowed ' 'for exclusive requests\n' '[ 9.335915] musb-hdrc musb-hdrc.1.auto: MUSB HDRC ' 'host driver\n' '[ 9.341873] musb-hdrc musb-hdrc.1.auto: new USB ' 'bus registered, assigned bus number 5\n' '[ 9.359839] sun4i-ss 1c15000.crypto-engine: no ' 'reset control found\n' '[ 9.366161] sun4i-ss 1c15000.crypto-engine: Die ID ' '0\n' '[ 9.376231] hub 5-0:1.0: USB hub found\n' '[ 9.380200] hub 5-0:1.0: 1 port detected\n' '[ 9.553916] lima 1c40000.gpu: gp - mali400 version ' 'major 1 minor 1\n' '[ 9.560462] lima 1c40000.gpu: pp0 - mali400 ' 'version major 1 minor 1\n' '[ 9.566937] lima 1c40000.gpu: pp1 - mali400 ' 'version major 1 minor 1\n' '[ 9.573397] lima 1c40000.gpu: l2 cache 64K, 4-way, ' '64byte cache line, 64bit external bus\n' '[ 9.612459] sun4i-drm display-engine: bound ' '1e00000.display-frontend (ops ' 'sun4i_frontend_driver_exit [sun4i_frontend])\n' '[ 9.613144] lima 1c40000.gpu: bus rate = ' '300000000\n' '[ 9.623515] sun4i-drm display-engine: bound ' '1e20000.display-frontend (ops ' 'sun4i_frontend_driver_exit [sun4i_frontend])\n' '[ 9.628152] lima 1c40000.gpu: mod rate = ' '384000000\n' '[ 9.639193] sun4i-drm display-engine: bound ' '1e60000.display-backend (ops sun4i_backend_ops ' '[sun4i_backend])\n' '[ 9.645114] [drm] Initialized lima 1.1.0 20191231 ' 'for 1c40000.gpu on minor 0\n' '[ 9.653864] sun4i-drm display-engine: bound ' '1e40000.display-backend (ops sun4i_backend_ops ' '[sun4i_backend])\n' '[ 9.671268] sun4i-drm display-engine: No panel or ' 'bridge found... RGB output disabled\n' '[ 9.679204] sun4i-drm display-engine: bound ' '1c0c000.lcd-controller (ops ' 'sun4i_tcon_platform_driver_exit [sun4i_tcon])\n' '[ 9.690996] sun4i-drm display-engine: No panel or ' 'bridge found... RGB output disabled\n' '[ 9.698983] sun4i-drm display-engine: bound ' '1c0d000.lcd-controller (ops ' 'sun4i_tcon_platform_driver_exit [sun4i_tcon])\n' '[ 9.711284] sun4i-drm display-engine: bound ' '1c16000.hdmi (ops sun4i_hdmi_driver_exit ' '[sun4i_drm_hdmi])\n' '[ 9.722495] [drm] Initialized sun4i-drm 1.0.0 ' '20150629 for display-engine on minor 1\n' '[ 9.730551] sun4i-drm display-engine: [drm] Cannot ' 'find any crtc or sizes\n' '[ 9.739398] sun4i-drm display-engine: [drm] Cannot ' 'find any crtc or sizes\n' '[ 9.750693] input: axp20x-pek as ' '/devices/platform/soc/1c2ac00.i2c/i2c-0/0-0034/axp20x-pek/input/input0\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: ip: RTNETLINK answers: File exists\n' 'FAIL\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-3910954/environment\n' '/ # /lava-3910954/bin/lava-test-runner ' '/lava-3910954/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-3910954/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=3910954_1.5.2.4.1\n' '[ 11.336145] \n' '+ set +x\n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '[ 11.344265] \n' '\n' '/ # \n'} 04/22/2025 07:16:07 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:16:13 PM UTC [INFO] Processing event node: 68079698614dc0333e58ad6b 04/22/2025 07:16:13 PM UTC [DEBUG] Error code is not set for 68079698614dc0333e58ad6b 04/22/2025 07:16:13 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:68079698614dc0333e58ad6b 04/22/2025 07:16:13 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:68078f567c32d324f2fc0bd4', 'id': 'maestro:68079698614dc0333e58ad6b', 'origin': 'maestro', 'comment': 'baseline-arm on rk3288-veyron-jaq in lava-collabora', 'start_time': '2025-04-22T13:16:08.743000+00:00', 'environment': {'comment': 'Runtime: lava-collabora', 'compatible': ['google,veyron-jaq-rev5', 'google,veyron-jaq-rev4'], 'misc': {'platform': 'rk3288-veyron-jaq', 'job_url': 'https://lava.collabora.dev/scheduler/job/18444456', 'job_id': '18444456'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-collabora', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=68079698614dc0333e58ad6b', 'error_code': 'node_timeout', 'error_msg': 'Node timed-out'}, 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/kselftest.tar.gz'}]} 04/22/2025 07:16:13 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:16:13 PM UTC [INFO] Processing event node: 68079699614dc0333e58ad6e 04/22/2025 07:16:13 PM UTC [DEBUG] Error code is not set for 68079699614dc0333e58ad6e 04/22/2025 07:16:13 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:68079699614dc0333e58ad6e 04/22/2025 07:16:13 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:68078f567c32d324f2fc0bd4', 'id': 'maestro:68079699614dc0333e58ad6e', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on am57xx-beagle-x15 in ' 'lava-baylibre', 'start_time': '2025-04-22T13:16:09.149000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['ti,am572x-beagle-x15', 'ti,am5728', 'ti,dra742', 'ti,dra74', 'ti,dra7'], 'misc': {'platform': 'am57xx-beagle-x15', 'job_url': 'https://lava.baylibre.com/scheduler/job/3910900', 'job_id': '3910900'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=68079699614dc0333e58ad6e', 'error_code': 'node_timeout', 'error_msg': 'Node timed-out'}, 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/kselftest.tar.gz'}]} 04/22/2025 07:16:13 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:16:13 PM UTC [INFO] Processing event node: 6807969a614dc0333e58ad71 04/22/2025 07:16:13 PM UTC [DEBUG] Error code is not set for 6807969a614dc0333e58ad71 04/22/2025 07:16:13 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807969a614dc0333e58ad71 04/22/2025 07:16:13 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:68078f567c32d324f2fc0bd4', 'id': 'maestro:6807969a614dc0333e58ad71', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on at91-sama5d4_xplained in ' 'lava-baylibre', 'start_time': '2025-04-22T13:16:10.048000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['atmel,sama5d4-xplained', 'atmel,sama5d4', 'atmel,sama5'], 'misc': {'platform': 'at91-sama5d4_xplained', 'job_url': 'https://lava.baylibre.com/scheduler/job/3910901', 'job_id': '3910901'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807969a614dc0333e58ad71', 'error_code': 'node_timeout', 'error_msg': 'Node timed-out'}, 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/kselftest.tar.gz'}]} 04/22/2025 07:16:13 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:16:21 PM UTC [INFO] Processing event node: 6807e729e51c583972a58d34 04/22/2025 07:16:21 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807e729e51c583972a58d34 04/22/2025 07:16:21 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807e6cae51c583972a58d0b', 'id': 'maestro:6807e729e51c583972a58d34', 'origin': 'maestro', 'comment': 'staging-next-20250422.6', 'start_time': '2025-04-22T18:59:53.811000+00:00', 'architecture': 'arm', 'compiler': 'gcc-12', 'config_name': 'vexpress_defconfig', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807e729e51c583972a58d34-kbuild-gcc-12-arm-vexpre-5cx1p0s3', 'job_context': 'gke_android-kernelci-external_us-west1-a_kci-us-west1', 'kernel_type': 'zimage', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807e729e51c583972a58d34'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/fragments/0.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-vexpress_defconfig-6807e729e51c583972a58d34/build.log.gz', 'log_excerpt': "/tmp/kci/linux/tools/testing/selftests/sgx'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sigaltstack'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/sigaltstack/sas ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sigaltstack/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sigaltstack'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/size'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/size/get_size ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/size/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/size'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sparc64'\n" 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sparc64'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/splice'\n" 'rsync -a --copy-unsafe-links ' 'default_file_splice_read.sh short_splice_read.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/splice/default_file_splice_read ' '/tmp/kci/linux/tools/testing/selftests/splice/splice_read ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'rsync -a --copy-unsafe-links config settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/splice'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/static_keys'\n" 'rsync -a --copy-unsafe-links test_static_keys.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/static_keys/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/static_keys/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/static_keys'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sync'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/sync/sync_test ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sync/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sync/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sync'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch/sud_test ' '/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch/sud_benchmark ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/syscall_user_dispatch/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/syscall_user_dispatch/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sysctl'\n" 'rsync -a --copy-unsafe-links sysctl.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sysctl/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sysctl/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sysctl'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tc-testing'\n" '/bin/sh: 1: llc: not found\n' 'clang -I. -I/include/uapi -idirafter ' '/usr/lib/llvm-14/lib/clang/14.0.6/include -idirafter ' '/usr/local/include -idirafter ' '/usr/include/x86_64-linux-gnu -idirafter /usr/include ' '-Wno-compare-distinct-pointer-types \\\n' '\t -O2 -target bpf -emit-llvm -c action.c -o - | ' '\\\n' 'llc -march=bpf -mcpu=probe -filetype=obj -o ' '/tmp/kci/linux/tools/testing/selftests/tc-testing/action.o\n' '/bin/sh: 3: llc: not found\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tc-testing'\n" 'make[2]: *** [Makefile:26: ' '/tmp/kci/linux/tools/testing/selftests/tc-testing/action.o] ' 'Error 127\n' 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/timens'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timens/timens ' '/tmp/kci/linux/tools/testing/selftests/timens/timerfd ' '/tmp/kci/linux/tools/testing/selftests/timens/timer ' '/tmp/kci/linux/tools/testing/selftests/timens/clock_nanosleep ' '/tmp/kci/linux/tools/testing/selftests/timens/procfs ' '/tmp/kci/linux/tools/testing/selftests/timens/exec ' '/tmp/kci/linux/tools/testing/selftests/timens/futex ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timens/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timens/gettime_perf ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timens/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timens/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/timens'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/timers'\n" 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timers/posix_timers ' '/tmp/kci/linux/tools/testing/selftests/timers/nanosleep ' '/tmp/kci/linux/tools/testing/selftests/timers/nsleep-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/set-timer-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/mqueue-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/inconsistency-check ' '/tmp/kci/linux/tools/testing/selftests/timers/raw_skew ' '/tmp/kci/linux/tools/testing/selftests/timers/threadtest ' '/tmp/kci/linux/tools/testing/selftests/timers/rtcpie ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timers/alarmtimer-suspend ' '/tmp/kci/linux/tools/testing/selftests/timers/valid-adjtimex ' '/tmp/kci/linux/tools/testing/selftests/timers/adjtick ' '/tmp/kci/linux/tools/testing/selftests/timers/change_skew ' '/tmp/kci/linux/tools/testing/selftests/timers/skew_consistency ' '/tmp/kci/linux/tools/testing/selftests/timers/clocksource-switch ' '/tmp/kci/linux/tools/testing/selftests/timers/freq-step ' '/tmp/kci/linux/tools/testing/selftests/timers/leap-a-day ' '/tmp/kci/linux/tools/testing/selftests/timers/leapcrash ' '/tmp/kci/linux/tools/testing/selftests/timers/set-tai ' '/tmp/kci/linux/tools/testing/selftests/timers/set-2038 ' '/tmp/kci/linux/tools/testing/selftests/timers/set-tz ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/timers'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tmpfs'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/tmpfs/bug-link-o-tmpfile ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tmpfs/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tmpfs'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tpm2'\n" 'rsync -a --copy-unsafe-links test_smoke.sh ' 'test_space.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'rsync -a --copy-unsafe-links tpm2.py tpm2_tests.py ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tpm2'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/user'\n" 'rsync -a --copy-unsafe-links test_user_copy.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/user/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/user/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/user'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/vDSO'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_gettimeofday ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_getcpu ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_abi ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_clock_getres ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_correctness ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/vDSO/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/vDSO'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/vm'\n" 'arm-linux-gnueabihf-gcc -Wall -I ' '/tmp/kci/linux/tools/testing/selftests/../../.. ' '-isystem /tmp/kci/linux/usr/include -no-pie ' 'map_hugetlb.c -lrt -lpthread -o ' '/tmp/kci/linux/tools/testing/selftests/vm/map_hugetlb\n' 'map_hugetlb.c: In function ‘main’:\n' 'map_hugetlb.c:79:25: warning: implicit declaration of ' 'function ‘default_huge_page_size’ ' '[-Wimplicit-function-declaration]\n' ' 79 | hugepage_size = ' 'default_huge_page_size();\n' ' | ' '^~~~~~~~~~~~~~~~~~~~~~\n' '/usr/lib/gcc-cross/arm-linux-gnueabihf/12/../../../../arm-linux-gnueabihf/bin/ld: ' "/tmp/cc1c7661.o: in function `main':\n" 'map_hugetlb.c:(.text+0xcc): undefined reference to ' "`default_huge_page_size'\n" 'collect2: error: ld returned 1 exit status\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/vm'\n" 'make[2]: *** [../lib.mk:155: ' '/tmp/kci/linux/tools/testing/selftests/vm/map_hugetlb] ' 'Error 1\n' 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/x86'\n" "make[2]: Nothing to be done for 'install'.\n" 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/x86'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/zram'\n" 'rsync -a --copy-unsafe-links zram.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'rsync -a --copy-unsafe-links zram01.sh zram02.sh ' 'zram_lib.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/zram'\n" 'for TARGET in alsa amd-pstate arm64 breakpoints ' 'capabilities cgroup clone3 core cpufreq cpu-hotplug ' 'damon drivers/dma-buf drivers/s390x/uvdevice ' 'drivers/net/bonding drivers/net/team efivarfs exec ' 'filesystems filesystems/binderfs filesystems/epoll ' 'filesystems/fat firmware fpu ftrace futex gpio ' 'intel_pstate ipc ir kcmp kexec kvm landlock lib ' 'livepatch lkdtm membarrier memfd memory-hotplug ' 'mincore mount mount_setattr move_mount_set_group ' 'mqueue nci net net/af_unix net/forwarding net/mptcp ' 'net/openvswitch netfilter nsfs pidfd pid_namespace ' 'powerpc proc pstore ptrace openat2 resctrl rlimits ' 'rseq rtc seccomp sgx sigaltstack size sparc64 splice ' 'static_keys sync syscall_user_dispatch sysctl ' 'tc-testing timens timers tmpfs tpm2 user vDSO vm x86 ' 'zram; do \\\n' '\tBUILD_TARGET=$BUILD/$TARGET;\t\\\n' '\t[ ! -d ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/$TARGET ' '] && printf "Skipping non-existent dir: $TARGET\\n" ' '&& continue; \\\n' '\tprintf "Emit Tests for $TARGET\\n"; \\\n' '\tmake -s --no-print-directory OUTPUT=$BUILD_TARGET ' 'COLLECTION=$TARGET \\\n' '\t\t-C $TARGET emit_tests >> ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-list.txt; ' '\\\n' 'done;\n' 'Emit Tests for alsa\n' 'Emit Tests for amd-pstate\n' 'Skipping non-existent dir: arm64\n' 'Emit Tests for breakpoints\n' 'Emit Tests for capabilities\n' 'Emit Tests for cgroup\n' 'Emit Tests for clone3\n' 'Emit Tests for core\n' 'Emit Tests for cpufreq\n' 'Emit Tests for cpu-hotplug\n' 'Emit Tests for damon\n' 'Emit Tests for drivers/dma-buf\n' 'Skipping non-existent dir: drivers/s390x/uvdevice\n' 'Emit Tests for drivers/net/bonding\n' 'Emit Tests for drivers/net/team\n' 'Emit Tests for efivarfs\n' 'Emit Tests for exec\n' 'Emit Tests for filesystems\n' 'Emit Tests for filesystems/binderfs\n' 'Emit Tests for filesystems/epoll\n' 'Emit Tests for filesystems/fat\n' 'Emit Tests for firmware\n' 'Emit Tests for fpu\n' 'Emit Tests for ftrace\n' 'Emit Tests for futex\n' 'Emit Tests for gpio\n' 'Emit Tests for intel_pstate\n' 'Emit Tests for ipc\n' 'Emit Tests for ir\n' 'Emit Tests for kcmp\n' 'Skipping non-existent dir: kexec\n' 'Skipping non-existent dir: kvm\n' 'Emit Tests for landlock\n' 'Emit Tests for lib\n' 'Emit Tests for livepatch\n' 'Emit Tests for lkdtm\n' 'Emit Tests for membarrier\n' 'Emit Tests for memfd\n' 'Emit Tests for memory-hotplug\n' 'Emit Tests for mincore\n' 'Emit Tests for mount\n' 'Emit Tests for mount_setattr\n' 'Emit Tests for move_mount_set_group\n' 'Emit Tests for mqueue\n' 'Emit Tests for nci\n' 'Emit Tests for net\n' 'Emit Tests for net/af_unix\n' 'Emit Tests for net/forwarding\n' 'Emit Tests for net/mptcp\n' 'Emit Tests for net/openvswitch\n' 'Emit Tests for netfilter\n' 'Emit Tests for nsfs\n' 'Emit Tests for pidfd\n' 'Emit Tests for pid_namespace\n' 'Skipping non-existent dir: powerpc\n' 'Skipping non-existent dir: proc\n' 'Emit Tests for pstore\n' 'Emit Tests for ptrace\n' 'Emit Tests for openat2\n' 'Emit Tests for resctrl\n' 'Emit Tests for rlimits\n' 'Emit Tests for rseq\n' 'Emit Tests for rtc\n' 'Emit Tests for seccomp\n' 'Skipping non-existent dir: sgx\n' 'Emit Tests for sigaltstack\n' 'Emit Tests for size\n' 'Skipping non-existent dir: sparc64\n' 'Emit Tests for splice\n' 'Emit Tests for static_keys\n' 'Emit Tests for sync\n' 'Emit Tests for syscall_user_dispatch\n' 'Emit Tests for sysctl\n' 'Skipping non-existent dir: tc-testing\n' 'Emit Tests for timens\n' 'Emit Tests for timers\n' 'Emit Tests for tmpfs\n' 'Emit Tests for tpm2\n' 'Emit Tests for user\n' 'Emit Tests for vDSO\n' 'Skipping non-existent dir: vm\n' 'Skipping non-existent dir: x86\n' 'Emit Tests for zram\n' 'Created ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-packages/kselftest.tar.gz\n' '+ echo job:build_kselftest=done\n' '++ date +%s\n' '+ echo jobets:build_kselftest=1745349270\n' '+ echo -----log:build_dtbs-----\n' '-----log:build_dtbs-----\n' '+ echo job:build_dtbs=running\n' '++ date +%s\n' '+ echo jobsts:build_dtbs=1745349270\n' '+ cd /tmp/kci/linux\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '++ nproc\n' '+ make -j8 dtbs\n' '++ tee /tmp/kci/artifacts/build_dtbs.log\n' '++ tee /tmp/kci/artifacts/build_dtbs_stderr.log\n' ' DTC arch/arm/boot/dts/vexpress-v2p-ca5s.dtb\n' ' DTC arch/arm/boot/dts/vexpress-v2p-ca9.dtb\n' ' DTC ' 'arch/arm/boot/dts/vexpress-v2p-ca15-tc1.dtb\n' ' DTC arch/arm/boot/dts/vexpress-v2p-ca15_a7.dtb\n' '+ cd ..\n' '+ echo job:build_dtbs=done\n' '++ date +%s\n' '+ echo jobets:build_dtbs=1745349271\n' '+ echo -----log:package_kimage-----\n' '-----log:package_kimage-----\n' '+ echo job:package_kimage=running\n' '++ date +%s\n' '+ echo jobsts:package_kimage=1745349271\n' '+ cd /tmp/kci/linux\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp arch/arm/boot/xipImage ../artifacts\n' "cp: cannot stat 'arch/arm/boot/xipImage': No such " 'file or directory\n' '+ true\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp arch/arm/boot/zImage ../artifacts\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp vmlinux ../artifacts\n' '+ cd ..\n' '+ echo job:package_kimage=done\n' '++ date +%s\n' '+ echo jobets:package_kimage=1745349272\n' '+ echo -----log:package_modules-----\n' '-----log:package_modules-----\n' '+ echo job:package_modules=running\n' '++ date +%s\n' '+ echo jobsts:package_modules=1745349272\n' '+ cd /tmp/kci/linux\n' '+ set +e\n' '+ grep CONFIG_MODULES=y .config\n' 'CONFIG_MODULES=y\n' "+ '[' 0 -eq 0 ']'\n" '+ set -e\n' '+ make modules_install\n' ' DEPMOD _modules_/lib/modules/6.1.132\n' '+ tar -C _modules_ -cJf ' '/tmp/kci/artifacts/modules.tar.xz .\n' '+ cd ..\n' '+ rm -rf _modules_\n' '+ set -e\n' '+ echo job:package_modules=done\n' '++ date +%s\n' '+ echo jobets:package_modules=1745349272\n' '+ echo -----log:package_kselftest-----\n' '-----log:package_kselftest-----\n' '+ echo job:package_kselftest=running\n' '++ date +%s\n' '+ echo jobsts:package_kselftest=1745349272\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-packages/kselftest.tar.gz ' '/tmp/kci/artifacts/\n' '+ echo job:package_kselftest=done\n' '++ date +%s\n' '+ echo jobets:package_kselftest=1745349272\n' '+ echo -----log:package_dtbs-----\n' '-----log:package_dtbs-----\n' '+ echo job:package_dtbs=running\n' '++ date +%s\n' '+ echo jobsts:package_dtbs=1745349272\n' '+ cd /tmp/kci/linux\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ make dtbs_install\n' ' INSTALL _dtbs_/vexpress-v2p-ca5s.dtb\n' ' INSTALL _dtbs_/vexpress-v2p-ca9.dtb\n' ' INSTALL _dtbs_/vexpress-v2p-ca15-tc1.dtb\n' ' INSTALL _dtbs_/vexpress-v2p-ca15_a7.dtb\n' '+ mkdir -p /tmp/kci/artifacts/dtbs\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp -r _dtbs_/vexpress-v2p-ca15-tc1.dtb ' '_dtbs_/vexpress-v2p-ca15_a7.dtb ' '_dtbs_/vexpress-v2p-ca5s.dtb ' '_dtbs_/vexpress-v2p-ca9.dtb /tmp/kci/artifacts/dtbs\n' '+ cd ..\n' '+ echo job:package_dtbs=done\n' '++ date +%s\n' '+ echo jobets:package_dtbs=1745349272\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:16:21 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:16:31 PM UTC [INFO] Processing event node: 6807ea8ce51c583972a58e90 04/22/2025 07:16:31 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea8ce51c583972a58e90 04/22/2025 07:16:31 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea8ce51c583972a58e90', 'origin': 'maestro', 'comment': 'baseline-arm-clabbe on sun8i-h2-plus-orangepi-r1 in ' 'lava-clabbe', 'start_time': '2025-04-22T19:14:20.479000+00:00', 'environment': {'comment': 'Runtime: lava-clabbe', 'compatible': ['xunlong,orangepi-r1', 'allwinner,sun8i-h2-plus'], 'misc': {'platform': 'sun8i-h2-plus-orangepi-r1', 'job_url': 'https://lava.montjoie.ovh/scheduler/job/476186', 'job_id': '476186'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-clabbe', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea8ce51c583972a58e90'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm-clabbe-6807ea8ce51c583972a58e90/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm-clabbe-6807ea8ce51c583972a58e90/log.txt.gz', 'log_excerpt': 'phase no-delay instances is 1000.\n' '[ 0.005669] EFI services will not be available.\n' '[ 0.006025] smp: Bringing up secondary CPUs ...\n' '[ 0.017059] CPU1: thread -1, cpu 1, socket 0, ' 'mpidr 80000001\n' '[ 0.028207] CPU2: thread -1, cpu 2, socket 0, ' 'mpidr 80000002\n' '[ 0.039290] CPU3: thread -1, cpu 3, socket 0, ' 'mpidr 80000003\n' '[ 0.039394] smp: Brought up 1 node, 4 CPUs\n' '[ 0.039404] SMP: Total of 4 processors activated ' '(192.00 BogoMIPS).\n' '[ 0.039414] CPU: All CPU(s) started in HYP mode.\n' '[ 0.039416] CPU: Virtualization extensions ' 'available.\n' '[ 0.040018] devtmpfs: initialized\n' '[ 0.045168] VFP support v0.3: implementor 41 ' 'architecture 2 part 30 variant 7 rev 5\n' '[ 0.045404] clocksource: jiffies: mask: 0xffffffff ' 'max_cycles: 0xffffffff, max_idle_ns: ' '19112604462750000 ns\n' '[ 0.045429] futex hash table entries: 1024 (order: ' '4, 65536 bytes, linear)\n' '[ 0.047063] BUG: Bad page state in process ' 'swapper/0 pfn:4c8ec\n' '[ 0.047086] page:(ptrval) refcount:0 mapcount:0 ' 'mapping:00000000 index:0x0 pfn:0x4c8ec\n' '[ 0.047101] flags: ' '0x6421(locked|active|owner_priv_1|private|private_2|zone=0) ' 'CMA\n' '[ 0.047127] raw: 00006421 cbf6ad84 cbf6ad84 ' '00000000 00000000 00000000 ffffffff 00000000\n' '[ 0.047133] page dumped because: ' 'PAGE_FLAGS_CHECK_AT_FREE flag(s) set\n' '[ 0.047138] Modules linked in:\n' '[ 0.047152] CPU: 0 PID: 1 Comm: swapper/0 Not ' 'tainted 6.1.132 #1\n' '[ 0.047162] Hardware name: Allwinner sun8i Family\n' '[ 0.047180] unwind_backtrace from ' 'show_stack+0x10/0x14\n' '[ 0.047216] show_stack from ' 'dump_stack_lvl+0x40/0x4c\n' '[ 0.047241] dump_stack_lvl from ' 'bad_page+0xe4/0x110\n' '[ 0.047264] bad_page from ' '__free_pages_ok+0x4b8/0x4c4\n' '[ 0.047284] __free_pages_ok from ' 'init_cma_reserved_pageblock+0x58/0x8c\n' '[ 0.047306] init_cma_reserved_pageblock from ' 'cma_init_reserved_areas+0x180/0x254\n' '[ 0.047325] cma_init_reserved_areas from ' 'do_one_initcall+0x58/0x200\n' '[ 0.047346] do_one_initcall from ' 'kernel_init_freeable+0x1a8/0x204\n' '[ 0.047370] kernel_init_freeable from ' 'kernel_init+0x18/0x12c\n' '[ 0.047391] kernel_init from ' 'ret_from_fork+0x14/0x28\n' '[ 0.047408] Exception stack(0xd0821fb0 to ' '0xd0821ff8)\n' '[ 0.047418] ' '1fa0: 00000000 ' '00000000 00000000 00000000\n' '[ 0.047428] 1fc0: 00000000 00000000 00000000 ' '00000000 00000000 00000000 00000000 00000000\n' '[ 0.047437] 1fe0: 00000000 00000000 00000000 ' '00000000 00000013 00000000\n' '[ 0.047443] Disabling lock debugging due to kernel ' 'taint\n' '[ 0.048323] pinctrl core: initialized pinctrl ' 'subsystem\n' '[ 0.050946] DMI not present or invalid.\n' '[ 0.051835] NET: Registered PF_NETLINK/PF_ROUTE ' 'protocol family\n' '[ 0.053780] DMA: preallocated 256 KiB pool for ' 'atomic coherent allocations\n' '[ 0.056007] thermal_sys: Registered thermal ' "governor 'step_wise'\n" '[ 0.056110] cpuidle: using governor menu\n' '[ 0.056344] No ATAGs?\n' '[ 0.056485] hw-breakpoint: found 5 (+1 reserved) ' 'breakpoint and 4 watchpoint registers.\n' '[ 0.056498] hw-breakpoint: maximum watchpoint size ' 'is 8 bytes.\n' '[ 0.058674] Serial: AMBA PL011 UART driver\n' '[ 0.063106] /soc/mixer@1100000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0c000\n' '[ 0.063156] /soc/lcd-controller@1c0c000: Fixed ' 'dependency cycle(s) with /soc/mixer@1100000\n' '[ 0.063401] /soc/interrupt-controller@1c81000: ' 'Fixed dependency cycle(s) with ' '/soc/interrupt-controller@1c81000\n' '[ 0.064227] /soc/mixer@1100000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0c000\n' '[ 0.064924] /soc/mixer@1100000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0c000\n' '[ 0.065004] /soc/lcd-controller@1c0c000: Fixed ' 'dependency cycle(s) with /soc/mixer@1100000\n' '[ 0.094878] iommu: Default domain type: ' 'Translated\n' '[ 0.094894] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.095612] SCSI subsystem initialized\n' '[ 0.096221] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.096263] usbcore: registered new interface ' 'driver hub\n' '[ 0.096304] usbcore: registered new device driver ' 'usb\n' '[ 0.097572] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.097580] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.097599] PTP clock support registered\n' '[ 0.097757] EDAC MC: Ver: 3.0.0\n' '[ 0.100480] vgaarb: loaded\n' '[ 0.101016] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.116292] NET: Registered PF_INET protocol ' 'family\n' '[ 0.116530] IP idents hash table entries: 4096 ' '(order: 3, 32768 bytes, linear)\n' '[ 0.117508] tcp_listen_portaddr_hash hash table ' 'entries: 512 (order: 0, 4096 bytes, linear)\n' '[ 0.117540] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.117556] TCP established hash table entries: ' '2048 (order: 1, 8192 bytes, linear)\n' '[ 0.117585] TCP bind hash table entries: 2048 ' '(order: 3, 32768 bytes, linear)\n' '[ 0.117674] TCP: Hash tables configured ' '(established 2048 bind 2048)\n' '[ 0.117778] UDP hash table entries: 256 (order: 1, ' '8192 bytes, linear)\n' '[ 0.117817] UDP-Lite hash table entries: 256 ' '(order: 1, 8192 bytes, linear)\n' '[ 0.117999] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.118753] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.118765] RPC: Registered udp transport module.\n' '[ 0.118770] RPC: Registered tcp transport module.\n' '[ 0.118774] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.118785] PCI: CLS 0 bytes, default 64\n' '[ 0.119535] Trying to unpack rootfs image as ' 'initramfs...\n' '[ 0.131206] hw perfevents: enabled with ' 'armv7_cortex_a7 PMU driver, 5 counters available\n' '[ 0.132788] Initialise system trusted keyrings\n' '[ 0.133132] workingset: timestamp_bits=30 ' 'max_order=16 bucket_order=0\n' '[ 0.139321] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.140264] NFS: Registering the id_resolver key ' 'type\n' '[ 0.140320] Key type id_resolver registered\n' '[ 0.140324] Key type id_legacy registered\n' '[ 0.140454] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.140465] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.140510] ntfs: driver 2.1.32 [Flags: R/O].\n' '[ 0.141106] Key type asymmetric registered\n' "[ 0.141119] Asymmetric key parser 'x509' " 'registered\n' '[ 0.141291] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 247)\n' '[ 0.141305] io scheduler mq-deadline registered\n' '[ 0.141311] io scheduler kyber registered\n' '[ 0.245425] Serial: 8250/16550 driver, 5 ports, ' 'IRQ sharing enabled\n' '[ 0.249829] SuperH (H)SCI(F) driver initialized\n' '[ 0.250747] msm_serial: driver initialized\n' '[ 0.250759] STMicroelectronics ASC driver ' 'initialized\n' '[ 0.251826] STM32 USART driver initialized\n' '[ 0.268973] brd: module loaded\n' '[ 0.276193] loop: module loaded\n' '[ 0.287971] CAN device driver interface\n' '[ 0.289029] bgmac_bcma: Broadcom 47xx GBit MAC ' 'driver loaded\n' '[ 0.289952] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.289959] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 0.290032] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 0.290038] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 0.293051] dwmac-sun8i 1c30000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 0.293072] dwmac-sun8i 1c30000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 0.293148] dwmac-sun8i 1c30000.ethernet: No ' 'regulator found\n' '[ 0.293255] dwmac-sun8i 1c30000.ethernet: PTP uses ' 'main clock\n' '[ 0.293280] dwmac-sun8i 1c30000.ethernet: Current ' 'syscon value is not the default 148000 (expect ' '58000)\n' '[ 0.293686] dwmac-sun8i 1c30000.ethernet: No HW ' 'DMA feature register supported\n' '[ 0.293701] dwmac-sun8i 1c30000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 0.293710] dwmac-sun8i 1c30000.ethernet: COE Type ' '2\n' '[ 0.293720] dwmac-sun8i 1c30000.ethernet: TX ' 'Checksum insertion supported\n' '[ 0.293728] dwmac-sun8i 1c30000.ethernet: Normal ' 'descriptors\n' '[ 0.293734] dwmac-sun8i 1c30000.ethernet: Chain ' 'mode enabled\n' '[ 0.295347] dwmac-sun8i 1c30000.ethernet: Found ' 'internal PHY node\n' '[ 0.295891] dwmac-sun8i 1c30000.ethernet: Switch ' 'mux to internal PHY\n' '[ 0.295911] dwmac-sun8i 1c30000.ethernet: Powering ' 'internal PHY\n' '[ 1.274245] Freeing initrd memory: 16748K\n' '[ 1.307335] pegasus: Pegasus/Pegasus II USB ' 'Ethernet driver\n' '[ 1.307428] usbcore: registered new interface ' 'driver pegasus\n' '[ 1.307473] usbcore: registered new interface ' 'driver asix\n' '[ 1.307506] usbcore: registered new interface ' 'driver ax88179_178a\n' '[ 1.307538] usbcore: registered new interface ' 'driver cdc_ether\n' '[ 1.307579] usbcore: registered new interface ' 'driver smsc75xx\n' '[ 1.307619] usbcore: registered new interface ' 'driver smsc95xx\n' '[ 1.307678] usbcore: registered new interface ' 'driver net1080\n' '[ 1.307711] usbcore: registered new interface ' 'driver cdc_subset\n' '[ 1.307742] usbcore: registered new interface ' 'driver zaurus\n' '[ 1.307785] usbcore: registered new interface ' 'driver cdc_ncm\n' '[ 1.310238] ehci-platform 1c1a000.usb: EHCI Host ' 'Controller\n' '[ 1.310276] ehci-platform 1c1a000.usb: new USB bus ' 'registered, assigned bus number 1\n' '[ 1.311141] ohci-platform 1c1a400.usb: Generic ' 'Platform OHCI controller\n' '[ 1.311174] ohci-platform 1c1a400.usb: new USB bus ' 'registered, assigned bus number 2\n' '[ 1.311770] usbcore: registered new interface ' 'driver usb-storage\n' '[ 1.316434] sun6i-rtc 1f00000.rtc: registered as ' 'rtc0\n' '[ 1.316491] sun6i-rtc 1f00000.rtc: setting system ' 'clock to 1970-01-01T00:00:28 UTC (28)\n' '[ 1.316655] sun6i-rtc 1f00000.rtc: RTC enabled\n' '[ 1.317552] i2c_dev: i2c /dev entries driver\n' '[ 1.326219] ohci-platform 1c1a400.usb: irq 37, io ' 'mem 0x01c1a400\n' '[ 1.326358] sunxi-wdt 1c20ca0.watchdog: Watchdog ' 'enabled (timeout=16 sec, nowayout=0)\n' '[ 1.328802] ehci-platform 1c1a000.usb: irq 36, io ' 'mem 0x01c1a000\n' '[ 1.331088] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 1.331100] sdhci: Copyright(c) Pierre Ossman\n' '[ 1.332647] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 1.334137] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 1.336712] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 1.338309] usbcore: registered new interface ' 'driver usbhid\n' '[ 1.338321] usbhid: USB HID core driver\n' '[ 1.346151] NET: Registered PF_INET6 protocol ' 'family\n' '[ 1.347610] Segment Routing with IPv6\n' '[ 1.347673] In-situ OAM (IOAM) with IPv6\n' '[ 1.347751] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.348422] NET: Registered PF_PACKET protocol ' 'family\n' '[ 1.348432] can: controller area network core\n' '[ 1.348499] NET: Registered PF_CAN protocol ' 'family\n' '[ 1.348507] can: raw protocol\n' '[ 1.348516] can: broadcast manager protocol\n' '[ 1.348526] can: netlink gateway - max_hops=1\n' '[ 1.348993] Key type dns_resolver registered\n' '[ 1.349121] ThumbEE CPU extension supported.\n' '[ 1.349135] Registering SWP/SWPB emulation ' 'handler\n' '[ 1.349926] Loading compiled-in X.509 ' 'certificates\n' '[ 1.351131] ehci-platform 1c1a000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 1.352504] hub 1-0:1.0: USB hub found\n' '[ 1.352567] hub 1-0:1.0: 1 port detected\n' '[ 1.367993] sun8i-h3-pinctrl 1c20800.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 1.370704] sun8i-h3-r-pinctrl 1f02c00.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 1.372224] sun8i-h3-pinctrl 1c20800.pinctrl: ' 'supply vcc-pa not found, using dummy regulator\n' '[ 1.373245] printk: console [ttyS0] disabled\n' '[ 1.393460] 1c28000.serial: ttyS0 at MMIO ' '0x1c28000 (irq = 139, base_baud = 1500000) is a ' 'U6_16550A\n' '[ 1.395914] hub 2-0:1.0: USB hub found\n' '[ 1.397890] printk: console [ttyS0] enabled\n' '[ 1.418619] hub 2-0:1.0: 1 port detected\n' '[ 1.428211] sun8i-h3-pinctrl 1c20800.pinctrl: ' 'supply vcc-pc not found, using dummy regulator\n' '[ 2.762999] spi-nor spi0.0: mx25l12805d (16384 ' 'Kbytes)\n' '[ 2.776666] sun8i-h3-r-pinctrl 1f02c00.pinctrl: ' 'supply vcc-pl not found, using dummy regulator\n' '[ 2.792227] sun8i-h3-pinctrl 1c20800.pinctrl: ' 'supply vcc-pf not found, using dummy regulator\n' '[ 2.795100] sun8i-h3-pinctrl 1c20800.pinctrl: ' 'supply vcc-pg not found, using dummy regulator\n' '[ 2.797456] sun8i-h3-pinctrl 1c20800.pinctrl: ' 'supply vcc-pg not found, using dummy regulator\n' '[ 2.805720] ehci-platform 1c1b000.usb: EHCI Host ' 'Controller\n' '[ 2.823261] ehci-platform 1c1b000.usb: new USB bus ' 'registered, assigned bus number 3\n' '[ 2.831266] sunxi-mmc 1c0f000.mmc: Got CD GPIO\n' '[ 2.836111] sunxi-mmc 1c10000.mmc: allocated ' 'mmc-pwrseq\n' '[ 2.842470] ehci-platform 1c1b000.usb: irq 142, io ' 'mem 0x01c1b000\n' '[ 2.861094] sunxi-mmc 1c0f000.mmc: initialized, ' 'max. request size: 16384 KB\n' '[ 2.871035] ehci-platform 1c1b000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 2.878114] hub 3-0:1.0: USB hub found\n' '[ 2.881971] hub 3-0:1.0: 1 port detected\n' '[ 2.906073] mmc0: host does not support reading ' 'read-only switch, assuming write-enable\n' '[ 2.918795] mmc0: new high speed SDHC card at ' 'address aaaa\n' '[ 2.925344] mmcblk0: mmc0:aaaa SC16G 14.8 GiB\n' '[ 2.936078] mmcblk0: p1\n' '[ 3.083665] sunxi-mmc 1c10000.mmc: initialized, ' 'max. request size: 16384 KB\n' '[ 3.098283] dwmac-sun8i 1c30000.ethernet eth0: ' 'Register MEM_TYPE_PAGE_POOL RxQ-0\n' '[ 3.107483] dwmac-sun8i 1c30000.ethernet eth0: PHY ' '[mdio_mux-0.1:01] driver [Generic PHY] (irq=POLL)\n' '[ 3.113799] mmc1: new high speed SDIO card at ' 'address 0001\n' '[ 3.116679] dwmac-sun8i 1c30000.ethernet eth0: No ' 'Safety Features support found\n' '[ 3.129420] dwmac-sun8i 1c30000.ethernet eth0: No ' 'MAC Management Counters available\n' '[ 3.137115] dwmac-sun8i 1c30000.ethernet eth0: PTP ' 'not supported by HW\n' '[ 3.144802] dwmac-sun8i 1c30000.ethernet eth0: ' 'configuring for phy/mii link mode\n' '[ 3.159767] dwmac-sun8i 1c30000.ethernet eth0: ' 'Link is Up - 100Mbps/Full - flow control rx/tx\n' '[ 3.159788] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: ' 'link becomes ready\n' '[ 3.171030] usb 3-1: new high-speed USB device ' 'number 2 using ehci-platform\n' '[ 3.211034] Sending DHCP requests ., OK\n' '[ 3.257384] IP-Config: Got DHCP answer from ' '192.168.1.100, my address is 192.168.1.222\n' '[ 3.265342] IP-Config: Complete:\n' '[ 3.268572] device=eth0, ' 'hwaddr=02:42:62:87:68:b2, ipaddr=192.168.1.222, ' 'mask=255.255.255.0, gw=192.168.1.1\n' '[ 3.279286] host=192.168.1.222, domain=, ' 'nis-domain=(none)\n' '[ 3.285606] bootserver=0.0.0.0, ' 'rootserver=0.0.0.0, rootpath=\n' '[ 3.285615] nameserver0=192.168.1.100\n' '[ 3.296141] clk: Disabling unused clocks\n' '[ 3.303638] Freeing unused kernel image (initmem) ' 'memory: 2048K\n' '[ 3.309926] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 3.486317] ' 'udevd[111]: starting version 3.2.9\n' '[ 6.071020] random: crng init done\n' "[ 6.083121] udevd[111]: specified user 'tss' " 'unknown\n' "[ 6.088242] udevd[111]: specified group 'tss' " 'unknown\n' '[ 6.096344] udevd[112]: starting eudev-3.2.9\n' '[ 6.565003] lima 1c40000.gpu: gp - mali400 version ' 'major 1 minor 1\n' '[ 6.570122] usb_phy_generic ' 'usb_phy_generic.1.auto: supply vcc not found, using ' 'dummy regulator\n' '[ 6.571545] lima 1c40000.gpu: pp0 - mali400 ' 'version major 1 minor 1\n' '[ 6.580151] usb_phy_generic ' 'usb_phy_generic.1.auto: dummy supplies not allowed ' 'for exclusive requests\n' '[ 6.586429] lima 1c40000.gpu: pp1 - mali400 ' 'version major 1 minor 1\n' '[ 6.601905] lima 1c40000.gpu: l2 cache 64K, 4-way, ' '64byte cache line, 64bit external bus\n' '[ 6.610834] lima 1c40000.gpu: bus rate = ' '200000000\n' '[ 6.615115] usbcore: registered new device driver ' 'r8152-cfgselector\n' '[ 6.615822] lima 1c40000.gpu: mod rate = ' '297000000\n' '[ 6.626865] lima 1c40000.gpu: error -ENODEV: ' '_opp_set_regulators: no regulator (mali) found\n' '[ 6.639873] [drm] Initialized lima 1.1.0 20191231 ' 'for 1c40000.gpu on minor 0\n' '[ 6.831212] r8152-cfgselector 3-1: reset ' 'high-speed USB device number 2 using ehci-platform\n' '[ 7.072779] r8152 3-1:1.0: skip request firmware\n' '[ 7.119392] r8152 3-1:1.0 eth1: v1.12.13\n' '[ 7.123580] usbcore: registered new interface ' 'driver r8152\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: ip: RTNETLINK answers: File exists\n' 'FAIL\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-476186/environment\n' '/ # /lava-476186/bin/lava-test-runner /lava-476186/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-476186/0/tests/0_dmesg\n' '+ cat uuid\n' '[ 7.890141] \n' '+ UUID=476186_1.1.4.1\n' '+ set +x\n' '[ 7.896526] \n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ #\n'} 04/22/2025 07:16:31 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:17:00 PM UTC [INFO] Processing event node: 6807ea92e51c583972a58eba 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea92e51c583972a58eba 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f03 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f04 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f05 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f06 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f07 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f08 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f09 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f0a 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f0b 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f0c 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f0d 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f0e 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f0f 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f10 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f11 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f12 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f13 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f14 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f15 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f16 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f17 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f18 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f19 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f1a 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f1b 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f1c 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f1d 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f1e 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f1f 04/22/2025 07:17:01 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807eb2ce51c583972a58f20 04/22/2025 07:17:01 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][30]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807eb2ce51c583972a58f20', 'origin': 'maestro', 'comment': 'dio01 on imx6q-sabrelite in lava-collabora', 'start_time': '2025-04-22T19:17:00.297000+00:00', 'environment': {'comment': 'Runtime: lava-collabora', 'compatible': ['fsl,imx6q-sabrelite', 'fsl,imx6q'], 'misc': {'platform': 'imx6q-sabrelite', 'job_url': 'https://lava.collabora.dev/scheduler/job/18447692', 'job_id': '18447692'}}, 'waived': False, 'path': 'ltp.dio01', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-collabora', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807eb2ce51c583972a58f20'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/ltp-dio-6807ea92e51c583972a58eba/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/ltp-dio-6807ea92e51c583972a58eba/log.txt.gz', 'log_excerpt': '/ltp\n' '+ BUILD_FROM_TAR=false\n' '+ SHARD_NUMBER=1\n' '+ SHARD_INDEX=1\n' '+ RUNNER=\n' '+ LTP_TMPDIR=/ltp-tmp\n' '+ LTP_INSTALL_PATH=/opt/ltp\n' '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' '+ TST_CMDFILES=dio\n' '++ echo dio\n' "++ sed 's,\\/,_,'\n" '+ LOG_FILE=dio\n' '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' '+ SKIP_INSTALL=true\n' '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' '+ LTP_VERSION=\n' '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' '+ export LTP_TIMEOUT_MUL=3\n' '+ LTP_TIMEOUT_MUL=3\n' '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' '+ export PASSWD=root\n' '+ PASSWD=root\n' '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' '+ export RUNNER=\n' '+ RUNNER=\n' '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' '+ export BOARD=\n' '+ BOARD=\n' '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' '+ export LTP_TMPDIR=/ltp-tmp\n' '+ LTP_TMPDIR=/ltp-tmp\n' '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' '+ export BRANCH=\n' '+ BRANCH=\n' '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' '+ export ENVIRONMENT=\n' '+ ENVIRONMENT=\n' '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' '+ export LTP_INSTALL_PATH=/opt/ltp\n' '+ LTP_INSTALL_PATH=/opt/ltp\n' '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' "+ '[' -z skipfile-lkft.yaml ']'\n" "+ '[' yaml = yaml ']'\n" '+ ' 'SKIPFILE_YAML=/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/skipfile-lkft.yaml\n' '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' "+ [[ '' != '' ]]\n" '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' "+ [[ '' != '' ]]\n" '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' '+ BUILD_FROM_TAR=false\n' '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' '+ SHARD_NUMBER=1\n' '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ case "$arg" in\n' '+ SHARD_INDEX=1\n' '+ getopts M:T:S:b:d:g:e:i:s:v:R:r:u:p:t:c:n: arg\n' '+ ' 'TEST_TARFILE=https://github.com/linux-test-project/ltp/releases/download//ltp-full-.tar.xz\n' "+ '[' -n " '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/skipfile-lkft.yaml ' "']'\n" '+ export ' 'SKIPFILE_PATH=/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/generated_skipfile\n' '+ ' 'SKIPFILE_PATH=/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/generated_skipfile\n' '+ generate_skipfile\n' "+ info_msg 'Generating a skipfile based on " "/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/skipfile-lkft.yaml'\n" "+ local 'msg=Generating a skipfile based on " "/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/skipfile-lkft.yaml'\n" "+ '[' -z 'Generating a skipfile based on " "/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/skipfile-lkft.yaml' " "']'\n" "+ printf 'INFO: %s\\n' 'Generating a skipfile based " 'on ' "/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/skipfile-lkft.yaml'\n" 'INFO: Generating a skipfile based on ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/skipfile-lkft.yaml\n' '+ detect_abi\n' '++ uname -m\n' '+ abi=armv7l\n' '+ case "${abi}" in\n' '+ abi=armeabi\n' '+ local SKIPGEN_ARGS=\n' "+ test -n ''\n" "+ test -n ''\n" "+ test -n ''\n" '+ ../../bin/armeabi/skipgen ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/skipfile-lkft.yaml\n' '+ res=0\n' '+ test 0 -eq 0\n' "+ info_msg 'Using the following generated skipfile " "contents (until EOF):'\n" "+ local 'msg=Using the following generated skipfile " "contents (until EOF):'\n" "+ '[' -z 'Using the following generated skipfile " "contents (until EOF):' ']'\n" "+ printf 'INFO: %s\\n' 'Using the following generated " "skipfile contents (until EOF):'\n" 'INFO: Using the following generated skipfile contents ' '(until EOF):\n' '+ cat ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/generated_skipfile\n' 'bind06\n' 'cve-2018-18559\n' 'dio10\n' 'dio12\n' 'dio13\n' 'dio14\n' 'dio15\n' 'dio16\n' 'dio17\n' 'dio18\n' 'dio19\n' 'dio20\n' 'dio21\n' 'dio22\n' 'dio23\n' 'dio24\n' 'dio25\n' 'dio26\n' 'dio27\n' 'dio28\n' 'dio29\n' 'dio30\n' 'fanotify07\n' 'fanotify08\n' 'fanotify09\n' 'fork13\n' 'ftrace_stress_test.sh\n' 'futex_wake04\n' 'gf01\n' 'gf14\n' 'gf15\n' 'gf18\n' 'hackbench01\n' 'hackbench02\n' 'hugemmap06\n' 'inotify07\n' 'inotify08\n' 'ksm01\n' 'memcg_stress\n' 'msgctl10\n' 'msgctl11\n' 'msgstress03\n' 'msgstress04\n' 'mtest06\n' 'perf_event_open02\n' 'ping01\n' 'ping602\n' 'pth_str01\n' 'pth_str02\n' 'pth_str03\n' 'sendfile09\n' 'sendfile09_64\n' 'setsockopt06\n' 'time-schedule01\n' '+ info_msg EOF\n' '+ local msg=EOF\n' "+ '[' -z EOF ']'\n" "+ printf 'INFO: %s\\n' EOF\n" 'INFO: EOF\n' "+ '[' '!' -f " '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/generated_skipfile ' "']'\n" "+ SKIPFILE='-S " "/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/generated_skipfile'\n" '+ check_root\n' '++ id -ru\n' "+ '[' 0 -eq 0 ']'\n" '+ return 0\n' '+ create_out_dir ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output\n' "+ '[' -z " '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output ' "']'\n" '+ local ' 'OUTPUT=/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output\n' "+ '[' -d " '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output ' "']'\n" '+ mkdir -p ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output\n' "+ '[' -d " '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output ' "']'\n" "+ info_msg 'About to run ltp test...'\n" "+ local 'msg=About to run ltp test...'\n" "+ '[' -z 'About to run ltp test...' ']'\n" "+ printf 'INFO: %s\\n' 'About to run ltp test...'\n" 'INFO: About to run ltp test...\n' "+ info_msg 'Output directory: " "/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output'\n" "+ local 'msg=Output directory: " "/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output'\n" "+ '[' -z 'Output directory: " "/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output' " "']'\n" "+ printf 'INFO: %s\\n' 'Output directory: " "/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output'\n" 'INFO: Output directory: ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output\n' "+ '[' true = true ']'\n" "+ info_msg 'ltp installation skipped altogether'\n" "+ local 'msg=ltp installation skipped altogether'\n" "+ '[' -z 'ltp installation skipped altogether' ']'\n" "+ printf 'INFO: %s\\n' 'ltp installation skipped " "altogether'\n" 'INFO: ltp installation skipped altogether\n' "+ '[' '!' -d /opt/ltp ']'\n" "+ info_msg 'Running prep_system'\n" "+ local 'msg=Running prep_system'\n" "+ '[' -z 'Running prep_system' ']'\n" "+ printf 'INFO: %s\\n' 'Running prep_system'\n" 'INFO: Running prep_system\n' '+ prep_system\n' '+ systemctl is-active systemd-timesyncd\n' 'active\n' "+ info_msg 'Stopping systemd-timesyncd'\n" "+ local 'msg=Stopping systemd-timesyncd'\n" "+ '[' -z 'Stopping systemd-timesyncd' ']'\n" "+ printf 'INFO: %s\\n' 'Stopping systemd-timesyncd'\n" 'INFO: Stopping systemd-timesyncd\n' '+ systemctl stop systemd-timesyncd\n' "+ '[' -f /proc/sys/kernel/unprivileged_userns_clone " "']'\n" "+ info_msg 'Kernel has no support of " "unprivileged_userns_clone'\n" "+ local 'msg=Kernel has no support of " "unprivileged_userns_clone'\n" "+ '[' -z 'Kernel has no support of " "unprivileged_userns_clone' ']'\n" "+ printf 'INFO: %s\\n' 'Kernel has no support of " "unprivileged_userns_clone'\n" 'INFO: Kernel has no support of ' 'unprivileged_userns_clone\n' "+ info_msg 'Running run_ltp'\n" "+ local 'msg=Running run_ltp'\n" "+ '[' -z 'Running run_ltp' ']'\n" "+ printf 'INFO: %s\\n' 'Running run_ltp'\n" 'INFO: Running run_ltp\n' '+ run_ltp\n' '+ cd /opt/ltp\n' '+ mkdir -m 777 -p /ltp-tmp\n' '+ for file in ${TST_CMDFILES//,/ }\n' '+ cat runtest/dio\n' "+ sed -i 's/#.*$//;/^$/d' alltests\n" '+ split --verbose --numeric-suffixes=1 -n l/1/1 ' 'alltests\n' "+ echo '============== Tests to run ==============='\n" '============== Tests to run ===============\n' '+ cat runtest/shardfile\n' 'dio01 diotest1\n' 'dio02 diotest2\n' 'dio03 diotest3\n' 'dio04 diotest4\n' 'dio05 diotest5\n' 'dio06 diotest6\n' 'dio07 diotest1 -b 65536\n' 'dio08 diotest2 -b 65536\n' 'dio09 diotest3 -b 65536\n' 'dio10 diotest4 -b 65536\n' 'dio11 diotest5 -b 65536\n' 'dio12 diotest6 -b 65536\n' 'dio13 diotest1 -b 65536 -n 2000\n' 'dio14 diotest2 -b 65536 -i 1000\n' 'dio15 diotest3 -b 65536 -i 1000\n' 'dio16 diotest5 -b 65536 -i 1000\n' 'dio17 diotest6 -b 65536 -i 1000\n' 'dio18 diotest2 -b 65536 -i 1000 -o 1024000\n' 'dio19 diotest3 -b 65536 -i 1000 -o 1024000\n' 'dio20 diotest5 -b 65536 -i 1000 -o 1024000\n' 'dio21 diotest6 -b 65536 -i 1000 -o 1024000\n' 'dio22 diotest2 -b 65536 -i 1000 -o 104857600\n' 'dio23 diotest3 -b 65536 -i 1000 -o 104857600\n' 'dio24 diotest5 -b 65536 -i 1000 -o 104857600\n' 'dio25 diotest6 -b 65536 -i 1000 -o 104857600\n' 'dio26 diotest6 -b 8192 -v 100\n' 'dio27 diotest6 -b 8192 -o 1024000 -i 1000 -v 100\n' 'dio28 diotest6 -b 8192 -o 1024000 -i 1000 -v 200\n' 'dio29 diotest3 -b 65536 -n 100 -i 100 -o 1024000\n' 'dio30 diotest6 -b 65536 -n 100 -i 100 -o 1024000\n' "+ echo '===========End Tests to run ==============='\n" '===========End Tests to run ===============\n' "+ '[' -n '' ']'\n" "+ pipe0_status './runltp -p -q -f " 'shardfile -l ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.log ' '-C ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.failed ' '-d /ltp-tmp -S ' "/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/generated_skipfile' " "'tee " "/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.out'\n" "+ '[' 2 -ne 2 ']'\n" "+ local 'cmd1=./runltp -p -q -f " 'shardfile -l ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.log ' '-C ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.failed ' '-d /ltp-tmp -S ' "/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/generated_skipfile'\n" "+ local 'cmd2=tee " "/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.out'\n" '+ exec\n' '+ local ret_val\n' "++ eval './runltp -p -q -f " 'shardfile -l ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.log ' '-C ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.failed ' '-d /ltp-tmp -S ' "/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/generated_skipfile'\n" "++ eval 'tee " "/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.out'\n" '+++ ./runltp -p -q -f shardfile -l ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.log ' '-C ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.failed ' '-d /ltp-tmp -S ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/generated_skipfile\n' '+++ tee ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.out\n' 'INFO: creating /opt/ltp/output directory\n' 'Checking for required user/group ids\n' "'root' user id and group found.\n" "'nobody' user id and group found.\n" "'bin' user id and group found.\n" "'daemon' user id and group found.\n" 'Users group found.\n' 'Sys group found.\n' 'Required users/groups exist.\n' 'no big block device was specified on commandline.\n' 'Tests which require a big block device are disabled.\n' 'You can specify it with option -z\n' 'INFO: Test start time: Tue Apr 22 19:16:41 UTC 2025\n' 'COMMAND: /opt/ltp/bin/ltp-pan -q -e -S -a ' '393 -n 393 -p -f /ltp-tmp/ltp-c3dfExy97j/alltests ' '-l ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.log ' '-C ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.failed ' '-T /opt/ltp/output/LTP_RUN_ON-LTP_dio.log.tconf\n' 'LOG File: ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.log\n' 'FAILED COMMAND File: ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.failed\n' 'TCONF COMMAND File: ' '/opt/ltp/output/LTP_RUN_ON-LTP_dio.log.tconf\n' 'Running tests.......\n' 'diotest01 1 TPASS : Test passed\n' 'diotest02 1 TPASS : Read with Direct IO, Write ' 'without\n' 'diotest02 2 TPASS : Write with Direct IO, Read ' 'without\n' 'diotest02 3 TPASS : Read, Write with Direct IO\n' 'diotest02 0 TINFO : 3 testblocks 100 iterations ' 'completed\n' 'diotest03 1 TPASS : Read with Direct IO, Write ' 'without\n' 'diotest03 2 TPASS : Write with Direct IO, Read ' 'without\n' 'diotest03 3 TPASS : Read, Write with Direct IO\n' 'diotest03 0 TINFO : 3 testblocks 100 iterations ' 'with 1 children completed\n' 'diotest4 1 TPASS : Negative Offset\n' 'diotest4 2 TPASS : removed\n' 'diotest4 3 TCONF : diotest4.c:274: nfs supports ' 'odd count IO\n' 'diotest4 4 TPASS : Read beyond the file size\n' 'diotest4 5 TPASS : Invalid file descriptor\n' 'diotest4 6 TPASS : Out of range file ' 'descriptor\n' 'diotest4 7 TPASS : Closed file descriptor\n' 'diotest4 8 TPASS : removed\n' 'diotest4 9 TCONF : diotest4.c:346: Direct I/O ' 'on /dev/null is not supported\n' 'diotest4 10 TPASS : read, write to a mmaped ' 'file\n' 'diotest4 11 TPASS : read, write to an unmapped ' 'file\n' 'diotest4 12 TPASS : read from file not open for ' 'reading\n' 'diotest4 13 TPASS : write to file not open for ' 'writing\n' 'diotest4 14 TCONF : diotest4.c:448: nfs supports ' 'non-aligned buffer\n' 'diotest4 15 TPASS : read, write buffer in ' 'read-only space\n' 'diotest4 16 TPASS : read, write in non-existant ' 'space\n' 'diotest4 17 TPASS : read, write for file with ' 'O_SYNC\n' 'diotest4 0 TINFO : 15 testblocks completed\n' 'diotest05 1 TPASS : Read with Direct IO, Write ' 'without\n' 'diotest05 2 TPASS : Write with Direct IO, Read ' 'without\n' 'diotest05 3 TPASS : Read, Write with Direct IO\n' 'diotest05 0 TINFO : 3 testblocks 20 iterations ' 'with 20 vector array completed\n' 'diotest06 1 TPASS : Read with Direct IO, Write ' 'without\n' 'diotest06 2 TPASS : Write with Direct IO, Read ' 'without\n' 'diotest06 3 TPASS : Read, Write with Direct IO\n' 'diotest06 0 TINFO : 3 testblocks 100 iterations ' 'with 1 children completed\n' 'diotest01 1 TPASS : Test passed\n' 'diotest02 1 TPASS : Read with Direct IO, Write ' 'without\n' 'diotest02 2 TPASS : Write with Direct IO, Read ' 'without\n' 'diotest02 3 TPASS : Read, Write with Direct IO\n' 'diotest02 0 TINFO : 3 testblocks 100 iterations ' 'completed\n' 'diotest03 1 TPASS : Read with Direct IO, Write ' 'without\n' 'diotest03 2 TPASS : Write with Direct IO, Read ' 'without\n' 'diotest03 3 TPASS : Read, Write with Direct IO\n' 'diotest03 0 TINFO : 3 testblocks 100 iterations ' 'with 1 children completed\n' 'diotest05 1 TPASS : Read with Direct IO, Write ' 'without\n' 'diotest05 2 TPASS : Write with Direct IO, Read ' 'without\n' 'diotest05 3 TPASS : Read, Write with Direct IO\n' 'diotest05 0 TINFO : 3 testblocks 20 iterations ' 'with 20 vector array completed\n' 'INFO: ltp-pan reported all tests PASS\n' 'LTP Version: 20240129-91-gcbc2d0568\n' 'INFO: Test end time: Tue Apr 22 19:16:54 UTC 2025\n' '###############################################################\n' 'Done executing testcases.\n' 'LTP Version: 20240129-91-gcbc2d0568\n' '###############################################################\n' '++ echo 0\n' '+ ret_val=0\n' '+ exec\n' '+ return 0\n' '+ parse_ltp_output ' '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.log\n' "+ grep -E 'PASS|FAIL|CONF' " '/lava-18447692/0/tests/0_ltp-dio/automated/linux/ltp/output/LTP_dio.log\n' '+ awk \'{print $1" "$2}\'\n' "+ sed 's/PASS/pass/; s/FAIL/fail/; s/CONF/skip/'\n" '+ rm -rf /ltp-tmp\n' '+ rm -rf alltests\n' '+ ../../utils/send-to-lava.sh ./output/result.txt\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '\n' '+ set +x\n' '\n' '\n' '/ #\n'} 04/22/2025 07:17:01 PM UTC [INFO] Marking 3 nodes flag as processed 04/22/2025 07:17:13 PM UTC [INFO] Processing event node: 6807969c614dc0333e58ad9e 04/22/2025 07:17:13 PM UTC [DEBUG] Error code is not set for 6807969c614dc0333e58ad9e 04/22/2025 07:17:13 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807969c614dc0333e58ad9e 04/22/2025 07:17:13 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:68078f567c32d324f2fc0bd4', 'id': 'maestro:6807969c614dc0333e58ad9e', 'origin': 'maestro', 'comment': 'baseline-arm-baylibre on mt7629-rfb in lava-baylibre', 'start_time': '2025-04-22T13:16:12.938000+00:00', 'environment': {'comment': 'Runtime: lava-baylibre', 'compatible': ['mediatek,mt7629-rfb', 'mediatek,mt7629'], 'misc': {'platform': 'mt7629-rfb', 'job_url': 'https://lava.baylibre.com/scheduler/job/3910904', 'job_id': '3910904'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-baylibre', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807969c614dc0333e58ad9e', 'error_code': 'node_timeout', 'error_msg': 'Node timed-out'}, 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/kselftest.tar.gz'}]} 04/22/2025 07:17:13 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:17:13 PM UTC [INFO] Processing event node: 680796a5614dc0333e58add7 04/22/2025 07:17:13 PM UTC [DEBUG] Error code is not set for 680796a5614dc0333e58add7 04/22/2025 07:17:13 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:680796a5614dc0333e58add7 04/22/2025 07:17:13 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:68078f567c32d324f2fc0bd4', 'id': 'maestro:680796a5614dc0333e58add7', 'origin': 'maestro', 'comment': 'baseline-arm-pengutronix on imx53-qsrb in ' 'lava-pengutronix', 'start_time': '2025-04-22T13:16:21.728000+00:00', 'environment': {'comment': 'Runtime: lava-pengutronix', 'compatible': ['fsl,imx53-qsrb', 'fsl,imx53'], 'misc': {'platform': 'imx53-qsrb', 'job_url': 'https://lava.pengutronix.de/scheduler/job/1055760', 'job_id': '1055760'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-pengutronix', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=680796a5614dc0333e58add7', 'error_code': 'node_timeout', 'error_msg': 'Node timed-out'}, 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/kselftest.tar.gz'}]} 04/22/2025 07:17:13 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:17:13 PM UTC [INFO] Processing event node: 680796a6614dc0333e58adda 04/22/2025 07:17:13 PM UTC [DEBUG] Error code is not set for 680796a6614dc0333e58adda 04/22/2025 07:17:13 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:680796a6614dc0333e58adda 04/22/2025 07:17:13 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:68078f567c32d324f2fc0bd4', 'id': 'maestro:680796a6614dc0333e58adda', 'origin': 'maestro', 'comment': 'baseline-arm-pengutronix on imx6dl-riotboard in ' 'lava-pengutronix', 'start_time': '2025-04-22T13:16:22.787000+00:00', 'environment': {'comment': 'Runtime: lava-pengutronix', 'compatible': ['riot,imx6s-riotboard', 'fsl,imx6dl'], 'misc': {'platform': 'imx6dl-riotboard', 'job_url': 'https://lava.pengutronix.de/scheduler/job/1055761', 'job_id': '1055761'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-pengutronix', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=680796a6614dc0333e58adda', 'error_code': 'node_timeout', 'error_msg': 'Node timed-out'}, 'output_files': [{'name': 'build_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build.log.gz'}, {'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kimage_stderr.log.gz'}, {'name': 'build_modules_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_modules.log.gz'}, {'name': 'build_modules_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_modules_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_kselftest_stderr.log.gz'}, {'name': 'build_dtbs_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_dtbs.log.gz'}, {'name': 'build_dtbs_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/build_dtbs_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/fragments/0.config'}, {'name': '_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/zImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/vmlinux.xz'}, {'name': 'modules', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/modules.tar.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-arm-68078f567c32d324f2fc0bd4/kselftest.tar.gz'}]} 04/22/2025 07:17:13 PM UTC [INFO] Marking 1 nodes flag as processed 04/22/2025 07:17:42 PM UTC [INFO] Processing event node: 6807ea8ce51c583972a58e93 04/22/2025 07:17:42 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea8ce51c583972a58e93 04/22/2025 07:17:42 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea8ce51c583972a58e93', 'origin': 'maestro', 'comment': 'baseline-arm-clabbe on sun8i-h2-plus-orangepi-zero in ' 'lava-clabbe', 'start_time': '2025-04-22T19:14:20.950000+00:00', 'environment': {'comment': 'Runtime: lava-clabbe', 'compatible': ['xunlong,orangepi-zero', 'allwinner,sun8i-h2-plus'], 'misc': {'platform': 'sun8i-h2-plus-orangepi-zero', 'job_url': 'https://lava.montjoie.ovh/scheduler/job/476187', 'job_id': '476187'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-clabbe', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea8ce51c583972a58e93'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm-clabbe-6807ea8ce51c583972a58e93/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm-clabbe-6807ea8ce51c583972a58e93/log.txt.gz', 'log_excerpt': 'HECK_AT_FREE flag(s) set\n' '[ 0.047023] Modules linked in:\n' '[ 0.047036] CPU: 0 PID: 1 Comm: swapper/0 Not ' 'tainted 6.1.132 #1\n' '[ 0.047047] Hardware name: Allwinner sun8i Family\n' '[ 0.047065] unwind_backtrace from ' 'show_stack+0x10/0x14\n' '[ 0.047103] show_stack from ' 'dump_stack_lvl+0x40/0x4c\n' '[ 0.047128] dump_stack_lvl from ' 'bad_page+0xe4/0x110\n' '[ 0.047153] bad_page from ' '__free_pages_ok+0x4b8/0x4c4\n' '[ 0.047173] __free_pages_ok from ' 'init_cma_reserved_pageblock+0x58/0x8c\n' '[ 0.047196] init_cma_reserved_pageblock from ' 'cma_init_reserved_areas+0x180/0x254\n' '[ 0.047216] cma_init_reserved_areas from ' 'do_one_initcall+0x58/0x200\n' '[ 0.047236] do_one_initcall from ' 'kernel_init_freeable+0x1a8/0x204\n' '[ 0.047260] kernel_init_freeable from ' 'kernel_init+0x18/0x12c\n' '[ 0.047281] kernel_init from ' 'ret_from_fork+0x14/0x28\n' '[ 0.047298] Exception stack(0xe0821fb0 to ' '0xe0821ff8)\n' '[ 0.047309] ' '1fa0: 00000000 ' '00000000 00000000 00000000\n' '[ 0.047319] 1fc0: 00000000 00000000 00000000 ' '00000000 00000000 00000000 00000000 00000000\n' '[ 0.047327] 1fe0: 00000000 00000000 00000000 ' '00000000 00000013 00000000\n' '[ 0.047334] Disabling lock debugging due to kernel ' 'taint\n' '[ 0.047735] BUG: Bad page state in process ' 'swapper/0 pfn:5e074\n' '[ 0.047745] page:(ptrval) refcount:0 mapcount:0 ' 'mapping:00000000 index:0x0 pfn:0x5e074\n' '[ 0.047757] flags: ' '0x2db7(locked|waiters|error|referenced|uptodate|lru|active|owner_priv_1|arch_1|private|zone=0) ' 'CMA\n' '[ 0.047778] raw: 00002db7 dbf99e84 dbf99e84 ' '00000000 00000000 00000000 ffffffff 00000000\n' '[ 0.047783] page dumped because: ' 'PAGE_FLAGS_CHECK_AT_FREE flag(s) set\n' '[ 0.047787] Modules linked in:\n' '[ 0.047795] CPU: 0 PID: 1 Comm: swapper/0 Tainted: ' 'G B 6.1.132 #1\n' '[ 0.047806] Hardware name: Allwinner sun8i Family\n' '[ 0.047814] unwind_backtrace from ' 'show_stack+0x10/0x14\n' '[ 0.047840] show_stack from ' 'dump_stack_lvl+0x40/0x4c\n' '[ 0.047860] dump_stack_lvl from ' 'bad_page+0xe4/0x110\n' '[ 0.047881] bad_page from ' '__free_pages_ok+0x4b8/0x4c4\n' '[ 0.047901] __free_pages_ok from ' 'init_cma_reserved_pageblock+0x58/0x8c\n' '[ 0.047920] init_cma_reserved_pageblock from ' 'cma_init_reserved_areas+0x180/0x254\n' '[ 0.047939] cma_init_reserved_areas from ' 'do_one_initcall+0x58/0x200\n' '[ 0.047957] do_one_initcall from ' 'kernel_init_freeable+0x1a8/0x204\n' '[ 0.047979] kernel_init_freeable from ' 'kernel_init+0x18/0x12c\n' '[ 0.048000] kernel_init from ' 'ret_from_fork+0x14/0x28\n' '[ 0.048016] Exception stack(0xe0821fb0 to ' '0xe0821ff8)\n' '[ 0.048025] ' '1fa0: 00000000 ' '00000000 00000000 00000000\n' '[ 0.048035] 1fc0: 00000000 00000000 00000000 ' '00000000 00000000 00000000 00000000 00000000\n' '[ 0.048043] 1fe0: 00000000 00000000 00000000 ' '00000000 00000013 00000000\n' '[ 0.048617] pinctrl core: initialized pinctrl ' 'subsystem\n' '[ 0.051243] DMI not present or invalid.\n' '[ 0.052141] NET: Registered PF_NETLINK/PF_ROUTE ' 'protocol family\n' '[ 0.061795] DMA: preallocated 256 KiB pool for ' 'atomic coherent allocations\n' '[ 0.064054] thermal_sys: Registered thermal ' "governor 'step_wise'\n" '[ 0.064144] cpuidle: using governor menu\n' '[ 0.064396] No ATAGs?\n' '[ 0.064537] hw-breakpoint: found 5 (+1 reserved) ' 'breakpoint and 4 watchpoint registers.\n' '[ 0.064550] hw-breakpoint: maximum watchpoint size ' 'is 8 bytes.\n' '[ 0.066728] Serial: AMBA PL011 UART driver\n' '[ 0.071106] /soc/mixer@1100000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0c000\n' '[ 0.071160] /soc/lcd-controller@1c0c000: Fixed ' 'dependency cycle(s) with /soc/mixer@1100000\n' '[ 0.071416] /soc/interrupt-controller@1c81000: ' 'Fixed dependency cycle(s) with ' '/soc/interrupt-controller@1c81000\n' '[ 0.072273] /soc/mixer@1100000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0c000\n' '[ 0.072960] /soc/mixer@1100000: Fixed dependency ' 'cycle(s) with /soc/lcd-controller@1c0c000\n' '[ 0.073039] /soc/lcd-controller@1c0c000: Fixed ' 'dependency cycle(s) with /soc/mixer@1100000\n' '[ 0.103045] iommu: Default domain type: ' 'Translated\n' '[ 0.103062] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 0.103773] SCSI subsystem initialized\n' '[ 0.104371] usbcore: registered new interface ' 'driver usbfs\n' '[ 0.104424] usbcore: registered new interface ' 'driver hub\n' '[ 0.104468] usbcore: registered new device driver ' 'usb\n' '[ 0.105736] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 0.105744] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 0.105764] PTP clock support registered\n' '[ 0.105924] EDAC MC: Ver: 3.0.0\n' '[ 0.108810] vgaarb: loaded\n' '[ 0.109485] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 0.126380] NET: Registered PF_INET protocol ' 'family\n' '[ 0.126630] IP idents hash table entries: 8192 ' '(order: 4, 65536 bytes, linear)\n' '[ 0.128037] tcp_listen_portaddr_hash hash table ' 'entries: 512 (order: 0, 4096 bytes, linear)\n' '[ 0.128067] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 0.128083] TCP established hash table entries: ' '4096 (order: 2, 16384 bytes, linear)\n' '[ 0.128126] TCP bind hash table entries: 4096 ' '(order: 4, 65536 bytes, linear)\n' '[ 0.128297] TCP: Hash tables configured ' '(established 4096 bind 4096)\n' '[ 0.128406] UDP hash table entries: 256 (order: 1, ' '8192 bytes, linear)\n' '[ 0.128446] UDP-Lite hash table entries: 256 ' '(order: 1, 8192 bytes, linear)\n' '[ 0.128632] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 0.129407] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 0.129420] RPC: Registered udp transport module.\n' '[ 0.129425] RPC: Registered tcp transport module.\n' '[ 0.129428] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 0.129440] PCI: CLS 0 bytes, default 64\n' '[ 0.130293] Trying to unpack rootfs image as ' 'initramfs...\n' '[ 0.139674] hw perfevents: enabled with ' 'armv7_cortex_a7 PMU driver, 5 counters available\n' '[ 0.141217] Initialise system trusted keyrings\n' '[ 0.141613] workingset: timestamp_bits=30 ' 'max_order=17 bucket_order=0\n' '[ 0.147839] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 0.148769] NFS: Registering the id_resolver key ' 'type\n' '[ 0.148856] Key type id_resolver registered\n' '[ 0.148862] Key type id_legacy registered\n' '[ 0.148979] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 0.148987] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 0.149024] ntfs: driver 2.1.32 [Flags: R/O].\n' '[ 0.149654] Key type asymmetric registered\n' "[ 0.149665] Asymmetric key parser 'x509' " 'registered\n' '[ 0.149833] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 247)\n' '[ 0.149843] io scheduler mq-deadline registered\n' '[ 0.149850] io scheduler kyber registered\n' '[ 0.253967] Serial: 8250/16550 driver, 5 ports, ' 'IRQ sharing enabled\n' '[ 0.258326] SuperH (H)SCI(F) driver initialized\n' '[ 0.259223] msm_serial: driver initialized\n' '[ 0.259233] STMicroelectronics ASC driver ' 'initialized\n' '[ 0.260271] STM32 USART driver initialized\n' '[ 0.277677] brd: module loaded\n' '[ 0.284932] loop: module loaded\n' '[ 0.296789] CAN device driver interface\n' '[ 0.297853] bgmac_bcma: Broadcom 47xx GBit MAC ' 'driver loaded\n' '[ 0.298787] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 0.298793] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 0.298875] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 0.298882] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 0.301923] dwmac-sun8i 1c30000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 0.301944] dwmac-sun8i 1c30000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 0.302019] dwmac-sun8i 1c30000.ethernet: No ' 'regulator found\n' '[ 0.302123] dwmac-sun8i 1c30000.ethernet: PTP uses ' 'main clock\n' '[ 0.302149] dwmac-sun8i 1c30000.ethernet: Current ' 'syscon value is not the default 148000 (expect ' '58000)\n' '[ 0.302645] dwmac-sun8i 1c30000.ethernet: No HW ' 'DMA feature register supported\n' '[ 0.302660] dwmac-sun8i 1c30000.ethernet: RX ' 'Checksum Offload Engine supported\n' '[ 0.302667] dwmac-sun8i 1c30000.ethernet: COE Type ' '2\n' '[ 0.302676] dwmac-sun8i 1c30000.ethernet: TX ' 'Checksum insertion supported\n' '[ 0.302684] dwmac-sun8i 1c30000.ethernet: Normal ' 'descriptors\n' '[ 0.302691] dwmac-sun8i 1c30000.ethernet: Chain ' 'mode enabled\n' '[ 0.304313] dwmac-sun8i 1c30000.ethernet: Found ' 'internal PHY node\n' '[ 0.304837] dwmac-sun8i 1c30000.ethernet: Switch ' 'mux to internal PHY\n' '[ 0.304854] dwmac-sun8i 1c30000.ethernet: Powering ' 'internal PHY\n' '[ 1.284643] Freeing initrd memory: 16748K\n' '[ 1.317786] pegasus: Pegasus/Pegasus II USB ' 'Ethernet driver\n' '[ 1.317862] usbcore: registered new interface ' 'driver pegasus\n' '[ 1.317909] usbcore: registered new interface ' 'driver asix\n' '[ 1.317942] usbcore: registered new interface ' 'driver ax88179_178a\n' '[ 1.317974] usbcore: registered new interface ' 'driver cdc_ether\n' '[ 1.318024] usbcore: registered new interface ' 'driver smsc75xx\n' '[ 1.318067] usbcore: registered new interface ' 'driver smsc95xx\n' '[ 1.318117] usbcore: registered new interface ' 'driver net1080\n' '[ 1.318149] usbcore: registered new interface ' 'driver cdc_subset\n' '[ 1.318179] usbcore: registered new interface ' 'driver zaurus\n' '[ 1.318220] usbcore: registered new interface ' 'driver cdc_ncm\n' '[ 1.320798] ehci-platform 1c1a000.usb: EHCI Host ' 'Controller\n' '[ 1.320839] ehci-platform 1c1a000.usb: new USB bus ' 'registered, assigned bus number 1\n' '[ 1.321766] ohci-platform 1c1a400.usb: Generic ' 'Platform OHCI controller\n' '[ 1.321801] ohci-platform 1c1a400.usb: new USB bus ' 'registered, assigned bus number 2\n' '[ 1.322343] usbcore: registered new interface ' 'driver usb-storage\n' '[ 1.327082] sun6i-rtc 1f00000.rtc: registered as ' 'rtc0\n' '[ 1.327144] sun6i-rtc 1f00000.rtc: setting system ' 'clock to 1970-01-01T00:05:02 UTC (302)\n' '[ 1.327293] sun6i-rtc 1f00000.rtc: RTC enabled\n' '[ 1.328209] i2c_dev: i2c /dev entries driver\n' '[ 1.336968] sunxi-wdt 1c20ca0.watchdog: Watchdog ' 'enabled (timeout=16 sec, nowayout=0)\n' '[ 1.342040] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 1.342055] sdhci: Copyright(c) Pierre Ossman\n' '[ 1.343578] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 1.345080] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 1.347818] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 1.349725] usbcore: registered new interface ' 'driver usbhid\n' '[ 1.349741] usbhid: USB HID core driver\n' '[ 1.357841] NET: Registered PF_INET6 protocol ' 'family\n' '[ 1.359405] Segment Routing with IPv6\n' '[ 1.359515] In-situ OAM (IOAM) with IPv6\n' '[ 1.359598] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.360290] NET: Registered PF_PACKET protocol ' 'family\n' '[ 1.360300] can: controller area network core\n' '[ 1.360374] NET: Registered PF_CAN protocol ' 'family\n' '[ 1.360382] can: raw protocol\n' '[ 1.360390] can: broadcast manager protocol\n' '[ 1.360400] can: netlink gateway - max_hops=1\n' '[ 1.360857] Key type dns_resolver registered\n' '[ 1.360990] ThumbEE CPU extension supported.\n' '[ 1.361006] Registering SWP/SWPB emulation ' 'handler\n' '[ 1.361868] Loading compiled-in X.509 ' 'certificates\n' '[ 1.380400] sun8i-h3-pinctrl 1c20800.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 1.383126] sun8i-h3-r-pinctrl 1f02c00.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 1.384638] sun8i-h3-pinctrl 1c20800.pinctrl: ' 'supply vcc-pa not found, using dummy regulator\n' '[ 1.385746] printk: console [ttyS0] disabled\n' '[ 1.405971] 1c28000.serial: ttyS0 at MMIO ' '0x1c28000 (irq = 139, base_baud = 1500000) is a ' 'U6_16550A\n' '[ 2.872450] printk: console [ttyS0] enabled\n' '[ 2.887384] sun8i-h3-r-pinctrl 1f02c00.pinctrl: ' 'supply vcc-pl not found, using dummy regulator\n' '[ 2.903036] sun8i-h3-pinctrl 1c20800.pinctrl: ' 'supply vcc-pf not found, using dummy regulator\n' '[ 2.908496] sun8i-h3-pinctrl 1c20800.pinctrl: ' 'supply vcc-pg not found, using dummy regulator\n' '[ 2.926479] ehci-platform 1c1b000.usb: EHCI Host ' 'Controller\n' '[ 2.932195] ehci-platform 1c1b000.usb: new USB bus ' 'registered, assigned bus number 3\n' '[ 2.934247] ohci-platform 1c1b400.usb: Generic ' 'Platform OHCI controller\n' '[ 2.946672] ohci-platform 1c1b400.usb: new USB bus ' 'registered, assigned bus number 4\n' '[ 5.005485] sunxi-mmc 1c10000.mmc: allocated ' 'mmc-pwrseq\n' '[ 5.252096] sunxi-mmc 1c10000.mmc: initialized, ' 'max. request size: 16384 KB\n' '[ 5.275747] mmc1: new high speed SDIO card at ' 'address 0001\n' '[ 5.298155] ohci-platform 1c1a400.usb: irq 37, io ' 'mem 0x01c1a400\n' '[ 5.374861] hub 2-0:1.0: USB hub found\n' '[ 5.378682] hub 2-0:1.0: 1 port detected\n' '[ 5.466799] sunxi-mmc 1c0f000.mmc: Got CD GPIO\n' '[ 5.496656] sunxi-mmc 1c0f000.mmc: initialized, ' 'max. request size: 16384 KB\n' '[ 5.538903] mmc0: host does not support reading ' 'read-only switch, assuming write-enable\n' '[ 5.549036] mmc0: new high speed SDHC card at ' 'address 59b4\n' '[ 5.555709] mmcblk0: mmc0:59b4 USD 7.51 GiB\n' '[ 5.563500] mmcblk0: p1\n' '[ 6.048564] ohci-platform 1c1b400.usb: irq 142, io ' 'mem 0x01c1b400\n' '[ 6.124627] hub 4-0:1.0: USB hub found\n' '[ 6.128449] hub 4-0:1.0: 1 port detected\n' '[ 8.060603] ehci-platform 1c1a000.usb: irq 36, io ' 'mem 0x01c1a000\n' '[ 8.089498] ehci-platform 1c1a000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 8.096489] hub 1-0:1.0: USB hub found\n' '[ 8.100312] hub 1-0:1.0: 1 port detected\n' '[ 8.171243] ehci-platform 1c1b000.usb: irq 141, io ' 'mem 0x01c1b000\n' '[ 8.205694] ehci-platform 1c1b000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 8.212705] hub 3-0:1.0: USB hub found\n' '[ 8.216511] hub 3-0:1.0: 1 port detected\n' '[ 8.726511] dwmac-sun8i 1c30000.ethernet eth0: ' 'Register MEM_TYPE_PAGE_POOL RxQ-0\n' '[ 8.735507] dwmac-sun8i 1c30000.ethernet eth0: PHY ' '[mdio_mux-0.1:01] driver [Generic PHY] (irq=POLL)\n' '[ 8.744698] dwmac-sun8i 1c30000.ethernet eth0: No ' 'Safety Features support found\n' '[ 8.752022] dwmac-sun8i 1c30000.ethernet eth0: No ' 'MAC Management Counters available\n' '[ 8.759690] dwmac-sun8i 1c30000.ethernet eth0: PTP ' 'not supported by HW\n' '[ 8.766700] dwmac-sun8i 1c30000.ethernet eth0: ' 'configuring for phy/mii link mode\n' '[ 8.775477] dwmac-sun8i 1c30000.ethernet eth0: ' 'Link is Up - 100Mbps/Full - flow control rx/tx\n' '[ 8.775500] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: ' 'link becomes ready\n' '[ 8.829505] Sending DHCP requests ., OK\n' '[ 8.873389] IP-Config: Got DHCP answer from ' '192.168.1.100, my address is 192.168.1.99\n' '[ 8.881260] IP-Config: Complete:\n' '[ 8.884488] device=eth0, ' 'hwaddr=02:42:7f:65:11:8b, ipaddr=192.168.1.99, ' 'mask=255.255.255.0, gw=192.168.1.1\n' '[ 8.894588] host=192.168.1.99, domain=, ' 'nis-domain=(none)\n' '[ 8.900436] bootserver=0.0.0.0, ' 'rootserver=0.0.0.0, rootpath=\n' '[ 8.900447] nameserver0=192.168.1.100\n' '[ 8.911002] clk: Disabling unused clocks\n' '[ 8.919271] Freeing unused kernel image (initmem) ' 'memory: 2048K\n' '[ 8.926346] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 9.069091] ' 'udevd[112]: starting version 3.2.9\n' '[ 11.629492] random: crng init done\n' "[ 11.641710] udevd[112]: specified user 'tss' " 'unknown\n' "[ 11.646832] udevd[112]: specified group 'tss' " 'unknown\n' '[ 11.654918] udevd[113]: starting eudev-3.2.9\n' '[ 12.092619] usb_phy_generic ' 'usb_phy_generic.1.auto: supply vcc not found, using ' 'dummy regulator\n' '[ 12.101724] usb_phy_generic ' 'usb_phy_generic.1.auto: dummy supplies not allowed ' 'for exclusive requests\n' '[ 12.828965] lima 1c40000.gpu: gp - mali400 version ' 'major 1 minor 1\n' '[ 12.835300] lima 1c40000.gpu: pp0 - mali400 ' 'version major 1 minor 1\n' '[ 12.841691] lima 1c40000.gpu: pp1 - mali400 ' 'version major 1 minor 1\n' '[ 12.848009] lima 1c40000.gpu: l2 cache 64K, 4-way, ' '64byte cache line, 64bit external bus\n' '[ 12.856632] lima 1c40000.gpu: bus rate = ' '200000000\n' '[ 12.861466] lima 1c40000.gpu: mod rate = ' '297000000\n' '[ 12.866365] lima 1c40000.gpu: error -ENODEV: ' '_opp_set_regulators: no regulator (mali) found\n' '[ 12.875778] [drm] Initialized lima 1.1.0 20191231 ' 'for 1c40000.gpu on minor 0\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: ip: RTNETLINK answers: File exists\n' 'FAIL\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-476187/environment\n' '/ # /lava-476187/bin/lava-test-runner /lava-476187/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-476187/0/tests/0_dmesg\n' '+ cat uuid\n' '[ 13.603856] \n' '+ UUID=476187_1.1.4.1\n' '+ set +x\n' '[ 13.610305] \n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ #\n'} 04/22/2025 07:17:42 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:18:30 PM UTC [INFO] Processing event node: 6807ea7fe51c583972a58e33 04/22/2025 07:18:30 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea7fe51c583972a58e33 04/22/2025 07:18:30 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea7fe51c583972a58e33', 'origin': 'maestro', 'comment': 'baseline-arm on odroid-xu3 in lava-collabora', 'start_time': '2025-04-22T19:14:07.899000+00:00', 'environment': {'comment': 'Runtime: lava-collabora', 'compatible': ['hardkernel,odroid-xu3', 'samsung,exynos5800', 'samsung,exynos5'], 'misc': {'platform': 'odroid-xu3', 'job_url': 'https://lava.collabora.dev/scheduler/job/18447689', 'job_id': '18447689'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-collabora', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea7fe51c583972a58e33'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm-6807ea7fe51c583972a58e33/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm-6807ea7fe51c583972a58e33/log.txt.gz', 'log_excerpt': 'rial: ttySAC0 at MMIO 0x12c00000 (irq = 124, ' 'base_baud = 0) is a S3C6400/10\n' '[ 0.511227] 12c10000.serial: ttySAC1 at MMIO ' '0x12c10000 (irq = 125, base_baud = 0) is a ' 'S3C6400/10\n' '[ 0.511858] 12c20000.serial: ttySAC2 at MMIO ' '0x12c20000 (irq = 126, base_baud = 0) is a ' 'S3C6400/10\n' '[ 1.422235] Freeing initrd memory: 16768K\n' '[ 1.423901] printk: console [ttySAC2] enabled\n' '[ 1.499403] 12c30000.serial: ttySAC3 at MMIO ' '0x12c30000 (irq = 127, base_baud = 0) is a ' 'S3C6400/10\n' '[ 1.508854] SuperH (H)SCI(F) driver initialized\n' '[ 1.514242] msm_serial: driver initialized\n' '[ 1.516859] STMicroelectronics ASC driver ' 'initialized\n' '[ 1.524286] STM32 USART driver initialized\n' '[ 1.529611] exynos-trng 10830600.rng: Exynos True ' 'Random Number Generator.\n' '[ 1.560777] brd: module loaded\n' '[ 1.572117] loop: module loaded\n' '[ 1.597068] CAN device driver interface\n' '[ 1.601885] bgmac_bcma: Broadcom 47xx GBit MAC ' 'driver loaded\n' '[ 1.608550] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.612029] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 1.618006] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 1.623294] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 1.638439] pegasus: Pegasus/Pegasus II USB ' 'Ethernet driver\n' '[ 1.642567] usbcore: registered new interface ' 'driver pegasus\n' '[ 1.648237] usbcore: registered new interface ' 'driver asix\n' '[ 1.653574] usbcore: registered new interface ' 'driver ax88179_178a\n' '[ 1.659664] usbcore: registered new interface ' 'driver cdc_ether\n' '[ 1.665453] usbcore: registered new interface ' 'driver smsc75xx\n' '[ 1.671207] usbcore: registered new interface ' 'driver smsc95xx\n' '[ 1.676881] usbcore: registered new interface ' 'driver net1080\n' '[ 1.682541] usbcore: registered new interface ' 'driver cdc_subset\n' '[ 1.688433] usbcore: registered new interface ' 'driver zaurus\n' '[ 1.693964] usbcore: registered new interface ' 'driver cdc_ncm\n' '[ 1.709041] usbcore: registered new interface ' 'driver usb-storage\n' '[ 1.724905] i2c_dev: i2c /dev entries driver\n' '[ 1.754215] vdd_ldo9: Bringing 3300000uV into ' '3000000-3000000uV\n' '[ 1.771150] vddq_mmc2: Bringing 3300000uV into ' '2800000-2800000uV\n' '[ 1.790375] vdd_sd: Bringing 3300000uV into ' '2800000-2800000uV\n' '[ 1.874826] exynos-tmu 10060000.tmu: More trip ' 'points than supported by this TMU.\n' '[ 1.880877] exynos-tmu 10060000.tmu: 2 trip points ' 'should be configured in polling mode.\n' '[ 1.890189] exynos-tmu 10064000.tmu: More trip ' 'points than supported by this TMU.\n' '[ 1.896343] exynos-tmu 10064000.tmu: 2 trip points ' 'should be configured in polling mode.\n' '[ 1.905756] exynos-tmu 10068000.tmu: More trip ' 'points than supported by this TMU.\n' '[ 1.911892] exynos-tmu 10068000.tmu: 2 trip points ' 'should be configured in polling mode.\n' '[ 1.921249] exynos-tmu 1006c000.tmu: More trip ' 'points than supported by this TMU.\n' '[ 1.927365] exynos-tmu 1006c000.tmu: 2 trip points ' 'should be configured in polling mode.\n' '[ 1.936863] exynos-tmu 100a0000.tmu: More trip ' 'points than supported by this TMU.\n' '[ 1.942914] exynos-tmu 100a0000.tmu: 6 trip points ' 'should be configured in polling mode.\n' '[ 1.981485] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 1.986185] sdhci: Copyright(c) Pierre Ossman\n' '[ 1.994988] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 2.001175] dwmmc_exynos 12220000.mmc: IDMAC ' 'supports 32-bit address mode.\n' '[ 2.001279] dwmmc_exynos 12200000.mmc: IDMAC ' 'supports 32-bit address mode.\n' '[ 2.004320] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 2.019278] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 2.019319] dwmmc_exynos 12220000.mmc: Using ' 'internal DMA controller.\n' '[ 2.028210] usbcore: registered new interface ' 'driver usbhid\n' '[ 2.031488] dwmmc_exynos 12220000.mmc: Version ID ' 'is 250a\n' '[ 2.036988] usbhid: USB HID core driver\n' '[ 2.042457] dwmmc_exynos 12220000.mmc: DW MMC ' 'controller at irq 136,64 bit host data width,64 deep ' 'fifo\n' '[ 2.061685] NET: Registered PF_INET6 protocol ' 'family\n' '[ 2.065580] dwmmc_exynos 12200000.mmc: Using ' 'internal DMA controller.\n' '[ 2.067044] Segment Routing with IPv6\n' '[ 2.071625] dwmmc_exynos 12200000.mmc: Version ID ' 'is 250a\n' '[ 2.072496] mmc_host mmc0: Bus speed (slot 0) = ' '50000000Hz (slot req 400000Hz, actual 396825HZ div = ' '63)\n' '[ 2.075249] In-situ OAM (IOAM) with IPv6\n' '[ 2.080651] dwmmc_exynos 12200000.mmc: DW MMC ' 'controller at irq 137,64 bit host data width,64 deep ' 'fifo\n' '[ 2.090096] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 2.094294] dwmmc_exynos 12200000.mmc: allocated ' 'mmc-pwrseq\n' '[ 2.103716] NET: Registered PF_PACKET protocol ' 'family\n' '[ 2.119784] can: controller area network core\n' '[ 2.124139] NET: Registered PF_CAN protocol ' 'family\n' '[ 2.128886] can: raw protocol\n' '[ 2.131809] can: broadcast manager protocol\n' '[ 2.135971] can: netlink gateway - max_hops=1\n' '[ 2.140591] Key type dns_resolver registered\n' '[ 2.144955] ThumbEE CPU extension supported.\n' '[ 2.148825] Registering SWP/SWPB emulation ' 'handler\n' '[ 2.154832] Loading compiled-in X.509 ' 'certificates\n' '[ 2.170750] mmc_host mmc1: Bus speed (slot 0) = ' '50000000Hz (slot req 400000Hz, actual 396825HZ div = ' '63)\n' '[ 2.207993] exynos-chipid 10000000.chipid: cpu0 ' 'opp0, freq: 1500 missing\n' '[ 2.213252] exynos-chipid 10000000.chipid: cpu4 ' 'opp0, freq: 2100 missing\n' '[ 2.219950] exynos-chipid 10000000.chipid: Exynos: ' 'CPU[EXYNOS5800] PRO_ID[0xe5422000] REV[0x1] Detected\n' '[ 2.233979] xhci-hcd xhci-hcd.6.auto: xHCI Host ' 'Controller\n' '[ 2.238027] xhci-hcd xhci-hcd.6.auto: new USB bus ' 'registered, assigned bus number 1\n' '[ 2.246037] xhci-hcd xhci-hcd.6.auto: hcc params ' '0x0220f04c hci version 0x100 quirks ' '0x0000008002010010\n' '[ 2.255074] xhci-hcd xhci-hcd.6.auto: irq 138, io ' 'mem 0x12000000\n' '[ 2.261169] xhci-hcd xhci-hcd.6.auto: xHCI Host ' 'Controller\n' '[ 2.266411] xhci-hcd xhci-hcd.6.auto: new USB bus ' 'registered, assigned bus number 2\n' '[ 2.274062] xhci-hcd xhci-hcd.6.auto: Host ' 'supports USB 3.0 SuperSpeed\n' '[ 2.282025] hub 1-0:1.0: USB hub found\n' '[ 2.284346] hub 1-0:1.0: 1 port detected\n' "[ 2.288686] usb usb2: We don't know the algorithms " 'for LPM for this host, disabling LPM.\n' '[ 2.297296] hub 2-0:1.0: USB hub found\n' '[ 2.300050] hub 2-0:1.0: 1 port detected\n' '[ 2.309961] dwc3 12400000.usb: changing max_speed ' 'on rev 5533200a\n' '[ 2.327815] input: gpio-keys as ' '/devices/platform/gpio-keys/input/input0\n' '[ 2.991328] mmc_host mmc1: Bus speed (slot 0) = ' '50000000Hz (slot req 52000000Hz, actual 50000000HZ ' 'div = 0)\n' '[ 2.999862] mmc_host mmc1: Bus speed (slot 0) = ' '200000000Hz (slot req 200000000Hz, actual 200000000HZ ' 'div = 0)\n' '[ 3.013844] mmc_host mmc1: Bus speed (slot 0) = ' '50000000Hz (slot req 52000000Hz, actual 50000000HZ ' 'div = 0)\n' '[ 3.028763] mmc_host mmc1: Bus speed (slot 0) = ' '400000000Hz (slot req 200000000Hz, actual 200000000HZ ' 'div = 1)\n' '[ 3.038750] mmc1: new HS400 MMC card at address ' '0001\n' '[ 3.043497] mmcblk1: mmc1:0001 SDW32G 29.1 GiB\n' '[ 3.055446] mmcblk1: p1 p2\n' '[ 3.057955] mmcblk1boot0: mmc1:0001 SDW32G 4.00 ' 'MiB\n' '[ 3.063608] mmcblk1boot1: mmc1:0001 SDW32G 4.00 ' 'MiB\n' '[ 3.068630] mmcblk1rpmb: mmc1:0001 SDW32G 4.00 ' 'MiB, chardev (236:0)\n' '[ 12.645403] platform led-controller-1: deferred ' 'probe pending\n' '[ 14.798087] clk: Disabling unused clocks\n' '[ 14.814956] Freeing unused kernel image (initmem) ' 'memory: 2048K\n' '[ 14.821513] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 14.983117] ' 'udevd[136]: starting version 3.2.9\n' '[ 17.227667] random: crng init done\n' "[ 17.233705] udevd[136]: specified user 'tss' " 'unknown\n' "[ 17.237241] udevd[136]: specified group 'tss' " 'unknown\n' '[ 17.249448] udevd[137]: starting eudev-3.2.9\n' '[ 17.536014] s3c2410-wdt 101d0000.watchdog: ' 'watchdog inactive, reset disabled, irq disabled\n' '[ 17.547281] s5p-secss 10830000.sss: s5p-sss driver ' 'registered\n' '[ 17.561590] exynos-nocp: new NoC Probe device ' 'registered: 10ca1000.nocp\n' '[ 17.568794] exynos5-dmc ' '10c20000.memory-controller: error -ENXIO: IRQ drex_0 ' 'not found\n' '[ 17.569944] exynos-ppmu: new PPMU device ' 'registered 10d00000.ppmu (ppmu-event3-dmc0-0)\n' '[ 17.570074] mc: Linux media interface: v0.10\n' '[ 17.575258] exynos5-dmc ' '10c20000.memory-controller: error -ENXIO: IRQ drex_1 ' 'not found\n' '[ 17.577388] videodev: Linux video capture ' 'interface: v2.00\n' '[ 17.583055] panfrost 11800000.gpu: clock rate = ' '400000000\n' '[ 17.583587] exynos-ppmu: new PPMU device ' 'registered 10d10000.ppmu (ppmu-event3-dmc0-1)\n' '[ 17.587401] exynos5-dmc ' "10c20000.memory-controller: couldn't probe " 'performance counters\n' '[ 17.591271] panfrost 11800000.gpu: mali-t620 id ' '0x620 major 0x0 minor 0x1 status 0x0\n' '[ 17.591289] panfrost 11800000.gpu: features: ' '00000000,00000408, issues: 00000000,21eee400\n' '[ 17.591302] panfrost 11800000.gpu: Features: ' 'L2:0x07110206 Shader:0x00000000 Tiler:0x00000809 ' 'Mem:0x1 MMU:0x00002830 AS:0xf JS:0x7\n' '[ 17.591317] panfrost 11800000.gpu: ' 'shader_present=0x3f l2_present=0x11\n' '[ 17.591521] panfrost 11800000.gpu: using only 1st ' 'core group (4 cores from 6)\n' '[ 17.593521] [drm] Initialized panfrost 1.2.0 ' '20180908 for 11800000.gpu on minor 0\n' '[ 17.596170] exynos-nocp: new NoC Probe device ' 'registered: 10ca1400.nocp\n' '[ 17.596234] exynos-ppmu: new PPMU device ' 'registered 10d60000.ppmu (ppmu-event3-dmc1-0)\n' '[ 17.598996] exynos-ppmu: new PPMU device ' 'registered 10d70000.ppmu (ppmu-event3-dmc1-1)\n' '[ 17.627239] exynos5-dmc ' '10c20000.memory-controller: error -ENXIO: IRQ drex_0 ' 'not found\n' '[ 17.630417] samsung-usb2-phy 12130000.phy: supply ' 'vbus not found, using dummy regulator\n' '[ 17.633782] exynos-nocp: new NoC Probe device ' 'registered: 10ca1800.nocp\n' '[ 17.634229] exynos-nocp: new NoC Probe device ' 'registered: 10ca1c00.nocp\n' '[ 17.637853] exynos5-dmc ' '10c20000.memory-controller: error -ENXIO: IRQ drex_1 ' 'not found\n' '[ 17.638653] exynos5-dmc ' '10c20000.memory-controller: DMC initialized, in irq ' 'mode: 0\n' '[ 17.655810] s5p-mfc 11000000.codec: Adding to ' 'iommu group 0\n' '[ 17.693764] ina2xx 0-0040: power monitor ina231 ' '(Rshunt = 10000 uOhm)\n' '[ 17.704631] s5p-jpeg 11f50000.jpeg: Adding to ' 'iommu group 1\n' '[ 17.713947] s5p-mfc 11000000.codec: preallocated 8 ' 'MiB buffer for the firmware and context buffers\n' '[ 17.721565] ina2xx 0-0041: power monitor ina231 ' '(Rshunt = 10000 uOhm)\n' '[ 17.722039] s5p-mfc 11000000.codec: Direct ' 'firmware load for s5p-mfc-v8.fw failed with error -2\n' '[ 17.730556] s5p-jpeg 11f50000.jpeg: encoder device ' 'registered as /dev/video0\n' '[ 17.731669] exynos-gsc 13e00000.video-scaler: ' 'Adding to iommu group 2\n' '[ 17.735153] exynos-mixer 14450000.mixer: Adding to ' 'iommu group 3\n' '[ 17.735998] ina2xx 0-0044: power monitor ina231 ' '(Rshunt = 10000 uOhm)\n' '[ 17.737464] s5p_mfc_load_firmware:69: Firmware is ' 'not present in the /lib/firmware directory nor ' 'compiled in kernel\n' '[ 17.741916] ina2xx 0-0045: power monitor ina231 ' '(Rshunt = 10000 uOhm)\n' '[ 17.742942] exynos-gsc 13e10000.video-scaler: ' 'Adding to iommu group 4\n' '[ 17.749034] s5p-jpeg 11f50000.jpeg: decoder device ' 'registered as /dev/video2\n' '[ 17.752726] OF: graph: no port node found in ' '/soc/hdmi@14530000\n' '[ 17.754962] s5p-jpeg 11f50000.jpeg: Samsung S5P ' 'JPEG codec\n' '[ 17.758303] s5p-mfc 11000000.codec: decoder ' 'registered as /dev/video4\n' '[ 17.759641] s5p-mfc 11000000.codec: encoder ' 'registered as /dev/video5\n' '[ 17.761774] phy phy-12130000.phy.10: phy_power_on ' 'was called before phy_init\n' '[ 17.761795] exynos-ohci 12120000.usb: USB Host ' 'Controller\n' '[ 17.761827] exynos-ohci 12120000.usb: new USB bus ' 'registered, assigned bus number 3\n' '[ 17.769734] s2mps11-clk s2mps11-clk: DMA mask not ' 'set\n' '[ 17.770727] exynos-ohci 12120000.usb: irq 154, io ' 'mem 0x12120000\n' '[ 17.772640] [drm] Exynos DRM: using 14450000.mixer ' 'device for DMA mapping operations\n' '[ 17.772738] exynos-drm exynos-drm: bound ' '14450000.mixer (ops mixer_component_ops [exynosdrm])\n' '[ 17.772852] exynos-drm exynos-drm: bound ' '14530000.hdmi (ops hdmi_component_ops [exynosdrm])\n' '[ 17.773339] exynos-drm exynos-drm: [drm] Cannot ' 'find any crtc or sizes\n' '[ 17.773859] exynos-drm exynos-drm: [drm] Cannot ' 'find any crtc or sizes\n' '[ 17.774504] s5p-jpeg 11f60000.jpeg: Adding to ' 'iommu group 5\n' '[ 17.777931] s5m-rtc s2mps14-rtc: registered as ' 'rtc0\n' '[ 17.779949] s5m-rtc s2mps14-rtc: setting system ' 'clock to 2000-01-01T00:01:39 UTC (946684899)\n' '[ 17.782125] s5p-jpeg 11f60000.jpeg: encoder device ' 'registered as /dev/video6\n' '[ 17.783249] [drm] Initialized exynos 1.1.0 ' '20180330 for exynos-drm on minor 1\n' '[ 17.783909] s5p-jpeg 11f60000.jpeg: decoder device ' 'registered as /dev/video7\n' '[ 17.783919] s5p-jpeg 11f60000.jpeg: Samsung S5P ' 'JPEG codec\n' '[ 17.832745] samsung-i2s 3830000.i2s-sec: DMA ' 'channels sourced from device 3830000.i2s\n' '[ 17.839845] exynos-bus: new bus device registered: ' 'soc:bus-wcore ( 88700 KHz ~ 532000 KHz)\n' '[ 17.862635] hub 3-0:1.0: USB hub found\n' '[ 17.878204] exynos-bus: new bus device registered: ' 'soc:bus-noc ( 66600 KHz ~ 111000 KHz)\n' '[ 17.879401] hub 3-0:1.0: 3 ports detected\n' '[ 17.884891] exynos-bus: new bus device registered: ' 'soc:bus-fsys-apb (111000 KHz ~ 222000 KHz)\n' '[ 17.901605] phy phy-12130000.phy.10: phy_power_on ' 'was called before phy_init\n' '[ 17.907045] exynos-bus: new bus device registered: ' 'soc:bus-fsys2 ( 75000 KHz ~ 200000 KHz)\n' '[ 17.914782] exynos-ehci 12110000.usb: EHCI Host ' 'Controller\n' '[ 17.922203] exynos-bus: new bus device registered: ' 'soc:bus-mfc ( 83250 KHz ~ 333000 KHz)\n' '[ 17.927801] exynos-ehci 12110000.usb: new USB bus ' 'registered, assigned bus number 4\n' '[ 17.934113] exynos-bus: new bus device registered: ' 'soc:bus-gen ( 88700 KHz ~ 266000 KHz)\n' '[ 18.055444] s5p-mfc 11000000.codec: Direct ' 'firmware load for s5p-mfc-v8.fw failed with error -2\n' '[ 18.061554] exynos-bus: new bus device registered: ' 'soc:bus-peri ( 66600 KHz ~ 66600 KHz)\n' '[ 18.066580] s5p_mfc_load_firmware:69: Firmware is ' 'not present in the /lib/firmware directory nor ' 'compiled in kernel\n' '[ 18.075446] exynos-bus: new bus device registered: ' 'soc:bus-g2d ( 83250 KHz ~ 333000 KHz)\n' '[ 18.086203] s5p-mfc 11000000.codec: Direct ' 'firmware load for s5p-mfc-v8.fw failed with error -2\n' '[ 18.093843] exynos-bus: new bus device registered: ' 'soc:bus-g2d-acp ( 66500 KHz ~ 266000 KHz)\n' '[ 18.101858] s5p_mfc_load_firmware:69: Firmware is ' 'not present in the /lib/firmware directory nor ' 'compiled in kernel\n' '[ 18.121136] exynos-bus: new bus device registered: ' 'soc:bus-jpeg ( 75000 KHz ~ 300000 KHz)\n' '[ 18.129248] exynos-bus: new bus device registered: ' 'soc:bus-jpeg-apb ( 83250 KHz ~ 166500 KHz)\n' '[ 18.137571] exynos-bus: new bus device registered: ' 'soc:bus-disp1-fimd (120000 KHz ~ 200000 KHz)\n' '[ 18.146478] exynos-bus: new bus device registered: ' 'soc:bus-disp1 (120000 KHz ~ 300000 KHz)\n' '[ 18.154612] exynos-bus: new bus device registered: ' 'soc:bus-gscl-scaler (150000 KHz ~ 300000 KHz)\n' '[ 18.163505] exynos-bus: new bus device registered: ' 'soc:bus-mscl ( 84000 KHz ~ 666000 KHz)\n' '[ 18.172951] exynos-ehci 12110000.usb: irq 154, io ' 'mem 0x12110000\n' '[ 18.267822] usb 3-1: new full-speed USB device ' 'number 2 using exynos-ohci\n' '[ 18.297746] exynos-ehci 12110000.usb: USB 2.0 ' 'started, EHCI 1.00\n' '[ 18.304685] hub 4-0:1.0: USB hub found\n' '[ 18.307038] hub 4-0:1.0: 3 ports detected\n' '[ 18.411492] s3c-rtc 101e0000.rtc: rtc disabled, ' 're-enabling\n' '[ 18.416839] s3c-rtc 101e0000.rtc: registered as ' 'rtc1\n' '[ 18.468463] max98090 5-0010: MAX98090 REVID=0x43\n' '[ 18.473662] max98090 5-0010: use default 2.8v ' 'micbias\n' '[ 18.607887] usb 4-1: new high-speed USB device ' 'number 2 using exynos-ehci\n' '[ 18.812542] hub 4-1:1.0: USB hub found\n' '[ 18.815231] hub 4-1:1.0: 5 ports detected\n' '[ 19.137843] usb 4-1.1: new high-speed USB device ' 'number 3 using exynos-ehci\n' '[ 19.294563] smsc95xx v2.0.0\n' '[ 19.516616] SMSC LAN8700 usb-004:003:01: attached ' 'PHY driver (mii_bus:phy_addr=usb-004:003:01, ' 'irq=159)\n' '[ 19.529359] smsc95xx 4-1.1:1.0 eth0: register ' "'smsc95xx' at usb-12110000.usb-1.1, smsc95xx USB 2.0 " 'Ethernet, de:cb:b9:60:8b:ad\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: OK\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-18447689/environment\n' '/ # /lava-18447689/bin/lava-test-runner ' '/lava-18447689/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-18447689/0/tests/0_dmesg\n' '+ cat uuid\n' '+ UUID=18447689_1[ 20.491185] \n' '[ 20.496750] \n' '.1.4.1\n' '+ set +x\n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ # �\n'} 04/22/2025 07:18:30 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:19:20 PM UTC [INFO] Processing event node: 6807ea8ee51c583972a58e9c 04/22/2025 07:19:20 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ea8ee51c583972a58e9c 04/22/2025 07:19:20 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][0]: {'build_id': 'maestro:6807e1681b4012cda6bf8313', 'id': 'maestro:6807ea8ee51c583972a58e9c', 'origin': 'maestro', 'comment': 'baseline-arm-clabbe on sun9i-a80-cubieboard4 in ' 'lava-clabbe', 'start_time': '2025-04-22T19:14:22.313000+00:00', 'environment': {'comment': 'Runtime: lava-clabbe', 'compatible': ['cubietech,a80-cubieboard4', 'allwinner,sun9i-a80'], 'misc': {'platform': 'sun9i-a80-cubieboard4', 'job_url': 'https://lava.montjoie.ovh/scheduler/job/476190', 'job_id': '476190'}}, 'waived': False, 'path': 'boot', 'misc': {'compiler': 'gcc-12', 'kernel_type': 'zimage', 'arch': 'arm', 'runtime': 'lava-clabbe', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ea8ee51c583972a58e9c'}, 'status': 'PASS', 'output_files': [{'name': 'callback_data', 'url': 'https://files-staging.kernelci.org/baseline-arm-clabbe-6807ea8ee51c583972a58e9c/lava_callback.json.gz'}], 'log_url': 'https://files-staging.kernelci.org/baseline-arm-clabbe-6807ea8ee51c583972a58e9c/log.txt.gz', 'log_excerpt': '00/display-backend@3200000\n' '[ 0.532490] /soc@20000/deu@3340000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/display-frontend@3140000\n' '[ 0.542873] /soc@20000/drc@3400000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/lcd-controller@3c00000\n' '[ 0.553250] /soc@20000/drc@3400000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/display-backend@3200000\n' '[ 0.563526] /soc@20000/drc@3440000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/lcd-controller@3c10000\n' '[ 0.573929] /soc@20000/drc@3440000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/display-backend@3240000\n' '[ 0.584463] /soc@20000/lcd-controller@3c00000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/drc@3400000\n' '[ 0.594912] /soc@20000/lcd-controller@3c10000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/drc@3440000\n' "[ 0.606735] sram 20000.sram: can't request region " 'for resource [mem 0x00020000-0x0005ffff]\n' '[ 0.615890] sram 20000.sram: could not map SRAM ' 'registers\n' '[ 0.621849] sram: probe of 20000.sram failed with ' 'error -16\n' '[ 0.639834] /soc@20000/display-frontend@3100000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/deu@3300000\n' '[ 0.651458] /soc@20000/display-frontend@3140000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/deu@3340000\n' '[ 0.662800] /soc@20000/display-backend@3200000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/drc@3400000\n' '[ 0.673163] /soc@20000/display-backend@3200000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/deu@3340000\n' '[ 0.683514] /soc@20000/display-backend@3200000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/deu@3300000\n' '[ 0.694765] /soc@20000/display-backend@3240000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/drc@3440000\n' '[ 0.705130] /soc@20000/display-backend@3240000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/deu@3340000\n' '[ 0.715485] /soc@20000/display-backend@3240000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/deu@3300000\n' '[ 0.726810] /soc@20000/display-backend@3240000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/deu@3300000\n' '[ 0.737287] /soc@20000/display-backend@3200000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/deu@3300000\n' '[ 0.747937] /soc@20000/display-frontend@3100000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/deu@3300000\n' '[ 0.758533] /soc@20000/deu@3300000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/display-backend@3240000\n' '[ 0.769012] /soc@20000/deu@3300000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/display-backend@3200000\n' '[ 0.779375] /soc@20000/deu@3300000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/display-frontend@3100000\n' '[ 0.790863] /soc@20000/display-backend@3240000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/deu@3340000\n' '[ 0.801328] /soc@20000/display-backend@3200000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/deu@3340000\n' '[ 0.811965] /soc@20000/display-frontend@3140000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/deu@3340000\n' '[ 0.822553] /soc@20000/deu@3340000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/display-backend@3240000\n' '[ 0.833030] /soc@20000/deu@3340000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/display-backend@3200000\n' '[ 0.843381] /soc@20000/deu@3340000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/display-frontend@3140000\n' '[ 0.854798] /soc@20000/display-backend@3200000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/drc@3400000\n' '[ 0.865160] /soc@20000/drc@3400000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/lcd-controller@3c00000\n' '[ 0.875540] /soc@20000/drc@3400000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/display-backend@3200000\n' '[ 0.886840] /soc@20000/display-backend@3240000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/drc@3440000\n' '[ 0.897198] /soc@20000/drc@3440000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/lcd-controller@3c10000\n' '[ 0.907586] /soc@20000/drc@3440000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/display-backend@3240000\n' '[ 0.918880] /soc@20000/drc@3400000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/lcd-controller@3c00000\n' '[ 0.929387] /soc@20000/lcd-controller@3c00000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/drc@3400000\n' '[ 0.940493] /soc@20000/drc@3440000: Fixed ' 'dependency cycle(s) with ' '/soc@20000/lcd-controller@3c10000\n' '[ 0.950997] /soc@20000/lcd-controller@3c10000: ' 'Fixed dependency cycle(s) with ' '/soc@20000/drc@3440000\n' '[ 0.973008] /soc@20000/rsb@8003400: Fixed ' 'dependency cycle(s) with ' '/soc@20000/pinctrl@8002c00/r-rsb-pins\n' '[ 0.987003] /vga-connector: Fixed dependency ' 'cycle(s) with /vga-dac\n' '[ 0.994113] /soc@20000/lcd-controller@3c00000: ' 'Fixed dependency cycle(s) with /vga-dac\n' '[ 1.002985] /vga-dac: Fixed dependency cycle(s) ' 'with /vga-connector\n' '[ 1.010303] /vga-dac: Fixed dependency cycle(s) ' 'with /soc@20000/lcd-controller@3c00000\n' '[ 1.052336] iommu: Default domain type: ' 'Translated\n' '[ 1.057725] iommu: DMA domain TLB invalidation ' 'policy: strict mode\n' '[ 1.065920] SCSI subsystem initialized\n' '[ 1.070798] usbcore: registered new interface ' 'driver usbfs\n' '[ 1.076963] usbcore: registered new interface ' 'driver hub\n' '[ 1.082902] usbcore: registered new device driver ' 'usb\n' '[ 1.090979] pps_core: LinuxPPS API ver. 1 ' 'registered\n' '[ 1.096458] pps_core: Software ver. 5.3.6 - ' 'Copyright 2005-2007 Rodolfo Giometti ' '\n' '[ 1.106579] PTP clock support registered\n' '[ 1.111210] EDAC MC: Ver: 3.0.0\n' '[ 1.119150] vgaarb: loaded\n' '[ 1.124311] clocksource: Switched to clocksource ' 'arch_sys_counter\n' '[ 1.150340] NET: Registered PF_INET protocol ' 'family\n' '[ 1.156110] IP idents hash table entries: 16384 ' '(order: 5, 131072 bytes, linear)\n' '[ 1.166977] tcp_listen_portaddr_hash hash table ' 'entries: 512 (order: 0, 4096 bytes, linear)\n' '[ 1.176259] Table-perturb hash table entries: ' '65536 (order: 6, 262144 bytes, linear)\n' '[ 1.184848] TCP established hash table entries: ' '8192 (order: 3, 32768 bytes, linear)\n' '[ 1.193528] TCP bind hash table entries: 8192 ' '(order: 5, 131072 bytes, linear)\n' '[ 1.202069] TCP: Hash tables configured ' '(established 8192 bind 8192)\n' '[ 1.209250] UDP hash table entries: 512 (order: 2, ' '16384 bytes, linear)\n' '[ 1.216652] UDP-Lite hash table entries: 512 ' '(order: 2, 16384 bytes, linear)\n' '[ 1.224744] NET: Registered PF_UNIX/PF_LOCAL ' 'protocol family\n' '[ 1.231660] RPC: Registered named UNIX socket ' 'transport module.\n' '[ 1.238236] RPC: Registered udp transport module.\n' '[ 1.243429] RPC: Registered tcp transport module.\n' '[ 1.248640] RPC: Registered tcp NFSv4.1 ' 'backchannel transport module.\n' '[ 1.255772] PCI: CLS 0 bytes, default 64\n' '[ 1.260804] Trying to unpack rootfs image as ' 'initramfs...\n' '[ 1.262905] Initialise system trusted keyrings\n' '[ 1.272169] workingset: timestamp_bits=30 ' 'max_order=19 bucket_order=0\n' '[ 1.292551] squashfs: version 4.0 (2009/01/31) ' 'Phillip Lougher\n' '[ 1.300390] NFS: Registering the id_resolver key ' 'type\n' '[ 1.306057] Key type id_resolver registered\n' '[ 1.310675] Key type id_legacy registered\n' '[ 1.315331] nfs4filelayout_init: NFSv4 File Layout ' 'Driver Registering...\n' '[ 1.322743] nfs4flexfilelayout_init: NFSv4 ' 'Flexfile Layout Driver Registering...\n' '[ 1.331017] ntfs: driver 2.1.32 [Flags: R/O].\n' '[ 1.336771] Key type asymmetric registered\n' "[ 1.341303] Asymmetric key parser 'x509' " 'registered\n' '[ 1.347034] bounce: pool size: 64 pages\n' '[ 1.351519] Block layer SCSI generic (bsg) driver ' 'version 0.4 loaded (major 247)\n' '[ 1.359742] io scheduler mq-deadline registered\n' '[ 1.364780] io scheduler kyber registered\n' '[ 1.400958] sun9i-a80-r-pinctrl 8002c00.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 1.562102] Serial: 8250/16550 driver, 5 ports, ' 'IRQ sharing enabled\n' '[ 1.576211] SuperH (H)SCI(F) driver initialized\n' '[ 1.582887] msm_serial: driver initialized\n' '[ 1.587453] STMicroelectronics ASC driver ' 'initialized\n' '[ 1.594917] STM32 USART driver initialized\n' '[ 1.628187] brd: module loaded\n' '[ 1.646359] loop: module loaded\n' '[ 1.671179] CAN device driver interface\n' '[ 1.677326] bgmac_bcma: Broadcom 47xx GBit MAC ' 'driver loaded\n' '[ 1.685429] e1000e: Intel(R) PRO/1000 Network ' 'Driver\n' '[ 1.690909] e1000e: Copyright(c) 1999 - 2015 Intel ' 'Corporation.\n' '[ 1.697566] igb: Intel(R) Gigabit Ethernet Network ' 'Driver\n' '[ 1.697617] Freeing initrd memory: 48100K\n' '[ 1.703515] igb: Copyright (c) 2007-2014 Intel ' 'Corporation.\n' '[ 1.710898] pegasus: Pegasus/Pegasus II USB ' 'Ethernet driver\n' '[ 1.720341] usbcore: registered new interface ' 'driver pegasus\n' '[ 1.726688] usbcore: registered new interface ' 'driver asix\n' '[ 1.732715] usbcore: registered new interface ' 'driver ax88179_178a\n' '[ 1.739542] usbcore: registered new interface ' 'driver cdc_ether\n' '[ 1.746081] usbcore: registered new interface ' 'driver smsc75xx\n' '[ 1.752495] usbcore: registered new interface ' 'driver smsc95xx\n' '[ 1.758945] usbcore: registered new interface ' 'driver net1080\n' '[ 1.765275] usbcore: registered new interface ' 'driver cdc_subset\n' '[ 1.771859] usbcore: registered new interface ' 'driver zaurus\n' '[ 1.778108] usbcore: registered new interface ' 'driver cdc_ncm\n' '[ 1.791589] usbcore: registered new interface ' 'driver usb-storage\n' '[ 1.807378] i2c_dev: i2c /dev entries driver\n' '[ 1.830614] sunxi-wdt 6000ca0.watchdog: Watchdog ' 'enabled (timeout=16 sec, nowayout=0)\n' '[ 1.839743] sunxi-wdt 8001000.watchdog: Watchdog ' 'enabled (timeout=16 sec, nowayout=0)\n' '[ 1.857418] sdhci: Secure Digital Host Controller ' 'Interface driver\n' '[ 1.864239] sdhci: Copyright(c) Pierre Ossman\n' '[ 1.872218] Synopsys Designware Multimedia Card ' 'Interface Driver\n' '[ 1.881938] sdhci-pltfm: SDHCI platform and OF ' 'driver helper\n' '[ 1.906560] ledtrig-cpu: registered to indicate ' 'activity on CPUs\n' '[ 1.915954] usbcore: registered new interface ' 'driver usbhid\n' '[ 1.922099] usbhid: USB HID core driver\n' '[ 1.937823] NET: Registered PF_INET6 protocol ' 'family\n' '[ 1.945151] Segment Routing with IPv6\n' '[ 1.949282] In-situ OAM (IOAM) with IPv6\n' '[ 1.953748] sit: IPv6, IPv4 and MPLS over IPv4 ' 'tunneling driver\n' '[ 1.961443] NET: Registered PF_PACKET protocol ' 'family\n' '[ 1.967058] can: controller area network core\n' '[ 1.971948] NET: Registered PF_CAN protocol ' 'family\n' '[ 1.977280] can: raw protocol\n' '[ 1.980562] can: broadcast manager protocol\n' '[ 1.985214] can: netlink gateway - max_hops=1\n' '[ 1.990439] Key type dns_resolver registered\n' '[ 1.995300] ThumbEE CPU extension supported.\n' '[ 2.000024] Registering SWP/SWPB emulation ' 'handler\n' '[ 2.007362] Loading compiled-in X.509 ' 'certificates\n' '[ 2.056078] sun9i-a80-r-pinctrl 8002c00.pinctrl: ' 'supply vcc-pn not found, using dummy regulator\n' '[ 2.066262] sunxi-rsb 8003400.rsb: RSB running at ' '3000000 Hz\n' '[ 2.072941] axp20x-rsb sunxi-rsb-3a3: AXP20x ' 'variant AXP809 found\n' '[ 2.080563] axp20x-rsb sunxi-rsb-3a3: ' 'mask_invert=true is deprecated; please switch to ' 'unmask_base\n' '[ 2.091197] axp20x-gpio: Failed to locate of_node ' '[id: -1]\n' '[ 2.105395] axp20x-rsb sunxi-rsb-3a3: AXP20X ' 'driver loaded\n' '[ 2.111624] axp20x-rsb sunxi-rsb-745: AXP20x ' 'variant AXP806 found\n' '[ 2.118832] axp20x-rsb sunxi-rsb-745: ' 'mask_invert=true is deprecated; please switch to ' 'unmask_base\n' '[ 2.134447] axp20x-rsb sunxi-rsb-745: AXP20X ' 'driver loaded\n' '[ 2.158271] sun9i-a80-pinctrl 6000800.pinctrl: ' 'initialized sunXi PIO driver\n' '[ 2.173471] printk: console [ttyS0] disabled\n' '[ 2.198565] 7000000.serial: ttyS0 at MMIO ' '0x7000000 (irq = 309, base_baud = 1500000) is a ' 'U6_16550A\n' '[ 2.208648] printk: console [ttyS0] enabled\n' '[ 2.208648] printk: console [ttyS0] enabled\n' '[ 2.217487] printk: bootconsole [uart0] disabled\n' '[ 2.217487] printk: bootconsole [uart0] disabled\n' '[ 2.231582] sun7i-dwmac 830000.ethernet: IRQ ' 'eth_wake_irq not found\n' '[ 2.237910] sun7i-dwmac 830000.ethernet: IRQ ' 'eth_lpi not found\n' '[ 2.243916] sun7i-dwmac 830000.ethernet: PTP uses ' 'main clock\n' '[ 2.250234] sun7i-dwmac 830000.ethernet: Version ' 'ID not available\n' '[ 2.256382] sun7i-dwmac 830000.ethernet: ' '?DWMAC1000\n' '[ 2.261276] sun7i-dwmac 830000.ethernet: No HW DMA ' 'feature register supported\n' '[ 2.268441] sun7i-dwmac 830000.ethernet: TX ' 'Checksum insertion supported\n' '[ 2.275173] sun7i-dwmac 830000.ethernet: Normal ' 'descriptors\n' '[ 2.280758] sun7i-dwmac 830000.ethernet: Ring mode ' 'enabled\n' '[ 2.369492] sunxi-mmc 1c0f000.mmc: Got CD GPIO\n' '[ 2.399935] sunxi-mmc 1c0f000.mmc: initialized, ' 'max. request size: 16384 KB\n' '[ 2.414319] sunxi-mmc 1c11000.mmc: initialized, ' 'max. request size: 16384 KB\n' '[ 2.449415] mmc0: host does not support reading ' 'read-only switch, assuming write-enable\n' '[ 2.459490] mmc0: new high speed SDHC card at ' 'address 0001\n' '[ 2.466258] mmcblk0: mmc0:0001 SD16G 7.38 GiB\n' '[ 2.474732] mmcblk0: p1\n' '[ 2.490445] mmc2: new DDR MMC card at address ' '0001\n' '[ 2.494744] sun7i-dwmac 830000.ethernet eth0: ' 'Register MEM_TYPE_PAGE_POOL RxQ-0\n' '[ 2.496853] mmcblk2: mmc2:0001 NCard 7.30 GiB\n' '[ 2.505373] sun7i-dwmac 830000.ethernet eth0: PHY ' '[stmmac-0:01] driver [RTL8211E Gigabit Ethernet] ' '(irq=POLL)\n' '[ 2.511245] mmcblk2: p1 p2 p3 < p5 p6 p7 p8 p9 ' 'p10 p11 p12 >\n' '[ 2.517061] sun7i-dwmac 830000.ethernet eth0: No ' 'Safety Features support found\n' '[ 2.522806] mmcblk2: p1 size 12154880 extends ' 'beyond EOD, truncated\n' '[ 2.530074] sun7i-dwmac 830000.ethernet eth0: RX ' 'IPC Checksum Offload disabled\n' '[ 2.539736] mmcblk2boot0: mmc2:0001 NCard 2.00 ' 'MiB\n' '[ 2.543573] sun7i-dwmac 830000.ethernet eth0: No ' 'MAC Management Counters available\n' '[ 2.552292] mmcblk2boot1: mmc2:0001 NCard 2.00 ' 'MiB\n' '[ 2.556139] sun7i-dwmac 830000.ethernet eth0: PTP ' 'not supported by HW\n' '[ 2.581215] sun7i-dwmac 830000.ethernet eth0: ' 'configuring for phy/rgmii-id link mode\n' '[ 5.735319] sun7i-dwmac 830000.ethernet eth0: Link ' 'is Up - 1Gbps/Full - flow control rx/tx\n' '[ 5.735369] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: ' 'link becomes ready\n' '[ 5.794330] Sending DHCP requests .., OK\n' '[ 7.858282] IP-Config: Got DHCP answer from ' '192.168.1.100, my address is 192.168.1.20\n' '[ 7.866148] IP-Config: Complete:\n' '[ 7.869375] device=eth0, ' 'hwaddr=de:9d:b8:12:e3:47, ipaddr=192.168.1.20, ' 'mask=255.255.255.0, gw=192.168.1.1\n' '[ 7.879473] host=192.168.1.20, domain=, ' 'nis-domain=(none)\n' '[ 7.885313] bootserver=0.0.0.0, ' 'rootserver=0.0.0.0, rootpath=\n' '[ 7.885322] nameserver0=192.168.1.100\n' '[ 7.895871] clk: Disabling unused clocks\n' '[ 7.906028] Freeing unused kernel image (initmem) ' 'memory: 2048K\n' '[ 7.912538] Run /init as init process\n' 'Starting syslogd: OK\n' 'Starting klogd: OK\n' 'Running sysctl: OK\n' 'Populating /dev using udev: [ 8.078005] ' 'udevd[152]: starting version 3.2.9\n' '[ 10.644314] random: crng init done\n' "[ 10.663136] udevd[152]: specified user 'tss' " 'unknown\n' "[ 10.668390] udevd[152]: specified group 'tss' " 'unknown\n' '[ 10.676890] udevd[153]: starting eudev-3.2.9\n' '[ 11.363714] input: axp20x-pek as ' '/devices/platform/soc@20000/8003400.rsb/sunxi-rsb-3a3/axp221-pek/input/input0\n' '[ 11.425009] sun4i-backend 3200000.display-backend: ' "Couldn't find matching frontend, frontend features " 'disabled\n' '[ 11.435779] sun4i-drm display-engine: bound ' '3200000.display-backend (ops ' 'sun4i_backend_platform_driver_exit [sun4i_backend])\n' '[ 11.447136] sun4i-backend 3240000.display-backend: ' "Couldn't find matching frontend, frontend features " 'disabled\n' '[ 11.457625] sun4i-drm display-engine: bound ' '3240000.display-backend (ops ' 'sun4i_backend_platform_driver_exit [sun4i_backend])\n' '[ 11.468987] sun4i-drm display-engine: bound ' '3400000.drc (ops sun6i_drc_platform_driver_exit ' '[sun6i_drc])\n' '[ 11.478612] sun4i-drm display-engine: bound ' '3440000.drc (ops sun6i_drc_platform_driver_exit ' '[sun6i_drc])\n' '[ 11.489113] sun4i-drm display-engine: bound ' '3c00000.lcd-controller (ops ' 'sun4i_tcon_platform_driver_exit [sun4i_tcon])\n' '[ 11.500545] sun4i-drm display-engine: bound ' '3c10000.lcd-controller (ops ' 'sun4i_tcon_platform_driver_exit [sun4i_tcon])\n' '[ 11.515313] [drm] Initialized sun4i-drm 1.0.0 ' '20150629 for display-engine on minor 0\n' '[ 11.523486] [drm] EDID read failed. Fallback to ' 'standard modes\n' '[ 11.608880] Console: switching to colour frame ' 'buffer device 128x48\n' '[ 11.632087] sun4i-drm display-engine: [drm] fb0: ' 'sun4i-drmdrmfb frame buffer device\n' 'done\n' 'Saving random seed: OK\n' 'Starting network: ip: RTNETLINK answers: File exists\n' 'FAIL\n' 'Starting dropbear sshd: OK\n' "/bin/sh: can't access tty; job control turned off\n" '/ #\n' '/ # #\n' '/ # export SHELL=/bin/sh\n' '/ # . /lava-476190/environment\n' '/ # /lava-476190/bin/lava-test-runner /lava-476190/0\n' "+ export 'TESTRUN_ID=0_dmesg'\n" '+ cd /lava-476190/0/tests/0_dmesg\n' '+ cat uuid\n' '[ 12.736576] \n' '+ UUID=476190_1.1.4.1\n' '+ set +x\n' '[ 12.742835] \n' "+ echo 'Hello World!'\n" 'Hello World!\n' '+ set +x\n' '\n' '/ #\n'} 04/22/2025 07:19:20 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:19:46 PM UTC [INFO] Processing event node: 6807dda56ca4163479651c50 04/22/2025 07:19:46 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:6807dda56ca4163479651c50 04/22/2025 07:19:46 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('valid' was unexpected) Failed validating 'additionalProperties' in schema['properties']['builds']['items']: {'title': 'build', 'description': 'A build of a source code checkout', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the build ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'checkout_id': {'type': 'string', 'description': 'ID of the built source ' 'code checkout. The ' 'checkout must be valid ' 'for the build to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'Build ID\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the ' "build, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the build uniquely ' 'among all builds, coming from ' 'that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the build', 'pattern': '^[a-z0-9_]+$'}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the build', 'pattern': '^[^\\0]*$'}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the build was ' 'started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to complete the ' 'build'}, 'architecture': {'type': 'string', 'description': 'Target architecture ' 'of the build', 'pattern': '^[a-z0-9_]*$'}, 'command': {'type': 'string', 'description': 'Full shell command line ' 'used to make the build, ' 'including environment ' 'variables', 'pattern': '^[^\\0]*$'}, 'compiler': {'type': 'string', 'description': 'Name and version of the ' 'compiler used to make the ' 'build', 'pattern': '^[^\\0]*$'}, 'input_files': {'description': 'A list of build input ' 'files. E.g. ' 'configuration.', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of build ' 'output files: images, ' 'packages, etc.', '$ref': '#/$defs/resource_list'}, 'config_name': {'type': 'string', 'description': 'A name describing the ' 'build configuration ' 'options.', 'pattern': '^[^\\0]*$'}, 'config_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the build ' 'configuration file.'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'build log file.'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the log file ' 'of the build most ' 'relevant to its ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['In file included from ' './arch/arm64/include/asm/processor.h:35:\n' './arch/arm64/include/asm/pointer_auth.h:62:3: ' 'error: invalid input ' "constraint 'rZ' in asm\n" ' ' '__ptrauth_key_install(APIA, ' 'keys->apia);\n' ' ^\n' './arch/arm64/include/asm/pointer_auth.h:55:2: ' 'note: expanded from ' 'macro ' "'__ptrauth_key_install'\n" ' ' 'write_sysreg_s(__pki_v.lo, ' 'SYS_ ## k ## ' 'KEYLO_EL1); \\\n' ' ^\n' './arch/arm64/include/asm/sysreg.h:829:37: ' 'note: expanded from ' "macro 'write_sysreg_s'\n" ' asm ' 'volatile(__msr_s(r, ' '"%x0") : : "rZ" ' '(__val)); ' '\\\n' ' ' '^\n']}, 'status': {'description': 'Build status', '$ref': '#/$defs/status'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the build'}}, 'additionalProperties': False, 'required': ['checkout_id', 'id', 'origin']} On instance['builds'][0]: {'checkout_id': 'maestro:6807dd2c6ca4163479651c14', 'id': 'maestro:6807dda56ca4163479651c50', 'origin': 'maestro', 'comment': 'staging-mainline-20250422.5', 'start_time': '2025-04-22T18:19:17.118000+00:00', 'architecture': 'x86_64', 'compiler': 'gcc-12', 'config_name': 'tinyconfig+kselftest', 'valid': True, 'misc': {'platform': 'kubernetes', 'runtime': 'k8s-all', 'lab': 'k8s-all', 'job_id': 'kci-6807dda56ca4163479651c50-kbuild-gcc-12-x86-tinyco-1tzv0j8k', 'job_context': 'aks-kbuild-medium-1', 'kernel_type': 'bzimage', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807dda56ca4163479651c50'}, 'output_files': [{'name': 'build_sh', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807dda56ca4163479651c50/build.sh'}, {'name': 'build_kimage_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807dda56ca4163479651c50/build_kimage.log.gz'}, {'name': 'build_kimage_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807dda56ca4163479651c50/build_kimage_stderr.log.gz'}, {'name': 'build_kselftest_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807dda56ca4163479651c50/build_kselftest.log.gz'}, {'name': 'build_kselftest_stderr_log', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807dda56ca4163479651c50/build_kselftest_stderr.log.gz'}, {'name': 'metadata', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807dda56ca4163479651c50/metadata.json'}, {'name': 'fragments_0_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807dda56ca4163479651c50/fragments/0.config'}, {'name': 'fragments_1_config', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807dda56ca4163479651c50/fragments/1.config'}, {'name': 'kernel', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807dda56ca4163479651c50/bzImage'}, {'name': 'vmlinux', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807dda56ca4163479651c50/vmlinux.xz'}, {'name': 'kselftest_tar_gz', 'url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807dda56ca4163479651c50/kselftest.tar.gz'}], 'config_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807dda56ca4163479651c50/.config', 'log_url': 'https://files-staging.kernelci.org/kbuild-gcc-12-x86-tinyconfig-6807dda56ca4163479651c50/build.log.gz', 'log_excerpt': "y '/tmp/kci/linux/tools/testing/selftests/sparc64'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/splice'\n" 'rsync -a --copy-unsafe-links ' 'default_file_splice_read.sh short_splice_read.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/splice/default_file_splice_read ' '/tmp/kci/linux/tools/testing/selftests/splice/splice_read ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'rsync -a --copy-unsafe-links config settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/splice/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/splice'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/static_keys'\n" 'rsync -a --copy-unsafe-links test_static_keys.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/static_keys/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/static_keys/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/static_keys'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sync'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/sync/sync_test ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sync/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sync/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sync'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch/sud_test ' '/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch/sud_benchmark ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/syscall_user_dispatch/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/syscall_user_dispatch/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/syscall_user_dispatch'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/sysctl'\n" 'rsync -a --copy-unsafe-links sysctl.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sysctl/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/sysctl/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/sysctl'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tc-testing'\n" '/bin/sh: 1: llc: not found\n' 'clang -I. -I/include/uapi -idirafter ' '/usr/lib/llvm-14/lib/clang/14.0.6/include -idirafter ' '/usr/local/include -idirafter ' '/usr/include/x86_64-linux-gnu -idirafter /usr/include ' '-Wno-compare-distinct-pointer-types \\\n' '\t -O2 -target bpf -emit-llvm -c action.c -o - | ' '\\\n' 'llc -march=bpf -mcpu=probe -filetype=obj -o ' '/tmp/kci/linux/tools/testing/selftests/tc-testing/action.o\n' '/bin/sh: 3: llc: not found\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tc-testing'\n" 'make[2]: *** [Makefile:26: ' '/tmp/kci/linux/tools/testing/selftests/tc-testing/action.o] ' 'Error 127\n' 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/timens'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timens/timens ' '/tmp/kci/linux/tools/testing/selftests/timens/timerfd ' '/tmp/kci/linux/tools/testing/selftests/timens/timer ' '/tmp/kci/linux/tools/testing/selftests/timens/clock_nanosleep ' '/tmp/kci/linux/tools/testing/selftests/timens/procfs ' '/tmp/kci/linux/tools/testing/selftests/timens/exec ' '/tmp/kci/linux/tools/testing/selftests/timens/futex ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timens/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timens/gettime_perf ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timens/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timens/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/timens'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/timers'\n" 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timers/posix_timers ' '/tmp/kci/linux/tools/testing/selftests/timers/nanosleep ' '/tmp/kci/linux/tools/testing/selftests/timers/nsleep-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/set-timer-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/mqueue-lat ' '/tmp/kci/linux/tools/testing/selftests/timers/inconsistency-check ' '/tmp/kci/linux/tools/testing/selftests/timers/raw_skew ' '/tmp/kci/linux/tools/testing/selftests/timers/threadtest ' '/tmp/kci/linux/tools/testing/selftests/timers/rtcpie ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/timers/alarmtimer-suspend ' '/tmp/kci/linux/tools/testing/selftests/timers/valid-adjtimex ' '/tmp/kci/linux/tools/testing/selftests/timers/adjtick ' '/tmp/kci/linux/tools/testing/selftests/timers/change_skew ' '/tmp/kci/linux/tools/testing/selftests/timers/skew_consistency ' '/tmp/kci/linux/tools/testing/selftests/timers/clocksource-switch ' '/tmp/kci/linux/tools/testing/selftests/timers/freq-step ' '/tmp/kci/linux/tools/testing/selftests/timers/leap-a-day ' '/tmp/kci/linux/tools/testing/selftests/timers/leapcrash ' '/tmp/kci/linux/tools/testing/selftests/timers/set-tai ' '/tmp/kci/linux/tools/testing/selftests/timers/set-2038 ' '/tmp/kci/linux/tools/testing/selftests/timers/set-tz ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/timers/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/timers'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tmpfs'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/tmpfs/bug-link-o-tmpfile ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tmpfs/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tmpfs'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/tpm2'\n" 'rsync -a --copy-unsafe-links test_smoke.sh ' 'test_space.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'rsync -a --copy-unsafe-links tpm2.py tpm2_tests.py ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'rsync -a --copy-unsafe-links settings ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/tpm2/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/tpm2'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/user'\n" 'rsync -a --copy-unsafe-links test_user_copy.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/user/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/user/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/user'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/vDSO'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_gettimeofday ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_getcpu ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_abi ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_clock_getres ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_standalone_test_x86 ' '/tmp/kci/linux/tools/testing/selftests/vDSO/vdso_test_correctness ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/vDSO/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/vDSO'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/vm'\n" 'gcc -Wall -I ' '/tmp/kci/linux/tools/testing/selftests/../../.. ' '-isystem /tmp/kci/linux/usr/include -no-pie ' 'map_hugetlb.c -lrt -lpthread -o ' '/tmp/kci/linux/tools/testing/selftests/vm/map_hugetlb\n' 'map_hugetlb.c: In function ‘main’:\n' 'map_hugetlb.c:79:25: warning: implicit declaration of ' 'function ‘default_huge_page_size’ ' '[-Wimplicit-function-declaration]\n' ' 79 | hugepage_size = ' 'default_huge_page_size();\n' ' | ' '^~~~~~~~~~~~~~~~~~~~~~\n' "/usr/bin/ld: /tmp/cc6QWe0X.o: in function `main':\n" 'map_hugetlb.c:(.text+0x104): undefined reference to ' "`default_huge_page_size'\n" 'collect2: error: ld returned 1 exit status\n' 'make[2]: *** [../lib.mk:155: ' '/tmp/kci/linux/tools/testing/selftests/vm/map_hugetlb] ' 'Error 1\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/vm'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/x86'\n" 'rsync -a --copy-unsafe-links ' '/tmp/kci/linux/tools/testing/selftests/x86/single_step_syscall_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/sysret_ss_attrs_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/syscall_nt_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/test_mremap_vdso_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/check_initial_reg_state_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/sigreturn_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/iopl_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/ioperm_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/test_vsyscall_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/mov_ss_trap_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/syscall_arg_fault_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/fsgsbase_restore_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/sigaltstack_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/entry_from_vm86_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/test_syscall_vdso_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/unwind_vdso_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/test_FCMOV_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/test_FCOMI_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/test_FISTTP_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/vdso_restorer_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/ldt_gdt_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/ptrace_syscall_32 ' '/tmp/kci/linux/tools/testing/selftests/x86/single_step_syscall_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/sysret_ss_attrs_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/syscall_nt_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/test_mremap_vdso_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/check_initial_reg_state_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/sigreturn_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/iopl_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/ioperm_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/test_vsyscall_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/mov_ss_trap_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/syscall_arg_fault_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/fsgsbase_restore_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/sigaltstack_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/fsgsbase_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/sysret_rip_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/syscall_numbering_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/corrupt_xstate_header_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/amx_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/ldt_gdt_64 ' '/tmp/kci/linux/tools/testing/selftests/x86/ptrace_syscall_64 ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/x86/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/x86'\n" 'make[2]: Entering directory ' "'/tmp/kci/linux/tools/testing/selftests/zram'\n" 'rsync -a --copy-unsafe-links zram.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'rsync -a --copy-unsafe-links zram01.sh zram02.sh ' 'zram_lib.sh ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'rsync -a --copy-unsafe-links config ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/zram/\n' 'make[2]: Leaving directory ' "'/tmp/kci/linux/tools/testing/selftests/zram'\n" 'for TARGET in alsa amd-pstate arm64 breakpoints ' 'capabilities cgroup clone3 core cpufreq cpu-hotplug ' 'damon drivers/dma-buf drivers/s390x/uvdevice ' 'drivers/net/bonding drivers/net/team efivarfs exec ' 'filesystems filesystems/binderfs filesystems/epoll ' 'filesystems/fat firmware fpu ftrace futex gpio ' 'intel_pstate ipc ir kcmp kexec kvm landlock lib ' 'livepatch lkdtm membarrier memfd memory-hotplug ' 'mincore mount mount_setattr move_mount_set_group ' 'mqueue nci net net/af_unix net/forwarding net/mptcp ' 'net/openvswitch netfilter nsfs pidfd pid_namespace ' 'powerpc proc pstore ptrace openat2 resctrl rlimits ' 'rseq rtc seccomp sgx sigaltstack size sparc64 splice ' 'static_keys sync syscall_user_dispatch sysctl ' 'tc-testing timens timers tmpfs tpm2 user vDSO vm x86 ' 'zram; do \\\n' '\tBUILD_TARGET=$BUILD/$TARGET;\t\\\n' '\t[ ! -d ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/$TARGET ' '] && printf "Skipping non-existent dir: $TARGET\\n" ' '&& continue; \\\n' '\tprintf "Emit Tests for $TARGET\\n"; \\\n' '\tmake -s --no-print-directory OUTPUT=$BUILD_TARGET ' 'COLLECTION=$TARGET \\\n' '\t\t-C $TARGET emit_tests >> ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-list.txt; ' '\\\n' 'done;\n' 'Emit Tests for alsa\n' 'Emit Tests for amd-pstate\n' 'Skipping non-existent dir: arm64\n' 'Emit Tests for breakpoints\n' 'Emit Tests for capabilities\n' 'Emit Tests for cgroup\n' 'Emit Tests for clone3\n' 'Emit Tests for core\n' 'Emit Tests for cpufreq\n' 'Emit Tests for cpu-hotplug\n' 'Emit Tests for damon\n' 'Emit Tests for drivers/dma-buf\n' 'Skipping non-existent dir: drivers/s390x/uvdevice\n' 'Emit Tests for drivers/net/bonding\n' 'Emit Tests for drivers/net/team\n' 'Emit Tests for efivarfs\n' 'Emit Tests for exec\n' 'Emit Tests for filesystems\n' 'Emit Tests for filesystems/binderfs\n' 'Emit Tests for filesystems/epoll\n' 'Emit Tests for filesystems/fat\n' 'Emit Tests for firmware\n' 'Emit Tests for fpu\n' 'Emit Tests for ftrace\n' 'Emit Tests for futex\n' 'Emit Tests for gpio\n' 'Emit Tests for intel_pstate\n' 'Emit Tests for ipc\n' 'Emit Tests for ir\n' 'Emit Tests for kcmp\n' 'Emit Tests for kexec\n' 'Skipping non-existent dir: kvm\n' 'Emit Tests for landlock\n' 'Emit Tests for lib\n' 'Emit Tests for livepatch\n' 'Emit Tests for lkdtm\n' 'Emit Tests for membarrier\n' 'Emit Tests for memfd\n' 'Emit Tests for memory-hotplug\n' 'Emit Tests for mincore\n' 'Emit Tests for mount\n' 'Emit Tests for mount_setattr\n' 'Emit Tests for move_mount_set_group\n' 'Emit Tests for mqueue\n' 'Emit Tests for nci\n' 'Emit Tests for net\n' 'Emit Tests for net/af_unix\n' 'Emit Tests for net/forwarding\n' 'Emit Tests for net/mptcp\n' 'Emit Tests for net/openvswitch\n' 'Emit Tests for netfilter\n' 'Emit Tests for nsfs\n' 'Emit Tests for pidfd\n' 'Emit Tests for pid_namespace\n' 'Skipping non-existent dir: powerpc\n' 'Emit Tests for proc\n' 'Emit Tests for pstore\n' 'Emit Tests for ptrace\n' 'Emit Tests for openat2\n' 'Emit Tests for resctrl\n' 'Emit Tests for rlimits\n' 'Emit Tests for rseq\n' 'Emit Tests for rtc\n' 'Emit Tests for seccomp\n' 'Emit Tests for sgx\n' 'Emit Tests for sigaltstack\n' 'Emit Tests for size\n' 'Skipping non-existent dir: sparc64\n' 'Emit Tests for splice\n' 'Emit Tests for static_keys\n' 'Emit Tests for sync\n' 'Emit Tests for syscall_user_dispatch\n' 'Emit Tests for sysctl\n' 'Skipping non-existent dir: tc-testing\n' 'Emit Tests for timens\n' 'Emit Tests for timers\n' 'Emit Tests for tmpfs\n' 'Emit Tests for tpm2\n' 'Emit Tests for user\n' 'Emit Tests for vDSO\n' 'Skipping non-existent dir: vm\n' 'Emit Tests for x86\n' 'Emit Tests for zram\n' 'Created ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-packages/kselftest.tar.gz\n' '+ echo job:build_kselftest=done\n' '++ date +%s\n' '+ echo jobets:build_kselftest=1745349581\n' '+ echo -----log:package_kimage-----\n' '-----log:package_kimage-----\n' '+ echo job:package_kimage=running\n' '++ date +%s\n' '+ echo jobsts:package_kimage=1745349581\n' '+ cd /tmp/kci/linux\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp arch/x86_64/boot/bzImage ../artifacts\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp vmlinux ../artifacts\n' '+ cd ..\n' '+ echo job:package_kimage=done\n' '++ date +%s\n' '+ echo jobets:package_kimage=1745349581\n' '+ echo -----log:package_modules-----\n' '-----log:package_modules-----\n' '+ echo job:package_modules=running\n' '++ date +%s\n' '+ echo jobsts:package_modules=1745349581\n' '+ cd /tmp/kci/linux\n' '+ set +e\n' '+ grep CONFIG_MODULES=y .config\n' "+ '[' 1 -eq 0 ']'\n" "+ echo 'No modules to install'\n" 'No modules to install\n' '+ cd ..\n' '+ set -e\n' '+ echo job:package_modules=done\n' '++ date +%s\n' '+ echo jobets:package_modules=1745349581\n' '+ echo -----log:package_kselftest-----\n' '-----log:package_kselftest-----\n' '+ echo job:package_kselftest=running\n' '++ date +%s\n' '+ echo jobsts:package_kselftest=1745349581\n' '+ echo Ignore error in next command, if any\n' 'Ignore error in next command, if any\n' '+ cp ' '/tmp/kci/linux/tools/testing/selftests/kselftest_install/kselftest-packages/kselftest.tar.gz ' '/tmp/kci/artifacts/\n' '+ echo job:package_kselftest=done\n' '++ date +%s\n' '+ echo jobets:package_kselftest=1745349581\n' '+ echo Build script is completed, tail will be killed ' 'now\n' 'Build script is completed, tail will be killed now\n' '+ kill 12\n'} 04/22/2025 07:19:46 PM UTC [INFO] Marking 2 nodes flag as processed 04/22/2025 07:20:14 PM UTC [INFO] Processing event node: 6807e74ee51c583972a58d49 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: builds: maestro:dummy_6807e6cae51c583972a58d0b_x86_64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807e74ee51c583972a58d49 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f36 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f37 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f3a 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f3c 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f3d 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f3e 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f3f 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f40 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f41 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f42 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f43 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f44 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f46 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f47 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f49 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f4a 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f4b 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f4c 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f4d 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f4e 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f4f 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f50 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f51 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f52 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f54 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f56 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f57 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f58 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f59 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f5a 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f5b 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f5d 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f5e 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f60 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f62 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f64 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f65 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f66 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f67 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f69 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f6a 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f6c 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f6d 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f6e 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f6f 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f70 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f71 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f72 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f73 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f75 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f77 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f78 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f7a 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f7b 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f7c 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f7e 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f7f 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f80 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f81 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f83 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f84 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f86 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f87 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f88 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f89 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f8a 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f8b 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f8c 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f8d 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f8e 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f8f 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f90 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f91 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f92 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f93 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f94 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f95 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f96 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f97 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f98 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f99 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f9a 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f9b 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f9c 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f9d 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f9e 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58f9f 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fa0 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fa1 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fa2 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fa3 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fa4 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fa5 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fa6 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fa7 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fa8 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fa9 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58faa 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fab 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fac 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fae 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58faf 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fb0 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fb1 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fb2 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fb3 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fb4 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fb5 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fb6 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fb7 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fb8 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fb9 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fba 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fbb 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fbc 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fbd 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fbe 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fbf 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fc1 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fc2 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fc3 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fc5 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fc6 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fc7 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fc8 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fca 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fcb 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fcc 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fcd 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fce 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fd0 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fd1 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fd2 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fd3 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fd5 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fd7 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fd8 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fd9 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fda 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fdb 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fdc 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fdd 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fde 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fdf 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fe0 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fe1 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fe2 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fe3 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fe4 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fe5 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fe6 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fe7 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fe8 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fea 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58feb 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fec 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fed 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fee 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fef 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58ff0 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58ff1 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58ff2 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58ff3 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58ff4 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58ff5 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58ff6 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58ff7 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58ff8 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58ff9 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58ffa 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58ffb 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58ffc 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58ffd 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58ffe 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a58fff 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59000 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59001 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59002 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59003 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59004 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59005 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59006 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59007 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59008 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59009 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a5900a 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a5900b 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a5900c 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a5900d 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a5900e 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a5900f 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59010 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59011 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59012 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59013 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59014 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59015 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59016 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59017 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59018 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59019 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a5901a 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a5901b 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a5901c 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a5901d 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a5901e 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a5901f 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59020 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59021 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59022 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59023 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59024 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59025 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59026 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59027 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59028 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59029 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a5902a 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a5902c 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a5902d 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a5902e 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59030 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59031 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59032 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59033 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59034 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59035 04/22/2025 07:20:19 PM UTC [DEBUG] Sending to KCIDB: tests: maestro:6807ebeee51c583972a59036 04/22/2025 07:20:20 PM UTC [ERROR] Failed to _send-revision to KCIDB: Additional properties are not allowed ('waived' was unexpected) Failed validating 'additionalProperties' in schema['properties']['tests']['items']: {'title': 'test', 'description': 'A test run against a build.\n' '\n' 'Could represent a result of execution of a test suite ' 'program, a result of one of the tests done by the ' 'test suite program, as well as a summary of a ' 'collection of test suite results.\n' '\n' 'Each test run should normally have a dot-separated ' 'test "path" specified in the "path" property, which ' 'could identify a specific test within a test suite ' '(e.g. "LTPlite.sem01"), a whole test suite (e.g. ' '"LTPlite"), or the summary of all tests for a build ( ' '- the empty string).', 'type': 'object', 'properties': {'_timestamp': {'type': 'string', 'format': 'date-time', 'description': 'The last time the test ' 'was updated in the ' 'database.', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'build_id': {'type': 'string', 'description': 'ID of the tested build. ' 'The build must be valid ' 'for the test run to be ' 'considered valid.', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'id': {'type': 'string', 'description': 'ID of the test run\n' '\n' 'Must start with a non-empty ' 'string identifying the CI ' 'system which submitted the test ' "run, followed by a colon ':' " 'character. The rest of the ' 'string is generated by the ' 'origin CI system, and must ' 'identify the test run uniquely ' 'among all test runs, coming ' 'from that CI system.\n', 'pattern': '^[a-z0-9_]+:[^\\0]*$'}, 'origin': {'type': 'string', 'description': 'The name of the CI system ' 'which submitted the test ' 'run', 'pattern': '^[a-z0-9_]+$'}, 'environment': {'type': 'object', 'description': 'The environment the ' 'test ran in. E.g. a ' 'host, a set of hosts, ' 'or a lab; amount of ' 'memory/storage/CPUs, ' 'for each host; process ' 'environment variables, ' 'etc.', 'properties': {'compatible': {'description': 'The ' 'values ' 'from ' 'the ' 'root-level ' "'compatible' " 'property ' 'of ' 'the ' "system's " 'device ' 'tree, ' 'if ' 'any, ' 'in ' 'the ' 'same ' 'order. ' 'E.g. ' 'the ' 'contents ' 'of ' '/proc/device-tree/compatible ' 'with ' 'each ' 'zero-terminated ' 'string ' 'as ' 'the ' "array's " 'element.', 'type': 'array', 'items': {'type': 'string', 'description': 'A ' 'single ' 'value ' 'from ' 'device ' 'tree ' 'root-level ' "'compatible' " 'property', 'pattern': '^[^ ' '\\0]+(,[^ ' '\\0]+)*$'}, 'examples': [['zyxel,nsa325', 'marvell,kirkwood-88f6282', 'marvell,kirkwood'], ['yna,cu1830-neo', 'ingenic,x1830']]}, 'comment': {'type': 'string', 'description': 'A ' 'human-readable ' 'comment ' 'regarding ' 'the ' 'environment.', 'pattern': '^[^\\0]*$'}, 'misc': {'type': 'object', 'description': 'Miscellaneous ' 'extra ' 'data ' 'about ' 'the ' 'environment'}}, 'additionalProperties': False}, 'path': {'description': 'Dot-separated path to the ' 'node in the test ' 'classification tree the ' 'executed test belongs to. ' 'E.g. "ltp.sem01". The empty ' 'string signifies the root of ' 'the tree, i.e. all tests for ' 'the build, executed by the ' 'origin CI system.', '$ref': '#/$defs/path', 'examples': ['', 'ltp', 'ltp.sem01']}, 'comment': {'type': 'string', 'description': 'A human-readable comment ' 'regarding the test run', 'pattern': '^[^\\0]*$'}, 'log_url': {'type': 'string', 'format': 'uri', 'description': 'The URL of the plain-text ' 'test output or log file. ' 'If the test produced ' 'multiple outputs/files, ' 'this should point to the ' 'one containing the ' 'highest-level overview of ' "the test's operation. The " 'rest should go into ' '"output_files".'}, 'log_excerpt': {'type': 'string', 'maxLength': 16384, 'description': 'A part of the test ' 'output/log file (which ' 'could be) referenced ' 'by "log_url", most ' 'relevant to the test ' 'outcome.', 'pattern': '^[^\\0]*$', 'examples': ['netns_breakns_ns_exec_ipv4_ioctl ' 'FAIL 2\n', 'kernel BUG at ' 'net/core/dev.c:2648!\n']}, 'status': {'description': 'Test status', '$ref': '#/$defs/status'}, 'number': {'description': 'The numerical output ' 'produced by the test.\n' '\n' 'The meaning of the output ' 'is determined by the ' 'particular test. Should ' 'only be considered when the ' 'test has actually executed. ' 'That is, with a "FAIL", ' '"ERROR", "PASS", or "DONE" ' 'status only. Normally ' '"DONE" should be used, when ' "it's the main and not an " 'auxiliary output.', 'type': 'object', 'properties': {'value': {'description': 'The ' 'floating-point ' 'output ' 'value.\n' '\n' 'The ' 'receiving ' 'system ' 'should ' 'dedicate ' 'at ' 'least ' '64 ' 'bits ' 'for ' 'its ' 'storage.', 'type': 'number'}, 'unit': {'description': 'The ' '(compound) ' 'unit ' 'symbol(s) ' 'the ' 'value ' 'is ' 'measured ' 'in.\n' '\n' 'If ' 'includes ' 'unit ' 'prefixes, ' 'they ' 'should ' 'be ' 'used ' 'consistently ' 'to ' 'allow ' 'comparison ' 'of ' 'the ' 'values.\n' '\n' 'Alternatively, ' 'the ' 'prefixes ' 'can ' 'be ' 'omitted ' 'from ' 'the ' 'unit, ' 'and ' 'the ' '"prefix" ' 'can ' 'be ' 'specified. ' 'Based ' 'on ' 'that, ' 'and ' 'on ' 'the ' 'value ' 'itself, ' 'an ' 'appropriate ' 'prefix ' 'will ' 'be ' 'added ' 'to ' 'the ' 'unit ' 'string ' 'and ' 'the ' 'value ' 'will ' 'be ' 'scaled, ' 'when ' 'displaying.\n' '\n' 'If ' 'not ' 'specified, ' 'the ' 'value ' 'is ' 'considered ' 'dimensionless.', 'type': 'string', 'pattern': '^[^\\0]*$', 'examples': ['s', 'GB', 'MiB', 'B/s', 'IOPS']}, 'prefix': {'description': 'The ' 'type ' 'of ' 'prefix ' 'to ' 'add ' 'to ' 'the ' 'unit, ' 'after ' 'the ' 'value ' 'is ' 'scaled. ' 'If ' 'unit ' 'is ' 'not ' 'specified, ' 'the ' 'prefix ' 'alone ' 'is ' 'used ' 'in ' 'its ' 'place.\n' '\n' 'If ' '"binary", ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '1024-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'binary. ' 'E.g. ' 'Ki, ' 'Mi, ' 'Gi, ' 'etc.\n' '\n' 'If ' '"metric" ' 'the ' 'value ' 'display ' 'scaling ' 'should ' 'be ' '10-based, ' 'and ' 'the ' 'added ' 'prefix ' '- ' 'metric. ' 'E.g. ' 'K, ' 'M, ' 'G, ' 'etc.\n' '\n' 'No ' 'scaling ' 'or ' 'prefix ' 'is ' 'applied, ' 'if ' 'not ' 'specified.', 'type': 'string', 'enum': ['metric', 'binary']}}, 'required': ['value'], 'additionalProperties': False, 'examples': [{'value': 42}, {'value': 3.14159}, {'value': 720, 'unit': 'KB'}, {'value': 145000, 'prefix': 'metric'}, {'value': 1.6e-07, 'unit': 's', 'prefix': 'metric'}, {'value': 512000.0, 'unit': 'B', 'prefix': 'binary'}]}, 'start_time': {'type': 'string', 'format': 'date-time', 'description': 'The time the test run ' 'was started', 'examples': ['2020-08-14T23:08:06.967000+00:00']}, 'duration': {'type': 'number', 'description': 'The number of seconds it ' 'took to run the test'}, 'input_files': {'description': 'A list of inputs ' 'files: rootfs, ' 'initram, etc. ', '$ref': '#/$defs/resource_list'}, 'output_files': {'description': 'A list of test ' 'outputs: logs, dumps, ' 'etc. Except the file ' 'referenced by ' '"log_url".', '$ref': '#/$defs/resource_list'}, 'misc': {'type': 'object', 'description': 'Miscellaneous extra data ' 'about the test run'}}, 'additionalProperties': False, 'required': ['build_id', 'id', 'origin']} On instance['tests'][228]: {'build_id': 'maestro:dummy_6807e6cae51c583972a58d0b_x86_64', 'id': 'maestro:6807ebeee51c583972a59036', 'origin': 'maestro', 'comment': 'pe_test_reference on kubernetes in k8s-gke-eu-west4', 'start_time': '2025-04-22T19:20:14.453000+00:00', 'environment': {'comment': 'Runtime: k8s-gke-eu-west4', 'misc': {'platform': 'kubernetes'}}, 'waived': False, 'path': 'kunit.exec.property-entry.pe_test_reference', 'misc': {'arch': 'x86_64', 'runtime': 'k8s-gke-eu-west4', 'maestro_viewer': 'https://api.kernelci.org/viewer?node_id=6807ebeee51c583972a59036'}, 'status': 'PASS', 'output_files': [{'name': 'tarball', 'url': 'https://files-staging.kernelci.org/linux-kernelci-staging-next-staging-next-20250422.6.tar.gz'}, {'name': 'job_txt', 'url': 'https://files-staging.kernelci.org/kunit-x86_64-6807e74ee51c583972a58d49/job_txt'}, {'name': 'kunit_json', 'url': 'https://files-staging.kernelci.org/kunit-x86_64-6807e74ee51c583972a58d49/kunit_json'}], 'log_url': 'https://files-staging.kernelci.org/kunit-x86_64-6807e74ee51c583972a58d49/test_log', 'log_excerpt': 'E_BAD_PARAMETER, During Region initialization ' '(20220331/tbxfload-52)\n' 'ACPI: Unable to load the System Description Tables\n' 'ACPI Error: Could not remove SCI handler ' '(20220331/evmisc-251)\n' 'iommu: Default domain type: Translated \n' 'iommu: DMA domain TLB invalidation policy: lazy ' 'mode \n' 'clocksource: Switched to clocksource tsc-early\n' 'pnp: PnP ACPI: disabled\n' 'clocksource: acpi_pm: mask: 0xffffff max_cycles: ' '0xffffff, max_idle_ns: 2085701024 ns\n' 'platform rtc_cmos: registered platform RTC device (no ' 'PNP device found)\n' 'workingset: timestamp_bits=62 max_order=18 ' 'bucket_order=0\n' 'io scheduler mq-deadline registered\n' 'io scheduler kyber registered\n' 'Serial: 8250/16550 driver, 4 ports, IRQ sharing ' 'disabled\n' 'serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = ' '115200) is a 16550A\n' 'i8042: PNP: No PS/2 controller found.\n' 'i8042: Probing ports directly.\n' 'serio: i8042 KBD port at 0x60,0x64 irq 1\n' 'serio: i8042 AUX port at 0x60,0x64 irq 12\n' 'sched_clock: Marking stable (483893737, ' '-51002168)->(438442982, -5551413)\n' 'input: AT Translated Set 2 keyboard as ' '/devices/platform/i8042/serio0/input/input0\n' 'KTAP version 1\n' '1..28\n' ' KTAP version 1\n' ' # Subtest: time_test_cases\n' ' 1..1\n' ' ok 1 time64_to_tm_test_date_range\n' 'ok 1 time_test_cases\n' ' KTAP version 1\n' ' # Subtest: hw_breakpoint\n' ' 1..9\n' ' ok 1 test_one_cpu # SKIP not enough cpus\n' 'tsc: Refined TSC clocksource calibration: 2250.001 ' 'MHz\n' 'clocksource: tsc: mask: 0xffffffffffffffff ' 'max_cycles: 0x206eb4e4471, max_idle_ns: 440795210503 ' 'ns\n' 'clocksource: Switched to clocksource tsc\n' ' ok 2 test_many_cpus # SKIP not enough cpus\n' ' ok 3 test_one_task_on_all_cpus # SKIP not enough ' 'cpus\n' ' ok 4 test_two_tasks_on_all_cpus # SKIP not enough ' 'cpus\n' ' ok 5 test_one_task_on_one_cpu # SKIP not enough ' 'cpus\n' ' ok 6 test_one_task_mixed # SKIP not enough cpus\n' ' ok 7 test_two_tasks_on_one_cpu # SKIP not enough ' 'cpus\n' ' ok 8 test_two_tasks_on_one_all_cpus # SKIP not ' 'enough cpus\n' ' ok 9 test_task_on_all_and_one_cpu # SKIP not ' 'enough cpus\n' '# hw_breakpoint: pass:0 fail:0 skip:9 total:9\n' '# Totals: pass:0 fail:0 skip:9 total:9\n' 'ok 2 hw_breakpoint # SKIP \n' ' KTAP version 1\n' ' # Subtest: resource\n' ' 1..2\n' ' ok 1 resource_test_union\n' ' ok 2 resource_test_intersection\n' '# resource: pass:2 fail:0 skip:0 total:2\n' '# Totals: pass:2 fail:0 skip:0 total:2\n' 'ok 3 resource\n' ' KTAP version 1\n' ' # Subtest: sysctl_test\n' ' 1..10\n' ' ok 1 sysctl_test_api_dointvec_null_tbl_data\n' ' ok 2 sysctl_test_api_dointvec_table_maxlen_unset\n' ' ok 3 sysctl_test_api_dointvec_table_len_is_zero\n' ' ok 4 ' 'sysctl_test_api_dointvec_table_read_but_position_set\n' ' ok 5 ' 'sysctl_test_dointvec_read_happy_single_positive\n' ' ok 6 ' 'sysctl_test_dointvec_read_happy_single_negative\n' ' ok 7 ' 'sysctl_test_dointvec_write_happy_single_positive\n' ' ok 8 ' 'sysctl_test_dointvec_write_happy_single_negative\n' ' ok 9 ' 'sysctl_test_api_dointvec_write_single_less_int_min\n' ' ok 10 ' 'sysctl_test_api_dointvec_write_single_greater_int_max\n' '# sysctl_test: pass:10 fail:0 skip:0 total:10\n' '# Totals: pass:10 fail:0 skip:0 total:10\n' 'ok 4 sysctl_test\n' ' KTAP version 1\n' ' # Subtest: binfmt_elf\n' ' 1..1\n' ' ok 1 total_mapping_size_test\n' 'ok 5 binfmt_elf\n' ' KTAP version 1\n' ' # Subtest: cpumask\n' ' 1..6\n' ' ok 1 test_cpumask_weight\n' ' ok 2 test_cpumask_first\n' ' ok 3 test_cpumask_last\n' ' ok 4 test_cpumask_next\n' ' ok 5 test_cpumask_iterators\n' ' ok 6 test_cpumask_iterators_builtin\n' '# cpumask: pass:6 fail:0 skip:0 total:6\n' '# Totals: pass:6 fail:0 skip:0 total:6\n' 'ok 6 cpumask\n' ' KTAP version 1\n' ' # Subtest: hash\n' ' 1..2\n' ' ok 1 test_string_or\n' ' ok 2 test_hash_or\n' '# hash: pass:2 fail:0 skip:0 total:2\n' '# Totals: pass:2 fail:0 skip:0 total:2\n' 'ok 7 hash\n' ' KTAP version 1\n' ' # Subtest: list_sort\n' ' 1..1\n' ' ok 1 list_sort_test\n' 'ok 8 list_sort\n' ' KTAP version 1\n' ' # Subtest: lib_sort\n' ' 1..1\n' ' ok 1 test_sort\n' 'ok 9 lib_sort\n' ' KTAP version 1\n' ' # Subtest: kunit_executor_test\n' ' 1..4\n' ' ok 1 parse_filter_test\n' ' ok 2 filter_suites_test\n' ' ok 3 filter_suites_test_glob_test\n' ' ok 4 filter_suites_to_empty_test\n' '# kunit_executor_test: pass:4 fail:0 skip:0 total:4\n' '# Totals: pass:4 fail:0 skip:0 total:4\n' 'ok 10 kunit_executor_test\n' ' KTAP version 1\n' ' # Subtest: kunit-try-catch-test\n' ' 1..2\n' ' ok 1 ' 'kunit_test_try_catch_successful_try_no_catch\n' ' ok 2 ' 'kunit_test_try_catch_unsuccessful_try_does_catch\n' '# kunit-try-catch-test: pass:2 fail:0 skip:0 total:2\n' '# Totals: pass:2 fail:0 skip:0 total:2\n' 'ok 11 kunit-try-catch-test\n' ' KTAP version 1\n' ' # Subtest: kunit-resource-test\n' ' 1..8\n' ' ok 1 kunit_resource_test_init_resources\n' ' ok 2 kunit_resource_test_alloc_resource\n' ' ok 3 kunit_resource_test_destroy_resource\n' ' ok 4 kunit_resource_test_remove_resource\n' ' ok 5 kunit_resource_test_cleanup_resources\n' ' ok 6 kunit_resource_test_proper_free_ordering\n' ' ok 7 kunit_resource_test_static\n' ' ok 8 kunit_resource_test_named\n' '# kunit-resource-test: pass:8 fail:0 skip:0 total:8\n' '# Totals: pass:8 fail:0 skip:0 total:8\n' 'ok 12 kunit-resource-test\n' ' KTAP version 1\n' ' # Subtest: kunit-log-test\n' ' 1..1\n' 'put this in log.\n' 'this too.\n' 'add to suite log.\n' 'along with this.\n' ' ok 1 kunit_log_test\n' 'ok 13 kunit-log-test\n' ' KTAP version 1\n' ' # Subtest: kunit_status\n' ' 1..2\n' ' ok 1 kunit_status_set_failure_test\n' ' ok 2 kunit_status_mark_skipped_test\n' '# kunit_status: pass:2 fail:0 skip:0 total:2\n' '# Totals: pass:2 fail:0 skip:0 total:2\n' 'ok 14 kunit_status\n' ' KTAP version 1\n' ' # Subtest: string-stream-test\n' ' 1..3\n' ' ok 1 string_stream_test_empty_on_creation\n' ' ok 2 string_stream_test_not_empty_after_add\n' ' ok 3 string_stream_test_get_string\n' '# string-stream-test: pass:3 fail:0 skip:0 total:3\n' '# Totals: pass:3 fail:0 skip:0 total:3\n' 'ok 15 string-stream-test\n' ' # example: initializing suite\n' ' KTAP version 1\n' ' # Subtest: example\n' ' 1..4\n' ' # example_simple_test: initializing\n' ' ok 1 example_simple_test\n' ' # example_skip_test: initializing\n' ' # example_skip_test: You should not see a line ' 'below.\n' ' ok 2 example_skip_test # SKIP this test should be ' 'skipped\n' ' # example_mark_skipped_test: initializing\n' ' # example_mark_skipped_test: You should see a ' 'line below.\n' ' # example_mark_skipped_test: You should see this ' 'line.\n' ' ok 3 example_mark_skipped_test # SKIP this test ' 'should be skipped\n' ' # example_all_expect_macros_test: initializing\n' ' ok 4 example_all_expect_macros_test\n' '# example: pass:2 fail:0 skip:2 total:4\n' '# Totals: pass:2 fail:0 skip:2 total:4\n' 'ok 16 example\n' ' KTAP version 1\n' ' # Subtest: bitfields\n' ' 1..2\n' ' ok 1 test_bitfields_constants\n' ' ok 2 test_bitfields_variables\n' '# bitfields: pass:2 fail:0 skip:0 total:2\n' '# Totals: pass:2 fail:0 skip:0 total:2\n' 'ok 17 bitfields\n' ' KTAP version 1\n' ' # Subtest: list-kunit-test\n' ' 1..39\n' ' ok 1 list_test_list_init\n' ' ok 2 list_test_list_add\n' ' ok 3 list_test_list_add_tail\n' ' ok 4 list_test_list_del\n' ' ok 5 list_test_list_replace\n' ' ok 6 list_test_list_replace_init\n' ' ok 7 list_test_list_swap\n' ' ok 8 list_test_list_del_init\n' ' ok 9 list_test_list_del_init_careful\n' ' ok 10 list_test_list_move\n' ' ok 11 list_test_list_move_tail\n' ' ok 12 list_test_list_bulk_move_tail\n' ' ok 13 list_test_list_is_head\n' ' ok 14 list_test_list_is_first\n' ' ok 15 list_test_list_is_last\n' ' ok 16 list_test_list_empty\n' ' ok 17 list_test_list_empty_careful\n' ' ok 18 list_test_list_rotate_left\n' ' ok 19 list_test_list_rotate_to_front\n' ' ok 20 list_test_list_is_singular\n' ' ok 21 list_test_list_cut_position\n' ' ok 22 list_test_list_cut_before\n' ' ok 23 list_test_list_splice\n' ' ok 24 list_test_list_splice_tail\n' ' ok 25 list_test_list_splice_init\n' ' ok 26 list_test_list_splice_tail_init\n' ' ok 27 list_test_list_entry\n' ' ok 28 list_test_list_entry_is_head\n' ' ok 29 list_test_list_first_entry\n' ' ok 30 list_test_list_last_entry\n' ' ok 31 list_test_list_first_entry_or_null\n' ' ok 32 list_test_list_next_entry\n' ' ok 33 list_test_list_prev_entry\n' ' ok 34 list_test_list_for_each\n' ' ok 35 list_test_list_for_each_prev\n' ' ok 36 list_test_list_for_each_safe\n' ' ok 37 list_test_list_for_each_prev_safe\n' ' ok 38 list_test_list_for_each_entry\n' ' ok 39 list_test_list_for_each_entry_reverse\n' '# list-kunit-test: pass:39 fail:0 skip:0 total:39\n' '# Totals: pass:39 fail:0 skip:0 total:39\n' 'ok 18 list-kunit-test\n' ' KTAP version 1\n' ' # Subtest: hlist\n' ' 1..18\n' ' ok 1 hlist_test_init\n' ' ok 2 hlist_test_unhashed\n' ' ok 3 hlist_test_unhashed_lockless\n' ' ok 4 hlist_test_del\n' ' ok 5 hlist_test_del_init\n' ' ok 6 hlist_test_add\n' ' ok 7 hlist_test_fake\n' ' ok 8 hlist_test_is_singular_node\n' ' ok 9 hlist_test_empty\n' ' ok 10 hlist_test_move_list\n' ' ok 11 hlist_test_entry\n' ' ok 12 hlist_test_entry_safe\n' ' ok 13 hlist_test_for_each\n' ' ok 14 hlist_test_for_each_safe\n' ' ok 15 hlist_test_for_each_entry\n' ' ok 16 hlist_test_for_each_entry_continue\n' ' ok 17 hlist_test_for_each_entry_from\n' ' ok 18 hlist_test_for_each_entry_safe\n' '# hlist: pass:18 fail:0 skip:0 total:18\n' '# Totals: pass:18 fail:0 skip:0 total:18\n' 'ok 19 hlist\n' ' KTAP version 1\n' ' # Subtest: bits-test\n' ' 1..3\n' ' ok 1 genmask_test\n' ' ok 2 genmask_ull_test\n' ' ok 3 genmask_input_check_test\n' '# bits-test: pass:3 fail:0 skip:0 total:3\n' '# Totals: pass:3 fail:0 skip:0 total:3\n' 'ok 20 bits-test\n' ' KTAP version 1\n' ' # Subtest: cmdline\n' ' 1..4\n' ' ok 1 cmdline_test_noint\n' ' ok 2 cmdline_test_lead_int\n' ' ok 3 cmdline_test_tail_int\n' ' ok 4 cmdline_test_range\n' '# cmdline: pass:4 fail:0 skip:0 total:4\n' '# Totals: pass:4 fail:0 skip:0 total:4\n' 'ok 21 cmdline\n' ' KTAP version 1\n' ' # Subtest: slub_test\n' ' 1..5\n' ' ok 1 test_clobber_zone\n' ' ok 2 test_next_pointer\n' ' ok 3 test_first_word\n' ' ok 4 test_clobber_50th_byte\n' ' ok 5 test_clobber_redzone_free\n' '# slub_test: pass:5 fail:0 skip:0 total:5\n' '# Totals: pass:5 fail:0 skip:0 total:5\n' 'ok 22 slub_test\n' ' KTAP version 1\n' ' # Subtest: memcpy\n' ' 1..4\n' ' # memset_test: ok: memset() direct assignment\n' ' # memset_test: ok: memset() complete overwrite\n' ' # memset_test: ok: memset() middle overwrite\n' ' # memset_test: ok: memset() argument ' 'side-effects\n' ' # memset_test: ok: memset() memset_after()\n' ' # memset_test: ok: memset() memset_startat()\n' ' ok 1 memset_test\n' ' # memcpy_test: ok: memcpy() static initializers\n' ' # memcpy_test: ok: memcpy() direct assignment\n' ' # memcpy_test: ok: memcpy() complete overwrite\n' ' # memcpy_test: ok: memcpy() middle overwrite\n' ' # memcpy_test: ok: memcpy() argument ' 'side-effects\n' ' ok 2 memcpy_test\n' ' # memmove_test: ok: memmove() static ' 'initializers\n' ' # memmove_test: ok: memmove() direct assignment\n' ' # memmove_test: ok: memmove() complete overwrite\n' ' # memmove_test: ok: memmove() middle overwrite\n' ' # memmove_test: ok: memmove() argument ' 'side-effects\n' ' # memmove_test: ok: memmove() overlapping write\n' ' ok 3 memmove_test\n' ' ok 4 strtomem_test\n' '# memcpy: pass:4 fail:0 skip:0 total:4\n' '# Totals: pass:4 fail:0 skip:0 total:4\n' 'ok 23 memcpy\n' ' KTAP version 1\n' ' # Subtest: is_signed_type\n' ' 1..1\n' ' ok 1 is_signed_type_test\n' 'ok 24 is_signed_type\n' ' KTAP version 1\n' ' # Subtest: overflow\n' ' 1..18\n' ' # u8_u8__u8_overflow_test: 18 u8_u8__u8 ' 'arithmetic tests finished\n' ' ok 1 u8_u8__u8_overflow_test\n' ' # s8_s8__s8_overflow_test: 19 s8_s8__s8 ' 'arithmetic tests finished\n' ' ok 2 s8_s8__s8_overflow_test\n' ' # u16_u16__u16_overflow_test: 17 u16_u16__u16 ' 'arithmetic tests finished\n' ' ok 3 u16_u16__u16_overflow_test\n' ' # s16_s16__s16_overflow_test: 17 s16_s16__s16 ' 'arithmetic tests finished\n' ' ok 4 s16_s16__s16_overflow_test\n' ' # u32_u32__u32_overflow_test: 17 u32_u32__u32 ' 'arithmetic tests finished\n' ' ok 5 u32_u32__u32_overflow_test\n' ' # s32_s32__s32_overflow_test: 17 s32_s32__s32 ' 'arithmetic tests finished\n' ' ok 6 s32_s32__s32_overflow_test\n' ' # u64_u64__u64_overflow_test: 17 u64_u64__u64 ' 'arithmetic tests finished\n' ' ok 7 u64_u64__u64_overflow_test\n' ' # s64_s64__s64_overflow_test: 21 s64_s64__s64 ' 'arithmetic tests finished\n' ' ok 8 s64_s64__s64_overflow_test\n' ' # u32_u32__int_overflow_test: 2 u32_u32__int ' 'arithmetic tests finished\n' ' ok 9 u32_u32__int_overflow_test\n' ' # u32_u32__u8_overflow_test: 3 u32_u32__u8 ' 'arithmetic tests finished\n' ' ok 10 u32_u32__u8_overflow_test\n' ' # u8_u8__int_overflow_test: 3 u8_u8__int ' 'arithmetic tests finished\n' ' ok 11 u8_u8__int_overflow_test\n' ' # int_int__u8_overflow_test: 3 int_int__u8 ' 'arithmetic tests finished\n' ' ok 12 int_int__u8_overflow_test\n' ' # shift_sane_test: 36 sane shift tests finished\n' ' ok 13 shift_sane_test\n' ' # shift_overflow_test: 25 overflow shift tests ' 'finished\n' ' ok 14 shift_overflow_test\n' ' # shift_truncate_test: 27 truncate shift tests ' 'finished\n' ' ok 15 shift_truncate_test\n' ' # shift_nonsense_test: 25 nonsense shift tests ' 'finished\n' ' ok 16 shift_nonsense_test\n' ' # overflow_allocation_test: 11 allocation ' 'overflow tests finished\n' ' ok 17 overflow_allocation_test\n' ' # overflow_size_helpers_test: 43 overflow size ' 'helper tests finished\n' ' ok 18 overflow_size_helpers_test\n' '# overflow: pass:18 fail:0 skip:0 total:18\n' '# Totals: pass:18 fail:0 skip:0 total:18\n' 'ok 25 overflow\n' ' KTAP version 1\n' ' # Subtest: stackinit\n' ' 1..65\n' ' ok 1 test_u8_zero\n' ' ok 2 test_u16_zero\n' ' ok 3 test_u32_zero\n' ' ok 4 test_u64_zero\n' ' ok 5 test_char_array_zero\n' ' ok 6 test_small_hole_zero\n' ' ok 7 test_big_hole_zero\n' ' ok 8 test_trailing_hole_zero\n' ' ok 9 test_packed_zero\n' ' ok 10 test_small_hole_dynamic_partial\n' ' ok 11 test_big_hole_dynamic_partial\n' ' ok 12 test_trailing_hole_dynamic_partial\n' ' ok 13 test_packed_dynamic_partial\n' ' ok 14 test_small_hole_assigned_dynamic_partial\n' ' ok 15 test_big_hole_assigned_dynamic_partial\n' ' ok 16 ' 'test_trailing_hole_assigned_dynamic_partial\n' ' ok 17 test_packed_assigned_dynamic_partial\n' ' ok 18 test_small_hole_static_partial\n' ' ok 19 test_big_hole_static_partial\n' ' ok 20 test_trailing_hole_static_partial\n' ' ok 21 test_packed_static_partial\n' ' ok 22 test_small_hole_static_all\n' ' ok 23 test_big_hole_static_all\n' ' ok 24 test_trailing_hole_static_all\n' ' ok 25 test_packed_static_all\n' ' ok 26 test_small_hole_dynamic_all\n' ' ok 27 test_big_hole_dynamic_all\n' ' ok 28 test_trailing_hole_dynamic_all\n' ' ok 29 test_packed_dynamic_all\n' ' ok 30 test_small_hole_runtime_partial\n' ' ok 31 test_big_hole_runtime_partial\n' ' ok 32 test_trailing_hole_runtime_partial\n' ' ok 33 test_packed_runtime_partial\n' ' ok 34 test_small_hole_runtime_all\n' ' ok 35 test_big_hole_runtime_all\n' ' ok 36 test_trailing_hole_runtime_all\n' ' ok 37 test_packed_runtime_all\n' ' ok 38 test_small_hole_assigned_static_partial\n' ' ok 39 test_big_hole_assigned_static_partial\n' ' ok 40 test_trailing_hole_assigned_static_partial\n' ' ok 41 test_packed_assigned_static_partial\n' ' ok 42 test_small_hole_assigned_static_all\n' ' ok 43 test_big_hole_assigned_static_all\n' ' ok 44 test_trailing_hole_assigned_static_all\n' ' ok 45 test_packed_assigned_static_all\n' ' ok 46 test_small_hole_assigned_dynamic_all\n' ' ok 47 test_big_hole_assigned_dynamic_all\n' ' ok 48 test_trailing_hole_assigned_dynamic_all\n' ' ok 49 test_packed_assigned_dynamic_all\n' ' ok 50 test_small_hole_assigned_copy # SKIP XFAIL ' 'uninit bytes: 3\n' ' ok 51 test_big_hole_assigned_copy # SKIP XFAIL ' 'uninit bytes: 124\n' ' ok 52 test_trailing_hole_assigned_copy # SKIP ' 'XFAIL uninit bytes: 7\n' ' ok 53 test_packed_assigned_copy\n' ' ok 54 test_u8_none\n' ' ok 55 test_u16_none\n' ' ok 56 test_u32_none\n' ' ok 57 test_u64_none\n' ' ok 58 test_char_array_none\n' ' ok 59 test_switch_1_none # SKIP XFAIL uninit ' 'bytes: 80\n' ' ok 60 test_switch_2_none # SKIP XFAIL uninit ' 'bytes: 80\n' ' ok 61 test_small_hole_none\n' ' ok 62 test_big_hole_none\n' ' ok 63 test_trailing_hole_none\n' ' ok 64 test_packed_none\n' ' ok 65 test_user\n' '# stackinit: pass:60 fail:0 skip:5 total:65\n' '# Totals: pass:60 fail:0 skip:5 total:65\n' 'ok 26 stackinit\n' ' KTAP version 1\n' ' # Subtest: qos-kunit-test\n' ' 1..3\n' ' ok 1 freq_qos_test_min\n' ' ok 2 freq_qos_test_maxdef\n' ' ok 3 freq_qos_test_readd\n' '# qos-kunit-test: pass:3 fail:0 skip:0 total:3\n' '# Totals: pass:3 fail:0 skip:0 total:3\n' 'ok 27 qos-kunit-test\n' ' KTAP version 1\n' ' # Subtest: property-entry\n' ' 1..7\n' ' ok 1 pe_test_uints\n' ' ok 2 pe_test_uint_arrays\n' ' ok 3 pe_test_strings\n' ' ok 4 pe_test_bool\n' ' ok 5 pe_test_move_inline_u8\n' ' ok 6 pe_test_move_inline_str\n' ' ok 7 pe_test_reference\n' '# property-entry: pass:7 fail:0 skip:0 total:7\n' '# Totals: pass:7 fail:0 skip:0 total:7\n' 'ok 28 property-entry\n' 'input: ImExPS/2 Generic Explorer Mouse as ' '/devices/platform/i8042/serio1/input/input2\n' 'reboot: Restarting system\n' 'reboot: machine restart\n'} 04/22/2025 07:20:20 PM UTC [INFO] Marking 4 nodes flag as processed 04/22/2025 07:23:27 PM UTC [INFO] Stopping.