Skip to content

Instantly share code, notes, and snippets.

@danrue
Created January 19, 2021 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danrue/85c9e6fd3a2e414d43401e73c0b40120 to your computer and use it in GitHub Desktop.
Save danrue/85c9e6fd3a2e414d43401e73c0b40120 to your computer and use it in GitHub Desktop.
{
"build": {
"environment": {
"SCCACHE_BUCKET": "sccache.tuxbuild.com"
},
"jobs": 8,
"kconfig": "allnoconfig",
"kconfig_add": [],
"reproducer_cmdline": [
"tuxmake",
"--target-arch=arm",
"--kconfig=allnoconfig",
"--toolchain=clang-11",
"--wrapper=sccache",
"--environment=SCCACHE_BUCKET=sccache.tuxbuild.com",
"--runtime=docker",
"--image=public.ecr.aws/tuxmake/arm_clang-11",
"config",
"kernel",
"xipkernel",
"debugkernel",
"modules",
"dtbs",
"dtbs-legacy"
],
"runtime": "docker",
"target_arch": "arm",
"targets": [
"config",
"kernel",
"xipkernel",
"debugkernel",
"modules",
"dtbs",
"dtbs-legacy"
],
"toolchain": "clang-11",
"verbose": false,
"wrapper": "sccache"
},
"compiler": {
"name": "clang",
"version": "11.0.1",
"version_full": "Debian clang version 11.0.1-+rc2-1"
},
"os": {
"name": "Debian GNU/Linux",
"version": "bullseye/sid"
},
"results": {
"artifacts": {
"config": [
"config"
],
"debugkernel": [
"vmlinux.xz",
"System.map"
],
"dtbs": [
"dtbs.tar.xz"
],
"kernel": [
"zImage"
],
"log": [
"build.log"
]
},
"duration": {
"build": 52.7441086769104,
"cleanup": 0.03709697723388672,
"copy": 0.002035379409790039,
"metadata": 0.8940253257751465,
"prepare": 41.341065406799316,
"validate": 0.0002269744873046875
},
"errors": 0,
"status": "PASS",
"targets": {
"config": {
"duration": 3.1595070362091064,
"status": "PASS"
},
"debugkernel": {
"duration": 3.5078916549682617,
"status": "PASS"
},
"dtbs": {
"duration": 5.74306058883667,
"status": "PASS"
},
"dtbs-legacy": {
"duration": 1.0853803157806396,
"status": "SKIP"
},
"kernel": {
"duration": 38.07455801963806,
"status": "PASS"
},
"modules": {
"duration": 0.5833487510681152,
"status": "SKIP"
},
"xipkernel": {
"duration": 0.5902526378631592,
"status": "SKIP"
}
},
"warnings": 0
},
"sccache": {
"cache_hits": 0,
"cache_misses": 0
},
"source": {
"kernelversion": "5.10.8"
},
"system_map": {
"text_offset": "0x00808000"
},
"tools": {
"bc": "bc 1.07.1",
"bison": "bison (GNU Bison) 3.7.4",
"depmod": "kmod version 27",
"fdformat": "fdformat from util-linux 2.36.1",
"flex": "flex 2.6.4",
"ld": "GNU ld (GNU Binutils for Debian) 2.35.1",
"make": "GNU Make 4.3",
"openssl": "OpenSSL 1.1.1i 8 Dec 2020",
"ps": "ps from procps-ng 3.3.16"
},
"tuxmake": {
"version": "0.13.2"
},
"uname": {
"kernel": "Linux",
"kernel_release": "5.8.0-1018-aws",
"kernel_version": "#20-Ubuntu SMP Wed Jan 6 15:21:02 UTC 2021",
"machine": "x86_64",
"operating_system": "GNU/Linux"
},
"vmlinux": {
"bss_size": 25340,
"data_size": 97244,
"file_size": 1228316,
"text_size": 800028
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment