Skip to content
Closed

test #174

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
255 changes: 255 additions & 0 deletions actions.codeql.db/log/database-create-20250201.012518.065.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,255 @@
[2025-02-01 01:25:18] This is codeql database create actions.codeql.db --language actions
[2025-02-01 01:25:18] Log file was started late.
[2025-02-01 01:25:18] [PROGRESS] database create> Initializing database at /workspaces/github_nonpublic_api/actions.codeql.db.
[2025-02-01 01:25:18] Running plumbing command: codeql database init --language=actions --extractor-options-verbosity=1 --qlconfig-file=/workspaces/github_nonpublic_api/qlconfig.yml --source-root=/workspaces/github_nonpublic_api --allow-missing-source-root=false --allow-already-existing -- /workspaces/github_nonpublic_api/actions.codeql.db
[2025-02-01 01:25:18] Calling plumbing command: codeql resolve languages --extractor-options-verbosity=1 --format=betterjson
[2025-02-01 01:25:18] [DETAILS] resolve languages> Scanning for [codeql-extractor.yml] from /workspaces/codeql/.codeqlmanifest.json
[2025-02-01 01:25:18] [DETAILS] resolve languages> Parsing /workspaces/codeql/java/codeql-extractor.yml.
[2025-02-01 01:25:18] [DETAILS] resolve languages> Parsing /workspaces/codeql/csv/codeql-extractor.yml.
[2025-02-01 01:25:18] [DETAILS] resolve languages> Parsing /workspaces/codeql/html/codeql-extractor.yml.
[2025-02-01 01:25:18] [DETAILS] resolve languages> Parsing /workspaces/codeql/javascript/codeql-extractor.yml.
[2025-02-01 01:25:18] [DETAILS] resolve languages> Parsing /workspaces/codeql/go/codeql-extractor.yml.
[2025-02-01 01:25:18] [DETAILS] resolve languages> Parsing /workspaces/codeql/csharp/codeql-extractor.yml.
[2025-02-01 01:25:18] [DETAILS] resolve languages> Parsing /workspaces/codeql/swift/codeql-extractor.yml.
[2025-02-01 01:25:18] [DETAILS] resolve languages> Parsing /workspaces/codeql/yaml/codeql-extractor.yml.
[2025-02-01 01:25:18] [DETAILS] resolve languages> Parsing /workspaces/codeql/xml/codeql-extractor.yml.
[2025-02-01 01:25:18] [DETAILS] resolve languages> Parsing /workspaces/codeql/python/codeql-extractor.yml.
[2025-02-01 01:25:18] [DETAILS] resolve languages> Parsing /workspaces/codeql/ruby/codeql-extractor.yml.
[2025-02-01 01:25:18] [DETAILS] resolve languages> Parsing /workspaces/codeql/cpp/codeql-extractor.yml.
[2025-02-01 01:25:18] [DETAILS] resolve languages> Parsing /workspaces/codeql/properties/codeql-extractor.yml.
[2025-02-01 01:25:18] Plumbing command codeql resolve languages completed:
{
"aliases" : {
"c" : "cpp",
"c++" : "cpp",
"c-c++" : "cpp",
"c-cpp" : "cpp",
"c#" : "csharp",
"java-kotlin" : "java",
"kotlin" : "java",
"javascript-typescript" : "javascript",
"typescript" : "javascript"
},
"extractors" : {
"java" : [
{
"extractor_root" : "/workspaces/codeql/java",
"extractor_options" : {
"exclude" : {
"title" : "A glob excluding files from analysis.",
"description" : "A glob indicating what files to exclude from the analysis.\n",
"type" : "string"
},
"add_prefer_source" : {
"title" : "Whether to always prefer source files over class files.",
"description" : "A value indicating whether source files should be preferred over class files. If set to 'true', the extraction adds '-Xprefer:source' to the javac command line. If set to 'false', the extraction uses the default javac behavior ('-Xprefer:newer'). The default is 'true'.\n",
"type" : "string",
"pattern" : "^(false|true)$"
},
"buildless" : {
"title" : "Whether to use buildless (standalone) extraction (experimental).",
"description" : "A value indicating, which type of extraction the autobuilder should perform. If 'true', then the standalone extractor will be used, otherwise tracing extraction will be performed. The default is 'false'. Note that buildless extraction will generally yield less accurate analysis results, and should only be used in cases where it is not possible to build the code (for example if it uses inaccessible dependencies).\n",
"type" : "string",
"pattern" : "^(false|true)$"
}
}
}
],
"csv" : [
{
"extractor_root" : "/workspaces/codeql/csv"
}
],
"html" : [
{
"extractor_root" : "/workspaces/codeql/html"
}
],
"javascript" : [
{
"extractor_root" : "/workspaces/codeql/javascript",
"extractor_options" : {
"skip_types" : {
"title" : "Skip type extraction for TypeScript",
"description" : "Whether to skip the extraction of types in a TypeScript application",
"type" : "string",
"pattern" : "^(false|true)$"
}
}
}
],
"go" : [
{
"extractor_root" : "/workspaces/codeql/go",
"extractor_options" : {
"extract_tests" : {
"title" : "Whether to include Go test files in the CodeQL database.",
"description" : "A value indicating whether Go test files should be included in the CodeQL database. The default is 'false'.\n",
"type" : "string",
"pattern" : "^(false|true)$"
},
"extract_vendor_dirs" : {
"title" : "Whether to include Go vendor directories in the CodeQL database.",
"description" : "A value indicating whether Go vendor directories should be included in the CodeQL database. The default is 'false'.\n",
"type" : "string",
"pattern" : "^(false|true)$"
}
}
}
],
"csharp" : [
{
"extractor_root" : "/workspaces/codeql/csharp",
"extractor_options" : {
"trap" : {
"title" : "Options pertaining to TRAP.",
"description" : "Options pertaining to TRAP.",
"type" : "object",
"properties" : {
"compression" : {
"title" : "Controls compression for the TRAP files written by the extractor.",
"description" : "This option is only intended for use in debugging the extractor. Accepted values are 'brotli' (the default, to write brotli-compressed TRAP), 'gzip', and 'none' (to write uncompressed TRAP).\n",
"type" : "string",
"pattern" : "^(none|gzip|brotli)$"
}
}
},
"buildless" : {
"title" : "DEPRECATED - Whether to use buildless (standalone) extraction.",
"description" : "DEPRECATED: Use `--build-mode none` instead.\nA value indicating, which type of extraction the autobuilder should perform. If 'true', then the standalone extractor will be used, otherwise tracing extraction will be performed. The default is 'false'. Note that buildless extraction will generally yield less accurate analysis results, and should only be used in cases where it is not possible to build the code (for example if it uses inaccessible dependencies).\n",
"type" : "string",
"pattern" : "^(false|true)$"
},
"logging" : {
"title" : "Options pertaining to logging.",
"description" : "Options pertaining to logging.",
"type" : "object",
"properties" : {
"verbosity" : {
"title" : "Extractor logging verbosity level.",
"description" : "Controls the level of verbosity of the extractor. The supported levels are (in order of increasing verbosity):\n - off\n - errors\n - warnings\n - info or progress\n - debug or progress+\n - trace or progress++\n - progress+++\n",
"type" : "string",
"pattern" : "^(off|errors|warnings|(info|progress)|(debug|progress\\+)|(trace|progress\\+\\+)|progress\\+\\+\\+)$"
}
}
},
"binlog" : {
"title" : "Binlog",
"description" : "[EXPERIMENTAL] The value is a path to the MsBuild binary log file that should be extracted. This option only works when `--build-mode none` is also specified.\n",
"type" : "array"
}
}
}
],
"swift" : [
{
"extractor_root" : "/workspaces/codeql/swift"
}
],
"yaml" : [
{
"extractor_root" : "/workspaces/codeql/yaml"
}
],
"xml" : [
{
"extractor_root" : "/workspaces/codeql/xml"
}
],
"python" : [
{
"extractor_root" : "/workspaces/codeql/python",
"extractor_options" : {
"logging" : {
"title" : "Options pertaining to logging.",
"description" : "Options pertaining to logging.",
"type" : "object",
"properties" : {
"verbosity" : {
"title" : "Python extractor logging verbosity level.",
"description" : "Controls the level of verbosity of the CodeQL Python extractor.\nThe supported levels are (in order of increasing verbosity):\n\n - off\n - errors\n - warnings\n - info or progress\n - debug or progress+\n - trace or progress++\n - progress+++\n",
"type" : "string",
"pattern" : "^(off|errors|warnings|(info|progress)|(debug|progress\\+)|(trace|progress\\+\\+)|progress\\+\\+\\+)$"
}
}
},
"python_executable_name" : {
"title" : "Controls the name of the Python executable used by the Python extractor.",
"description" : "The Python extractor uses platform-dependent heuristics to determine the name of the Python executable to use. Specifying a value for this option overrides the name of the Python executable used by the extractor. Accepted values are py, python and python3. Use this setting with caution, the Python extractor requires Python 3 to run.\n",
"type" : "string",
"pattern" : "^(py|python|python3)$"
}
}
}
],
"ruby" : [
{
"extractor_root" : "/workspaces/codeql/ruby",
"extractor_options" : {
"trap" : {
"title" : "Options pertaining to TRAP.",
"description" : "Options pertaining to TRAP.",
"type" : "object",
"properties" : {
"compression" : {
"title" : "Controls compression for the TRAP files written by the extractor.",
"description" : "This option is only intended for use in debugging the extractor. Accepted values are 'gzip' (the default, to write gzip-compressed TRAP) and 'none' (to write uncompressed TRAP).\n",
"type" : "string",
"pattern" : "^(none|gzip)$"
}
}
}
}
}
],
"cpp" : [
{
"extractor_root" : "/workspaces/codeql/cpp",
"extractor_options" : {
"scale_timeouts" : {
"title" : "Value to scale compiler introspection timeouts with",
"description" : "The extractor attempts to determine what compiler the source code being extracted is compiled with. To this end the extractor makes additional calls to the compiler, some of which are expected to return within a certain fixed time (either 10s or 15s). On some systems that are under high load this time might be too short, and can be scaled up using this option.\n",
"type" : "string",
"pattern" : "[0-9]+"
},
"log_verbosity" : {
"title" : "Verbosity of the extractor logging",
"description" : "Set the verbosity of the extractor logging to 'quiet' (0), 'normal' (1), 'chatty' (2), or 'noisy' (3). The default is 'normal'.\n",
"type" : "string",
"pattern" : "[0-3]"
}
}
}
],
"properties" : [
{
"extractor_root" : "/workspaces/codeql/properties"
}
]
}
}
[2025-02-01 01:25:18] [PROGRESS] database init> Calculating baseline information in /workspaces/github_nonpublic_api
[2025-02-01 01:25:18] [SPAMMY] database init> Ignoring the following directories when processing baseline information: .git, .hg, .svn.
[2025-02-01 01:25:18] [DETAILS] database init> Running command in /workspaces/github_nonpublic_api: /workspaces/codeql/tools/linux64/scc --by-file --exclude-dir .git,.hg,.svn --format json --no-large --no-min .
[2025-02-01 01:25:19] [SPAMMY] database init> Found 5 baseline files for python.
[2025-02-01 01:25:19] [PROGRESS] database init> Calculated baseline information for languages: python (44ms).
[2025-02-01 01:25:19] [PROGRESS] database init> Resolving extractor actions.
[2025-02-01 01:25:19] Exception caught at top level: There's no CodeQL extractor named 'actions' installed.
java.base/java.util.Optional.map(Unknown Source)
com.semmle.util.data.Result.getOrThrow(Result.java:31)
com.semmle.cli2.database.InitCommand.initOneDatabase(InitCommand.java:414)
com.semmle.cli2.database.InitCommand.executeSubcommand(InitCommand.java:235)
com.semmle.cli2.picocli.SubcommandCommon.lambda$executeSubcommandWithMessages$5(SubcommandCommon.java:892)
com.semmle.cli2.picocli.SubcommandCommon.withCompilationMessages(SubcommandCommon.java:444)
com.semmle.cli2.picocli.SubcommandCommon.executeSubcommandWithMessages(SubcommandCommon.java:890)
com.semmle.cli2.picocli.PlumbingRunner.run(PlumbingRunner.java:119)
com.semmle.cli2.picocli.SubcommandCommon.runPlumbingInProcess(SubcommandCommon.java:201)
com.semmle.cli2.database.CreateCommand.executeSubcommand(CreateCommand.java:113)
com.semmle.cli2.picocli.SubcommandCommon.lambda$executeSubcommandWithMessages$5(SubcommandCommon.java:892)
com.semmle.cli2.picocli.SubcommandCommon.withCompilationMessages(SubcommandCommon.java:444)
com.semmle.cli2.picocli.SubcommandCommon.executeSubcommandWithMessages(SubcommandCommon.java:890)
com.semmle.cli2.picocli.SubcommandCommon.toplevelMain(SubcommandCommon.java:777)
com.semmle.cli2.picocli.SubcommandCommon.call(SubcommandCommon.java:757)
com.semmle.cli2.picocli.SubcommandMaker.runMain(SubcommandMaker.java:238)
com.semmle.cli2.picocli.SubcommandMaker.runMain(SubcommandMaker.java:259)
com.semmle.cli2.CodeQL.main(CodeQL.java:115)
Loading